xtensor
|
Public Types | |
using | value_type = T |
template<class NT > | |
using | rebind_t = const_value<NT> |
Public Member Functions | |
constexpr | const_value (T t) |
constexpr T | operator() () const |
template<class NT > | |
const_value< NT > | rebind () const |
Public Attributes | |
T | m_value |
Definition at line 581 of file xreducer.hpp.
Definition at line 598 of file xreducer.hpp.
using xt::const_value< T >::value_type = T |
Definition at line 583 of file xreducer.hpp.
|
inlineconstexpr |
Definition at line 587 of file xreducer.hpp.
|
inlineconstexpr |
Definition at line 592 of file xreducer.hpp.
Definition at line 1225 of file xreducer.hpp.
T xt::const_value< T >::m_value |
Definition at line 603 of file xreducer.hpp.