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

Class remove_const

Driver/skCrypter.h:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 // STRUCT TEMPLATE remove_const
35 template <class _Ty>
36 struct remove_const { // remove top-level const qualifier
37 using type = _Ty;
38 };
39
40 template <class _Ty>
41 struct remove_const<const _Ty> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected