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

#include <span.hpp>

Public Member Functions

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

Public Attributes

T * p
 

Static Public Attributes

static constexpr std::size_t n = E
 

Detailed Description

template<class T, std::size_t E>
struct boost::detail::span_store< T, E >

Definition at line 195 of file span.hpp.

Constructor & Destructor Documentation

◆ span_store()

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

Definition at line 196 of file span.hpp.

Member Data Documentation

◆ n

template<class T , std::size_t E>
constexpr std::size_t boost::detail::span_store< T, E >::n = E
staticconstexpr

Definition at line 198 of file span.hpp.

◆ p

template<class T , std::size_t E>
T* boost::detail::span_store< T, E >::p

Definition at line 199 of file span.hpp.


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