inochi2d ~main (2026-08-20T13:21:03.36605)
Dub
Repo
Register
inochi2d
core
registry
Template which registers a type into a given type registry.
mixin template
Register (
T
alias
registry
) {
import
numem
.
core
.
traits
:
hasUDA
;
;
static if
(
hasUDA!(T, TypeId)
)
void
__register_type
();
}
Members
Functions
__register_type
void
__register_type
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
inochi2d
core
registry
enums
IN_MAKE_TAG
mixin templates
Register
structs
RegisterFallback
TypeId
TypeIdAbstract
TypeRegistry
Template which registers a type into a given type registry.