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

Class MyType

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

Source from the content-addressed store, hash-verified

135
136template <typename T, typename K>
137struct MyType {
138 T one;
139 K two;
140};
141
142template <typename T>
143struct MyTypeInherited : MyType<T, unsigned> {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected