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

Check if the type T has pointers inside. More...

Detailed Description

template<typename T, bool has_pointer = has_noPointers<T>::type::value>
struct check_no_pointers_impl< T, has_pointer >

Check if the type T has pointers inside.

Definition at line 26 of file check_no_pointers.hpp.

#include <check_no_pointers.hpp>

Static Public Member Functions

static size_t value ()
 Return true if the structure T has a pointer.
 

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