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

Class specialization_example

test_files/classes.cpp:152–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150/// @hyde-owner fosterbrereton
151template <typename T>
152struct specialization_example {
153 constexpr auto as_tuple() const { return std::forward_as_tuple(); }
154};
155
156/// @brief an example `std::int32` specialization
157/// @hyde-owner fosterbrereton

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected