rivet is hosted by Hepforge, IPPP Durham
has_const_iterator< T > Struct Template Reference

#include <PrettyPrint.hh>

List of all members.

Static Public Attributes

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

Static Private Member Functions

template<typename C >
static yes & test (typename C::const_iterator *)
template<typename C >
static no & test (...)

Detailed Description

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

Definition at line 42 of file PrettyPrint.hh.


Member Function Documentation

static yes& test ( typename C::const_iterator *  ) [static, private]
static no& test (   ...) [static, private]

Member Data Documentation

const bool value = sizeof(test<T>(nullptr)) == sizeof(yes) [static]

Definition at line 48 of file PrettyPrint.hh.


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