reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
248 const_iterator begin() const { return Blocks.begin(); } 252 const_iterator end() const { return Blocks.end(); }usr/include/c++/7.4.0/bits/range_access.h
58 begin(const _Container& __cont) -> decltype(__cont.begin()) 78 end(const _Container& __cont) -> decltype(__cont.end())