HelenOS sources

remove_volatile   880 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct remove_volatile: aux::type_is<T>
remove_volatile   884 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct remove_volatile<T volatile>: aux::type_is<T>
HelenOS homepage, sources at GitHub