|
libqi-api
release-2.5.3-2016-11-18
|
#include <traits.hpp>
Public Types | |
| using | type = decltype(test< A >(0)) |
Static Public Member Functions | |
| template<typename B > | |
| static True | test (decltype(&B::operator(), 0)) |
| template<typename > | |
| static False | test (...) |
Definition at line 66 of file traits.hpp.
| using qi::type::detail::HasMemberOperatorCallImpl< A >::type = decltype(test<A>(0)) |
Definition at line 74 of file traits.hpp.
|
static |
|
static |