| 180 | /// @hyde-owner fosterbrereton |
| 181 | template <class T1, class T2> |
| 182 | class partial_specialization_example { |
| 183 | T1 _first; |
| 184 | T2 _second; |
| 185 | }; |
| 186 | |
| 187 | /// @brief an example `int, T` partial specialization |
| 188 | /// @hyde-owner fosterbrereton |
nothing calls this directly
no outgoing calls
no test coverage detected