Ember
Loading...
Searching...
No Matches
String.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5namespace EmberCore {
6
14using String = std::string;
15
16} // namespace EmberCore
Main types header for EmberCore.
std::string String
Framework-agnostic string type.
Definition String.h:14