Template Function boost::make_span(T(&))
Defined in File make_span.hpp
Function Documentation
Warning
doxygenfunction: Unable to resolve function “boost::make_span” with arguments (T (&)) in doxygen xml output for project “coal Doxygen Project” from directory: /tmp/ws/docs_build/coal/output_staging/generated/doxygen/xml. Potential matches:
- template<class I> constexpr span<I> make_span(I *f, I *l) noexcept
- template<class I> constexpr span<I> make_span(I *f, std::size_t c) noexcept
- template<class R> span<typename detail::span_data<R>::type> make_span(R &&r)
- template<class T, std::size_t N> constexpr span<T, N> make_span(T (&a)[N]) noexcept
- template<class T, std::size_t N> constexpr span<T, N> make_span(std::array<T, N> &a) noexcept
- template<class T, std::size_t N> constexpr span<const T, N> make_span(const std::array<T, N> &a) noexcept