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::vector< AZ::u8, A > > Struct Template Reference

Generic specialization for AZStd::vector<AZ::u8,Allocator> byte stream. If this conflics with a normal vector<unsigned char> create a new type. More...

Classes

class  GenericClassByteStream
 

Public Types

typedef AZStd::vector< AZ::u8, A > ContainerType
 
using ClassInfoType = GenericClassByteStream
 

Static Public Member Functions

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

Detailed Description

template<class A>
struct AZ::SerializeGenericTypeInfo< AZStd::vector< AZ::u8, A > >

Generic specialization for AZStd::vector<AZ::u8,Allocator> byte stream. If this conflics with a normal vector<unsigned char> create a new type.


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