MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / end

Method end

include/chaiscript/utility/json.hpp:214–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212
213 typename Container::iterator begin() { return object ? object->begin() : typename Container::iterator(); }
214 typename Container::iterator end() { return object ? object->end() : typename Container::iterator(); }
215 typename Container::const_iterator begin() const { return object ? object->begin() : typename Container::iterator(); }
216 typename Container::const_iterator end() const { return object ? object->end() : typename Container::iterator(); }
217 };

Callers 15

endMethod · 0.45
QuickFlatMapClass · 0.45
countMethod · 0.45
endMethod · 0.45
JSONMethod · 0.45
build_eval_systemMethod · 0.45
load_fileMethod · 0.45
build_matchMethod · 0.45
buildIntMethod · 0.45
is_operatorMethod · 0.45
Dot_Fun_ArrayMethod · 0.45
parse_internalMethod · 0.45

Calls 1

iteratorClass · 0.50

Tested by

no test coverage detected