|
Adobe Source Libraries 2.0.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 () | |