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

#include </home/runner/work/aligator/aligator/gar/include/aligator/third-party/boost/core/span.hpp>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<class R, class T>
struct boost::detail::span_is_range< R, T >

Definition at line 101 of file span.hpp.

Member Data Documentation

◆ value

template<class R , class T >
constexpr bool boost::detail::span_is_range< R, T >::value
staticconstexpr
Initial value:
= (std::is_const<T>::value ||
std::is_lvalue_reference<R>::value) &&
!span_is_span<span_uncvref<R> >::value &&
!span_is_array<span_uncvref<R> >::value &&
!std::is_array<span_uncvref<R> >::value &&
static constexpr bool value
Definition span.hpp:79
static constexpr bool value
Definition span.hpp:90
static constexpr bool value
Definition span.hpp:102

Definition at line 102 of file span.hpp.


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