Searched defs:is_explicit (Results 1 – 3 of 3) sorted by relevance
38 static const bool is_explicit = IsExplicit; member40 typedef explicitness<true> is_explicit; typedef
40 static const bool is_explicit = IsExplicit; member42 typedef explicitness<true> is_explicit; typedef
14 pub(crate) fn is_explicit(self) -> bool { in is_explicit() method