N3987 propose many type traits for querying type informations.
It said
"Many of them are just check if in the declaration of the parameter
type have a particular keyword"
But there are some traits that informations can be implicitly determined.
for example,
Some special member functions can be implicitly defaulted or deleted
or use the base class's exception specification.
Member functions defined in the class definition is implicitly inline.
Does the type traits proposed in N3987 returns true for that implicit case?
--
Ryou Ezoe
Occupation: DWANGO Co., Ltd.
Blog:
http://cpplover.blogspot.com/
Twitter:
https://twitter.com/EzoeRyou
GitHub:
https://github.com/EzoeRyou