Leonetienne/Hazelnupp
Simple, easy to use, command line parameter interface
Placeholders.h
Go to the documentation of this file.
1#pragma once
2#include <string>
3
4namespace Hazelnp
5{
6 namespace Placeholders
7 {
8 //! The only purpose of this is to provide the ability to return an empty string as an error for std::string& methods.
9 static const std::string g_emptyString;
10 }
11}
static const std::string g_emptyString
The only purpose of this is to provide the ability to return an empty string as an error for std::str...
Definition: Placeholders.h:9