mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
A collection of type trait evaluations. More...
A collection of type trait evaluations.
Definition in file typeTraits.hpp.
Go to the source code of this file.
Classes | |
struct | mx::meta::has_value_type< T, void_t< typename T::value_type > > |
Test whether a type has a typedef of "value_type". More... | |
struct | mx::meta::is_std_vector< T, true > |
Partial specialization for the case with value_type member type in T, invoking std::is_same. More... | |
struct | mx::meta::is_std_vector< T, false > |
Partial specialization for the case with no value_type member type in T. More... | |
Namespaces | |
mx | |
The mxlib c++ namespace. | |