MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / get_allocator

Function get_allocator

lesson6-Segmentation/json.hpp:16799–16802  ·  view source on GitHub ↗

! @brief returns the allocator associated with the container */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected