tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | is_placeholder< T > |
struct | is_placeholder< T const > |
struct | is_placeholder< T const volatile > |
struct | is_placeholder< T volatile > |
Namespaces | |
namespace | etl |
namespace | etl::placeholders |
Variables | |
constexpr auto | _1 = detail::placeholder_type<1>{} |
constexpr auto | _10 = detail::placeholder_type<10>{} |
constexpr auto | _11 = detail::placeholder_type<11>{} |
constexpr auto | _12 = detail::placeholder_type<12>{} |
constexpr auto | _13 = detail::placeholder_type<13>{} |
constexpr auto | _14 = detail::placeholder_type<14>{} |
constexpr auto | _15 = detail::placeholder_type<15>{} |
constexpr auto | _16 = detail::placeholder_type<16>{} |
constexpr auto | _17 = detail::placeholder_type<17>{} |
constexpr auto | _18 = detail::placeholder_type<18>{} |
constexpr auto | _19 = detail::placeholder_type<19>{} |
constexpr auto | _2 = detail::placeholder_type<2>{} |
constexpr auto | _20 = detail::placeholder_type<20>{} |
constexpr auto | _21 = detail::placeholder_type<21>{} |
constexpr auto | _22 = detail::placeholder_type<22>{} |
constexpr auto | _23 = detail::placeholder_type<23>{} |
constexpr auto | _24 = detail::placeholder_type<24>{} |
constexpr auto | _25 = detail::placeholder_type<25>{} |
constexpr auto | _26 = detail::placeholder_type<26>{} |
constexpr auto | _27 = detail::placeholder_type<27>{} |
constexpr auto | _28 = detail::placeholder_type<28>{} |
constexpr auto | _29 = detail::placeholder_type<29>{} |
constexpr auto | _3 = detail::placeholder_type<3>{} |
constexpr auto | _30 = detail::placeholder_type<30>{} |
constexpr auto | _31 = detail::placeholder_type<31>{} |
constexpr auto | _32 = detail::placeholder_type<32>{} |
constexpr auto | _4 = detail::placeholder_type<4>{} |
constexpr auto | _5 = detail::placeholder_type<5>{} |
constexpr auto | _6 = detail::placeholder_type<6>{} |
constexpr auto | _7 = detail::placeholder_type<7>{} |
constexpr auto | _8 = detail::placeholder_type<8>{} |
constexpr auto | _9 = detail::placeholder_type<9>{} |
template<typename T > | |
constexpr int | is_placeholder_v = is_placeholder<T>::value |