LEMUR Packages: ompl_lemur or_lemur pr_bgl prpy_lemur
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Groups Pages
Public Types | List of all members
pr_bgl::throw_map< key_type_, value_type_ > Class Template Reference

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
 

Detailed Description

template<typename key_type_, typename value_type_>
class pr_bgl::throw_map< key_type_, value_type_ >

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.


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