MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / begin

Method begin

include/thundersvm/util/log.h:2842–2844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2840 IterableContainer(void) {}
2841 virtual ~IterableContainer(void) {}
2842 iterator begin(void) {
2843 return getContainer().begin();
2844 }
2845 iterator end(void) {
2846 return getContainer().end();
2847 }

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected