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

Copyable concept, a type is copyable if it is both copy constructible and copy assignable. More...

#include "Copyable.h"

Public Member Functions

constexpr operator bool () const
 

Detailed Description

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

Copyable concept, a type is copyable if it is both copy constructible and copy assignable.

Template Parameters
Tbeing the type to check against

Definition at line 16 of file Copyable.h.

Member Function Documentation

◆ operator bool()

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

Definition at line 17 of file Copyable.h.


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