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

NonMovable concept, a type is non movable if it is neither move constructible nor move assignable. More...

#include "NonMovable.h"

Public Member Functions

constexpr operator bool () const
 

Detailed Description

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

NonMovable concept, a type is non movable if it is neither move constructible nor move assignable.

Template Parameters
Tbeing the type to check against

Definition at line 12 of file NonMovable.h.

Member Function Documentation

◆ operator bool()

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

Definition at line 13 of file NonMovable.h.


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