Home
last modified time | relevance | path

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

/dports/misc/adios2/ADIOS2-2.7.1/examples/hello/bpAttributeWriter/
H A DhelloBPAttributeWriter.cpp75 for (const auto &attributeInfoPair : attributesInfo) in main() local
77 std::cout << "Attribute: " << attributeInfoPair.first; in main()
78 for (const auto &attributePair : attributeInfoPair.second) in main()