LibreOffice Module o3tl (master) 1
Public Types | Public Member Functions | List of all members
o3tl::find_partialorder_ptrequals< Value, Compare > Struct Template Reference

the elements are partially ordered by Compare, 2 elements are allowed if they are not the same element (pointer equal) More...

#include <sorted_vector.hxx>

Public Types

typedef sorted_vector< Value, Compare, o3tl::find_partialorder_ptrequals >::const_iterator const_iterator
 

Public Member Functions

std::pair< const_iterator, bool > operator() (const_iterator first, const_iterator last, Value const &v)
 

Detailed Description

template<class Value, class Compare>
struct o3tl::find_partialorder_ptrequals< Value, Compare >

the elements are partially ordered by Compare, 2 elements are allowed if they are not the same element (pointer equal)

Definition at line 400 of file sorted_vector.hxx.

Member Typedef Documentation

◆ const_iterator

template<class Value , class Compare >
typedef sorted_vector<Value,Compare,o3tl::find_partialorder_ptrequals>::const_iterator o3tl::find_partialorder_ptrequals< Value, Compare >::const_iterator

Definition at line 403 of file sorted_vector.hxx.

Member Function Documentation

◆ operator()()

template<class Value , class Compare >
std::pair< const_iterator, bool > o3tl::find_partialorder_ptrequals< Value, Compare >::operator() ( const_iterator  first,
const_iterator  last,
Value const &  v 
)
inline

Definition at line 404 of file sorted_vector.hxx.

References first, last, and v.


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