clipp::detail::map_arg_to< std::vector< T > > Class Template Reference

specialization for vectors: append element More...

#include <clipp.h>

Public Member Functions

 map_arg_to (std::vector< T > &target)
 
void operator() (const char *s) const
 

Detailed Description

template<class T>
class clipp::detail::map_arg_to< std::vector< T > >

specialization for vectors: append element

Definition at line 605 of file clipp.h.

Constructor & Destructor Documentation

◆ map_arg_to()

template<class T >
clipp::detail::map_arg_to< std::vector< T > >::map_arg_to ( std::vector< T > &  target)
inline

Definition at line 608 of file clipp.h.

Member Function Documentation

◆ operator()()

template<class T >
void clipp::detail::map_arg_to< std::vector< T > >::operator() ( const char *  s) const
inline

Definition at line 610 of file clipp.h.


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