xtensor
|
Public Types | |
using | derived_type = xarray_container<EC, L, SC, xoptional_expression_tag> |
Public Types inherited from xt::extension::xarray_optional_traits< EC, L, SC > | |
using | value_container = typename std::remove_reference_t<EC>::base_container_type |
using | flag_container = typename std::remove_reference_t<EC>::flag_container_type |
using | value_expression = xarray_adaptor<value_container&, L, SC> |
using | flag_expression = xarray_adaptor<flag_container&, L, SC> |
using | const_value_expression = xarray_adaptor<const value_container&, L, SC> |
using | const_flag_expression = xarray_adaptor<const flag_container&, L, SC> |
Definition at line 374 of file xoptional.hpp.
using xt::extension::xarray_container_optional_traits< EC, L, SC >::derived_type = xarray_container<EC, L, SC, xoptional_expression_tag> |
Definition at line 376 of file xoptional.hpp.