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

#include <evo/meta.h>

Detailed Description

template<class T>
class evo::IsEvoContainer< T >

Check if type is an EvoContainer.

Template Parameters
TType 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...
 

Member Typedef Documentation

◆ Type

typedef IsEvoContainer<T> Type

This type.

Member Data Documentation

◆ value

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

Result value.


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