Searched refs:volatile_copy_assignment (Results 1 – 4 of 4) sorted by relevance
54 struct volatile_copy_assignment { struct55 volatile_copy_assignment() = default;57 volatile_copy_assignment(volatile_copy_assignment volatile&);58 volatile_copy_assignment(volatile_copy_assignment volatile&&);60 volatile_copy_assignment& operator=(volatile_copy_assignment&&); argument61 volatile_copy_assignment volatile&62 operator=(volatile_copy_assignment const&) volatile; argument
96 static_assert(!std::copyable<volatile_copy_assignment volatile>);
96 static_assert(!std::semiregular<volatile_copy_assignment volatile>);
130 static_assert(!std::regular<volatile_copy_assignment volatile>);