26 #ifndef MLN_ACCU_STAT_RANK_BOOL_HH
27 # define MLN_ACCU_STAT_RANK_BOOL_HH
38 # include <mln/accu/internal/base.hh>
51 template <
typename T>
struct rank;
88 # ifndef MLN_INCLUDE_ONLY
128 mln_assertion(nfalse_ > 0);
137 nfalse_ += other.nfalse_;
144 mln_precondition(other.nfalse_ <= nfalse_);
145 nfalse_ -= other.nfalse_;
152 return k_ >= nfalse_;
162 # endif // ! MLN_INCLUDE_ONLY
171 #endif // ! MLN_ACCU_STAT_RANK_BOOL_HH