Function operator=
Synopsis
#include <include/EASTL/allocator_malloc.h>
allocator_malloc & operator=(const allocator_malloc &)
Description
No description yet.
Source
Lines 82-83 in include/EASTL/allocator_malloc.h.
allocator_malloc& operator=(const allocator_malloc&)
{ return *this; }