boost::multi::const_subarray::element_transformed
a view with the elements transformed
Synopses
Declared in <boost/multi/array_ref.hpp>
a view with the elements transformed
template<class UF>
constexpr
auto
element_transformed(UF&& fun) const &;
template<class UF>
constexpr
auto
element_transformed(UF&& fun) &;
template<class UF>
constexpr
auto
element_transformed(UF&& fun) &&;
Created with MrDocs