#include <wallet_rpc_helpers.h>
|
| template<typename U > |
| static char | Test (SFINAE< U, &U::credits > *) |
| |
| template<typename U > |
| static int | Test (...) |
| |
◆ Test() [1/2]
template<typename T >
template<typename U >
| static int anonymous_namespace{wallet_rpc_helpers.h}::HasCredits< T >::Test |
( |
|
... | ) |
|
|
static |
◆ Test() [2/2]
template<typename T >
template<typename U >
| static char anonymous_namespace{wallet_rpc_helpers.h}::HasCredits< T >::Test |
( |
SFINAE< U, &U::credits > * |
| ) |
|
|
static |
◆ Has
template<typename T >
| const bool anonymous_namespace{wallet_rpc_helpers.h}::HasCredits< T >::Has = sizeof(Test<T>(0)) == sizeof(char) |
|
static |
The documentation for this struct was generated from the following file: