Typedef ctql::reject_if_by
Defined in File partition.hpp
Typedef Documentation
-
template<typename Pivot, template<typename, typename> class Rel, typename ...Ts>
using ctql::reject_if_by = typename partition_by<Pivot, Rel, Ts...>::fail Reject elements
T
whereRel<Pivot, T>::value
istrue
.- Template Parameters:
Pivot – Pivot type.
Rel – Relation template.
Ts – Elements to test.