Home
last modified time | relevance | path

Searched refs:unwrap_and_forward (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-bind.cpp289 unwrap_and_forward(F& f, int_tuple<Indexes...>, const tuple<Args&...>& args) { in unwrap_and_forward() function
298 return unwrap_and_forward(bound_arg, Indexes(), args); in mu()