4#ifndef TETL_OPTIONAL_NULLOPT_HPP
5#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:22
Definition adjacent_find.hpp:9
etl::nullopt_t is an empty class type used to indicate optional type with uninitialized state....
Definition nullopt.hpp:14
constexpr nullopt_t(int)
Definition nullopt.hpp:15