Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
template <typename T, typename K>
137
struct MyType {
138
T one;
139
K two;
140
};
141
142
template <typename T>
143
struct MyTypeInherited : MyType<T, unsigned> {};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected