Vince's CSV Parser
Loading...
Searching...
No Matches
csv::internals::is_hashable< T > Class Template Reference

Static Public Attributes

static constexpr bool value = decltype(test<T>(0))::value
 

Detailed Description

template<typename T>
class csv::internals::is_hashable< T >

Definition at line 19 of file data_frame.hpp.

Member Data Documentation

◆ value

template<typename T >
constexpr bool csv::internals::is_hashable< T >::value = decltype(test<T>(0))::value
staticconstexpr

Definition at line 31 of file data_frame.hpp.


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