Template Struct is_scalar

Base Type

  • public std::integral_constant< bool, std::is_same_v< type_info< std::decay_t< T > >::container_type, scalar_type > >

template<typename T>
struct is_scalar : public std::integral_constant<bool, std::is_same_v<type_info<std::decay_t<T>>::container_type, scalar_type>>

Previous Template Struct is_array
Next Template Struct is_shared_ptr
© Copyright 2022-2024, NVIDIA. Last updated on Apr 23, 2024.