41 #ifndef BOOST_NO_STD_WSTRING 105 #ifndef BOOST_NO_STD_WSTRING
bool read_stream(Istream_type &is, Value_type &value)
bool read(const std::string &s, Value &value)
bool read_string(const String_type &s, Value_type &value)
void read_or_throw(const std::string &s, Value &value)
void read_stream_or_throw(Istream_type &is, Value_type &value)
void read_string_or_throw(const String_type &s, Value_type &value)
Iter_type read_range_or_throw(Iter_type begin, Iter_type end, Value_type &value)
bool read_range(Iter_type &begin, Iter_type end, Value_type &value)