MCPcopy Create free account
hub / github.com/fmtlib/fmt / NativeArray

Method NativeArray

test/gtest/gtest/gtest.h:4480–4482  ·  view source on GitHub ↗

Constructs from a native array. References the source.

Source from the content-addressed store, hash-verified

4478
4479 // Constructs from a native array. References the source.
4480 NativeArray(const Element* array, size_t count, RelationToSourceReference) {
4481 InitRef(array, count);
4482 }
4483
4484 // Constructs from a native array. Copies the source.
4485 NativeArray(const Element* array, size_t count, RelationToSourceCopy) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected