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

Method end

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

Source from the content-addressed store, hash-verified

46 }
47
48 constexpr const T* end() const
49 {
50 return &data[N];
51 }
52
53 cfg_constexpr14 T* end()
54 {

Callers 15

RemoveCodeStyleMethod · 0.45
ReformatMethod · 0.45
RangeFormatMethod · 0.45
CheckCodeStyleFunction · 0.45
RemoveCodeStyleMethod · 0.45
endFunction · 0.45
operator==Function · 0.45
HasOptionMethod · 0.45
ParseMethod · 0.45
GetValueMethod · 0.45
CreateDictionaryEntryMethod · 0.45
LookUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected