VCCC  2024.05
VisualCamp Common C++ library
swappable< T > Struct Template Reference

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

+ Inheritance diagram for swappable< T >:

Detailed Description

template<typename T>
struct vccc::swappable< T >

The concept swappable<T> specifies that lvalues of type T are swappable.

See also
std::swappable

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