MCPcopy Create free account
hub / github.com/Inori/GPCS4 / cbegin

Method cbegin

3rdParty/boost/boost/unordered/unordered_map.hpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 const_iterator end() const BOOST_NOEXCEPT { return const_iterator(); }
203
204 const_iterator cbegin() const BOOST_NOEXCEPT
205 {
206 return const_iterator(table_.begin());
207 }
208
209 const_iterator cend() const BOOST_NOEXCEPT { return const_iterator(); }
210

Callers 3

emitRawBufferLoadMethod · 0.45
GetFreeRegisterFunction · 0.45
GetFreeRegisterSSEFunction · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected