boilerplate v1.7.0 (2021-03-11T11:44:20Z)
Dub
Repo
hasOwnStringToString
boilerplate
autostring
Undocumented in source.
template
hasOwnStringToString
(Aggregate, Super)
template
hasOwnStringToString
(Aggregate)
template
hasOwnStringToString (
Aggregate
)
if
(
is
(
Aggregate
== struct)
) {
static if
(
is(typeof(Aggregate.init.toString()) == string)
)
enum
hasOwnStringToString
;
static if
(!(
is(typeof(Aggregate.init.toString()) == string)
))
enum
hasOwnStringToString
;
}
Members
Manifest constants
hasOwnStringToString
enum
hasOwnStringToString
;
Undocumented in source.
hasOwnStringToString
enum
hasOwnStringToString
;
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