#include <cml/core/cml_meta.h>
#include <cml/et/scalar_promotions.h>
Go to the source code of this file.
Classes | |
struct | cml::et::ArrayPromote< A1, A2 > |
Class to promote array types. More... | |
struct | cml::et::detail::deduce_layout< LeftL, RightL > |
struct | cml::et::detail::promote< A1, A2, oned_tag, oned_tag, dynamic_size_tag > |
struct | cml::et::detail::promote< A1, A2, oned_tag, oned_tag, fixed_size_tag > |
struct | cml::et::detail::promote< A1, A2, oned_tag, twod_tag, dynamic_size_tag > |
struct | cml::et::detail::promote< A1, A2, oned_tag, twod_tag, fixed_size_tag > |
struct | cml::et::detail::promote< A1, A2, twod_tag, oned_tag, dynamic_size_tag > |
struct | cml::et::detail::promote< A1, A2, twod_tag, oned_tag, fixed_size_tag > |
struct | cml::et::detail::promote< A1, A2, twod_tag, twod_tag, dynamic_size_tag > |
struct | cml::et::detail::promote< A1, A2, twod_tag, twod_tag, fixed_size_tag > |
Namespaces | |
namespace | cml |
namespace | cml::et |
namespace | cml::et::detail |
Defines | |
#define | VAL_MAX(_a_, _b_) ( ((_a_)>(_b_))?(_a_):(_b_) ) |
Definition in file array_promotions.h.
#define VAL_MAX | ( | _a_, | |||
_b_ | ) | ( ((_a_)>(_b_))?(_a_):(_b_) ) |
Definition at line 27 of file array_promotions.h.