Evo C++ Library v0.5.1
Public Types | List of all members
DataType< T > Struct Template Reference

#include <evo/impl/container.h>

Inheritance diagram for DataType< T >:
Inheritance graph
[legend]

Detailed Description

template<class T>
struct evo::DataType< T >

Base data type for optimizated data helpers.

Template Parameters
TData type

Public Types

typedef RemoveConst< T >::Type Item
 Item type (const removed) More...
 

Member Typedef Documentation

◆ Item

typedef RemoveConst<T>::Type Item

Item type (const removed)


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