xtensor
Loading...
Searching...
No Matches
xt::has_sign_conversion< FROM, TO > Struct Template Reference

Public Types

using argument_type = std::decay_t<FROM>
 
using result_type = std::decay_t<TO>
 

Static Public Attributes

static const bool value = xtl::is_signed<argument_type>::value != xtl::is_signed<result_type>::value
 

Detailed Description

template<class FROM, class TO>
struct xt::has_sign_conversion< FROM, TO >

Definition at line 632 of file xassign.hpp.

Member Typedef Documentation

◆ argument_type

template<class FROM , class TO >
using xt::has_sign_conversion< FROM, TO >::argument_type = std::decay_t<FROM>

Definition at line 634 of file xassign.hpp.

◆ result_type

template<class FROM , class TO >
using xt::has_sign_conversion< FROM, TO >::result_type = std::decay_t<TO>

Definition at line 635 of file xassign.hpp.

Member Data Documentation

◆ value

template<class FROM , class TO >
const bool xt::has_sign_conversion< FROM, TO >::value = xtl::is_signed<argument_type>::value != xtl::is_signed<result_type>::value
static

Definition at line 637 of file xassign.hpp.


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