HelenOS sources

make_unsigned     971 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct make_unsigned: aux::type_is<T>
make_unsigned     975 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct make_unsigned<char>: aux::type_is<unsigned char>
make_unsigned     979 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct make_unsigned<signed char>: aux::type_is<unsigned char>
make_unsigned     983 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct make_unsigned<short>: aux::type_is<unsigned short>
make_unsigned     987 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct make_unsigned<int>: aux::type_is<unsigned int>
make_unsigned     991 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct make_unsigned<long>: aux::type_is<unsigned long>
make_unsigned     995 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct make_unsigned<long long>: aux::type_is<unsigned long long>
HelenOS homepage, sources at GitHub