Support Class Library
A set of tools providing classes and utility
Public Member Functions | List of all members
scl::utils::None Struct Referencefinal

An empty class serving as the type of an empty Optional<T> More...

#include "Optional.h"

Public Member Functions

constexpr bool operator== (None) const
 
constexpr bool operator!= (None) const
 
constexpr bool operator< (None) const
 
constexpr bool operator<= (None) const
 
constexpr bool operator> (None) const
 
constexpr bool operator>= (None) const
 

Detailed Description

An empty class serving as the type of an empty Optional<T>

Definition at line 28 of file Optional.h.

Member Function Documentation

◆ operator!=()

constexpr bool scl::utils::None::operator!= ( None  ) const
inline

Definition at line 30 of file Optional.h.

◆ operator<()

constexpr bool scl::utils::None::operator< ( None  ) const
inline

Definition at line 31 of file Optional.h.

◆ operator<=()

constexpr bool scl::utils::None::operator<= ( None  ) const
inline

Definition at line 32 of file Optional.h.

◆ operator==()

constexpr bool scl::utils::None::operator== ( None  ) const
inline

Definition at line 29 of file Optional.h.

◆ operator>()

constexpr bool scl::utils::None::operator> ( None  ) const
inline

Definition at line 33 of file Optional.h.

◆ operator>=()

constexpr bool scl::utils::None::operator>= ( None  ) const
inline

Definition at line 34 of file Optional.h.


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