i18n ~master (2016-04-04T10:13:17Z)
Dub
Repo
Strings.getEncoded
i18n
text
Strings
Undocumented in source.
template
getEncoded
(string id, S, string file = __FILE__, uint line = __LINE__)
struct
Strings
()
version(i18n_list_references)
template
getEncoded (
string
id
S
string
file
= __FILE__
uint
line
= __LINE__
)
if
(
identifierExists
(
id
) &&
isSomeString
!
S
) {
public
import
std
.
format
:
format
;
;
alias
getEncoded
=
opDispatchImpl
!(
id
,
S
)
;
}
template
getEncoded
(string id, S)
S
getEncoded
()
Members
Aliases
getEncoded
alias
getEncoded
=
opDispatchImpl
!(
id
,
S
)
Undocumented in source.
Imports
format (from std.format)
public
import
std
.
format
:
format
;
Undocumented in source.
Meta
Source
See Implementation
i18n
text
Strings
aliases
I18NString
postblits
this(this)
static functions
identifierExists
templates
getEncoded
opDispatch