Aracılığıyla paylaş


operator% İşleci (STL)

İşlecin üzerinde işlem modül süre nesneler.

template<class Rep1, class Period1, class Rep2>
   constexpr duration<typename common_type<Rep1, Rep2>::type, Period1>
   operator%(
      const duration<Rep1, Period1>& Dur,
      const Rep2& Div);
template<class Rep1, class Period1, class Rep2, class Period2>
   constexpr typename common_type<Rep1, Rep2>::type
   operator%(
      const duration<Rep1, Period1>& Left,
      const duration<Rep2, Period2>& Right);

Parametreler

  • Dur
    duration nesnesi

  • Div
    Bir tam sayı değeri.

  • Left
    Sol duration nesnesi.

  • Right
    Sağ duration nesnesi.

Dönüş Değeri

İlk işlevi döndüren bir duration nesnesini aralığın uzunluğunu Dur modül Div.

İkinci işlev gösteren bir değer döndürür Left modül Right.

Gereksinimler

Başlık: chrono

Namespace: std::chrono

Ayrıca bkz.

Diğer Kaynaklar

Üstbilgi dosyaları