CGAL 5.4 - STL Extensions for CGAL
|
#include <CGAL/value_type_traits.h>
Class providing the value type of an iterator, and in the case of an output iterator, a type of objects that can be put in it.
Public Types | |
typedef unspecified_type | type |
If T is std::insert_iterator<Container> , std::back_insert_iterator<Container> or std::front_insert_iterator<Container> , then type is Container::value_type . More... | |
typedef unspecified_type CGAL::value_type_traits< T >::type |