aligator  0.6.1
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
Loading...
Searching...
No Matches
data.hpp File Reference
#include <initializer_list>
#include <cstddef>
Include dependency graph for data.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  boost
 

Functions

template<class C >
constexpr auto boost::data (C &c) noexcept(noexcept(c.data())) -> decltype(c.data())
 
template<class C >
constexpr auto boost::data (const C &c) noexcept(noexcept(c.data())) -> decltype(c.data())
 
template<class T , std::size_t N>
constexpr T * boost::data (T(&a)[N]) noexcept
 
template<class T >
constexpr const T * boost::data (std::initializer_list< T > l) noexcept