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< std::ostream & >()<< std::declval< X >(), void(), std::true_type()) |
template<class X > | |
static auto | test (...) -> std::false_type |
Definition at line 99 of file Teuchos_any.hpp.
Definition at line 106 of file Teuchos_any.hpp.
|
static |
|
static |