Vince's CSV Parser
Loading...
Searching...
No Matches
csv::internals::is_tuple< T, typename > Struct Template Reference

SFINAE trait: detects if a type is a std::tuple. More...

#include <csv_writer.hpp>

Inherits std::false_type.

Detailed Description

template<typename T, typename = void>
struct csv::internals::is_tuple< T, typename >

SFINAE trait: detects if a type is a std::tuple.

Definition at line 194 of file csv_writer.hpp.


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