Open 3D Engine AzNetworking 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.
AzNetworking::AzContainerHelper::IsIterableContainer< C > Struct Template Reference

Static Public Member Functions

template<class TYPE >
static AZStd::false_type Evaluate (...)
 
template<class TYPE >
static AZStd::true_type Evaluate (int, typename TYPE::value_type=typename TYPE::value_type(), typename TYPE::const_iterator=C().begin(), typename TYPE::const_iterator=C().end(), typename TYPE::size_type=C().size())
 

Static Public Attributes

static constexpr bool Value = AZStd::is_same<decltype(Evaluate<C>(0)), AZStd::true_type>::value
 

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