3#ifndef TETL_TYPE_TRAITS_INTEGRAL_CONSTANT_HPP
4#define TETL_TYPE_TRAITS_INTEGRAL_CONSTANT_HPP
8template <
typename Type, Type Val>
10 static constexpr Type
value = Val;
19template <
typename Rhs, Rhs R,
typename Lhs, Lhs L>
26template <
typename Rhs, Rhs R,
typename Lhs, Lhs L>
33template <
typename Rhs, Rhs R,
typename Lhs, Lhs L>
Definition adjacent_find.hpp:8
constexpr auto operator==(inplace_function< R(Args...), Capacity, Alignment > const &f, nullptr_t) noexcept -> bool
Compares a etl::inplace_function with a null pointer. Empty functions (that is, functions without a c...
Definition inplace_function.hpp:262
constexpr auto operator!=(inplace_function< R(Args...), Capacity, Alignment > const &f, nullptr_t) noexcept -> bool
Compares a etl::inplace_function with a null pointer. Empty functions (that is, functions without a c...
Definition inplace_function.hpp:272
constexpr auto operator+(complex< T > const &val) -> complex< T >
Definition complex.hpp:256
Definition integral_constant.hpp:9
constexpr auto operator()() const noexcept -> value_type
Definition integral_constant.hpp:16
static constexpr size_t value
Definition integral_constant.hpp:10
integral_constant< size_t, Val > type
Definition integral_constant.hpp:12
size_t value_type
Definition integral_constant.hpp:11