aligator  0.13.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
 
Loading...
Searching...
No Matches
tags.hpp
Go to the documentation of this file.
1
2#pragma once
3
4namespace aligator {
5
7struct no_alloc_t {
8 explicit constexpr no_alloc_t() {}
9};
10inline constexpr no_alloc_t no_alloc{};
11
12} // namespace aligator
Main package namespace.
constexpr no_alloc_t no_alloc
Definition tags.hpp:10
Tag type for e.g. non-allocating constructors.
Definition tags.hpp:7
constexpr no_alloc_t()
Definition tags.hpp:8