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

ValueSwappable concept, a type is value swappable if it is an iterator type and its value type is swappable. More...

#include "ValueSwappable.h"

Public Member Functions

constexpr operator bool () const
 

Detailed Description

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

ValueSwappable concept, a type is value swappable if it is an iterator type and its value type is swappable.

Template Parameters
Tbeing the type to check against

Definition at line 17 of file ValueSwappable.h.

Member Function Documentation

◆ operator bool()

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

Definition at line 18 of file ValueSwappable.h.


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