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

has_typedef_type check if a typedef ... type inside the structure is defined More...

Detailed Description

template<typename T>
struct has_typedef_type< T, typename Void< typename T::type >::type >

has_typedef_type check if a typedef ... type inside the structure is defined

Example

struct test_has_typedef
{
typedef float type;
};
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 112 of file common.hpp.

#include <common.hpp>

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

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