Home
last modified time | relevance | path

Searched refs:swappable_with_rvalue_ref_to_volatile_s3 (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.swappable/
H A Dswappable_with.compile.pass.cpp541 struct swappable_with_rvalue_ref_to_volatile_s3 { struct
542 swappable_with_rvalue_ref_to_volatile_s3(
543 swappable_with_rvalue_ref_to_volatile_s3 volatile&);
544 swappable_with_rvalue_ref_to_volatile_s3(
545 swappable_with_rvalue_ref_to_volatile_s3 volatile&&);
546 swappable_with_rvalue_ref_to_volatile_s3&
547 operator=(swappable_with_rvalue_ref_to_volatile_s3 volatile&);
548 swappable_with_rvalue_ref_to_volatile_s3&
549 operator=(swappable_with_rvalue_ref_to_volatile_s3 volatile&&);
551 friend void swap(swappable_with_rvalue_ref_to_volatile_s3 volatile&&,
[all …]