#include <Teuchos_any.hpp>
|
template<class X > |
static auto | test (int) -> decltype(std::declval< X >()==std::declval< X >(), void(), std::true_type()) |
|
template<class X > |
static auto | test (...) -> std::false_type |
|
template<class T>
struct Teuchos::is_comparable< T >
Definition at line 88 of file Teuchos_any.hpp.
template<class T>
template<class X >
static auto Teuchos::is_comparable< T >::test |
( |
int |
| ) |
-> decltype(std::declval< X >()==std::declval< X >(), void(), std::true_type()) |
|
static |
template<class T>
template<class X >
The documentation for this struct was generated from the following file: