Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template bt_iterator_traits

boost::unit_test::bt_iterator_traits — Helper structure for accessing the content of a container or an array.

Synopsis

// In header: <boost/test/utils/is_forward_iterable.hpp>

template<typename T, bool is_forward_iterable = is_forward_iterable<T>::value> 
struct bt_iterator_traits {
};

PrevUpHomeNext