OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:f_nested
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_rvalue.pass.cpp
244
int
f_nested
(int i)
function
257
assert(std::bind(
f_nested
, std::bind(g_nested, _1))(3) == 31);
Completed in 1980 milliseconds