Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
template <size_t SIZE, size_t ALIGNMENT>
81
struct aligned_storage {
82
struct alignas(ALIGNMENT) type {
83
unsigned char data[SIZE];
84
};
85
};
86
87
TypeInfos* TypeInfos::get() {
Callers
9
deserialize
Method · 0.50
serialize
Method · 0.50
registerHandler
Method · 0.50
registerSentHandler
Method · 0.50
send
Method · 0.50
type
Method · 0.50
type
Method · 0.50
any.h
File · 0.50
is
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected