Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::has_not_been_seen< IndexMap > Struct Template Reference

#include <breadth_first_search.hpp>

Public Types

typedef bool result_type
 

Public Member Functions

 has_not_been_seen ()
 
 has_not_been_seen (std::size_t n, IndexMap index_map)
 
template<typename Key >
result_type operator() (Key key)
 
void swap (has_not_been_seen &other)
 

Member Typedef Documentation

template<typename IndexMap>
typedef bool boost::detail::has_not_been_seen< IndexMap >::result_type

Constructor & Destructor Documentation

template<typename IndexMap>
boost::detail::has_not_been_seen< IndexMap >::has_not_been_seen ( )
inline
template<typename IndexMap>
boost::detail::has_not_been_seen< IndexMap >::has_not_been_seen ( std::size_t  n,
IndexMap  index_map 
)
inline

Member Function Documentation

template<typename IndexMap>
template<typename Key >
result_type boost::detail::has_not_been_seen< IndexMap >::operator() ( Key  key)
inline
template<typename IndexMap>
void boost::detail::has_not_been_seen< IndexMap >::swap ( has_not_been_seen< IndexMap > &  other)
inline

References boost::detail::swap().

Referenced by boost::detail::swap().


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