Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ pop_count
Method
pop_count
extlibs/sol3/include/sol/sol.hpp:15288–15290 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15286
return returncount;
15287
};
15288
int pop_count() const noexcept {
15289
return popcount;
15290
};
15291
void abandon() noexcept {
15292
// L = nullptr;
15293
index = 0;
Callers
2
push
Method · 0.80
script_throw_on_error
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected