Searched defs:throw_value_random (Results 1 – 2 of 2) sorted by relevance
772 struct throw_value_random : public throw_value_base<random_condition> in _GLIBCXX_VISIBILITY() struct774 typedef throw_value_base<random_condition> base_type; in _GLIBCXX_VISIBILITY()777 throw_value_random() { } in _GLIBCXX_VISIBILITY() argument779 throw_value_random(const throw_value_random& __other) in _GLIBCXX_VISIBILITY() argument786 explicit throw_value_random(const std::size_t __i) : base_type(__i) { } in _GLIBCXX_VISIBILITY() function798 operator=(throw_value_random&&) = default; in _GLIBCXX_VISIBILITY()