Wwise SDK 2021.1.9
VersionPack
Version
Wwise SDK 2021.1.9
|
AK.Wwise::Plugin::PluginInfoGenerator< PluginT >::InterfaceInfo< in_interfaceType >::VersionPack< in_versions > Struct Template Reference
Compile-time container of version numbers. More...
#include <PluginInfoGenerator.h>
Inheritance diagram for AK.Wwise::Plugin::PluginInfoGenerator< PluginT >::InterfaceInfo< in_interfaceType >::VersionPack< in_versions >:

Static Public Member Functions | |
static constexpr uint32_t | GetLatest () |
Get the latest version stored in the container. Assumes the container is sorted in ascending order. More... |
|
Detailed Description
template<typename PluginT>
template<InterfaceType in_interfaceType>
template<uint32_t... in_versions>
struct AK.Wwise::Plugin::PluginInfoGenerator< PluginT >::InterfaceInfo< in_interfaceType >::VersionPack< in_versions >
Compile-time container of version numbers.
- Template Parameters
-
in_versions,... Version numbers to store in the container in ascending order.
Definition at line 352 of file PluginInfoGenerator.h.