Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
function_property_map.hpp File Reference
#include <boost/config.hpp>
#include <boost/property_map/property_map.hpp>
#include <boost/type_traits.hpp>
#include <boost/utility/result_of.hpp>
#include <boost/mpl/and.hpp>
#include <boost/mpl/not.hpp>
#include <utility>
Include dependency graph for function_property_map.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::function_property_map< Func, Key, Ret >
 

Namespaces

 boost
 Duration formatting facet for input.
 

Functions

template<typename Key , typename Func >
function_property_map< Func, Key > boost::make_function_property_map (const Func &f)
 
template<typename Key , typename Ret , typename Func >
function_property_map< Func,
Key, Ret > 
boost::make_function_property_map (const Func &f)