get_dump_format_entries¶
Defined in header: <orcus/types.hpp>
-
std::vector<std::pair<std::string_view, dump_format_t>> orcus::get_dump_format_entries()¶
Get a list of available output format entries. Each entry consists of the name of a format and its enum value equivalent.
- Returns:
list of available output format entries.