Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members
Teuchos::NullIteratorTraits< Iter > Class Template Reference

Base traits class for getting a properly initialized null pointer. More...

#include <Teuchos_NullIteratorTraits.hpp>

Detailed Description

template<typename Iter>
class Teuchos::NullIteratorTraits< Iter >

Base traits class for getting a properly initialized null pointer.

This default traits class simply passes in a raw '0' to the constructor. This works for a amazingly large number of classes that can be used a an iterator.

Definition at line 62 of file Teuchos_NullIteratorTraits.hpp.


The documentation for this class was generated from the following file: