Home | Libraries | People | FAQ | More |
boost::accumulators::impl::tail_impl::indirect_cmp
// In header: <boost/accumulators/statistics/tail.hpp> struct indirect_cmp { // construct/copy/destruct indirect_cmp(std::vector< Sample > const &); indirect_cmp& operator=(indirect_cmp const &); // public member functions bool operator()(std::size_t, std::size_t) const; };