MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Alloc

Class Alloc

tests/CXXDefaultInitExprTest.cpp:4–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3template<typename T, bool array>
4class Alloc
5{
6 const int z;
7 T* data{nullptr};
8 const bool x{false};
9
10public:
11 Alloc() : z{2}
12 {
13 }
14};
15
16int main()
17{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected