out_of_range


An exception type used to report out-of-range errors.

Library

Standards<ToolKit>

Declaration


#include <stdexcept>

class out_of_range : public logic_error

Interface

Constructor
out_of_range( const string& description )
Constructs an exception to report an out-of-range error, including the specific problem details from description .

Copyright©1994-2026 Recursion Software LLC
All Rights Reserved - For use by licensed users only.