12345678910111213141516 |
- struct TArgs_brin_desummarize_range_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_brin_summarize_new_values_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
- struct TArgs_brin_summarize_range_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 2> IsFixedArg = {true,true};
- };
- struct TArgs_brinhandler_Policy {
- static constexpr bool VarArgs = false;
- static constexpr std::array<bool, 1> IsFixedArg = {true};
- };
|