Searched defs:NotCopyConstructible (Results 1 – 1 of 1) sorted by relevance
67 struct NotCopyConstructible struct70 NotCopyConstructible() = default; argument71 NotCopyConstructible(NotCopyConstructible && /*unused*/) noexcept : v(op::moved) {} in NotCopyConstructible() argument