aligator 0.18.0
A versatile and efficient C++ library for real-time constrained trajectory optimization.
Loading...
Searching...
No Matches
fmt Namespace Reference

Classes

struct  formatter< aligator::ResultsTpl< Scalar > >
 
struct  formatter< aligator::StageModelTpl< Scalar > >
 
struct  formatter< aligator::WorkspaceTpl< Scalar > >
 
struct  formatter< Eigen::WithFormat< MatrixType > >
 
struct  formatter< MatrixType, ::aligator::enable_if_eigen_dense_t< MatrixType, char > >
 
struct  is_range< MatrixType, ::aligator::enable_if_eigen_dense_t< MatrixType, char > >
 

Functions

template<typename... T>
FMT_INLINE void println (std::FILE *f, format_string< T... > fmt, T &&...args)
 
template<typename... T>
FMT_INLINE void println (format_string< T... > fmt, T &&...args)
 

Function Documentation

◆ println() [1/2]

template<typename... T>
FMT_INLINE void fmt::println ( std::FILE * f,
format_string< T... > fmt,
T &&... args )

Definition at line 15 of file fmt.hpp.

◆ println() [2/2]

template<typename... T>
FMT_INLINE void fmt::println ( format_string< T... > fmt,
T &&... args )

Definition at line 20 of file fmt.hpp.