C++11 ways of finding if a type has member function or supports operator?

前端 未结 4 594
孤城傲影
孤城傲影 2020-12-08 03:22

There is a (seemingly) nice C++03 way of finding out if a type has a member function or operator:

https://github.com/jaredhoberock/is_call_possible/blob/master/is_ca

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