Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
44be25e1
"examples/pytorch/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "c18f957d0e078f799da5e44e4ac4251cb16b72d4"
Commit
44be25e1
authored
Nov 12, 2012
by
Davis King
Browse files
Added the command_line_parser and wcommand_line_parser typedefs.
parent
8e5e1e89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
dlib/cmd_line_parser.h
dlib/cmd_line_parser.h
+8
-0
No files found.
dlib/cmd_line_parser.h
View file @
44be25e1
...
...
@@ -58,6 +58,14 @@ namespace dlib
check_1a_c
;
};
// ----------------------------------------------------------------------------------------
typedef
cmd_line_parser
<
char
>::
check_1a_c
command_line_parser
;
typedef
cmd_line_parser
<
wchar_t
>::
check_1a_c
wcommand_line_parser
;
// ----------------------------------------------------------------------------------------
}
#endif // DLIB_CMD_LINE_PARSEr_
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment