MCPcopy Create free account
hub / github.com/ValveSoftware/steam-audio / Array

Method Array

core/src/core/array.h:44–48  ·  view source on GitHub ↗

Default constructor creates an array of size 0.

Source from the content-addressed store, hash-verified

42
43 // Default constructor creates an array of size 0.
44 Array()
45 : mSize(0)
46 , mElements(nullptr)
47 , mPointers()
48 {}
49
50 // Creates an array with the given dimensions.
51 template <typename S, typename... Sizes>

Callers 1

GetListenerTransformMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected