MeshLib C++ Docs
Loading...
Searching...
No Matches
MRFunctional.h File Reference
#include <functional>
#include <utility>

Go to the source code of this file.

Classes

class  MR::FunctionRef< R(Args...)>
 Simplified implementation of std::function_ref from C++26. More...
 

Namespaces

namespace  MR
 only for bindings generation
 

Functions

template<typename R , typename... Args>
constexpr void MR::swap (FunctionRef< R(Args...)> &lhs, FunctionRef< R(Args...)> &rhs) noexcept