llarp::ComparePtr

type for comparing smart pointer's managed values More...

#include <compare_ptr.hpp>

Public Functions

Name
bool operator()(const Ptr_t & left, const Ptr_t & right) const

Detailed Description

template <typename Ptr_t ,
typename Compare  =std::less<>>
struct llarp::ComparePtr;

type for comparing smart pointer's managed values

Public Functions Documentation

function operator()

inline bool operator()(
    const Ptr_t & left,
    const Ptr_t & right
) const

Updated on 2026-01-10 at 22:49:45 +0000