HomeSort by relevance Sort by last modified time
    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