Out-of-range exception with a range type & value. More...
#include <playrho/OutOfRange.hpp>
Public Types | |
using | type = T |
Type of the index whose value was out-of-range. | |
Public Member Functions | |
OutOfRange (type v, const char *msg) | |
Initializing constructor. | |
OutOfRange (type v, const std::string &msg) | |
Initializing constructor. | |
Public Attributes | |
type | value {} |
Value of the index that was out-of-range. | |
Out-of-range exception with a range type & value.