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

NonCopyable concept, a type is non copyable if it is neither copy constructible nor copy assignable. More...

#include "NonCopyable.h"

Public Member Functions

constexpr operator bool () const
 

Detailed Description

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

NonCopyable concept, a type is non copyable if it is neither copy constructible nor copy assignable.

Template Parameters
Tbeing the type to check against

Definition at line 12 of file NonCopyable.h.

Member Function Documentation

◆ operator bool()

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

Definition at line 13 of file NonCopyable.h.


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