dyaml v0.8.3 (2020-09-19T21:46:57Z)
Home
Dub
Repo
hasSimpleNodeConstructor
dyaml
node
Undocumented in source.
package
template
hasSimpleNodeConstructor (
T
) {
package
static if
(
is(T == struct)
)
enum
hasSimpleNodeConstructor
;
package
static if
(!(
is(T == struct)
))
static if
(
is(T == class)
)
enum
hasSimpleNodeConstructor
;
package
static if
(!(
is(T == struct)
))
static if
(!(
is(T == class)
))
enum
hasSimpleNodeConstructor
;
}
Members
Manifest constants
hasSimpleNodeConstructor
enum
hasSimpleNodeConstructor
;
Undocumented in source.
hasSimpleNodeConstructor
enum
hasSimpleNodeConstructor
;
Undocumented in source.
hasSimpleNodeConstructor
enum
hasSimpleNodeConstructor
;
Undocumented in source.
Meta
Source
See Implementation
dyaml
node
classes
NodeException
enums
NodeID
NodeType
castableToNode
hasNodeConstructor
functions
merge
structs
Node
YAMLMerge
YAMLNull
templates
hasExpandedNodeConstructor
hasSimpleNodeConstructor