Searched defs:NonThrowingNonNoexceptType (Results 1 – 1 of 1) sorted by relevance
153 struct NonThrowingNonNoexceptType { struct156 NonThrowingNonNoexceptType() = default; argument157 NonThrowingNonNoexceptType(int v) : value(v) {} in NonThrowingNonNoexceptType() function158 NonThrowingNonNoexceptType(NonThrowingNonNoexceptType &&o) noexcept(false) in NonThrowingNonNoexceptType() argument164 operator=(NonThrowingNonNoexceptType &&) noexcept(false) { in operator =() argument170 int NonThrowingNonNoexceptType::move_called = 0; argument