Searched refs:NoThrowT (Results 1 – 4 of 4) sorted by relevance
52 struct NoThrowT { struct53 NoThrowT(int) noexcept {} in NoThrowT() argument54 NoThrowT &operator=(int) noexcept { return *this; } in operator =() argument101 struct NoThrowT { struct103 NoThrowT() : value(0) {} in NoThrowT() function104 NoThrowT(int v) noexcept : value(v) {} in NoThrowT() function105 NoThrowT &operator=(int v) noexcept { in operator =() argument117 using V = std::variant<Dummy, NoThrowT>; in test_T_assignment_noexcept()
50 struct NoThrowT { struct51 NoThrowT(int) noexcept {} in NoThrowT() argument52 NoThrowT &operator=(int) noexcept { return *this; } in operator =() argument99 struct NoThrowT { struct101 NoThrowT() : value(0) {} in NoThrowT() argument102 NoThrowT(int v) noexcept : value(v) {} in NoThrowT() function103 NoThrowT &operator=(int v) noexcept { in operator =() argument115 using V = std::variant<Dummy, NoThrowT>; in test_T_assignment_noexcept()
44 struct NoThrowT { struct45 NoThrowT(int) noexcept(true) {} in NoThrowT() function53 using V = std::variant<Dummy, NoThrowT>; in test_T_ctor_noexcept()
41 struct NoThrowT { struct42 NoThrowT(int) noexcept(true) {} in NoThrowT() function52 using V = std::variant<Dummy, NoThrowT>; in test_T_ctor_noexcept()