MCPcopy Create free account
hub / github.com/SheafificationOfG/based-cpp / IfBlock

Class IfBlock

gil/std.impl.hpp:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184} // namespace _impl_
185
186template <typename Cond, typename IfTrue, typename IfFalse> struct IfBlock {
187 Cond cond;
188 IfTrue iftrue;
189 IfFalse iffalse;
190};
191
192template <typename Cond, typename IfTrue> struct IfBlock<Cond, IfTrue, void> {
193 Cond cond;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected