pyd v0.14.3 (2022-03-12T16:12:50Z)
Home
Dub
Repo
BinaryOperatorX.Inner
pyd
class_wrap
BinaryOperatorX
Undocumented in source.
struct
BinaryOperatorX
(string _op, bool isR, rhs_t)
template
Inner (
C
) {
import
std
.
string
:
format
;
;
enum
fn_str1
;
enum
fn_str2
;
enum
string
OP
;
template
Alias
(alias fn)
;
alias
RHS_T
=
ParameterTypeTuple
!(
typeof
(
mixin
(
fn_str1
)))[
0
]
;
alias
RET_T
=
ReturnType
!(
typeof
(
mixin
(
fn_str1
)))
;
alias
RHS_T
=
rhs_t
;
alias
RET_T
=
ReturnType
!(
typeof
(
mixin
(
fn_str2
)))
;
}
Members
Aliases
RET_T
alias
RET_T
=
ReturnType
!(
typeof
(
mixin
(
fn_str1
)))
Undocumented in source.
RET_T
alias
RET_T
=
ReturnType
!(
typeof
(
mixin
(
fn_str2
)))
Undocumented in source.
RHS_T
alias
RHS_T
=
ParameterTypeTuple
!(
typeof
(
mixin
(
fn_str1
)))[
0
]
Undocumented in source.
RHS_T
alias
RHS_T
=
rhs_t
Undocumented in source.
Manifest constants
fn_str1
enum
fn_str1
;
Undocumented in source.
fn_str2
enum
fn_str2
;
Undocumented in source.
Templates
Alias
template
Alias
(alias fn)
Undocumented in source.
Variables
OP
enum
string
OP
;
Undocumented in source.
Meta
Source
See Implementation
pyd
class_wrap
BinaryOperatorX
manifest constants
isRight
nom
op
static functions
call
templates
Inner
shim
variables
needs_shim