xtd 0.2.0
double.hpp
Go to the documentation of this file.
1
4#pragma once
5#include <cstddef>
6#include "../double.hpp"
7#define __XTD_STD_INTERNAL__
9#undef __XTD_STD_INTERNAL__
10
12namespace xtd {
14 inline namespace literals {
16
28 double operator""_d(long double n);
29
40 double operator""_d(unsigned long long n);
41
52 double operator""_d(const char* s, std::size_t n);
53
64 double operator""_d(const char8_t* s, std::size_t n);
65
76 double operator""_d(const char16_t* s, std::size_t n);
77
88 double operator""_d(const char32_t* s, std::size_t n);
89
100 double operator""_d(const wchar_t* s, std::size_t n);
102 }
103}
Contains __xtd_std_version definitions.
Contains xtd::double_ type.
@ s
The S key.
Definition console_key.hpp:124
@ n
The N key.
Definition console_key.hpp:114
The xtd::literals namespace contains all xtd's litterals operators.
Definition character_literals.hpp:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8