Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
CLI::detail::is_istreamable< T, S > Class Template Reference

Check for input streamability. More...

#include <CLI11.hpp>

Static Public Attributes

static constexpr bool value = decltype(test<T, S>(0))::value
 

Detailed Description

template<typename T, typename S = std::istringstream>
class CLI::detail::is_istreamable< T, S >

Definition at line 1015 of file CLI11.hpp.

Member Data Documentation

◆ value

template<typename T , typename S = std::istringstream>
bool CLI::detail::is_istreamable< T, S >::value = decltype(test<T, S>(0))::value
staticconstexpr

Definition at line 1022 of file CLI11.hpp.


The documentation for this class was generated from the following file: