Searched defs:throw_value_limit (Results 1 – 2 of 2) sorted by relevance
561 struct throw_value_limit : public throw_value_base<limit_condition> in _GLIBCXX_VISIBILITY() struct563 typedef throw_value_base<limit_condition> base_type; in _GLIBCXX_VISIBILITY()566 throw_value_limit() { } in _GLIBCXX_VISIBILITY() function568 throw_value_limit(const throw_value_limit& __other) in _GLIBCXX_VISIBILITY() function571 explicit throw_value_limit(const std::size_t __i) : base_type(__i) { } in _GLIBCXX_VISIBILITY() function
720 struct throw_value_limit : public throw_value_base<limit_condition> in _GLIBCXX_VISIBILITY() struct722 typedef throw_value_base<limit_condition> base_type; in _GLIBCXX_VISIBILITY()725 throw_value_limit() { } in _GLIBCXX_VISIBILITY() function727 throw_value_limit(const throw_value_limit& __other) in _GLIBCXX_VISIBILITY() argument734 explicit throw_value_limit(const std::size_t __i) : base_type(__i) { } in _GLIBCXX_VISIBILITY() function746 operator=(throw_value_limit&&) = default; in _GLIBCXX_VISIBILITY()