Throws instantly on access. More...
#include <throw_map.h>
Public Types | |
|
typedef boost::read_write_property_map_tag | category |
| typedef key_type_ | key_type |
| typedef value_type_ | value_type |
| typedef value_type_ | reference |
Throws instantly on access.
The throw_map implements a read-write map which throws immediately on get() or put(). Useful as an assertion that an instantiation of an algorithm never uses a particular input map.
1.8.6
using