coan  6.0.1
A C/C++ Configuration Analyzer
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
traits::has_data_method< T > Struct Template Reference

template struct traits::has_data_method<T> exports a static const boolean member value that is true iff the method T::value_type const * T::data() exists. More...

#include <traits.h>

Detailed Description

template<typename T>
struct traits::has_data_method< T >

template struct traits::has_data_method<T> exports a static const boolean member value that is true iff the method T::value_type const * T::data() exists.

Definition at line 120 of file traits.h.


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