File mcfp.hpp
Definition (mcfp/mcfp.hpp
)
Detailed Description
This header-only library contains code to parse argc/argv and store the values provided into a singleton object.
Includes
algorithm
any
cassert
charconv
cstring
deque
filesystem
fstream
mcfp/detail/options.hpp
mcfp/error.hpp
(File error.hpp)mcfp/text.hpp
(File text.hpp)mcfp/utilities.hpp
(File utilities.hpp)memory
optional
type_traits
vector
Namespaces
Classes
Functions
Template Function mcfp::make_hidden_option(std::string_view, std::string_view)
Template Function mcfp::make_hidden_option(std::string_view, const T&, std::string_view)
Template Function mcfp::make_option(std::string_view, std::string_view)
Template Function mcfp::make_option(std::string_view, const T&, std::string_view)