Function operator=
Synopsis
#include <include/EASTL/allocator.h>
allocator & operator=(const allocator &x)
Description
No description yet.
Source
Lines 203-209 in include/EASTL/allocator.h. Line 58 in include/EASTL/allocator.h.
inline allocator& allocator::operator=(const allocator& EASTL_NAME(alloc))
{
#if EASTL_NAME_ENABLED
mpName = alloc.mpName;
#endif
return *this;
}