Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::char_traits<char>::eq_int_type,std::char_traits<wchar_t>::eq_int_type,std::char_traits<char8_t>::eq_int_type,std::char_traits<char16_t>::eq_int_type,std::char_traits<char32_t>::eq_int_type

      From cppreference.com
      <cpp‎ |string‎ |char traits
       
       
       
       
      staticbool eq_int_type( int_type c1, int_type c2);
      (constexpr since C++11)
      (noexcept since C++11)

      Checks whether two values of typeint_type are equal.

      SeeCharTraits for the general requirements on character traits forX::eq_int_type.

      [edit]Parameters

      c1, c2 - values to compare

      [edit]Return value

      true ifc1 is equal toc2,false otherwise.

      [edit]Complexity

      Constant.

      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/string/char_traits/eq_int_type&oldid=171375"

      [8]ページ先頭

      ©2009-2025 Movatter.jp