mirror of
https://github.com/p-ranav/argparse
synced 2026-06-08 16:35:45 +00:00
11 lines
151 B
C++
11 lines
151 B
C++
module;
|
|
|
|
#include <argparse/argparse.hpp>
|
|
|
|
export module argparse.details;
|
|
|
|
export namespace argparse::details {
|
|
using argparse::details::repr;
|
|
}
|
|
|