Searched defs:is_pointer_to_function (Results 1 – 1 of 1) sorted by relevance
56 struct is_pointer_to_function : boost::false_type struct63 struct is_pointer_to_function<T*> : is_function<T> struct