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

Detailed Description

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

Definition at line 72 of file prettyprint.hpp.

#include <prettyprint.hpp>

Static Public Attributes

static const bool value = has_const_iterator<T>::value && has_begin_end<T>::beg_value && has_begin_end<T>::end_value
 

Member Data Documentation

◆ value

template<typename T >
const bool pretty_print::is_container< T >::value = has_const_iterator<T>::value && has_begin_end<T>::beg_value && has_begin_end<T>::end_value
static

Definition at line 72 of file prettyprint.hpp.


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