Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Naios/function2
/ lazy_and
Class
lazy_and
include/function2/function2.hpp:155–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
154
template <typename...>
155
struct lazy_and;
156
157
template <typename B1>
158
struct lazy_and<B1> : B1 {};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected