Boost C++ Libraries Home Libraries People FAQ More

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