Searched defs:throw_value_limit (Results 1 – 2 of 2) sorted by relevance
740 struct throw_value_limit : public throw_value_base<limit_condition> in _GLIBCXX_VISIBILITY() struct742 typedef throw_value_base<limit_condition> base_type; in _GLIBCXX_VISIBILITY()745 throw_value_limit() { } in _GLIBCXX_VISIBILITY() argument747 throw_value_limit(const throw_value_limit& __other) in _GLIBCXX_VISIBILITY() argument754 explicit throw_value_limit(const std::size_t __i) : base_type(__i) { } in _GLIBCXX_VISIBILITY() argument766 operator=(throw_value_limit&&) = default; in _GLIBCXX_VISIBILITY()
740 struct throw_value_limit : public throw_value_base<limit_condition> in _GLIBCXX_VISIBILITY() struct742 typedef throw_value_base<limit_condition> base_type; in _GLIBCXX_VISIBILITY()745 throw_value_limit() { } in _GLIBCXX_VISIBILITY() argument747 throw_value_limit(const throw_value_limit& __other) in _GLIBCXX_VISIBILITY() function754 explicit throw_value_limit(const std::size_t __i) : base_type(__i) { } in _GLIBCXX_VISIBILITY() function766 operator=(throw_value_limit&&) = default; in _GLIBCXX_VISIBILITY()