std::match_results<BidirIt,Alloc>::get_allocator
Min standard notice:
Returns the allocator associated with the object.
# Declarations
allocator_type get_allocator() const;
(since C++11)
# Return value
The associated allocator.
Returns the allocator associated with the object.
allocator_type get_allocator() const;
(since C++11)
The associated allocator.