Boost Program Options ===
Enumeration boost::program_options::command_line_style::style_t ==== allow_long allow_short allow_dash_for_short allow_slash_for_short long_allow_adjacent long_allow_next short_allow_adjacent short_allow_next allow_sticky allow_guessing case_insensitive allow_long_disguise unix_style = allow_short | short_allow_adjacent | short_allow_next | allow_long | long_allow_adjacent | long_allow_next | allow_sticky | allow_guessing | allow_dash_for_short default_style = unix_style
|