OpenFPM_data  0.1.0
Project that contain the implementation and interfaces for basic structure like vectors, grids, graph ... .
 All Data Structures Namespaces Functions Variables Typedefs Friends
key< T > Class Template Reference

This class is a trick to indicate the compiler a specific specialization pattern. More...

Detailed Description

template<typename T>
class key< T >

This class is a trick to indicate the compiler a specific specialization pattern.

This class is a trick to indicate the compiler a specific specialization pattern, in particular it say that T is a key and need a special treatment. T is suppose to be a boost::mpl::vector of any type, (Actually does not have an application but is a generalization of multi-array). T has to be a type of known size at compile time

Definition at line 202 of file memory_c.hpp.

#include <memory_c.hpp>

Private Types

typedef T type
 

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