mgcpp
A C++ Math Library Based on CUDA
Static Public Attributes | List of all members
mgcpp::is_scalar< T > Struct Template Reference

#include <is_scalar.hpp>

Static Public Attributes

static const bool value
 

Member Data Documentation

◆ value

template<typename T >
const bool mgcpp::is_scalar< T >::value
static
Initial value:
=
std::is_arithmetic<T>::value && !std::is_same<T, bool>::value &&
!std::is_same<T, char>::value && !std::is_same<T, char16_t>::value &&
!std::is_same<T, char32_t>::value && !std::is_same<T, wchar_t>::value &&
!std::is_same<T, signed char>::value

The documentation for this struct was generated from the following file: