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.
AZ::SerializeGenericTypeInfo< AZStd::fixed_vector< T, Capacity > > Struct Template Reference

Generic specialization for AZStd::fixed_vector. More...

Classes

class  GenericClassInfoFixedVector
 

Public Types

typedef AZStd::fixed_vector< T, Capacity > ContainerType
 
using ClassInfoType = GenericClassInfoFixedVector
 

Static Public Member Functions

static ClassInfoType * GetGenericInfo ()
 
static AZ::TypeId GetClassTypeId ()
 

Detailed Description

template<class T, size_t Capacity>
struct AZ::SerializeGenericTypeInfo< AZStd::fixed_vector< T, Capacity > >

Generic specialization for AZStd::fixed_vector.


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