You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. <i>Constraints:</i> Either `self.get_env()` is a valid expression or `typename Derived::get_env` denotes a type and <code><i>callable</i><get_env_t, <i>BASE-TYPE</i>(const Derived&)></code> is `true`.
7601
7599
7602
-
2. <i>Effects:</i> Equivalent to:
7600
+
2. <i>Mandates:</i> `noexcept(self.get_env())` is `true` if it is a valid expression.
7601
+
7602
+
3. <i>Effects:</i> Equivalent to:
7603
7603
7604
7604
* If `self.get_env()` is a valid expression, `self.get_env()`;
0 commit comments