MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / size

Method size

3rd/wildcards/include/cx/array.hpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 using value_type = T;
22
23 constexpr std::size_t size() const
24 {
25 return N;
26 }
27
28 constexpr bool empty() const
29 {

Callers 15

CheckSingleFileMethod · 0.45
ReformatSingleFileMethod · 0.45
RangeReformatMethod · 0.45
GetStyleMethod · 0.45
ReformatMethod · 0.45
RangeFormatMethod · 0.45
CodeFormat.cppFile · 0.45
CheckCodeStyleFunction · 0.45
formatFunction · 0.45
range_formatFunction · 0.45
type_formatFunction · 0.45
update_configFunction · 0.45

Calls

no outgoing calls

Tested by 8

test_stl_allocator1Function · 0.36
test_stl_allocator2Function · 0.36
test_stl_allocator3Function · 0.36
test_stl_allocator4Function · 0.36
test_stl_allocator5Function · 0.36
test_stl_allocator6Function · 0.36
test_stl_allocator1Function · 0.36
test_stl_allocator2Function · 0.36