MCPcopy Create free account
hub / github.com/BowenFu/matchit.cpp / IsOoo

Class IsOoo

include/matchit.h:1348–1350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1346
1347 template <typename T>
1348 class IsOoo : public std::false_type
1349 {
1350 };
1351
1352 template <>
1353 class IsOoo<Ooo> : public std::true_type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected