Home
last modified time | relevance | path

Searched refs:cnvbase (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/convert/
Dspirit.hpp18 struct boost::cnv::spirit : public boost::cnv::cnvbase<boost::cnv::spirit>
21 typedef boost::cnv::cnvbase<this_type> base_type;
Dbase.hpp16 template<typename> struct cnvbase;
33 struct boost::cnv::cnvbase struct in boost::cnv
35 using this_type = cnvbase; argument
92 cnvbase() in cnvbase() argument
Dprintf.hpp21 struct boost::cnv::printf : boost::cnv::cnvbase<boost::cnv::printf>
24 using base_type = boost::cnv::cnvbase<this_type>;
Dstrtol.hpp32 struct boost::cnv::strtol : public boost::cnv::cnvbase<boost::cnv::strtol>
35 typedef boost::cnv::cnvbase<this_type> base_type;
41 friend struct boost::cnv::cnvbase<this_type>;
/third_party/boost/libs/convert/doc/html/
Dstandalone_HTML.manifest47 boost/cnv/cnvbase.html
/third_party/boost/libs/convert/doc/
Duser_types.qbk41 Other converters (based on `boost::cnv::cnvbase`) implement support for user types similarly but wi…