Home
last modified time | relevance | path

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

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