OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
has_base_to_copy< T, typename Void< typename T::base_to_copy >::type > Struct Template Reference

has_data check if a type has defined a member data More...

Detailed Description

template<typename T>
struct has_base_to_copy< T, typename Void< typename T::base_to_copy >::type >

has_data check if a type has defined a member data

Example

BOOST_REQUIRE_EQUAL(ret, true);
BOOST_REQUIRE_EQUAL(ret, false);

return true if T::type is a valid type

Definition at line 176 of file map_vector_std_util.hpp.

#include <map_vector_std_util.hpp>

+ Inheritance diagram for has_base_to_copy< T, typename Void< typename T::base_to_copy >::type >:

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