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

template struct traits::is_random_access_char_sequence<T> exports a static const boolean member value that is true iff T has a value_type = char and methods size_t T::size() const, char const *T::data() const and char & T::operator[](size_t) More...

#include <traits.h>

Detailed Description

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

template struct traits::is_random_access_char_sequence<T> exports a static const boolean member value that is true iff T has a value_type = char and methods size_t T::size() const, char const *T::data() const and char & T::operator[](size_t)

Definition at line 166 of file traits.h.


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