Searched defs:result_of_wrap_callable_class (Results 1 – 1 of 1) sorted by relevance
134 struct result_of_wrap_callable_class { struct135 typedef result_of_callable_class<C> type;139 struct result_of_wrap_callable_class<C const> { struct140 typedef result_of_callable_class<C> const type;144 struct result_of_wrap_callable_class<C volatile> { struct145 typedef result_of_callable_class<C> volatile type;149 struct result_of_wrap_callable_class<C const volatile> { struct150 typedef result_of_callable_class<C> const volatile type;154 struct result_of_wrap_callable_class<C &> { struct155 typedef typename result_of_wrap_callable_class<C>::type &type;