MCPcopy Create free account
hub / github.com/codeinred/tuplet / unwrap_reference

Class unwrap_reference

include/tuplet/tuple.hpp:278–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276namespace tuplet {
277 template <class T>
278 struct unwrap_reference {
279 using type = T;
280 };
281 template <class U>
282 struct unwrap_reference<std::reference_wrapper<U>> {
283 using type = U&;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected