libcaf  0.14.4
Public Member Functions | Public Attributes | List of all members
caf::uniform_value_t Struct Referenceabstract

Generic container for storing a value with associated type information. More...

#include <uniform_type_info.hpp>

Inherited by caf::uniform_value_impl< T >, and caf::uniform_value_impl< T[N]>.

Public Member Functions

 uniform_value_t (const uniform_type_info *, void *)
 
virtual uniform_value copy ()=0
 

Public Attributes

const uniform_type_infoti
 
void * val
 

Detailed Description

Generic container for storing a value with associated type information.


The documentation for this struct was generated from the following file: