xtensor
|
Public Types | |
using | derived_type = xtensor_container<EC, N, L, xoptional_expression_tag> |
Public Types inherited from xt::extension::xtensor_optional_traits< EC, N, L > | |
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 = xtensor_adaptor<value_container&, N, L> |
using | flag_expression = xtensor_adaptor<flag_container&, N, L> |
using | const_value_expression = xtensor_adaptor<const value_container&, N, L> |
using | const_flag_expression = xtensor_adaptor<const flag_container&, N, L> |
Definition at line 425 of file xoptional.hpp.
using xt::extension::xtensor_container_optional_traits< EC, N, L >::derived_type = xtensor_container<EC, N, L, xoptional_expression_tag> |
Definition at line 427 of file xoptional.hpp.