The Battle for Wesnoth  1.19.10+dev
Public Member Functions | Public Attributes | List of all members
boost::detail::span_store< T, boost::dynamic_extent > Struct Template Reference

#include <span.hpp>

Public Member Functions

constexpr span_store (T *p_, std::size_t n_) noexcept
 

Public Attributes

T * p
 
std::size_t n
 

Detailed Description

template<class T>
struct boost::detail::span_store< T, boost::dynamic_extent >

Definition at line 203 of file span.hpp.

Constructor & Destructor Documentation

◆ span_store()

template<class T >
constexpr boost::detail::span_store< T, boost::dynamic_extent >::span_store ( T *  p_,
std::size_t  n_ 
)
inlineconstexprnoexcept

Definition at line 204 of file span.hpp.

Member Data Documentation

◆ n

template<class T >
std::size_t boost::detail::span_store< T, boost::dynamic_extent >::n

Definition at line 208 of file span.hpp.

◆ p

template<class T >
T* boost::detail::span_store< T, boost::dynamic_extent >::p

Definition at line 207 of file span.hpp.


The documentation for this struct was generated from the following file: