Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
arene::base::ebo_holder< Tag, Value, bool > Member List

This is the complete list of members for arene::base::ebo_holder< Tag, Value, bool >, including all inherited members.

ARENE_IGNORE_ARMCLANG("-Wimplicit-int-float-conversion", "This type supports the same conversions as the Value")arene::base::ebo_holder< Tag, Value, bool >
ARENE_IGNORE_END()arene::base::ebo_holder< Tag, Value, bool >
ARENE_IGNORE_START()arene::base::ebo_holder< Tag, Value, bool >
ebo_holder() noexcept(std::is_nothrow_default_constructible< T >::value)arene::base::ebo_holder< Tag, Value, bool >inline
ebo_holder(Args &&... args) noexcept(std::is_nothrow_constructible< Value, Args &&... >::value)arene::base::ebo_holder< Tag, Value, bool >inlineexplicit
get_value(Tag) const &noexcept -> value_type const &arene::base::ebo_holder< Tag, Value, bool >inline
get_value(Tag) &noexcept -> value_type &arene::base::ebo_holder< Tag, Value, bool >inline
get_value(Tag) const &&noexcept -> value_type const &&arene::base::ebo_holder< Tag, Value, bool >inline
get_value(Tag) &&noexcept -> value_type &&arene::base::ebo_holder< Tag, Value, bool >inline
value_type typedefarene::base::ebo_holder< Tag, Value, bool >