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

Method as_tuple

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected