Searched refs:cnvbase (Results 1 – 6 of 6) sorted by relevance
18 struct boost::cnv::spirit : public boost::cnv::cnvbase<boost::cnv::spirit>21 typedef boost::cnv::cnvbase<this_type> base_type;
16 template<typename> struct cnvbase;33 struct boost::cnv::cnvbase struct in boost::cnv35 using this_type = cnvbase; argument92 cnvbase() in cnvbase() argument
21 struct boost::cnv::printf : boost::cnv::cnvbase<boost::cnv::printf>24 using base_type = boost::cnv::cnvbase<this_type>;
32 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>;
47 boost/cnv/cnvbase.html
41 Other converters (based on `boost::cnv::cnvbase`) implement support for user types similarly but wi…