Go to the source code of this file.
|
template<class I> |
constexpr span< I > | boost::make_span (I *f, std::size_t c) noexcept |
|
template<class I> |
constexpr span< I > | boost::make_span (I *f, I *l) noexcept |
|
template<class T, std::size_t N> |
constexpr span< T, N > | boost::make_span (T(&a)[N]) noexcept |
|
template<class T, std::size_t N> |
constexpr span< T, N > | boost::make_span (std::array< T, N > &a) noexcept |
|
template<class T, std::size_t N> |
constexpr span< const T, N > | boost::make_span (const std::array< T, N > &a) noexcept |
|
template<class R> |
span< typename detail::span_data< R >::type > | boost::make_span (R &&r) |
|