MCPcopy Create free account
hub / github.com/Icinga/icinga2 / Array

Method Array

lib/base/array.hpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 typedef std::vector<Value>::size_type SizeType;
36
37 Array() = default;
38 Array(const ArrayData& other);
39 Array(ArrayData&& other);
40 Array(std::initializer_list<Value> init);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected