An empty class serving as the type of an empty Optional<T>
More...
#include "Optional.h"
An empty class serving as the type of an empty Optional<T>
Definition at line 28 of file Optional.h.
◆ operator!=()
constexpr bool scl::utils::None::operator!= |
( |
None |
| ) |
const |
|
inline |
◆ operator<()
constexpr bool scl::utils::None::operator< |
( |
None |
| ) |
const |
|
inline |
◆ operator<=()
constexpr bool scl::utils::None::operator<= |
( |
None |
| ) |
const |
|
inline |
◆ operator==()
constexpr bool scl::utils::None::operator== |
( |
None |
| ) |
const |
|
inline |
◆ operator>()
constexpr bool scl::utils::None::operator> |
( |
None |
| ) |
const |
|
inline |
◆ operator>=()
constexpr bool scl::utils::None::operator>= |
( |
None |
| ) |
const |
|
inline |
The documentation for this struct was generated from the following file: