mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
typeTraits.hpp File Reference

A collection of type trait evaluations. More...

A collection of type trait evaluations.

Author
Jared R. Males (jared.nosp@m.male.nosp@m.s@gma.nosp@m.il.c.nosp@m.om)

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.