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

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

Detailed Description

template<typename T>
struct has_coordtype< T, typename Void< typename T::coord_type >::type >

has_data check if a type has defined a member data

Example

struct test_has_data
{
float data;
};
struct test_no_has_data
{
};
BOOST_REQUIRE_EQUAL(val, true);
BOOST_REQUIRE_EQUAL(val, false);

return true if T::type is a valid type

Definition at line 88 of file Point_operators.hpp.

#include <Point_operators.hpp>

+ Inheritance diagram for has_coordtype< T, typename Void< typename T::coord_type >::type >:

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