OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
check_no_pointers_impl< T, false > Struct Template Reference

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

Detailed Description

template<typename T>
struct check_no_pointers_impl< T, false >

Check if the type T has pointers inside.

Definition at line 34 of file check_no_pointers.hpp.

#include <check_no_pointers.hpp>

Static Public Member Functions

static size_t value ()
 Return PNP::UNKNOWN if the structure T does not specify if it has a pointer.
 

Member Function Documentation

◆ value()

template<typename T >
static size_t check_no_pointers_impl< T, false >::value ( )
inlinestatic

Return PNP::UNKNOWN if the structure T does not specify if it has a pointer.

Definition at line 37 of file check_no_pointers.hpp.


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