Updated documentation for ArgTraits to reference StringLike and ValueLike classes.

This commit is contained in:
macbishop 2011-01-15 17:45:17 +00:00
parent 234fe9c7ff
commit e2eb7b522e

View File

@ -73,7 +73,7 @@ struct ValueLikeTrait {
* Arg traits are used to get compile type specialization when parsing
* argument values. Using an ArgTraits you can specify the way that
* 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>
struct ArgTraits {