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

Boolean concept, a type is boolean if it defines all boolean operations. More...

#include "Boolean.h"

Public Member Functions

constexpr operator bool () const
 

Detailed Description

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

Boolean concept, a type is boolean if it defines all boolean operations.

Template Parameters
Tbeing the type to check against

Definition at line 23 of file Boolean.h.

Member Function Documentation

◆ operator bool()

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

Definition at line 24 of file Boolean.h.


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