mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-10 20:57:06 -04:00
Updated documentation for ArgTraits to reference StringLike and ValueLike classes.
This commit is contained in:
parent
234fe9c7ff
commit
e2eb7b522e
@ -73,7 +73,7 @@ struct ValueLikeTrait {
|
|||||||
* Arg traits are used to get compile type specialization when parsing
|
* Arg traits are used to get compile type specialization when parsing
|
||||||
* argument values. Using an ArgTraits you can specify the way that
|
* argument values. Using an ArgTraits you can specify the way that
|
||||||
* values gets assigned to any particular type during parsing. The two
|
* values gets assigned to any particular type during parsing. The two
|
||||||
* supported types are string like and value like.
|
* supported types are StringLike and ValueLike.
|
||||||
*/
|
*/
|
||||||
template<typename T>
|
template<typename T>
|
||||||
struct ArgTraits {
|
struct ArgTraits {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user