|
Limbo 3.5.4
|
template specialization for std::vector<T> type to struct limbo::programoptions::parse_helper More...
#include <ConversionHelpers.h>
Public Member Functions | |
| bool | operator() (std::vector< T > &target, const char *value) const |
| parse a char-based string to target | |
template specialization for std::vector<T> type to struct limbo::programoptions::parse_helper
| T | data type |
Definition at line 272 of file ConversionHelpers.h.
|
inline |
parse a char-based string to target
| target | target data |
| value | char-based string |
Definition at line 277 of file ConversionHelpers.h.