COPP C++ API
C++ interface for COPP trajectory optimization
Loading...
Searching...
No Matches
copp::NoThrowTag Struct Reference

Tag object selecting no-throw overloads. More...

#include <core.hpp>

Public Member Functions

constexpr NoThrowTag ()=default

Detailed Description

Tag object selecting no-throw overloads.

Put copp::no_throw as the final argument. The function name remains the same as the throwing API, but the return type becomes Expected<T>. The binding still requires C++ exception support internally.

Definition at line 607 of file core.hpp.

Constructor & Destructor Documentation

◆ NoThrowTag()

copp::NoThrowTag::NoThrowTag ( )
explicitconstexprdefault

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