Simple Application Framework  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Static Public Member Functions
Saf::Type::Traits< T > Class Template Reference

Data type traits. More...

#include <Traits.h>

List of all members.

Static Public Member Functions

static bool IsPod ()
 Plain old data attribute.

Detailed Description

template<class T>
class Saf::Type::Traits< T >

Data type traits.


Member Function Documentation

template<class T >
static bool Saf::Type::Traits< T >::IsPod ( ) [inline, static]

Plain old data attribute.

Can be handled using malloc/memcpy etc. No constructors.


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