Teuchos Package Browser (Single Doxygen Collection) Version of the Day
|
#include <Teuchos_any.hpp>
Public Types | |
using | type = decltype(test<T>(0)) |
Static Public Member Functions | |
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 |
Definition at line 88 of file Teuchos_any.hpp.
Definition at line 95 of file Teuchos_any.hpp.
|
static |
|
static |