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

UnsignedIntegral concept, a type is an unsigned integral if it is both Integral and Unsigned. More...

#include "UnsignedIntegral.h"

Public Member Functions

constexpr operator bool () const
 

Detailed Description

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

UnsignedIntegral concept, a type is an unsigned integral if it is both Integral and Unsigned.

Template Parameters
Tbeing the type to check against

Definition at line 16 of file UnsignedIntegral.h.

Member Function Documentation

◆ operator bool()

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

Definition at line 17 of file UnsignedIntegral.h.


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