MCPcopy Create free account
hub / github.com/dfranx/SHADERed / type

Class type

libs/cppdap/src/typeof.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80template <size_t SIZE, size_t ALIGNMENT>
81struct aligned_storage {
82 struct alignas(ALIGNMENT) type {
83 unsigned char data[SIZE];
84 };
85};
86
87TypeInfos* TypeInfos::get() {

Callers 9

deserializeMethod · 0.50
serializeMethod · 0.50
registerHandlerMethod · 0.50
registerSentHandlerMethod · 0.50
sendMethod · 0.50
typeMethod · 0.50
typeMethod · 0.50
any.hFile · 0.50
isMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected