Condividi tramite


Operatori <memory_resource>

operator!=

Verifica se l'oggetto memory_resource a sinistra dell'operatore non è uguale all'oggetto memory_resource a destra.

template <class T1, class T2>
    bool operator!=(const polymorphic_allocator<T1>& a, const polymorphic_allocator<T2>& b) noexcept;

operator==

Verifica se l'oggetto memory_resource a sinistra dell'operatore è uguale all'oggetto memory_resource a destra.

template <class T1, class T2>
    bool operator==(const polymorphic_allocator<T1>& a, const polymorphic_allocator<T2>& b) noexcept;