xtd 0.2.0
wchar_object.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "char_object.hpp"
6#include "wchar.hpp"
7
9namespace xtd {
11
35}
Contains xtd::char_object alias.
Represents a boxed char object.
Definition box_char.hpp:38
box_char< wchar > wchar_object
Represent a boxed wchar.
Definition wchar_object.hpp:33
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::wchar type.