! @brief returns the allocator associated with the container */
| 16797 | @brief returns the allocator associated with the container |
| 16798 | */ |
| 16799 | static allocator_type get_allocator() |
| 16800 | { |
| 16801 | return allocator_type(); |
| 16802 | } |
| 16803 | |
| 16804 | /*! |
| 16805 | @brief returns version information on the library |
nothing calls this directly
no outgoing calls
no test coverage detected