boost::program_options::value_semantic_codecvt_helper —
template<typename charT> class value_semantic_codecvt_helper { public: };
Helper class which perform necessary character conversions in the 'parse' method and forwards the data further.
Class value_semantic_codecvt_helper<char>
Class value_semantic_codecvt_helper<wchar_t>