You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++ mordern and safest argument parser, using C++ modules and metaprogramming.
6
+
Modern and safest C++ argument parser, using C++ modules and metaprogramming.
7
+
This is still in an experimental state.
7
8
8
9
## Features
9
10
10
11
1.**Static Type Argument Parsing**: Ensures command line arguments are parsed with strict type adherence, enhancing reliability.
11
12
12
13
2.**Type Safety for All Flags**: Provides robust type safety for command line flags, reducing runtime errors and ensuring type preservation during retrieval.
13
14
14
-
3.**Compile-Time Duplicate Argument Detection**: Detects duplicate flags at compile time, serving a better development experience.
15
+
3.**Compile-Time Duplicate Argument Detection**: Detects duplicate flags at compile time, providing a better development experience.
15
16
16
17
4.**Rich Feature Set**: Offers a comprehensive array of features for versatile command line parsing needs.
17
18
18
19
5.**Fastest Parsing Mechanism**: Delivers high-speed parsing, ideal for performance-critical applications.
19
20
20
-
6.**Compile-Time Calculations**: Performs certain operations at compile time for enhanced performance efficiency.
21
+
6.**Compile-Time Calculations**: Performs certain operations at compile time for enhanced performance efficiency.
0 commit comments