Rapier C — 2D / f32 0.36.0+c.0
Loading...
Searching...
No Matches
C++ ownership helpers

rapier.hpp supplies unique_ptr-based Owner aliases and small value factories. More...

Files

file  rapier.hpp
 Optional C++ RAII wrappers.

Namespaces

namespace  rapier
 Optional C++ ownership helpers.

Detailed Description

rapier.hpp supplies unique_ptr-based Owner aliases and small value factories.

Keep owners alive while using their handles. check throws on non-OK status; callers with exceptions disabled should use the C API and status checks directly. Deleters cannot report failures: destroy owners only when no operation is active.