! @brief returns the allocator associated with the container */
| 13054 | @brief returns the allocator associated with the container |
| 13055 | */ |
| 13056 | static allocator_type get_allocator() |
| 13057 | { |
| 13058 | return allocator_type(); |
| 13059 | } |
| 13060 | |
| 13061 | /*! |
| 13062 | @brief returns version information on the library |
nothing calls this directly
no outgoing calls
no test coverage detected