|
libcaf
0.14.0
|
Generic container for storing a value with associated type information. More...
#include <uniform_type_info.hpp>
Inherited by caf::uniform_value_impl< T >.
Public Member Functions | |
| uniform_value_t (const uniform_type_info *, void *) | |
| virtual uniform_value | copy ()=0 |
Public Attributes | |
| const uniform_type_info * | ti |
| void * | val |
Generic container for storing a value with associated type information.
1.8.9.1