#include <common.hpp>
|
static const bool | value = decltype(test<T>(0))::value |
|
|
template<class > |
static auto | test (...) -> std::false_type |
|
template<class TT > |
static auto | test (int) -> decltype(std::declval< std::stringstream & >()<< std::declval< TT >(), std::true_type()) |
|
template<class T>
class Sophus::details::IsStreamable< T >
Definition at line 44 of file common.hpp.
◆ test() [1/2]
template<class T >
template<class >
◆ test() [2/2]
template<class T >
template<class TT >
static auto Sophus::details::IsStreamable< T >::test |
( |
int |
| ) |
-> decltype(std::declval< std::stringstream & >()<< std::declval< TT >(), std::true_type()) |
|
staticprivate |
◆ value
The documentation for this class was generated from the following file: