C++ Library Extensions 2022.12.09
To help learn modern C++ programming
tpf::types::type_opr_over_set_st< OrAnd, LeftRight, Type, BinaryPredicate, type_list_t< ListHead, ListTails... >, Head, Tails... > Struct Template Reference

#include <tpf_types.hpp>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<bool OrAnd, bool LeftRight, typename Type, template< typename, typename... > class BinaryPredicate, typename ListHead, typename... ListTails, typename Head, typename... Tails>
struct tpf::types::type_opr_over_set_st< OrAnd, LeftRight, Type, BinaryPredicate, type_list_t< ListHead, ListTails... >, Head, Tails... >

Definition at line 6364 of file tpf_types.hpp.

Member Data Documentation

◆ value

template<bool OrAnd, bool LeftRight, typename Type , template< typename, typename... > class BinaryPredicate, typename ListHead , typename... ListTails, typename Head , typename... Tails>
constexpr bool tpf::types::type_opr_over_set_st< OrAnd, LeftRight, Type, BinaryPredicate, type_list_t< ListHead, ListTails... >, Head, Tails... >::value
staticconstexpr
Initial value:
=
type_over_set_st<OrAnd, LeftRight, Type, BinaryPredicate,
ListHead, ListTails..., Head, Tails...>::value

Definition at line 6367 of file tpf_types.hpp.


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