Skip to content
rubenvb edited this page Jan 17, 2012 · 1 revision

get function type out of function:

decltype(is_void(std::declval<int>())) vs typename is_void<int>::type
Clone this wiki locally