17 #ifndef ABSL_BASE_INTERNAL_THROW_DELEGATE_H_ 18 #define ABSL_BASE_INTERNAL_THROW_DELEGATE_H_ 23 namespace base_internal {
71 #endif // ABSL_BASE_INTERNAL_THROW_DELEGATE_H_ void ThrowStdLogicError(const std::string &what_arg)
void ThrowStdInvalidArgument(const std::string &what_arg)
void ThrowStdLengthError(const std::string &what_arg)
void ThrowStdBadFunctionCall()
void ThrowStdOutOfRange(const std::string &what_arg)
void ThrowStdDomainError(const std::string &what_arg)
void ThrowStdRuntimeError(const std::string &what_arg)
void ThrowStdRangeError(const std::string &what_arg)
void ThrowStdUnderflowError(const std::string &what_arg)
void ThrowStdOverflowError(const std::string &what_arg)