OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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.
 

Member Function Documentation

◆ value()

template<typename T , bool has_pointer = has_noPointers<T>::type::value>
static size_t check_no_pointers_impl< T, has_pointer >::value ( )
inlinestatic

Return true if the structure T has a pointer.

Definition at line 29 of file check_no_pointers.hpp.


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