#include <memory>
#include <boost/smart_ptr/detail/shared_count.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
Go to the source code of this file.
Classes | |
class | boost::weak_ptr< T > |
Namespaces | |
namespace | boost |
Functions | |
template<class T , class U > | |
bool | boost::operator< (weak_ptr< T > const &a, weak_ptr< U > const &b) |
template<class T > | |
void | boost::swap (weak_ptr< T > &a, weak_ptr< T > &b) |