boilerplate v1.7.0 (2021-03-11T11:44:20Z)
Dub
Repo
hasOwnVoidToString
boilerplate
autostring
Undocumented in source.
template
hasOwnVoidToString
(Aggregate, Super)
template
hasOwnVoidToString
(Aggregate)
template
hasOwnVoidToString (
Aggregate
)
if
(
is
(
Aggregate
== struct)
) {
static if
(
is(typeof(Aggregate.init.toString((void delegate(const(char)[])).init)) == void)
)
enum
hasOwnVoidToString
;
static if
(!(
is(typeof(Aggregate.init.toString((void delegate(const(char)[])).init)) == void)
))
enum
hasOwnVoidToString
;
}
Members
Manifest constants
hasOwnVoidToString
enum
hasOwnVoidToString
;
Undocumented in source.
hasOwnVoidToString
enum
hasOwnVoidToString
;
Undocumented in source.
Meta
Source
See Implementation
boilerplate
autostring
enums
ToStringEnum
functions
isMemberUnlabeledByDefault
mixin templates
GenerateToStringTemplate
structs
ToString
ToStringHandler
templates
checkAttributeConsistency
hasOwnFunction
hasOwnStringToString
hasOwnVoidToString
isFromAliasThis
typeName
variables
GenerateToString