MCPcopy Create free account
hub / github.com/CasparCG/server / end

Method end

src/common/array.h:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 T* begin() const { return ptr_; }
74 T* data() const { return ptr_; }
75 T* end() const { return ptr_ + size_; }
76 std::size_t size() const { return size_; }
77
78 explicit operator bool() const { return size_ > 0; };

Callers 15

make_cmdFunction · 0.45
find_commandFunction · 0.45
try_match_stingFunction · 0.45
data_list_commandFunction · 0.45
applyMethod · 0.45
get_arg_valueFunction · 0.45
ProcessMessageMethod · 0.45
check_accessMethod · 0.45
try_lockMethod · 0.45
clear_locksMethod · 0.45
replace_nonprintableFunction · 0.45
get_tweenerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected