RobotsIO
Loading...
Searching...
No Matches
Public Member Functions | List of all members
RobotsIO::Utils::bad_any_cast Class Reference

#include <any.h>

Inheritance diagram for RobotsIO::Utils::bad_any_cast:

Public Member Functions

virtual const char * what () const noexcept override
 

Detailed Description

Defines a type of object to be thrown by the value-returning forms of blf::any::any_cast on failure.

Definition at line 296 of file any.h.

Member Function Documentation

◆ what()

virtual const char * RobotsIO::Utils::bad_any_cast::what ( ) const
inlineoverridevirtualnoexcept

Returns the explanatory string.

Pointer to a null-terminated string with explanatory information. The pointer is guaranteed to be valid at least until the exception object from which it is obtained is destroyed, or until a non-const member function on the exception object is called.

Definition at line 306 of file any.h.