Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/te
/ empty
Method
empty
test/te.cpp:875–879 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
873
}
874
875
auto empty() {
876
return te::call<int>(
877
[](auto &self) -> decltype(self.empty()) { return self.empty(); },
878
*this);
879
}
880
};
881
882
struct Empty {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected