Functions

std Namespace Reference

Functions

void NS_NORETURN __throw_bad_exception (void)
void NS_NORETURN __throw_bad_alloc (void)
void NS_NORETURN __throw_bad_cast (void)
void NS_NORETURN __throw_bad_typeid (void)
void NS_NORETURN __throw_logic_error (const char *msg)
void NS_NORETURN __throw_domain_error (const char *msg)
void NS_NORETURN __throw_invalid_argument (const char *msg)
void NS_NORETURN __throw_length_error (const char *msg)
void NS_NORETURN __throw_out_of_range (const char *msg)
void NS_NORETURN __throw_runtime_error (const char *msg)
void NS_NORETURN __throw_range_error (const char *msg)
void NS_NORETURN __throw_overflow_error (const char *msg)
void NS_NORETURN __throw_underflow_error (const char *msg)
void NS_NORETURN __throw_ios_failure (const char *msg)
void NS_NORETURN __throw_system_error (int err)

Function Documentation

void NS_NORETURN std::__throw_bad_alloc ( void   )  [inline]
void NS_NORETURN std::__throw_bad_cast ( void   )  [inline]
void NS_NORETURN std::__throw_bad_exception ( void   )  [inline]
void NS_NORETURN std::__throw_bad_typeid ( void   )  [inline]
void NS_NORETURN std::__throw_domain_error ( const char *  msg  )  [inline]
void NS_NORETURN std::__throw_invalid_argument ( const char *  msg  )  [inline]
void NS_NORETURN std::__throw_ios_failure ( const char *  msg  )  [inline]
void NS_NORETURN std::__throw_length_error ( const char *  msg  )  [inline]
void NS_NORETURN std::__throw_logic_error ( const char *  msg  )  [inline]
void NS_NORETURN std::__throw_out_of_range ( const char *  msg  )  [inline]
void NS_NORETURN std::__throw_overflow_error ( const char *  msg  )  [inline]
void NS_NORETURN std::__throw_range_error ( const char *  msg  )  [inline]
void NS_NORETURN std::__throw_runtime_error ( const char *  msg  )  [inline]
void NS_NORETURN std::__throw_system_error ( int  err  )  [inline]
void NS_NORETURN std::__throw_underflow_error ( const char *  msg  )  [inline]