MCPcopy Create free account
hub / github.com/JDAI-CV/DNNLibrary / begin

Method begin

include/common/StrKeyMap.h:34–36  ·  view source on GitHub ↗

This is "const decltype(as_const(map_).begin()) begin() const"

Source from the content-addressed store, hash-verified

32 }
33 // This is "const decltype(as_const(map_).begin()) begin() const"
34 const typename map_t::const_iterator begin() const {
35 return map_.begin();
36 }
37 const typename map_t::const_iterator end() const {
38 return map_.end();
39 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected