41#ifndef PB_DS_EXCEPTION_HPP
42#define PB_DS_EXCEPTION_HPP
76 __throw_container_error()
80 __throw_insert_error()
81 { _GLIBCXX_THROW_OR_ABORT(insert_error()); }
85 { _GLIBCXX_THROW_OR_ABORT(join_error()); }
88 __throw_resize_error()
89 { _GLIBCXX_THROW_OR_ABORT(resize_error()); }
GNU extensions for policy-based data structures for public use.
One of two subclasses of exception.
Base class for exceptions.
An entry cannot be inserted into a container object for logical reasons (not, e.g....
A join cannot be performed logical reasons (i.e., the ranges of the two container objects being joine...
A container cannot be resized.