stribog ~master (2015-03-26T23:38:34Z)
Dub
Repo
hasOp.hasOp
stribog
meta
members
hasOp
Undocumented in source.
enum
hasOp
;
enum
hasOp
;
template
hasOp
(T1, T2, string op)
static if
(!(
isIntegral!T1 && isIntegral!T2 && op == "/"
))
enum
hasOp
=
__traits
(
compiles
,
mixin
(
"T1.init"
~
op
~
"T2.init"
))
;
Meta
Source
See Source File
stribog
meta
members
hasOp
manifest constants
hasOp