Constructs an empty optional_ref from std::nullopt.

Synopsis

Declared in <absl/types/optional_ref.h>

constexpr
optional_ref(std::nullopt_t input);

Parameters

Name

Description

input

The std::nullopt tag.

Created with MrDocs