Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZStd::variant_detail::variant_impl_destructor< SpecialFunctionTraits::Unavailable, Types... > Class Template Reference

Inherits AZStd::variant_detail::variant_impl_base< Types... >.

Public Member Functions

 variant_impl_destructor (variant_impl_destructor &&)=default
 
 variant_impl_destructor (const variant_impl_destructor &)=default
 
variant_impl_destructoroperator= (variant_impl_destructor &&)=default
 
variant_impl_destructoroperator= (const variant_impl_destructor &)=default
 
void destroy ()=delete
 
- Public Member Functions inherited from AZStd::variant_detail::variant_impl_base< Types... >
constexpr variant_impl_base (valueless_t valueless_tag)
 
constexpr variant_impl_base (in_place_index_t< Index >, Args &&... args)
 
constexpr bool valueless_by_exception () const
 
constexpr size_t index () const
 

Additional Inherited Members

- Public Types inherited from AZStd::variant_detail::variant_impl_base< Types... >
using index_t = variant_index_t< num_alternatives >
 
- Static Public Attributes inherited from AZStd::variant_detail::variant_impl_base< Types... >
static constexpr size_t num_alternatives
 
- Protected Member Functions inherited from AZStd::variant_detail::variant_impl_base< Types... >
constexpr auto & as_base () &
 
constexpr auto && as_base () &&
 
constexpr auto && as_base () const &
 
constexpr auto && as_base () const &&
 
- Static Protected Member Functions inherited from AZStd::variant_detail::variant_impl_base< Types... >
static constexpr size_t size ()
 
- Protected Attributes inherited from AZStd::variant_detail::variant_impl_base< Types... >
union_impl< destructor_traits< Types... >, 0, Types... > m_union_data
 
index_t m_index
 

The documentation for this class was generated from the following file: