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

CopyAssignable concept, a type T is copy assignable if meta::is_copy_assignable<T>() is true. More...

#include "CopyAssignable.h"

Public Member Functions

constexpr operator bool () const
 

Detailed Description

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

CopyAssignable concept, a type T is copy assignable if meta::is_copy_assignable<T>() is true.

Template Parameters
Tthe type to check against

Definition at line 12 of file CopyAssignable.h.

Member Function Documentation

◆ operator bool()

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

Definition at line 13 of file CopyAssignable.h.


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