#include "config.hpp"
#include <limits>
#include "type_traits.hpp"
Go to the source code of this file.
Namespaces | |
namespace | Arageli |
Classes | |
struct | Arageli::type_pair_traits_default< T1, T2 > |
Minimal specialization for type_pair_traits. More... | |
struct | Arageli::type_pair_traits_helper< T1, T2, true, true > |
struct | Arageli::type_pair_traits_helper< T1, T2, true, false > |
struct | Arageli::type_pair_traits_helper< T1, T2, false, true > |
struct | Arageli::type_pair_traits_helper< T1, T2, false, false > |
struct | Arageli::type_pair_traits< T1, T2 > |
Generic implementation of type_pair_traits --- information about two types. More... | |
struct | Arageli::type_pair_traits_for_the_same< T > |
Pattern for type_pair_traits in case two identical types. More... | |
struct | Arageli::type_pair_traits< T, T > |
Specialization of type_pair_traits for two identical types. More... |
Definition in file type_pair_traits.hpp.