tclap  1.2.2
Public Member Functions | List of all members
TCLAP::StringLike Struct Reference

A string like argument value type is a value that can be set using operator=(string). More...

#include <ArgTraits.h>

Public Member Functions

virtual ~StringLike ()
 

Detailed Description

A string like argument value type is a value that can be set using operator=(string).

Useful if the value type contains spaces which will be broken up into individual tokens by operator>>.

Definition at line 66 of file ArgTraits.h.

Constructor & Destructor Documentation

◆ ~StringLike()

virtual TCLAP::StringLike::~StringLike ( )
inlinevirtual

Definition at line 67 of file ArgTraits.h.

References TCLAP::ValueLikeTrait::~ValueLikeTrait().

Here is the call graph for this function:

The documentation for this struct was generated from the following file: