OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
has_init< ObjType, Sfinae > Struct Template Reference

has_init check if a type has defined a method called init More...

Detailed Description

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

has_init check if a type has defined a method called init

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

Definition at line 144 of file vector_dist_operators.hpp.

#include <vector_dist_operators.hpp>

+ Inheritance diagram for has_init< ObjType, Sfinae >:

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