libstdc++
GNU C++ library
Loading...
Searching...
No Matches
std::experimental::fundamentals_v2::owner_less< void > Class Reference

#include "shared_ptr.h"

Inheritance diagram for std::experimental::fundamentals_v2::owner_less< void >:
Inheritance graph
Collaboration diagram for std::experimental::fundamentals_v2::owner_less< void >:
Collaboration graph

Private Types

typedef void is_transparent

Private Member Functions

template<typename _Tp, typename _Up>
bool operator() (shared_ptr< _Tp > const &__lhs, shared_ptr< _Up > const &__rhs) const
template<typename _Tp, typename _Up>
bool operator() (shared_ptr< _Tp > const &__lhs, weak_ptr< _Up > const &__rhs) const
template<typename _Tp, typename _Up>
bool operator() (weak_ptr< _Tp > const &__lhs, shared_ptr< _Up > const &__rhs) const
template<typename _Tp, typename _Up>
bool operator() (weak_ptr< _Tp > const &__lhs, weak_ptr< _Up > const &__rhs) const

Detailed Description

Definition at line 522 of file experimental/bits/shared_ptr.h.


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