Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
poly<foo> will be a runtime polymorphic value type wrapper modelling a concept represented by foo More...
#include <poly.hpp>
Public Member Functions | |
template<typename T> | |
poly (const T &x) | |
poly (poly &&x) | |
poly (const poly &)=default | |
poly & | operator= (poly x) |
poly () |