CPP-AP 2.7.0
Command-line argument parser for C++20
|
#include <functional>
#include <memory>
#include <optional>
#include <source_location>
#include <string_view>
Go to the source code of this file.
Namespaces | |
namespace | ap |
namespace | ap::detail |
Typedefs | |
template<typename T > | |
using | ap::detail::uptr_opt_t = std::optional< std::reference_wrapper< std::unique_ptr< T > > > |
Functions | |
template<typename T > | |
constexpr std::string_view | ap::detail::get_demangled_type_name () |