// Copyright (C) by Josh Blum. See LICENSE.txt for licensing information. #ifndef INCLUDED_GRAS_TAG_ITER_HPP #define INCLUDED_GRAS_TAG_ITER_HPP #include #include //iterator range #include namespace gras { //! forward declared Tag type struct Tag; //! Iterator return type stl and boost compliant typedef boost::iterator_range::const_iterator> TagIter; } //namespace gras #endif /*INCLUDED_GRAS_TAG_ITER_HPP*/