[#DecodeAsmap] = DecodeAsmap :mrdocs: Read and check asmap from provided binary file. == Synopsis Declared in `<util/asmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<std::byte> DecodeAsmap(xref:fs/path.adoc[fs::path] path); ---- == Return Value The decoded asmap data, or an empty vector on failure. == Parameters [cols="1,4"] |=== | Name| Description | *path* | Path to the binary asmap file to read. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#