autowrap v0.4.5 (2019-10-10T08:52:08Z)
Dub
Repo
toBinOp.toBinOp
autowrap
reflection
BinaryOperators
toBinOp
Undocumented in source.
enum
toBinOp
;
enum
toBinOp
;
template
toBinOp
(string op)
static if
(
hasMember!(T, "opBinary") || hasMember!(T, "opBinaryRight")
)
static if
(!(
hasLeft && hasRight
))
static if
(
hasLeft
)
enum
toBinOp
=
BinaryOperator
(
op
,
BinOpDir.left
)
;
enum
toBinOp
;
Meta
Source
See Source File
autowrap
reflection
BinaryOperators
toBinOp
manifest constants
hasLeft
hasRight
toBinOp