Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aseprite/laf
/ doesRequireValue
Method
doesRequireValue
base/program_options.h:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
const std::string& getValueName() const { return m_valueName; }
43
char mnemonic() const { return m_mnemonic; }
44
bool doesRequireValue() const { return !m_valueName.empty(); }
45
// Setters
46
Option& alias(const std::string& alias)
47
{
Callers
3
TEST
Function · 0.80
parse
Method · 0.80
program_options.cpp
File · 0.80
Calls
1
empty
Method · 0.45
Tested by
1
TEST
Function · 0.64