Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::regex_traits<CharT>::getloc

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

      Returns the current locale of the traits object.

      Ifimbue() has been never called for this object, then the global locale at the time of the call is returned. Otherwise, the locale passed to the last call toimbue() is returned.

      Contents

      [edit]Parameters

      (none)

      [edit]Return value

      The current locale of the traits object.

      [edit]Example

      This section is incomplete
      Reason: no example

      [edit]See also

      sets the locale
      (public member function)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/regex/regex_traits/getloc&oldid=161057"

      [8]ページ先頭

      ©2009-2025 Movatter.jp