xtd 0.2.0
int16.hpp File Reference
#include <cstddef>
#include "../int16.hpp"
#include "../internal/__xtd_std_version.hpp"

Definition

Contains xtd::int16 suffixes.

Go to the source code of this file.

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
namespace  xtd::literals
 The xtd::literals namespace contains all xtd's litterals operators.
 

Int16 suffixes

int16 xtd::literals::operator""_i16 (long double n)
 Used to convert specified value into int16.
 
int16 xtd::literals::operator""_i16 (unsigned long long n)
 Used to convert specified value into int16.
 
int16 xtd::literals::operator""_i16 (const char *s, std::size_t n)
 Used to convert specified value into int16.
 
int16 xtd::literals::operator""_i16 (const char8_t *s, std::size_t n)
 Used to convert specified value into int16.
 
int16 xtd::literals::operator""_i16 (const char16_t *s, std::size_t n)
 Used to convert specified value into int16.
 
int16 xtd::literals::operator""_i16 (const char32_t *s, std::size_t n)
 Used to convert specified value into int16.
 
int16 xtd::literals::operator""_i16 (const wchar_t *s, std::size_t n)
 Used to convert specified value into int16.
 
int16 xtd::literals::operator""_s16 (long double n)
 Used to convert specified value into int16.
 
int16 xtd::literals::operator""_s16 (unsigned long long n)
 Used to convert specified value into int16.
 
int16 xtd::literals::operator""_s16 (const char *s, std::size_t n)
 Used to convert specified value into int16.
 
int16 xtd::literals::operator""_s16 (const char8_t *s, std::size_t n)
 Used to convert specified value into int16.
 
int16 xtd::literals::operator""_s16 (const char16_t *s, std::size_t n)
 Used to convert specified value into int16.
 
int16 xtd::literals::operator""_s16 (const char32_t *s, std::size_t n)
 Used to convert specified value into int16.
 
int16 xtd::literals::operator""_s16 (const wchar_t *s, std::size_t n)
 Used to convert specified value into int16.