Boost.Capy

    • Reference
  • boost::capy::operator<
arrow_upward

boost::capy::operator<

Less‐than comparison.

Synopsis

Declared in <boost/capy/neunique_ptr.hpp>

template<
    class T,
    class U>
bool
operator<(
    neunique_ptr<T> const& a,
    neunique_ptr<U> const& b) noexcept;

Return Value

true if a.get() < b.get().

Parameters

Name Description

a

The left operand

b

The right operand

Created with MrDocs