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

is_testing check if a struct T has testing member defined More...

Detailed Description

template<typename T>
struct is_testing< T, typename Void< typename T::testing >::type >

is_testing check if a struct T has testing member defined

Example

struct on_test
{
typedef void testing;
};
{
};
Not on testing mode.
[Constant fields struct definition]
BOOST_REQUIRE_EQUAL(ret,true);
BOOST_REQUIRE_EQUAL(ret,false);

return true if T::attributes::name[0] is a valid expression and produce a defined type

Definition at line 68 of file util_num.hpp.

#include <util_num.hpp>

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

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