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

Call the init function if a type T has the function init. More...

Detailed Description

template<typename T, bool has_init = has_init<T>::value>
struct call_init_if_needed< T, has_init >

Call the init function if a type T has the function init.

Template Parameters
typeT

Definition at line 93 of file vector_dist_operators.hpp.

#include <vector_dist_operators.hpp>

Static Public Member Functions

static void call (T &r_exp)
 it call the function init for r_exp if T has the function init
 

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