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

Unsigned concept, a type T is unsigned if meta::is_unsigned<T>() is true. More...

#include "Unsigned.h"

Public Member Functions

constexpr operator bool () const
 

Detailed Description

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

Unsigned concept, a type T is unsigned if meta::is_unsigned<T>() is true.

Template Parameters
Tbeing the type to check against

Definition at line 12 of file Unsigned.h.

Member Function Documentation

◆ operator bool()

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

Definition at line 13 of file Unsigned.h.


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