| 
    Evo C++ Library v0.5.1
    
   | 
 
#include <evo/meta.h>
Check if type is nullable.
value member holds resultPublic Types | |
| typedef IsNullable< T > | Type | 
| This type.  More... | |
Static Public Attributes | |
| static const bool | value = (!IsPodType<T>::value && sizeof(Test<T>(0)) == sizeof(char)) || IsEvoContainer<T>::value | 
| Result value.  More... | |
| typedef IsNullable<T> Type | 
This type.
      
  | 
  static | 
Result value.
 1.8.13