args-parser 6.3.6
Loading...
Searching...
No Matches
types.hpp File Reference
#include <iostream>
#include <string>
#include <vector>
Include dependency graph for types.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Args::details::Deleter< T >
 Deleter. More...

Namespaces

namespace  Args
namespace  Args::details

Macros

#define SL(str)

Typedefs

using Args::String = std::string
 String type.
using Args::Char = String::value_type
 Char type.
using Args::OutStreamType = std::ostream
 Out stream type.
using Args::StringList = std::vector<String>
 List of strings.

Macro Definition Documentation

◆ SL

#define SL ( str)
Value:
str

Definition at line 328 of file types.hpp.