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, Sfinae > Struct Template Reference

has_calculateMem check if a type has defined a method called calculateMem More...

Detailed Description

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

has_calculateMem check if a type has defined a method called calculateMem

Example

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

Definition at line 222 of file common.hpp.

#include <common.hpp>

+ Inheritance diagram for has_packMem< ObjType, Sfinae >:

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