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

template struct traits::has_size_index_operator<T> exports a static const boolean member value that is true iff the method T::value_type & T::operator[](size_t) exists. More...

#include <traits.h>

Detailed Description

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

template struct traits::has_size_index_operator<T> exports a static const boolean member value that is true iff the method T::value_type & T::operator[](size_t) exists.

Definition at line 96 of file traits.h.


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