xtd 0.2.0
boolean_object.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "boolean.hpp"
6#include "box.hpp"
7
9namespace xtd {
11
34}
Contains xtd::boolean type.
Contains xtd::box struct.
box< bool > boolean_object
Represent a boxed bool.
Definition boolean_object.hpp:32
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Represents a boxed object.
Definition box.hpp:57