Home
last modified time | relevance | path

Searched defs:BOOST_CNV_STRING_TO (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/convert/
Dbase.hpp24 #define BOOST_CNV_STRING_TO \ macro
69 BOOST_CNV_STRING_TO (string_type const& s, optional< int_type>& r) const { str_to_(s, r); } in BOOST_CNV_STRING_TO() function
70 BOOST_CNV_STRING_TO (string_type const& s, optional< uint_type>& r) const { str_to_(s, r); } in BOOST_CNV_STRING_TO() function
71 BOOST_CNV_STRING_TO (string_type const& s, optional< lint_type>& r) const { str_to_(s, r); } in BOOST_CNV_STRING_TO() function
72 BOOST_CNV_STRING_TO (string_type const& s, optional< llint_type>& r) const { str_to_(s, r); } in BOOST_CNV_STRING_TO() function
73 BOOST_CNV_STRING_TO (string_type const& s, optional< ulint_type>& r) const { str_to_(s, r); } in BOOST_CNV_STRING_TO() function
74 BOOST_CNV_STRING_TO (string_type const& s, optional<ullint_type>& r) const { str_to_(s, r); } in BOOST_CNV_STRING_TO() function
75 BOOST_CNV_STRING_TO (string_type const& s, optional< sint_type>& r) const { str_to_(s, r); } in BOOST_CNV_STRING_TO() function
76 BOOST_CNV_STRING_TO (string_type const& s, optional< usint_type>& r) const { str_to_(s, r); } in BOOST_CNV_STRING_TO() function
77 BOOST_CNV_STRING_TO (string_type const& s, optional< flt_type>& r) const { str_to_(s, r); } in BOOST_CNV_STRING_TO() function
[all …]