Home
last modified time | relevance | path

Searched refs:by_default (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/convert/example/
Ddefault_converter.cpp12 struct boost::cnv::by_default : boost::cnv::cstream {}; struct in boost::cnv
16 struct boost::cnv::by_default : boost::cnv::cstream struct in boost::cnv
18 by_default() { (*this)(std::uppercase)(std::hex); } in by_default() function
Dlexical_cast.cpp14 struct boost::cnv::by_default : boost::cnv::lexical_cast {}; struct in boost::cnv
Dstream.cpp16 struct boost::cnv::by_default : boost::cnv::cstream {}; struct in boost::cnv
Dgetting_serious.cpp24 struct boost::cnv::by_default : boost::cnv::cstream {}; struct in boost::cnv
Dgetting_started.cpp43 struct boost::cnv::by_default : boost::cnv::lexical_cast {}; struct in boost::cnv
/third_party/boost/libs/convert/doc/
Ddefault_converter.qbk15 …vert] introduces the concept of the ['default converter] implemented as `boost::cnv::by_default`.
23 However, after `boost::cnv::by_default` is defined simply as:
35 …icular component is important, then the implementation of `boost::cnv::by_default` will need to ta…
/third_party/boost/boost/
Dconvert.hpp42 struct by_default;
69 template<typename TypeOut, typename TypeIn, typename Converter =boost::cnv::by_default>
/third_party/boost/libs/convert/test/
Dlcast_converter.cpp19 struct boost::cnv::by_default : boost::cnv::lexical_cast {}; struct in boost::cnv
Dspirit_converter.cpp24 struct boost::cnv::by_default : boost::cnv::spirit {}; struct in boost::cnv
Dstrtol_converter.cpp30 struct boost::cnv::by_default : boost::cnv::strtol {}; struct in boost::cnv