MCPcopy Create free account
hub / github.com/LAStools/LAStools / get_allocator

Function get_allocator

src/json.hpp:19546–19549  ·  view source on GitHub ↗

@brief returns the allocator associated with the container @sa https://json.nlohmann.me/api/basic_json/get_allocator/

Source from the content-addressed store, hash-verified

19544 /// @brief returns the allocator associated with the container
19545 /// @sa https://json.nlohmann.me/api/basic_json/get_allocator/
19546 static allocator_type get_allocator()
19547 {
19548 return allocator_type();
19549 }
19550
19551 /// @brief returns version information on the library
19552 /// @sa https://json.nlohmann.me/api/basic_json/meta/

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected