Loading [MathJax]/extensions/tex2jax.js
WPILibC++ 2025.3.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
wpi::function_ref< Fn > Class Template Reference

An efficient, type-erasing, non-owning reference to a callable. More...

Detailed Description

template<typename Fn>
class wpi::function_ref< Fn >

An efficient, type-erasing, non-owning reference to a callable.

This is intended for use as the type of a function parameter that is not used after the function in question returns.

This class does not own the callable, so it is not in general safe to store a function_ref.


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