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