Home
last modified time | relevance | path

Searched defs:container_error (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/
H A Dexception.hpp55 struct container_error : public std::logic_error struct
57 container_error() in container_error() function
58 : std::logic_error(__N("pb_ds::container_error")) { } in container_error()