Struct allocator_arg_t
Synopsis
#include <include/EASTL/internal/functional_base.h>
struct allocator_arg_t
Description
allocator_arg_t is an empty class type used to disambiguate the overloads of constructors and member functions of allocator-aware objects, including tuple, function, promise, and packaged_task. http://en.cppreference.com/w/cpp/memory/allocator_arg_t
Source
Lines 136-137 in include/EASTL/internal/functional_base.h.
struct allocator_arg_t
{};