Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

std::out_of_range(3cxx) [debian man page]

std::out_of_range(3cxx) 												   std::out_of_range(3cxx)

NAME
std::out_of_range - SYNOPSIS
Inherits std::logic_error. Public Member Functions out_of_range (const string &__arg) virtual const char * what () const throw () Detailed Description This represents an argument whose value is not within the expected range (e.g., boundary checks in basic_string). Definition at line 101 of file stdexcept. Member Function Documentation virtual const char* std::logic_error::what () const throw () [virtual], [inherited] Returns a C-style character string describing the general cause of the current error (the same string passed to the ctor). Reimplemented from std::exception. Reimplemented in std::future_error. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::out_of_range(3cxx)

Check Out this Related Man Page

std::type_info(3cxx)													      std::type_info(3cxx)

NAME
std::type_info - SYNOPSIS
Inherited by __cxxabiv1::__array_type_info, __cxxabiv1::__class_type_info, __cxxabiv1::__enum_type_info, __cxxabiv1::__function_type_info, __cxxabiv1::__fundamental_type_info, and __cxxabiv1::__pbase_type_info. Public Member Functions virtual ~type_info () virtual bool __do_catch (const type_info *__thr_type, void **__thr_obj, unsigned __outer) const virtual bool __do_upcast (const __cxxabiv1::__class_type_info *__target, void **__obj_ptr) const virtual bool __is_function_p () const virtual bool __is_pointer_p () const bool before (const type_info &__arg) const size_t hash_code () const throw () const char * name () const bool operator!= (const type_info &__arg) const bool operator== (const type_info &__arg) const Protected Member Functions type_info (const char *__n) Protected Attributes const char * __name Detailed Description Part of RTTI. The type_info class describes type information generated by an implementation. Definition at line 91 of file typeinfo. Constructor &; Destructor Documentation virtual std::type_info::~type_info () [virtual] Destructor first. Being the first non-inline virtual function, this controls in which translation unit the vtable is emitted. The compiler makes use of that information to know where to emit the runtime-mandated type_info structures in the new-abi. Member Function Documentation const char* std::type_info::name () const [inline] Returns an implementation-defined byte string; this is not portable between compilers! Definition at line 102 of file typeinfo. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::type_info(3cxx)
Man Page