Constructor taking some policy objects. r_cmp_fn will be copied by theCmp_Fn object of the container object.
template< **class** It> tree (It first_it, It last_it)
Constructor taking iterators to a range of value_types. The value_types between first_it and last_it will be inserted into the container object.
template< **class** It> tree (It first_it, It last_it, constcmp_fn &r_cmp_fn)
Constructor taking iterators to a range of value_types and some policy objects The value_types betweenfirst_it andlast_it will be inserted into the container object. r_cmp_fn will be copied by thecmp_fn object of the container object.