C++ Library Extensions 2022.12.09
To help learn modern C++ programming
tpf::types::type_over_set_st< boolean::And, boolean::Right, Type, BinaryPredicate, ListHead > Struct Template Reference

#include <tpf_types.hpp>

Static Public Attributes

static constexpr bool value = BinaryPredicate<ListHead, Type>::value
 

Detailed Description

template<typename Type, template< typename, typename... > class BinaryPredicate, typename ListHead>
struct tpf::types::type_over_set_st< boolean::And, boolean::Right, Type, BinaryPredicate, ListHead >

Definition at line 6318 of file tpf_types.hpp.

Member Data Documentation

◆ value

template<typename Type , template< typename, typename... > class BinaryPredicate, typename ListHead >
constexpr bool tpf::types::type_over_set_st< boolean::And, boolean::Right, Type, BinaryPredicate, ListHead >::value = BinaryPredicate<ListHead, Type>::value
staticconstexpr

Definition at line 6320 of file tpf_types.hpp.


The documentation for this struct was generated from the following file: