4#ifndef TETL_VARIANT_MONOSTATE_HPP
5#define TETL_VARIANT_MONOSTATE_HPP
7#include <etl/_compare/strong_ordering.hpp>
Definition adjacent_find.hpp:9
Unit type intended for use as a well-behaved empty alternative in etl::variant. In particular,...
Definition monostate.hpp:17
friend constexpr auto operator==(monostate, monostate) noexcept -> bool
All instances of etl::monostate compare equal.
Definition monostate.hpp:19
friend constexpr auto operator<=>(monostate, monostate) noexcept -> etl::strong_ordering
All instances of etl::monostate compare equal.
Definition monostate.hpp:25
Definition strong_ordering.hpp:15
static strong_ordering const equal
Definition strong_ordering.hpp:17