Home
last modified time | relevance | path

Searched refs:toPack (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp596 void packVariant(std::span<PerUnpack> toPack, std::string_view key, in packVariant() argument
599 if (toPack.empty()) in packVariant()
603 toPack[0].key = key; in packVariant()
604 toPack[0].value = &first; in packVariant()
606 packVariant(toPack.subspan(1), std::forward<UnpackTypes&&>(in)...); in packVariant()