RPNX::DataStructures
Header-only C++ data structures and supporting utilities.
Loading...
Searching...
No Matches
rpnx::function< F > Class Template Reference

Detailed Description

template<typename F>
class rpnx::function< F >

rpnx::function is intended as a faster version of std::function, although it currently lacks allocator support and some other functions.

Template Parameters
FThe function signature, e.g. R(Args...)

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