halcheck 1.0
Loading...
Searching...
No Matches
halcheck::lib::is_parsable< T, CharT, Traits > Struct Template Reference

Determines whether a type is parsable (i.e. can be read from a std::basic_istream ). More...

#include <type_traits.hpp>

Inheritance diagram for halcheck::lib::is_parsable< T, CharT, Traits >:
halcheck::lib::is_detected< Op, Args >

Detailed Description

template<typename T, typename CharT = char, typename Traits = std::char_traits<CharT>>
struct halcheck::lib::is_parsable< T, CharT, Traits >

Determines whether a type is parsable (i.e. can be read from a std::basic_istream ).

Template Parameters
TThe type to check.
CharTThe type of character stream.
TraitsTraits for the character type.

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