xtd 0.2.0
cnull.h
Go to the documentation of this file.
1 #pragma once
5 #include "types.h"
6 #include <iostream>
7 #include <fstream>
8 #include <string>
9 #include <vector>
10 
12 xtd::int32 __get_file_attributes(const char* path);
14 
16 namespace xtd {
25  inline std::ostream cnull(nullptr);
26 }
Contains xtd fundamental types.
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
std::ostream cnull(nullptr)
Provides a null std::ostream.
int_least32_t int32
Represents a 32-bit signed integer.
Definition: types.h:129