Searched refs:ToStream (Results 1 – 2 of 2) sorted by relevance
100 using ToStream = std::function<void(std::stringstream& ss, const Buffer<nlattr> attr)>; member104 std::variant<AttributeMap, ToStream> ops = AttributeMap{};
150 std::get<protocols::AttributeDefinition::ToStream>(attrtype.ops); in toStream()