Open 3D Engine AzCore API Reference 25.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
std::common_type< AZStd::pair< T1, T2 >, AZStd::pair< U1, U2 > > Struct Template Reference

Inherits enable_if_t< AZStd::Internal::sfinae_trigger_v< common_type_t< T1, U1 >, common_type_t< T2, U2 > >, AZStd::Internal::requirements_fulfilled >.

Public Types

using type = AZStd::pair< common_type_t< T1, U1 >, common_type_t< T2, U2 > >
 

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