Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::basic_regex<CharT,Traits>::imbue

      From cppreference.com
      <cpp‎ |regex‎ |basic regex
       
       
       
      Regular expressions library
      Classes
      (C++11)
      Algorithms
      Iterators
      Exceptions
      Traits
      Constants
      (C++11)
      Regex Grammar
       
       
      locale_type imbue( locale_type loc);
      (since C++11)

      Replaces the current locale withloc. The regular expression does not match any character sequence after the call.

      Effectively callstraits_i.imbue(loc) wheretraits_i is a default initialized instance of the typeTraits stored within the regular expression object.

      Contents

      [edit]Parameters

      loc - new locale to use

      [edit]Return value

      The locale before the call to this function. Effectively returns the result of expressiontraits_i.imbue(loc).

      [edit]Exceptions

      May throw implementation-defined exceptions.

      [edit]Example

      This section is incomplete
      Reason: no example

      [edit]See also

      get locale information
      (public member function)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/regex/basic_regex/imbue&oldid=161001"

      [8]ページ先頭

      ©2009-2025 Movatter.jp