Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rlbox/include/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 588 B image not shown  

Quelle  rlbox_unwrap.hpp

  Sprache: C
 

#pragma once
// IWYU pragma: private, include "rlbox.hpp"
// IWYU pragma: friend "rlbox_.*\.hpp"

#include <type_traits>

#include "rlbox_type_traits.hpp"
#include "rlbox_types.hpp"

namespace rlbox::detail {

template<typename T_Rhs>
inline auto unwrap_value(T_Rhs&& rhs) noexcept
{
  using T_RhsNoQ = detail::remove_cv_ref_t<T_Rhs>;
  if constexpr (detail::rlbox_is_wrapper_v<T_RhsNoQ>) {
    return rhs.INTERNAL_unverified_safe();
  } else if constexpr (detail::rlbox_is_tainted_boolean_hint_v<T_RhsNoQ>) {
    return rhs.INTERNAL_unverified_safe();
  } else {
    return rhs;
  }
}

}

Messung V0.5 in Prozent
C=84 H=93 G=88

¤ Dauer der Verarbeitung: 0.9 Sekunden  (vorverarbeitet am  2026-06-05) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.