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

Throw an exception whenever one tries to construct a VertexProperty instance from its name. More...

#include <named_graph.hpp>

Public Types

typedef vertex_name_type argument_type
 
typedef VertexProperty result_type
 

Public Member Functions

VertexProperty operator() (const vertex_name_type &)
 

Detailed Description

template<typename VertexProperty>
struct boost::graph::cannot_add_vertex< VertexProperty >

Throw an exception whenever one tries to construct a VertexProperty instance from its name.

Member Typedef Documentation

template<typename VertexProperty >
typedef vertex_name_type boost::graph::cannot_add_vertex< VertexProperty >::argument_type
template<typename VertexProperty >
typedef VertexProperty boost::graph::cannot_add_vertex< VertexProperty >::result_type

Member Function Documentation

template<typename VertexProperty >
VertexProperty boost::graph::cannot_add_vertex< VertexProperty >::operator() ( const vertex_name_type &  )
inline

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