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

SFINAE trait: detects if a type is iterable (has std::begin/end). More...

#include <csv_writer.hpp>

Inherits std::false_type.

Detailed Description

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

SFINAE trait: detects if a type is iterable (has std::begin/end).

Definition at line 175 of file csv_writer.hpp.


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