Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ is_regular
Method
is_regular
src/apputils/argparse.cpp:64–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
bool is_flag () const { return m_type == Flag; }
63
bool is_sublist () const { return m_type == Sublist; }
64
bool is_regular () const { return m_type == Regular; }
65
66
void add_parameter (int i, void *p);
67
Callers
1
parse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected