OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:function_view
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbsupport/
function-view.h
21
/*
function_view
is a polymorphic type-erasing wrapper class that
24
A way to put it is that
function_view
is to std::function like
26
type-erased callable object internally,
function_view
holds a
78
quite pervasive, a
function_view
is a better choice, because while
79
function_view
is light and does not require any heap allocation,
95
Note that because
function_view
is a non-owning view of a callable,
97
function_view
that calls it. This is not really a problem for the
98
use case
function_view
is intended for, such as passing a temporary
103
Calling a
function_view
with no associated target is undefined,
106
function_view
::operator()
222
class
function_view
<Res (Args...)>
class in namespace:gdb
[
all
...]
/src/external/gpl3/gdb.old/dist/gdbsupport/
function-view.h
21
/*
function_view
is a polymorphic type-erasing wrapper class that
24
A way to put it is that
function_view
is to std::function like
26
type-erased callable object internally,
function_view
holds a
78
quite pervasive, a
function_view
is a better choice, because while
79
function_view
is light and does not require any heap allocation,
95
Note that because
function_view
is a non-owning view of a callable,
97
function_view
that calls it. This is not really a problem for the
98
use case
function_view
is intended for, such as passing a temporary
103
Calling a
function_view
with no associated target is undefined,
106
function_view
::operator()
222
class
function_view
<Res (Args...)>
class in namespace:gdb
[
all
...]
Completed in 25 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026