xtensor
Loading...
Searching...
No Matches
xt::inner_reference< ST > Struct Template Reference

Public Types

using storage_type = std::decay_t<ST>
 
using type
 

Detailed Description

template<class ST>
struct xt::inner_reference< ST >

Definition at line 1082 of file xutils.hpp.

Member Typedef Documentation

◆ storage_type

template<class ST >
using xt::inner_reference< ST >::storage_type = std::decay_t<ST>

Definition at line 1084 of file xutils.hpp.

◆ type

template<class ST >
using xt::inner_reference< ST >::type
Initial value:
std::conditional_t<
std::is_const<std::remove_reference_t<ST>>::value,
typename storage_type::const_reference,
typename storage_type::reference>

Definition at line 1085 of file xutils.hpp.


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