ctpg ~master (2022-05-29T03:06:24.0192733)
Dub
Repo
TestParser.build
ctpg
for_unittest
TestParser
Undocumented in source.
template
TestParser
(alias value)
version(unittest)
debug
(
ctpg
)
template
build (
alias
kind
SrcType
) {
mixin
MAKE_RESULT
!
q{
typeof
(
value
)
}
;
debug
(
ctpg
)
version
(
unittest
)
Result
parse
(Input!SrcType input, Caller caller);
}
Members
Functions
parse
Result
parse
(Input!SrcType input, Caller caller)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
MAKE_RESULT
!
q{
typeof
(
value
)
}
Undocumented in source.
Meta
Source
See Implementation
ctpg
for_unittest
TestParser
templates
build