VCCC  2024.05
VisualCamp Common C++ library
swappable_with< T, U > Struct Template Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__concepts/swappable_with.hpp>

+ Inheritance diagram for swappable_with< T, U >:

Detailed Description

template<typename T, typename U>
struct vccc::swappable_with< T, U >

The concept swappable_with<T, U> specifies that expressions of the type and value category encoded by T and U are swappable with each other.

See also
std::swappable_with

The documentation for this struct was generated from the following file: