MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / is_flag

Method is_flag

src/apputils/argparse.cpp:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 const std::string & fmt() const { return m_format; }
61
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

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected