xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
boolean_object.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
boolean.hpp
"
6
#include "
box.hpp
"
7
9
namespace
xtd
{
11
32
using
boolean_object
=
box<bool>
;
34
}
boolean.hpp
Contains xtd::boolean type.
box.hpp
Contains xtd::box struct.
xtd::boolean_object
box< bool > boolean_object
Represent a boxed bool.
Definition
boolean_object.hpp:32
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
xtd::box
Represents a boxed object.
Definition
box.hpp:57
Generated on Sun Aug 31 2025 20:45:31 for xtd by
Gammasoft
. All rights reserved.