mirror of
https://github.com/boostorg/core.git
synced 2026-07-09 01:50:46 +02:00
80e12e1116
The feader defines a new functor class template that can be used to wrap raw functions into a function object class. This is useful, for example, for integrating std::unique_ptr and unique_resource with custom deleters implemented as raw functions (e.g. in C libraries).