Searched defs:is_function_with_no_args (Results 1 – 1 of 1) sorted by relevance
183 struct is_function_with_no_args : mpl::false_ {}; struct186 struct is_function_with_no_args<F(void)> : mpl::true_ {}; struct