Home
last modified time | relevance | path

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

/third_party/boost/boost/utility/
Dresult_of.hpp202 struct is_function_with_no_args : false_type {}; struct
205 struct is_function_with_no_args<F(void)> : true_type {}; struct