mir-yaml ~master (2021-07-27T14:20:03Z)
Home
Dub
Repo
hasExpandedNodeConstructor
dyaml
node
Undocumented in source.
package
template
hasExpandedNodeConstructor (
T
) {
package
static if
(
is(T == struct)
)
enum
hasExpandedNodeConstructor
;
package
static if
(!(
is(T == struct)
))
static if
(
is(T == class)
)
enum
hasExpandedNodeConstructor
;
package
static if
(!(
is(T == struct)
))
static if
(!(
is(T == class)
))
enum
hasExpandedNodeConstructor
;
}
Members
Manifest constants
hasExpandedNodeConstructor
enum
hasExpandedNodeConstructor
;
Undocumented in source.
hasExpandedNodeConstructor
enum
hasExpandedNodeConstructor
;
Undocumented in source.
hasExpandedNodeConstructor
enum
hasExpandedNodeConstructor
;
Undocumented in source.
Meta
Source
See Implementation
dyaml
node
aliases
NodeType
YAMLNull
classes
NodeException
enums
NodeID
castableToNode
hasNodeConstructor
functions
merge
structs
Node
YAMLMerge
templates
hasExpandedNodeConstructor
hasSimpleNodeConstructor