MCPcopy 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
154template <typename...>
155struct lazy_and;
156
157template <typename B1>
158struct lazy_and<B1> : B1 {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected