All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Classes | Namespaces | Functions
property_map.hpp File Reference

Utils for the Boost PropertyMap. More...

#include "paal/utils/type_functions.hpp"
#include <utility>

Go to the source code of this file.

Classes

class  paal::utils::property_map_get< Map >
 Functor object for property map get. This class exists because std::bind can't be used with polymorphic functions and we don't have polymorphic lambdas yet to allow perfect forwarding. More...
 

Namespaces

 paal
 global namespace of project.
 
 paal::utils
 Utils namespace.
 

Functions

template<class Map >
property_map_get< Map > paal::utils::make_property_map_get (Map map)
 make for property_map_get More...
 

Detailed Description

Utils for the Boost PropertyMap.

Author
Robert Rosolek
Version
1.0
Date
2014-07-17

Definition in file property_map.hpp.