#include <CLI11.hpp>
|
static const bool | value = decltype(test<S, T>(0))::value |
|
|
template<typename SS , typename TT > |
static auto | test (int) -> decltype(std::declval< SS &>()<< std::declval< TT >(), std::true_type()) |
|
template<typename , typename > |
static auto | test (...) -> std::false_type |
|
template<typename S, typename T>
class CLI::detail::is_streamable< S, T >
Definition at line 1016 of file CLI11.hpp.
◆ test() [1/2]
static auto test |
( |
int |
| ) |
-> decltype(std::declval< SS &>()<< std::declval< TT >(), std::true_type()) |
|
staticprivate |
◆ test() [2/2]
static auto test |
( |
|
... | ) |
-> std::false_type |
|
staticprivate |
◆ value
const bool value = decltype(test<S, T>(0))::value |
|
static |
The documentation for this class was generated from the following file: