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
has_packMem< ObjType, typename Void< decltype(ObjType::packMem())>::type > Struct Template Reference

has_PackMem check if a type has packMem() member function More...

Detailed Description

template<typename ObjType>
struct has_packMem< ObjType, typename Void< decltype(ObjType::packMem())>::type >

has_PackMem check if a type has packMem() member function

Example

};
{
float data;
};
{
struct attributes
{
static const std::string name[2];
};
};

return true if ObjType::packMem() is a valid expression

Definition at line 233 of file common.hpp.

#include <common.hpp>

+ Inheritance diagram for has_packMem< ObjType, typename Void< decltype(ObjType::packMem())>::type >:

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