Function internalAllocator
Summary
#include <include/EASTL/string.h>
(1) allocator_type & internalAllocator() EA_NOEXCEPT
(2) const allocator_type & internalAllocator() const EA_NOEXCEPT
Function overload
Synopsis
#include <include/EASTL/string.h>
allocator_type & internalAllocator() EA_NOEXCEPT
Description
No description yet.
Source
Lines 491-491 in include/EASTL/string.h.
inline allocator_type& internalAllocator() EA_NOEXCEPT { return mPair.second(); }
Synopsis
#include <include/EASTL/string.h>
const allocator_type & internalAllocator() const EA_NOEXCEPT
Description
No description yet.
Source
Lines 492-492 in include/EASTL/string.h.
inline const allocator_type& internalAllocator() const EA_NOEXCEPT { return mPair.second(); }