54 template <
typename... t>
60 template <
typename Iter>
144 unsigned man_page_section{1};
A std::vector<std::string> that can also be constructed from std::string.
Definition auxiliary.hpp:38
vector_of_string()=default
Defaulted.
constexpr vector_of_string(std::initializer_list< std::string::value_type > il)
Construct from an initializer list.
Definition auxiliary.hpp:67
vector_of_string & operator=(vector_of_string const &)=default
Defaulted.
vector_of_string(vector_of_string const &)=default
Defaulted.
~vector_of_string()=default
Defaulted.
constexpr vector_of_string(Iter begin, Iter end)
Construct from iterator pair.
Definition auxiliary.hpp:63
vector_of_string & operator=(vector_of_string &&)=default
Defaulted.
constexpr vector_of_string(t &&... str)
Delegate to std::string constructor if possible.
Definition auxiliary.hpp:56
vector_of_string(vector_of_string &&)=default
Defaulted.
update_notifications
Indicates whether application allows automatic update notifications by the sharg::parser.
Definition auxiliary.hpp:27
@ off
Automatic update notifications should be disabled.
@ on
Automatic update notifications should be enabled.