CLI11
C++11 Command Line Interface Parser
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
CLI::detail::is_istreamable< T, S > Class Template Reference

Check for input streamability. More...

#include <TypeTools.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 >

Check for input streamability.


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