Searched defs:NonThrowingNonNoexceptType (Results 1 – 1 of 1) sorted by relevance
129 struct NonThrowingNonNoexceptType { struct132 constexpr NonThrowingNonNoexceptType(int v, int* mv_called) : value(v), move_called(mv_called) {} in NonThrowingNonNoexceptType() argument133 constexpr NonThrowingNonNoexceptType(NonThrowingNonNoexceptType&& o) noexcept(false) in NonThrowingNonNoexceptType() argument138 NonThrowingNonNoexceptType& operator=(NonThrowingNonNoexceptType&&) noexcept(false) { in operator =() argument