! @brief returns the allocator associated with the container */
| 12546 | @brief returns the allocator associated with the container |
| 12547 | */ |
| 12548 | static allocator_type get_allocator() |
| 12549 | { |
| 12550 | return allocator_type(); |
| 12551 | } |
| 12552 | |
| 12553 | /*! |
| 12554 | @brief returns version information on the library |
nothing calls this directly
no outgoing calls
no test coverage detected