Searched refs:container_error (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/
H A Dexception.hpp55 struct container_error : public std::logic_error struct in namespace:pb_ds
57 container_error() function in struct:pb_ds::container_error
58 : std::logic_error(__N("pb_ds::container_error")) { }
64 struct insert_error : public container_error { };
68 struct join_error : public container_error { };
71 struct resize_error : public container_error { };
76 { throw container_error(); }

Completed in 66 milliseconds