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