MCPcopy Create free account
hub / github.com/Compaile/ctrack / view

Class view

test/doctest.h:596–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594 static DOCTEST_CONSTEXPR size_type last = len - 1; //!OCLINT avoid private static members
595
596 struct view // len should be more than sizeof(view) - because of the final byte for flags
597 {
598 char* ptr;
599 size_type size;
600 size_type capacity;
601 };
602
603 union
604 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected