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

Method begin

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

Source from the content-addressed store, hash-verified

31 }
32
33 constexpr const T* begin() const
34 {
35 return &data[0];
36 }
37
38 cfg_constexpr14 T* begin()
39 {

Callers 15

RemoveCodeStyleMethod · 0.45
ReformatMethod · 0.45
RangeFormatMethod · 0.45
CheckCodeStyleFunction · 0.45
RemoveCodeStyleMethod · 0.45
beginFunction · 0.45
operator==Function · 0.45
LookUpMethod · 0.45
BuildDeletesWordsMethod · 0.45
lowerStringFunction · 0.45
PatternMatchMethod · 0.45
CompileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected