Itasca C++ Interface
Loading...
Searching...
No Matches
basebool.h
Go to the documentation of this file.
1#pragma once
8#include <string>
9typedef std::basic_string<char8> String;
10
12//#ifdef NDEBUG
13// //static const bool isDebugCompile = false;
14//#else
15// static const bool isDebugCompile = true;
16//#endif
18
19// EoF
std::basic_string< char8 > String
std::string of type Char
Definition basebool.h:9