Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::owner_less< weak_ptr< T > > Struct Template Reference

#include <owner_less.hpp>

Inheritance diagram for boost::owner_less< weak_ptr< T > >:
Collaboration diagram for boost::owner_less< weak_ptr< T > >:

Public Member Functions

bool operator() (const weak_ptr< T > &lhs, const weak_ptr< T > &rhs) const
 
bool operator() (const weak_ptr< T > &lhs, const shared_ptr< T > &rhs) const
 
bool operator() (const shared_ptr< T > &lhs, const weak_ptr< T > &rhs) const
 

Member Function Documentation

bool boost::detail::generic_owner_less< weak_ptr< T > , shared_ptr< T > >::operator() ( const weak_ptr< T > &  lhs,
const weak_ptr< T > &  rhs 
) const
inlineinherited
bool boost::detail::generic_owner_less< weak_ptr< T > , shared_ptr< T > >::operator() ( const weak_ptr< T > &  lhs,
const shared_ptr< T > &  rhs 
) const
inlineinherited
bool boost::detail::generic_owner_less< weak_ptr< T > , shared_ptr< T > >::operator() ( const shared_ptr< T > &  lhs,
const weak_ptr< T > &  rhs 
) const
inlineinherited

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