System::TestPredicates::TypeTraits::has_data_method< T, Enable > Struct Template Reference

Checks if a type has data() method. If it does, inherits std::true_type, otherwise inherits std::false_type. More...

#include "test_predicates.h"

Inherits false_type.

Detailed Description

template<typename T, typename Enable = void>
struct System::TestPredicates::TypeTraits::has_data_method< T, Enable >

Checks if a type has data() method. If it does, inherits std::true_type, otherwise inherits std::false_type.

Template Parameters
TType to check.
EnableFormal argument for SFINAE to work.