3#ifndef TETL_OPTIONAL_NULLOPT_HPP
4#define TETL_OPTIONAL_NULLOPT_HPP
constexpr auto nullopt
etl::nullopt is a constant of type etl::nullopt_t that is used to indicate optional type with uniniti...
Definition nullopt.hpp:21
Definition adjacent_find.hpp:8
etl::nullopt_t is an empty class type used to indicate optional type with uninitialized state....
Definition nullopt.hpp:13
constexpr nullopt_t(int)
Definition nullopt.hpp:14