HART  0.2.0
High level Audio Regression and Testing
Loading...
Searching...
No Matches
hart_str.hpp File Reference
#include <sstream>
#include <string>
Include dependency graph for hart_str.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  hart
 

Macros

#define HART_STR(...)   (hart::Str() << __VA_ARGS__).toStdString()
 A helper to construct strings using the "<<" syntax.