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

Method end

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

Source from the content-addressed store, hash-verified

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(); }
96 };
97

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected