ComponentTypeSpecs.ixx File
Component template specifications for the helios engine core types. More...
Namespaces Index
| namespace | helios |
| namespace | engine |
| namespace | core |
| namespace | types |
Classes Index
| struct | ComponentTypeSpec<TComponent, TArgs> |
|
Binds trailing template arguments to a component template. More... | |
Description
Component template specifications for the helios engine core types.
File Listing
The file content with the documentation metadata removed is:
9export namespace helios::engine::core::types {
16 template<template<typename, typename...> typename TComponent, typename... TArgs>
17 struct ComponentTypeSpec {
23 using type = TComponent<THandle, TArgs...>;
29 template<template<typename, typename...> typename TComponent, typename... TArgs>
30 using VersionedComponentSpec = ComponentTypeSpec<TComponent, TArgs...>;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.