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;
Parameters
| Name | Description |
|---|---|
a |
The left operand |
b |
The right operand |
Created with MrDocs