65 typedef typename _Alloc::template rebind<_VTp> __rebind_v;
68 typedef typename __rebind_v::other::const_pointer entry;
71 struct type :
public Cmp_Fn
75 type(
const Cmp_Fn& other) : Cmp_Fn(other) { }
78 operator()(entry lhs, entry rhs)
const
79 {
return Cmp_Fn::operator()(*lhs, *rhs); }