Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Class template value_semantic_codecvt_helper

boost::program_options::value_semantic_codecvt_helper

Synopsis

// In header: <boost/program_options/value_semantic.hpp>

template<typename charT> 
class value_semantic_codecvt_helper {
};

Description

Helper class which perform necessary character conversions in the 'parse' method and forwards the data further.


PrevUpHomeNext