MCPcopy Create free account
hub / github.com/Haivision/srt / FixedArray

Method FixedArray

srtcore/utilities.h:424–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422{
423public:
424 FixedArray(size_t size)
425 : m_size(size)
426 , m_entries(new T[size])
427 {
428 }
429
430 ~FixedArray()
431 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected