chsvlib
chsv helper source code

◆ operator==() [1/3]

bool Chusov::Memory::operator== ( const allocator< T1 > &  ,
const allocator< T2 > &   
)

Compares two Chusov::Memory::allocator objects of different managed types. Since object of both Chusov::Memory::allocator and Chusov::Memory::secure_allocator types are stateless, two allocators are always considered to be equal.

Template Parameters
T1is a type managed by the first allocator.
T2is a type managed by the second allocator.
Returns
The operator always returns true.