10 #ifndef TEUCHOS_NULL_ITERATOR_TRAITS_HPP
11 #define TEUCHOS_NULL_ITERATOR_TRAITS_HPP
29 template<
typename Iter>
34 #ifdef TEUCHOS_NO_ZERO_ITERATOR_CONVERSION
47 template<
typename Iter>
50 static std::reverse_iterator<Iter>
getNull()
52 return std::reverse_iterator<Iter>(
62 #endif // TEUCHOS_NULL_ITERATOR_TRAITS_HPP
Teuchos header file which uses auto-configuration information to include necessary C++ headers...
Base traits class for getting a properly initialized null pointer.
static std::reverse_iterator< Iter > getNull()