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

CopyConstructible concept, a type T is copy constructible if meta::is_copy_constructible<T>() is true. More...

#include "CopyConstructible.h"

Public Member Functions

constexpr operator bool () const
 

Detailed Description

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

CopyConstructible concept, a type T is copy constructible if meta::is_copy_constructible<T>() is true.

Template Parameters
Tthe type to check against

Definition at line 15 of file CopyConstructible.h.

Member Function Documentation

◆ operator bool()

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

Definition at line 16 of file CopyConstructible.h.


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