Searched defs:NonThrowingNonNoexceptType (Results 1 – 1 of 1) sorted by relevance
146 struct NonThrowingNonNoexceptType { struct149 NonThrowingNonNoexceptType() = default; argument150 NonThrowingNonNoexceptType(int v) : value(v) {} in NonThrowingNonNoexceptType() function151 NonThrowingNonNoexceptType(NonThrowingNonNoexceptType &&o) noexcept(false) in NonThrowingNonNoexceptType() function157 operator=(NonThrowingNonNoexceptType &&) noexcept(false) { in operator =() argument163 int NonThrowingNonNoexceptType::move_called = 0; argument