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

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_stdexcept.h56 class _STLP_CLASS_DECLSPEC invalid_argument : public logic_error { class in inherits:logic_error
58 invalid_argument(const string& __arg) : logic_error(__arg) {} function in class:invalid_argument
60 ~invalid_argument() _STLP_NOTHROW_INHERENTLY;

Completed in 41 milliseconds