Iros
Loading...
Searching...
No Matches
di::concepts::Swappable Concept Reference
#include <
di/util/swap.h
>
Concept definition
template
<
typename
T>
concept
di::concepts::Swappable
=
requires
(T& a, T& b) {
di::util::swap
(a, b); }
di::concepts::Swappable
Definition
swap.h:31
di::util::swap
constexpr struct di::util::SwapFunction swap
di
concepts
Swappable
Generated by
1.13.0