MCPcopy Create free account
hub / github.com/Spuckwaffel/Kernel-Thread-Driver / remove_reference

Class remove_reference

Driver/skCrypter.h:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 // STRUCT TEMPLATE remove_reference
16 template <class _Ty>
17 struct remove_reference {
18 using type = _Ty;
19 };
20
21 template <class _Ty>
22 struct remove_reference<_Ty&> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected