Home
last modified time | relevance | path

Searched defs:plus_one (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
H A Dnested.pass.cpp32 struct plus_one { struct
43 assert(std::bind(plus_one(), g)(5) == 11); in test() argument