#include <function_traits.h>
|
| typedef char(& | no)[2] |
| |
| typedef char(& | yes)[1] |
| |
|
| template<typename > |
| static no | deduce (...) |
| |
| template<typename U > |
| static yes | deduce (char(*)[sizeof(&U::operator())]) |
| |
◆ no
template<typename fnT , typename Enabler = void>
◆ yes
template<typename fnT , typename Enabler = void>
◆ deduce() [1/2]
template<typename fnT , typename Enabler = void>
template<typename >
◆ deduce() [2/2]
template<typename fnT , typename Enabler = void>
template<typename U >
◆ value
template<typename fnT , typename Enabler = void>
The documentation for this struct was generated from the following file: