astrotypes
0.0
|
#include <type_traits>
#include <map>
#include <vector>
#include <list>
#include <array>
Go to the source code of this file.
Classes | |
struct | pss::astrotypes::NumericalRepresentation< Container > |
meta programming struct to determine the internal type of a container More... | |
struct | pss::astrotypes::NumericalRepresentation< T[]> |
struct | pss::astrotypes::NumericalRepresentation< std::vector< T, Allocator > > |
struct | pss::astrotypes::NumericalRepresentation< std::list< T, Allocator > > |
struct | pss::astrotypes::NumericalRepresentation< std::array< T, S > > |
struct | pss::astrotypes::NumericalRepresentation< std::map< Ts...> > |
Namespaces | |
pss | |
pss::astrotypes | |