Searched defs:f4a (Results 1 – 3 of 3) sorted by relevance
48 std::function<NonCopyable()> f4a = std::ref(f1a); in test() local65 std::function<const NonCopyable()> f4a = std::ref(f1a); in const_test() local82 std::function<void()> f4a = std::ref(f1a); in void_test() local94 std::function<const void()> f4a = std::ref(f1a); in const_void_test() local
84 auto f4a(int n) { return f(); } in f4a() function
254 template<typename T> void f4a() { in f4a() function