HelenOS sources
is_arithmetic 38 uspace/lib/cpp/include/__bits/functional/hash.hpp struct is_arithmetic;
is_arithmetic 75 uspace/lib/cpp/include/__bits/functional/hash.hpp static_assert(is_arithmetic<T>::value || is_pointer<T>::value,
is_arithmetic 455 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp inline constexpr bool is_arithmetic_v = is_arithmetic<T>::value;
is_arithmetic 593 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp template<class T, bool = is_arithmetic<T>::value>
is_arithmetic 601 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp template<class T, bool = is_arithmetic<T>::value>
HelenOS homepage, sources at GitHub