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

Class Branch

gil/gil.impl.hpp:508–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506namespace _impl_ {
507
508template <bool cond, typename True, typename False> struct Branch;
509
510template <typename True, typename False> struct Branch<true, True, False> {
511 using Result = True;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected