OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
has_pack< ObjType, Sfinae > Struct Template Reference

has_Pack check if a type has defined a method called Pack More...

Detailed Description

template<typename ObjType, typename Sfinae = void>
struct has_pack< ObjType, Sfinae >

has_Pack check if a type has defined a method called Pack

Example

return true if T::pack() is a valid expression (function pointers) and produce a defined type

Definition at line 205 of file common.hpp.

#include <common.hpp>

+ Inheritance diagram for has_pack< ObjType, Sfinae >:

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