Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfranx/SHADERed
/ type
Method
type
libs/cppdap/src/typeof.cpp:104–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
namespace dap {
103
104
const TypeInfo* TypeOf<boolean>::type() {
105
return &TypeInfos::get()->boolean;
106
}
107
108
const TypeInfo* TypeOf<string>::type() {
109
return &TypeInfos::get()->string;
Callers
15
iteration_proxy_value
Class · 0.45
json_pointer
Class · 0.45
json.hpp
File · 0.45
contains
Function · 0.45
flatten
Function · 0.45
write_bson
Method · 0.45
write_cbor
Method · 0.45
write_msgpack
Method · 0.45
write_ubjson
Method · 0.45
calc_bson_element_size
Method · 0.45
write_bson_element
Method · 0.45
ubjson_prefix
Method · 0.45
Calls
1
get
Function · 0.50
Tested by
no test coverage detected