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

#include <tpf_types.hpp>

Static Public Attributes

static constexpr bool value
 

Detailed Description

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

Definition at line 6252 of file tpf_types.hpp.

Member Data Documentation

◆ value

template<bool LeftRight, typename Type , template< typename, typename... > class BinaryPredicate, typename ListHead , typename... ListTails>
constexpr bool tpf::types::type_over_set_st< boolean::And, LeftRight, Type, BinaryPredicate, ListHead, ListTails... >::value
staticconstexpr
Initial value:
=
type_over_set_st<boolean::And, LeftRight, Type, BinaryPredicate, ListHead>::value
&& type_over_set_st<boolean::And, LeftRight, Type, BinaryPredicate, ListTails...>::value
static constexpr bool And
Definition: tpf_types.hpp:1649

Definition at line 6254 of file tpf_types.hpp.


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