Searched refs:EmptyFunction (Results 1 – 2 of 2) sorted by relevance
23 template<typename> struct EmptyFunction;24 template<typename R, typename... Args> struct EmptyFunction<R(Args...)> { struct51 EmptyFunction<Closure> empty; in closure()255 EmptyFunction<BinaryOp> empty; in binary_op()
34 struct EmptyFunction;36 struct EmptyFunction<R(Args...)> { struct104 EmptyFunction<Closure> empty; in closure()288 EmptyFunction<BinaryOp> empty; in binary_op()
Completed in 7 milliseconds