MCPcopy Create free account
hub / github.com/doctest/doctest / MyTypeInherited

Class MyTypeInherited

examples/all_features/stringification.cpp:143–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141
142template <typename T>
143struct MyTypeInherited : MyType<T, unsigned> {};
144
145template <typename T, typename K>
146bool operator==(const MyType<T, K> &lhs, const MyType<T, K> &rhs) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected