C++ compile-time predicate to test if a callable object of type F can be called with an argument of type T

前端 未结 3 505
庸人自扰
庸人自扰 2020-12-31 04:18

I would like to create a compile-type function that, given any callable object f (function, lambda expression, function object, ...) and a type T,

3条回答
提交回复
热议问题