Searched refs:is_going_to_throw (Results 1 – 2 of 2) sorted by relevance
24 test(const optional<T>& rhs, bool is_going_to_throw = false) in test() argument30 assert(is_going_to_throw == false); in test()
24 test(optional<T>& rhs, bool is_going_to_throw = false) in test() argument32 assert(is_going_to_throw == false); in test()