OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
has_max_prop_nn< T, typename Void< decltype(T::max_prop)>::type > Struct Template Reference

has_max_prop check if a type has defined a member max_prop More...

Detailed Description

template<typename T>
struct has_max_prop_nn< T, typename Void< decltype(T::max_prop)>::type >

has_max_prop check if a type has defined a member max_prop

Example

BOOST_REQUIRE_EQUAL(val, true);
BOOST_REQUIRE_EQUAL(val, false);
BOOST_REQUIRE_EQUAL(val, true);
#ifndef SE_CLASS3
BOOST_REQUIRE_EQUAL(val, 3);
#endif

return true if T::value_type::max_prop is a valid type

Definition at line 26 of file has_max_prop.hpp.

#include <has_max_prop.hpp>

+ Inheritance diagram for has_max_prop_nn< T, typename Void< decltype(T::max_prop)>::type >:

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