i18n ~master (2016-04-04T10:13:17Z)
Dub
Repo
Strings.opDispatch
i18n
text
Strings
Undocumented in source.
template
opDispatch
(string id, string file = __FILE__, uint line = __LINE__)
struct
Strings
()
version(i18n_list_references)
template
opDispatch (
string
id
string
file
= __FILE__
uint
line
= __LINE__
)
if
(
identifierExists
(
id
)
) {
alias
opDispatch
=
getEncoded
!(
id
,
I18NString
,
file
,
line
)
;
}
template
opDispatch
(string id)
I18NString
opDispatch
[@property getter]
Members
Aliases
opDispatch
alias
opDispatch
=
getEncoded
!(
id
,
I18NString
,
file
,
line
)
Undocumented in source.
Meta
Source
See Implementation
i18n
text
Strings
aliases
I18NString
postblits
this(this)
static functions
identifierExists
templates
getEncoded
opDispatch