MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / help

Method help

utils/command_line/ListOption.h:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103
104template <typename T>
105inline std::string ListOption<T>::help() const
106{
107 return "--" + name() + "=VALUE[,VALUE[,...]] - " + _help;
108}
109
110template <typename T>
111inline const std::vector<T> &ListOption<T>::value() const

Callers 1

print_helpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected