MCPcopy Create free account
hub / github.com/Genivia/ugrep / begin

Method begin

include/reflex/setop.h:298–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296 s2(s2)
297 { }
298 const_iterator begin() const
299 {
300 return const_iterator(s1, s2);
301 }
302 const_iterator end() const
303 {
304 return const_iterator(s1.end(), s2.end());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected