OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
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

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

Definition at line 256 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: