Skip to main content

TypeDefs.ixx File

Core type definitions and tag types for the helios engine. More...

Included Headers

#include <cstdint> #include <limits> #include <cstddef>

Namespaces Index

namespacehelios
namespaceengine
namespacecore
namespacetypes

Classes Index

structno_init_t

Tag type used to indicate skipping default initialization. More...

Description

Core type definitions and tag types for the helios engine.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7#include <cstdint>
8#include <limits>
9#include <cstddef>
10
11export module helios.engine.core.types.TypeDefs;
12
13
14export namespace helios::engine::core::types {
15
16
17
18
19
20
53 struct no_init_t{};
54
68 inline constexpr no_init_t no_init;
69
70}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.