Iros
 
Loading...
Searching...
No Matches
indirectly_swappable.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace di::concepts {
6template<typename T, typename U = T>
7concept IndirectlySwappable = requires(T const a, U const b) {
12};
13}
Definition indirectly_swappable.h:7
Definition any_storable.h:9
constexpr auto iterator_swap
Definition iterator_swap.h:49