MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / pop_front

Method pop_front

Source/array_view.h:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 size_ -= offs;
138 }
139 constexpr void pop_front() noexcept {
140 remove_front(1u);
141 }
142 constexpr void remove_back(size_type count) noexcept {
143 size_ -= (count < size()) ? count : size();
144 }

Callers 2

AddActionMethod · 0.80
GetByteStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected