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

Determines whether a type is printable (i.e. can be output on a std::basic_ostream ). More...

#include <type_traits.hpp>

Inheritance diagram for halcheck::lib::is_printable< 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_printable< T, CharT, Traits >

Determines whether a type is printable (i.e. can be output on a std::basic_ostream ).

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: