aligator  0.6.1
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
Loading...
Searching...
No Matches
boost::detail::span_store< T, boost::dynamic_extent > Struct Template Reference

#include </home/runner/work/aligator/aligator/gar/include/aligator/third-party/boost/core/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 138 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 139 of file span.hpp.

Member Data Documentation

◆ p

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

Definition at line 142 of file span.hpp.

◆ n

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

Definition at line 143 of file span.hpp.


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