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.hpp626 void packVariant(std::span<PerUnpack> toPack, std::string_view key, in packVariant() argument
629 if (toPack.empty()) in packVariant()
633 toPack[0].key = key; in packVariant()
634 toPack[0].value = &first; in packVariant()
636 packVariant(toPack.subspan(1), std::forward<UnpackTypes&&>(in)...); in packVariant()