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

Method begin

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

Source from the content-addressed store, hash-verified

90 public:
91 typedef typename Container::const_iterator const_iterator;
92 const_iterator begin() const { return Base::container().begin(); }
93 const_iterator cbegin() const { return Base::container().cbegin(); }
94 const_iterator end() const { return Base::container().end(); }
95 const_iterator cend() const { return Base::container().cend(); }

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected