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

Method cbegin

include/thundersvm/util/log.h:1376–1378  ·  view source on GitHub ↗

@return Constant iterator pointer from start of repository

Source from the content-addressed store, hash-verified

1374
1375 /// @return Constant iterator pointer from start of repository
1376 virtual inline const_iterator cbegin(void) const ELPP_FINAL {
1377 return m_list.cbegin();
1378 }
1379
1380 /// @return End of repository
1381 virtual inline const_iterator cend(void) const ELPP_FINAL {

Callers 1

deepCopyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected