Searched refs:swappable_with_rvalue_ref_to_volatile_s3 (Results 1 – 1 of 1) sorted by relevance
541 struct swappable_with_rvalue_ref_to_volatile_s3 { struct542 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 …]