Searched defs:result_of_wrap_callable_class (Results 1 – 1 of 1) sorted by relevance
115 struct result_of_wrap_callable_class { struct116 typedef result_of_callable_class<C> type;120 struct result_of_wrap_callable_class<C const> { struct121 typedef result_of_callable_class<C> const type;125 struct result_of_wrap_callable_class<C volatile> { struct126 typedef result_of_callable_class<C> volatile type;130 struct result_of_wrap_callable_class<C const volatile> { struct131 typedef result_of_callable_class<C> const volatile type;135 struct result_of_wrap_callable_class<C &> { struct136 typedef typename result_of_wrap_callable_class<C>::type &type;