|
| template<CTypeList TypeList, auto Test, size_t... Indices> |
| consteval bool | AllOfTypeList (bool onEmpty, std::index_sequence< Indices... > &&) |
| |
| template<CTypeList TypeList, auto Test, size_t... Indices> |
| consteval bool | AllOfTypeListDecay (bool onEmpty, std::index_sequence< Indices... > &&) |
| |
| template<CTypeList TypeList, auto Test, size_t... Indices> |
| consteval bool | AnyOfTypeList (bool onEmpty, std::index_sequence< Indices... > &&) |
| |
| template<CTypeList TypeList, auto Test, size_t... Indices> |
| consteval bool | AnyOfTypeListDecay (bool onEmpty, std::index_sequence< Indices... > &&) |
| |
| template<CTypeList From, CTypeList To, size_t... Indices> |
| consteval bool | IsTypeListConvertibleTo (bool onEmpty, std::index_sequence< Indices... > &&) |
| |
| template<CTypeList From, CTypeList To, size_t... Indices> |
| consteval bool | IsTypeListConvertibleToDecay (bool onEmpty, std::index_sequence< Indices... > &&) |
| |