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