xtd 0.2.0
Loading...
Searching...
No Matches
translate

Definition

Contains translator definitions.

Classes

class  xtd::translator
 Represents translator class. This class cannot be inherited. More...
 

Functions

const char * xtd::literals::operator""_t (const char *s, size_t n) noexcept
 Used to translate specified string into locale.
 
xtd::ustring xtd::literals::operator""_t (const char16 *s, size_t n) noexcept
 Used to translate specified string into locale.
 
xtd::ustring xtd::literals::operator""_t (const char32 *s, size_t n) noexcept
 Used to translate specified string into locale.
 
xtd::ustring xtd::literals::operator""_t (const char8 *s, size_t n) noexcept
 Used to translate specified string into locale.
 
xtd::ustring xtd::literals::operator""_t (const wchar *s, size_t n) noexcept
 Used to translate specified string into locale.
 

Function Documentation

◆ operator""_t() [1/5]

const char * xtd::literals::operator""_t ( const char *  s,
size_t  n 
)
noexcept

#include <xtd.core/include/xtd/literals.h>

Used to translate specified string into locale.

Namespace
xtd
Library
xtd.core

◆ operator""_t() [2/5]

xtd::ustring xtd::literals::operator""_t ( const char16 s,
size_t  n 
)
noexcept

#include <xtd.core/include/xtd/literals.h>

Used to translate specified string into locale.

Namespace
xtd
Library
xtd.core

◆ operator""_t() [3/5]

xtd::ustring xtd::literals::operator""_t ( const char32 s,
size_t  n 
)
noexcept

#include <xtd.core/include/xtd/literals.h>

Used to translate specified string into locale.

Namespace
xtd
Library
xtd.core

◆ operator""_t() [4/5]

xtd::ustring xtd::literals::operator""_t ( const char8 s,
size_t  n 
)
noexcept

#include <xtd.core/include/xtd/literals.h>

Used to translate specified string into locale.

Namespace
xtd
Library
xtd.core

◆ operator""_t() [5/5]

xtd::ustring xtd::literals::operator""_t ( const wchar s,
size_t  n 
)
noexcept

#include <xtd.core/include/xtd/literals.h>

Used to translate specified string into locale.

Namespace
xtd
Library
xtd.core