OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
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;
};
{
};
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: