MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / at

Method at

src/common/enum_array.h:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 using typename parent_t::const_reverse_iterator;
37
38 reference at(EnumT index) {
39 return parent_t::at(static_cast<size_t>(index));
40 }
41
42 const_reference at(EnumT index) const {
43 return parent_t::at(static_cast<size_t>(index));

Callers 12

from_jsonFunction · 0.80
from_json_array_implFunction · 0.80
from_json_tuple_implFunction · 0.80
get_ubjson_size_valueMethod · 0.80
json.hppFile · 0.80
write_bjdata_ndarrayMethod · 0.80
atFunction · 0.80
patch_inplaceFunction · 0.80
operator()Method · 0.80
GetResponseMethod · 0.80

Calls 1

atFunction · 0.85

Tested by

no test coverage detected