42 #ifndef TEUCHOS_NULL_ITERATOR_TRAITS_HPP 43 #define TEUCHOS_NULL_ITERATOR_TRAITS_HPP 61 template<
typename Iter>
66 #ifdef TEUCHOS_NO_ZERO_ITERATOR_CONVERSION 79 template<
typename Iter>
82 static std::reverse_iterator<Iter> getNull()
84 return std::reverse_iterator<Iter>(
94 #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.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines.