MCPcopy Create free account
hub / github.com/adobe/hyde / partial_specialization_example

Class partial_specialization_example

test_files/classes.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180/// @hyde-owner fosterbrereton
181template <class T1, class T2>
182class partial_specialization_example {
183 T1 _first;
184 T2 _second;
185};
186
187/// @brief an example `int, T` partial specialization
188/// @hyde-owner fosterbrereton

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected