MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / rbegin

Method rbegin

include/win/boost/multi_array/subarray.hpp:301–304  ·  view source on GitHub ↗

RG - rbegin() and rend() written naively to thwart MSVC ICE.

Source from the content-addressed store, hash-verified

299
300 // RG - rbegin() and rend() written naively to thwart MSVC ICE.
301 reverse_iterator rbegin() {
302 reverse_iterator ri(end());
303 return ri;
304 }
305
306 reverse_iterator rend() {
307 reverse_iterator ri(begin());

Callers 11

index_genMethod · 0.45
operator[]Method · 0.45
extent_genMethod · 0.45
constraintsMethod · 0.45
constraintsMethod · 0.45
const_constraintsMethod · 0.45
operator()Method · 0.45
rd_stringMethod · 0.45
convert_to_stringFunction · 0.45
convert_to_stringFunction · 0.45

Calls 2

endClass · 0.50
rbeginFunction · 0.50

Tested by

no test coverage detected