MCPcopy Create free account
hub / github.com/TheHPXProject/hpx / style

Method style

libs/core/program_options/src/cmdline.cpp:95–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 void cmdline::style(int style) noexcept
96 {
97 if (style == 0)
98 style = default_style;
99
100 check_style(style);
101 this->m_style = static_cast<style_t>(style);
102 }
103
104 void cmdline::allow_unregistered() noexcept
105 {

Callers 8

cpp_mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
test_cmdlineFunction · 0.80
parse_command_lineFunction · 0.80
parse_commandlineFunction · 0.80

Calls

no outgoing calls

Tested by 2

cpp_mainFunction · 0.64
test_cmdlineFunction · 0.64