boost::multi::const_subarray::element_transformed

a view with the elements transformed

Synopses

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