MCPcopy Create free account
hub / github.com/PDAL/PDAL / LeInserter

Function LeInserter

pdal/util/Inserter.hpp:108–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 LeInserter(char *buf, std::size_t size) : Inserter(buf, size)
107 {}
108 LeInserter(unsigned char *buf, std::size_t size) : Inserter(buf, size)
109 {}
110
111 LeInserter& operator << (uint8_t v)
112 {

Callers 1

Inserter.hppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected