xtensor
Loading...
Searching...
No Matches
xt::has_assign_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
 

Detailed Description

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

Definition at line 641 of file xassign.hpp.

Member Typedef Documentation

◆ argument_type

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

Definition at line 643 of file xassign.hpp.

◆ result_type

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

Definition at line 644 of file xassign.hpp.

Member Data Documentation

◆ value

template<class FROM , class TO >
const bool xt::has_assign_conversion< FROM, TO >::value
static
Initial value:
= is_narrowing_conversion<argument_type, result_type>::value
|| has_sign_conversion<argument_type, result_type>::value

Definition at line 646 of file xassign.hpp.


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