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

makes a value from a string and assigns it to an object More...

#include <clipp.h>

Public Member Functions

constexpr map_arg_to (T &target) noexcept
 
void operator() (const char *s) const
 

Detailed Description

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

makes a value from a string and assigns it to an object

Definition at line 584 of file clipp.h.

Constructor & Destructor Documentation

◆ map_arg_to()

template<class T >
constexpr clipp::detail::map_arg_to< T >::map_arg_to ( T &  target)
inlineexplicitconstexprnoexcept

Definition at line 588 of file clipp.h.

Member Function Documentation

◆ operator()()

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

Definition at line 590 of file clipp.h.


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