Boost logo

Boost :

From: Gary Powell (Gary.Powell_at_[hidden])
Date: 2001-03-27 12:43:53


>>
> You can see my most recent version of the proposal here:
>
> http://www.lsc.nd.edu/~jsiek/iterator-categories.html
<<

Just what VTL needs. Time frame?

In addition, I'd really like container_traits<container>

internal_find_element_tag
no_iternal_find_element_tag
key_data_pair_element_tag
no_key_data_pair_element_tag

not_a_sequence_tag
forward_sequence_tag
reversible_sequence_tag

// while these can be determined from the container's iterators
// it makes assumptions on whether rbegin() and rend() and operator[],
// and front() and back() exist.
forward_container_tag
bidirectional_container_tag
random_access_container_tag

and while I don't need them, we should have
internal_sort_tag
no_internal_sort_tag

I'm sure there are some other things that generative programs would like to
ask about a container.

  -gary-


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk