size_type count(const Container& container) { return t.count(container); }
size_type count(Iter first, Iter last) { return t.count(first, last); }