Support Class Library
A set of tools providing classes and utility
Public Member Functions | List of all members
scl::concepts::Swappable< T > Struct Template Reference

Swappable concept, a type is swappable if it defines swapping mecanisms. More...

#include "Swappable.h"

Public Member Functions

constexpr operator bool () const
 

Detailed Description

template<class T>
struct scl::concepts::Swappable< T >

Swappable concept, a type is swappable if it defines swapping mecanisms.

Template Parameters
Tbeing the type to check against

Definition at line 13 of file Swappable.h.

Member Function Documentation

◆ operator bool()

template<class T >
constexpr scl::concepts::Swappable< T >::operator bool ( ) const
inline

Definition at line 14 of file Swappable.h.


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