CYCLUS
Classes | Public Types | Static Public Attributes | List of all members
pretty_print::has_const_iterator< T > Struct Template Reference

Detailed Description

template<typename T>
struct pretty_print::has_const_iterator< T >

Definition at line 34 of file prettyprint.hpp.

#include <prettyprint.hpp>

Public Types

typedef T type
 

Static Public Attributes

static const bool value = sizeof(test<T>(0)) == sizeof(yes)
 

Member Typedef Documentation

◆ type

template<typename T>
typedef T pretty_print::has_const_iterator< T >::type

Definition at line 44 of file prettyprint.hpp.

Member Data Documentation

◆ value

template<typename T>
const bool pretty_print::has_const_iterator< T >::value = sizeof(test<T>(0)) == sizeof(yes)
static

Definition at line 43 of file prettyprint.hpp.


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