|
template<class XT = T> |
static constexpr std::enable_if_t< xtl::is_signed< XT >::value, T > | run (T x) |
|
template<class XT = T> |
static constexpr std::enable_if_t< xtl::is_complex< XT >::value, T > | run (T x) |
|
template<class XT = T> |
static constexpr std::enable_if_t< std::is_unsigned< XT >::value, T > | run (T x) |
|
template<class T>
struct xt::math::sign_impl< T >
Definition at line 828 of file xmath.hpp.
◆ run() [1/3]
template<class T>
template<class XT = T>
static constexpr std::enable_if_t< xtl::is_signed< XT >::value, T > xt::math::sign_impl< T >::run |
( |
T | x | ) |
|
|
inlinestaticconstexpr |
◆ run() [2/3]
template<class T>
template<class XT = T>
static constexpr std::enable_if_t< xtl::is_complex< XT >::value, T > xt::math::sign_impl< T >::run |
( |
T | x | ) |
|
|
inlinestaticconstexpr |
◆ run() [3/3]
template<class T>
template<class XT = T>
static constexpr std::enable_if_t< std::is_unsigned< XT >::value, T > xt::math::sign_impl< T >::run |
( |
T | x | ) |
|
|
inlinestaticconstexpr |
The documentation for this struct was generated from the following file:
- /home/runner/work/xtensor/xtensor/include/xtensor/xmath.hpp