Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
limbo::programoptions::parse_helper< std::set< T > > Struct Template Reference

template specialization for std::set<T> type to struct limbo::programoptions::parse_helper More...

#include <ConversionHelpers.h>

Public Member Functions

bool operator() (std::set< T > &target, const char *value) const
 parse a char-based string to target More...
 

Detailed Description

template<typename T>
struct limbo::programoptions::parse_helper< std::set< T > >

template specialization for std::set<T> type to struct limbo::programoptions::parse_helper

Template Parameters
Tdata type

Definition at line 290 of file ConversionHelpers.h.

Member Function Documentation

template<typename T >
bool limbo::programoptions::parse_helper< std::set< T > >::operator() ( std::set< T > &  target,
const char *  value 
) const
inline

parse a char-based string to target

Parameters
targettarget data
valuechar-based string

Definition at line 295 of file ConversionHelpers.h.


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