CVB++ 14.0
nullopt_t Struct Reference

Indicates optional() type with uninitialized state. More...

#include <optional.hpp>

Detailed Description

Indicates optional() type with uninitialized state.

In particular, optional has a constructor with nullopt_t as a single argument, which creates an optional that does not contain a value.

Template Parameters
TType of value to store.