LEMUR Packages: ompl_lemur or_lemur pr_bgl prpy_lemur
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Groups Pages
Classes | Functions
throw_map.h File Reference

Throws instantly on access (pr_bgl::throw_map). More...

Go to the source code of this file.

Classes

class  pr_bgl::throw_map< key_type_, value_type_ >
 Throws instantly on access. More...
 

Functions

template<typename key_type_ , typename value_type_ >
const value_type_ pr_bgl::get (const throw_map< key_type_, value_type_ > &map, const key_type_ key)
 
template<typename key_type_ , typename value_type_ >
void pr_bgl::put (const throw_map< key_type_, value_type_ > &map, const key_type_ key, const value_type_ val)
 

Detailed Description

Throws instantly on access (pr_bgl::throw_map).

Author
Chris Dellin cdell.nosp@m.in@g.nosp@m.mail..nosp@m.com