emplace(Args &&... args) | cetl::unbounded_variant< Footprint, Copyable, Movable, Alignment, Pmr > | inline |
emplace(std::initializer_list< Up > list, Args &&... args) | cetl::unbounded_variant< Footprint, Copyable, Movable, Alignment, Pmr > | inline |
get_if(UnboundedVariant *operand) | cetl::unbounded_variant< Footprint, Copyable, Movable, Alignment, Pmr > | friend |
get_if(const UnboundedVariant *operand) | cetl::unbounded_variant< Footprint, Copyable, Movable, Alignment, Pmr > | friend |
get_memory_resource() const noexcept | cetl::unbounded_variant< Footprint, Copyable, Movable, Alignment, Pmr > | inline |
operator=(const unbounded_variant &rhs) | cetl::unbounded_variant< Footprint, Copyable, Movable, Alignment, Pmr > | inline |
operator=(unbounded_variant &&rhs) noexcept | cetl::unbounded_variant< Footprint, Copyable, Movable, Alignment, Pmr > | inline |
operator=(ValueType &&value) | cetl::unbounded_variant< Footprint, Copyable, Movable, Alignment, Pmr > | inline |
pmr_type typedef | cetl::unbounded_variant< Footprint, Copyable, Movable, Alignment, Pmr > | |
reset(Pmr *const mem_res) noexcept | cetl::unbounded_variant< Footprint, Copyable, Movable, Alignment, Pmr > | inline |
swap(unbounded_variant &rhs) noexcept(Movable) | cetl::unbounded_variant< Footprint, Copyable, Movable, Alignment, Pmr > | inline |
unbounded_variant() | cetl::unbounded_variant< Footprint, Copyable, Movable, Alignment, Pmr > | inline |
unbounded_variant(Pmr *const mem_res) | cetl::unbounded_variant< Footprint, Copyable, Movable, Alignment, Pmr > | inlineexplicit |
unbounded_variant(const unbounded_variant &other)=default | cetl::unbounded_variant< Footprint, Copyable, Movable, Alignment, Pmr > | |
unbounded_variant(unbounded_variant &&other) noexcept=default | cetl::unbounded_variant< Footprint, Copyable, Movable, Alignment, Pmr > | |
unbounded_variant(ValueType &&value) | cetl::unbounded_variant< Footprint, Copyable, Movable, Alignment, Pmr > | inline |
unbounded_variant(Pmr *const mem_res, ValueType &&value) | cetl::unbounded_variant< Footprint, Copyable, Movable, Alignment, Pmr > | inline |
unbounded_variant(in_place_type_t< ValueType >, Args &&... args) | cetl::unbounded_variant< Footprint, Copyable, Movable, Alignment, Pmr > | inlineexplicit |
unbounded_variant(Pmr *const mem_res, in_place_type_t< ValueType >, Args &&... args) | cetl::unbounded_variant< Footprint, Copyable, Movable, Alignment, Pmr > | inlineexplicit |
unbounded_variant(in_place_type_t< ValueType >, std::initializer_list< Up > list, Args &&... args) | cetl::unbounded_variant< Footprint, Copyable, Movable, Alignment, Pmr > | inlineexplicit |
unbounded_variant(Pmr *const mem_res, in_place_type_t< ValueType >, std::initializer_list< Up > list, Args &&... args) | cetl::unbounded_variant< Footprint, Copyable, Movable, Alignment, Pmr > | inlineexplicit |
~unbounded_variant() | cetl::unbounded_variant< Footprint, Copyable, Movable, Alignment, Pmr > | inline |