42#ifndef TEUCHOS_NULL_ITERATOR_TRAITS_HPP
43#define TEUCHOS_NULL_ITERATOR_TRAITS_HPP
61template<
typename Iter>
66#ifdef TEUCHOS_NO_ZERO_ITERATOR_CONVERSION
79template<
typename Iter>
82 static std::reverse_iterator<Iter>
getNull()
84 return std::reverse_iterator<Iter>(
Teuchos header file which uses auto-configuration information to include necessary C++ headers.
static std::reverse_iterator< Iter > getNull()
Base traits class for getting a properly initialized null pointer.