MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / begin

Method begin

inc/osvr/Util/ContainerWrapper.h:105–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 public:
104 typedef typename Container::iterator iterator;
105 iterator begin() { return Base::container().begin(); }
106 iterator end() { return Base::container().end(); }
107 };
108

Callers 1

beginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected