Searched defs:is_reference_to_function (Results 1 – 1 of 1) sorted by relevance
46 struct is_reference_to_function : boost::false_type struct51 struct is_reference_to_function<T&> : is_function<T> struct