Evo C++ Library v0.5.1
Classes | Public Types | Static Public Attributes | List of all members
IsNullable< T > Class Template Reference

#include <evo/meta.h>

Detailed Description

template<class T>
class evo::IsNullable< T >

Check if type is nullable.

Public 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...
 

Member Typedef Documentation

◆ Type

typedef IsNullable<T> Type

This type.

Member Data Documentation

◆ value

const bool value = (!IsPodType<T>::value && sizeof(Test<T>(0)) == sizeof(char)) || IsEvoContainer<T>::value
static

Result value.


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