MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / size

Method size

examples/server/json.hpp:3109–3112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3107{
3108 using value_type = T;
3109 static constexpr std::size_t size() noexcept
3110 {
3111 return sizeof...(Ints);
3112 }
3113};
3114
3115// index_sequence

Callers 15

operator<Function · 0.45
replace_substringFunction · 0.45
concat_lengthFunction · 0.45
json.hppFile · 0.45
concat_intoFunction · 0.45
diagnosticsMethod · 0.45
from_jsonFunction · 0.45
from_json_array_implFunction · 0.45
constructMethod · 0.45
hashFunction · 0.45
start_objectMethod · 0.45
keyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected