j
k
j a
j l
parse_command_line returns vector< basic_option<charT> >, which are in the order of occurence. This is a point where you can do logic based on the order. variables_map does not store order information.
Thanks! Very useful!
Back to the thread
Back to the list