Tag type for empty optional construction

Synopsis

Declared in <beman/optional/optional.hpp>

struct nullopt_t;

Enums

Name

Description

Tag

Tag enum for nullopt_t construction

Member Functions

Name

Description

nullopt_t [constructor]

Construct a new nullopt_t object

Friends

Name

Description

beman::optional::operator<=>

Compares two nullopt_t objects.

beman::optional::operator==

Compares two nullopt_t objects for equality.

Created with MrDocs