3#ifndef TETL_VARIANT_MONOSTATE_HPP
4#define TETL_VARIANT_MONOSTATE_HPP
Definition adjacent_find.hpp:8
Unit type intended for use as a well-behaved empty alternative in etl::variant. In particular,...
Definition monostate.hpp:16
friend constexpr auto operator==(monostate, monostate) noexcept -> bool
All instances of etl::monostate compare equal.
Definition monostate.hpp:18
friend constexpr auto operator<=>(monostate, monostate) noexcept -> etl::strong_ordering
All instances of etl::monostate compare equal.
Definition monostate.hpp:21
Definition strong_ordering.hpp:14
static strong_ordering const equal
Definition strong_ordering.hpp:16