boost::capy::slice_type
Alias for the type representing a slice of T
Synopsis
Declared in <boost/capy/buffers/slice.hpp>
template<class T>
using slice_type = std::conditional_t<detail::has_tag_invoke<T>::value, T, slice_of<T>>;
Created with MrDocs