Searched defs:is_pointer_to_function (Results 1 – 1 of 1) sorted by relevance
66 struct is_pointer_to_function : mpl::false_ struct73 struct is_pointer_to_function<T*> : is_function<T> struct