MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / cbegin

Method cbegin

3ds/include/SmallVector.hpp:403–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401 constexpr const_reverse_iterator rend() const noexcept { return std::make_reverse_iterator(begin()); }
402
403 constexpr const_iterator cbegin() const noexcept { return const_iterator{data()}; }
404
405 constexpr const_iterator cend() const noexcept { return const_iterator{data()} + size(); }
406

Callers 3

dumpMethod · 0.80
basic_json diffFunction · 0.80
ckpt_json_object_keyFunction · 0.80

Calls 1

dataClass · 0.85

Tested by

no test coverage detected