senf::console::detail::CollectionArgumentTraitsBase< Collection > Struct Template Reference

List of all members.


Detailed Description

template<class Collection>
struct senf::console::detail::CollectionArgumentTraitsBase< Collection >

Definition at line 38 of file STLSupport.ih.


Public Types

typedef Collection  type

Static Public Member Functions

static std::string  description ()
static std::string  str (Collection const &value)

Static Public Attributes

static bool const  singleToken = false

Member Typedef Documentation

template<class Collection>
typedef Collection senf::console::detail::CollectionArgumentTraitsBase< Collection >::
type

Definition at line 40 of file STLSupport.ih.


Member Function Documentation

template<class Collection>
static std::string senf::console::detail::CollectionArgumentTraitsBase< Collection >::
description ()

template<class Collection>
static std::string senf::console::detail::CollectionArgumentTraitsBase< Collection >::
str ( Collection const &  value )

Member Data Documentation

template<class Collection>
bool const senf::console::detail::CollectionArgumentTraitsBase< Collection >::singleToken = false
[static]

Definition at line 41 of file STLSupport.ih.


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