Bitcoin Core  21.99.0
P2P Digital Currency
Typedefs | Variables
optional.h File Reference
#include <optional>
#include <utility>
Include dependency graph for optional.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

template<typename T >
using Optional = std::optional< T >
 Substitute for C++17 std::optional DEPRECATED use std::optional in new code. More...
 

Variables

static auto & nullopt = std::nullopt
 Substitute for C++17 std::nullopt DEPRECATED use std::nullopt in new code. More...
 

Typedef Documentation

◆ Optional

template<typename T >
using Optional = std::optional<T>

Substitute for C++17 std::optional DEPRECATED use std::optional in new code.

Definition at line 14 of file optional.h.

Variable Documentation

◆ nullopt

auto& nullopt = std::nullopt
static

Substitute for C++17 std::nullopt DEPRECATED use std::nullopt in new code.

Definition at line 18 of file optional.h.