MCPcopy Create free account
hub / github.com/SheafificationOfG/based-cpp / advance_

Function advance_

gil/std.base.hpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25static constexpr auto peek_() noexcept { return peek_(0u); }
26
27static constexpr auto advance_(auto offset) noexcept {
28 return lib::ir::IR{lib::code::Advance{offset}};
29}
30
31static constexpr auto advance_() noexcept { return advance_(1u); }
32

Callers 2

skip_whitespaceFunction · 0.85
read_intFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected