Searched refs:is_function_with_no_args (Results 1 – 1 of 1) sorted by relevance
202 struct is_function_with_no_args : false_type {}; struct205 struct is_function_with_no_args<F(void)> : true_type {}; struct213 : conditional<is_function_with_no_args<FArgs>::value,