HelenOS sources

remove_cv         888 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct remove_cv: aux::type_is<T>
remove_cv         892 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct remove_cv<T const>: aux::type_is<T>
remove_cv         896 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct remove_cv<T volatile>: aux::type_is<T>
remove_cv         900 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct remove_cv<T const volatile>: aux::type_is<T>
HelenOS homepage, sources at GitHub