Searched defs:op_lexical_cast (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/libutil++/
H A Dstring_manip.h87 To op_lexical_cast(From const & src) function
91 throw std::invalid_argument("op_lexical_cast<T>()");
95 throw std::invalid_argument("op_lexical_cast<T>(\"" +
102 // op_lexical_cast<unsigned int>("0x23"); will fail because it call the
105 unsigned int op_lexical_cast<unsigned int>(std::string const & str);
H A Dstring_manip.cpp138 unsigned int op_lexical_cast<unsigned int, string>(string const & str) function
146 throw invalid_argument("op_lexical_cast(\""+ str +"\")");

Completed in 186 milliseconds