userver
C++ Async Framework
Toggle main menu visibility
Documentation
API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
function_ref.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/utils/function_ref.hpp
4
/// @brief A backport of std::function_ref from C++26
5
/// @see https://wg21.link/p0792 for reference
6
7
#
include
<
function_backports
/
function_ref
.
h
>
8
9
USERVER_NAMESPACE_BEGIN
10
11
namespace
utils
{
12
13
/// @ingroup userver_universal userver_containers
14
///
15
/// @brief A backport of std::function_ref from C++26
16
/// @see https://wg21.link/p0792 for reference
17
using
function_backports::function_ref;
18
19
using
function_backports::nontype;
20
using
function_backports::nontype_t;
21
22
}
// namespace utils
23
24
USERVER_NAMESPACE_END
userver
utils
function_ref.hpp
Generated on Thu Apr 24 2025 12:12:26 for userver by
Doxygen
1.13.2