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

Destructible concept, a type T is destructible if it defines a destructor that won't throw. More...

#include "Destructible.h"

Public Member Functions

constexpr operator bool () const
 

Detailed Description

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

Destructible concept, a type T is destructible if it defines a destructor that won't throw.

Template Parameters
Tthe type to check against

Definition at line 12 of file Destructible.h.

Member Function Documentation

◆ operator bool()

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

Definition at line 13 of file Destructible.h.


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