Return the maximum number of elements allocatable by this allocator.
Return the maximum number of elements of (template parameter) TYPE that can be allocated using this allocator in a single call to allocate. Note that there is no guarantee that attempts at allocating fewer elements than the value returned by max_size will not throw.
maximum number of elements allocatable by this allocator