aligator  0.6.1
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
Loading...
Searching...
No Matches
boost::detail::span_store< T, E > 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) 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 130 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 131 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 133 of file span.hpp.

◆ p

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

Definition at line 134 of file span.hpp.


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