From ea3e06f26777bc65be812075bf640b45953ccaaf Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 11 Sep 2019 11:26:04 +0900 Subject: [PATCH] Bump to mm-common 0.9.5 Change-Id: Iaecd4ecd2dca8026176b0b44c69d484eeb864898 Signed-off-by: DongHun Kwak --- .gitignore | 19 - INSTALL | 370 + Makefile | 1065 + Makefile.am | 6 - Makefile.in | 1065 + aclocal.m4 | 809 + autom4te.cache/output.0 | 3755 + autom4te.cache/output.1 | 3755 + autom4te.cache/requests | 157 + autom4te.cache/traces.0 | 938 + autom4te.cache/traces.1 | 313 + config.log | 234 + config.status | 934 + configure | 3755 + doctags/libstdc++.tag | 118632 +++++++++++++++++++ doctags/mm-common-libstdc++-uninstalled.pc | 7 + doctags/mm-common-libstdc++.pc | 12 + install-sh | 508 + macros/mm-common.m4 | 47 + missing | 215 + packaging/mm-common.spec | 41 + skeletonmm/.gitignore | 18 - skeletonmm/build/.gitignore | 13 - skeletonmm/doc/reference/.gitignore | 5 - skeletonmm/examples/.gitignore | 1 - skeletonmm/skeleton/.gitignore | 6 - skeletonmm/skeleton/skeletonmm/private/.gitignore | 1 - util/mm-common-prepare | 118 + util/mm-common-util.pc | 10 + 29 files changed, 136740 insertions(+), 69 deletions(-) delete mode 100644 .gitignore create mode 100644 INSTALL create mode 100644 Makefile create mode 100644 Makefile.in create mode 100644 aclocal.m4 create mode 100644 autom4te.cache/output.0 create mode 100644 autom4te.cache/output.1 create mode 100644 autom4te.cache/requests create mode 100644 autom4te.cache/traces.0 create mode 100644 autom4te.cache/traces.1 create mode 100644 config.log create mode 100755 config.status create mode 100755 configure create mode 100644 doctags/libstdc++.tag create mode 100644 doctags/mm-common-libstdc++-uninstalled.pc create mode 100644 doctags/mm-common-libstdc++.pc create mode 100755 install-sh create mode 100644 macros/mm-common.m4 create mode 100755 missing create mode 100644 packaging/mm-common.spec delete mode 100644 skeletonmm/.gitignore delete mode 100644 skeletonmm/build/.gitignore delete mode 100644 skeletonmm/doc/reference/.gitignore delete mode 100644 skeletonmm/examples/.gitignore delete mode 100644 skeletonmm/skeleton/.gitignore delete mode 100644 skeletonmm/skeleton/skeletonmm/private/.gitignore create mode 100644 util/mm-common-prepare create mode 100644 util/mm-common-util.pc diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 2e74ae4..0000000 --- a/.gitignore +++ /dev/null @@ -1,19 +0,0 @@ -/INSTALL -/Makefile -/Makefile.in -/aclocal.m4 -/autom4te.cache/ -/config*.lineno -/config.log -/config.status -/configure -/install-sh -/missing -/mm-common-*.tar.* -/skeletonmm.tar.gz -/doctags/libstdc++.tag -/doctags/mm-common*.pc -/macros/mm-common.m4 -/util/mm-common-prepare -/util/mm-common-prepare.1 -/util/mm-common-util.pc diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..2099840 --- /dev/null +++ b/INSTALL @@ -0,0 +1,370 @@ +Installation Instructions +************************* + +Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation, +Inc. + + Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. + +Basic Installation +================== + + Briefly, the shell command `./configure && make && make install' +should configure, build, and install this package. The following +more-detailed instructions are generic; see the `README' file for +instructions specific to this package. Some packages provide this +`INSTALL' file but do not implement all of the features documented +below. The lack of an optional feature in a given package is not +necessarily a bug. More recommendations for GNU packages can be found +in *note Makefile Conventions: (standards)Makefile Conventions. + + The `configure' shell script attempts to guess correct values for +various system-dependent variables used during compilation. It uses +those values to create a `Makefile' in each directory of the package. +It may also create one or more `.h' files containing system-dependent +definitions. Finally, it creates a shell script `config.status' that +you can run in the future to recreate the current configuration, and a +file `config.log' containing compiler output (useful mainly for +debugging `configure'). + + It can also use an optional file (typically called `config.cache' +and enabled with `--cache-file=config.cache' or simply `-C') that saves +the results of its tests to speed up reconfiguring. Caching is +disabled by default to prevent problems with accidental use of stale +cache files. + + If you need to do unusual things to compile the package, please try +to figure out how `configure' could check whether to do them, and mail +diffs or instructions to the address given in the `README' so they can +be considered for the next release. If you are using the cache, and at +some point `config.cache' contains results you don't want to keep, you +may remove or edit it. + + The file `configure.ac' (or `configure.in') is used to create +`configure' by a program called `autoconf'. You need `configure.ac' if +you want to change it or regenerate `configure' using a newer version +of `autoconf'. + + The simplest way to compile this package is: + + 1. `cd' to the directory containing the package's source code and type + `./configure' to configure the package for your system. + + Running `configure' might take a while. While running, it prints + some messages telling which features it is checking for. + + 2. Type `make' to compile the package. + + 3. Optionally, type `make check' to run any self-tests that come with + the package, generally using the just-built uninstalled binaries. + + 4. Type `make install' to install the programs and any data files and + documentation. When installing into a prefix owned by root, it is + recommended that the package be configured and built as a regular + user, and only the `make install' phase executed with root + privileges. + + 5. Optionally, type `make installcheck' to repeat any self-tests, but + this time using the binaries in their final installed location. + This target does not install anything. Running this target as a + regular user, particularly if the prior `make install' required + root privileges, verifies that the installation completed + correctly. + + 6. You can remove the program binaries and object files from the + source code directory by typing `make clean'. To also remove the + files that `configure' created (so you can compile the package for + a different kind of computer), type `make distclean'. There is + also a `make maintainer-clean' target, but that is intended mainly + for the package's developers. If you use it, you may have to get + all sorts of other programs in order to regenerate files that came + with the distribution. + + 7. Often, you can also type `make uninstall' to remove the installed + files again. In practice, not all packages have tested that + uninstallation works correctly, even though it is required by the + GNU Coding Standards. + + 8. Some packages, particularly those that use Automake, provide `make + distcheck', which can by used by developers to test that all other + targets like `make install' and `make uninstall' work correctly. + This target is generally not run by end users. + +Compilers and Options +===================== + + Some systems require unusual options for compilation or linking that +the `configure' script does not know about. Run `./configure --help' +for details on some of the pertinent environment variables. + + You can give `configure' initial values for configuration parameters +by setting variables in the command line or in the environment. Here +is an example: + + ./configure CC=c99 CFLAGS=-g LIBS=-lposix + + *Note Defining Variables::, for more details. + +Compiling For Multiple Architectures +==================================== + + You can compile the package for more than one kind of computer at the +same time, by placing the object files for each architecture in their +own directory. To do this, you can use GNU `make'. `cd' to the +directory where you want the object files and executables to go and run +the `configure' script. `configure' automatically checks for the +source code in the directory that `configure' is in and in `..'. This +is known as a "VPATH" build. + + With a non-GNU `make', it is safer to compile the package for one +architecture at a time in the source code directory. After you have +installed the package for one architecture, use `make distclean' before +reconfiguring for another architecture. + + On MacOS X 10.5 and later systems, you can create libraries and +executables that work on multiple system types--known as "fat" or +"universal" binaries--by specifying multiple `-arch' options to the +compiler but only a single `-arch' option to the preprocessor. Like +this: + + ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ + CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ + CPP="gcc -E" CXXCPP="g++ -E" + + This is not guaranteed to produce working output in all cases, you +may have to build one architecture at a time and combine the results +using the `lipo' tool if you have problems. + +Installation Names +================== + + By default, `make install' installs the package's commands under +`/usr/local/bin', include files under `/usr/local/include', etc. You +can specify an installation prefix other than `/usr/local' by giving +`configure' the option `--prefix=PREFIX', where PREFIX must be an +absolute file name. + + You can specify separate installation prefixes for +architecture-specific files and architecture-independent files. If you +pass the option `--exec-prefix=PREFIX' to `configure', the package uses +PREFIX as the prefix for installing programs and libraries. +Documentation and other data files still use the regular prefix. + + In addition, if you use an unusual directory layout you can give +options like `--bindir=DIR' to specify different values for particular +kinds of files. Run `configure --help' for a list of the directories +you can set and what kinds of files go in them. In general, the +default for these options is expressed in terms of `${prefix}', so that +specifying just `--prefix' will affect all of the other directory +specifications that were not explicitly provided. + + The most portable way to affect installation locations is to pass the +correct locations to `configure'; however, many packages provide one or +both of the following shortcuts of passing variable assignments to the +`make install' command line to change installation locations without +having to reconfigure or recompile. + + The first method involves providing an override variable for each +affected directory. For example, `make install +prefix=/alternate/directory' will choose an alternate location for all +directory configuration variables that were expressed in terms of +`${prefix}'. Any directories that were specified during `configure', +but not in terms of `${prefix}', must each be overridden at install +time for the entire installation to be relocated. The approach of +makefile variable overrides for each directory variable is required by +the GNU Coding Standards, and ideally causes no recompilation. +However, some platforms have known limitations with the semantics of +shared libraries that end up requiring recompilation when using this +method, particularly noticeable in packages that use GNU Libtool. + + The second method involves providing the `DESTDIR' variable. For +example, `make install DESTDIR=/alternate/directory' will prepend +`/alternate/directory' before all installation names. The approach of +`DESTDIR' overrides is not required by the GNU Coding Standards, and +does not work on platforms that have drive letters. On the other hand, +it does better at avoiding recompilation issues, and works well even +when some directory options were not specified in terms of `${prefix}' +at `configure' time. + +Optional Features +================= + + If the package supports it, you can cause programs to be installed +with an extra prefix or suffix on their names by giving `configure' the +option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. + + Some packages pay attention to `--enable-FEATURE' options to +`configure', where FEATURE indicates an optional part of the package. +They may also pay attention to `--with-PACKAGE' options, where PACKAGE +is something like `gnu-as' or `x' (for the X Window System). The +`README' should mention any `--enable-' and `--with-' options that the +package recognizes. + + For packages that use the X Window System, `configure' can usually +find the X include and library files automatically, but if it doesn't, +you can use the `configure' options `--x-includes=DIR' and +`--x-libraries=DIR' to specify their locations. + + Some packages offer the ability to configure how verbose the +execution of `make' will be. For these packages, running `./configure +--enable-silent-rules' sets the default to minimal output, which can be +overridden with `make V=1'; while running `./configure +--disable-silent-rules' sets the default to verbose, which can be +overridden with `make V=0'. + +Particular systems +================== + + On HP-UX, the default C compiler is not ANSI C compatible. If GNU +CC is not installed, it is recommended to use the following options in +order to use an ANSI C compiler: + + ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" + +and if that doesn't work, install pre-built binaries of GCC for HP-UX. + + HP-UX `make' updates targets which have the same time stamps as +their prerequisites, which makes it generally unusable when shipped +generated files such as `configure' are involved. Use GNU `make' +instead. + + On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot +parse its `' header file. The option `-nodtk' can be used as +a workaround. If GNU CC is not installed, it is therefore recommended +to try + + ./configure CC="cc" + +and if that doesn't work, try + + ./configure CC="cc -nodtk" + + On Solaris, don't put `/usr/ucb' early in your `PATH'. This +directory contains several dysfunctional programs; working variants of +these programs are available in `/usr/bin'. So, if you need `/usr/ucb' +in your `PATH', put it _after_ `/usr/bin'. + + On Haiku, software installed for all users goes in `/boot/common', +not `/usr/local'. It is recommended to use the following options: + + ./configure --prefix=/boot/common + +Specifying the System Type +========================== + + There may be some features `configure' cannot figure out +automatically, but needs to determine by the type of machine the package +will run on. Usually, assuming the package is built to be run on the +_same_ architectures, `configure' can figure that out, but if it prints +a message saying it cannot guess the machine type, give it the +`--build=TYPE' option. TYPE can either be a short name for the system +type, such as `sun4', or a canonical name which has the form: + + CPU-COMPANY-SYSTEM + +where SYSTEM can have one of these forms: + + OS + KERNEL-OS + + See the file `config.sub' for the possible values of each field. If +`config.sub' isn't included in this package, then this package doesn't +need to know the machine type. + + If you are _building_ compiler tools for cross-compiling, you should +use the option `--target=TYPE' to select the type of system they will +produce code for. + + If you want to _use_ a cross compiler, that generates code for a +platform different from the build platform, you should specify the +"host" platform (i.e., that on which the generated programs will +eventually be run) with `--host=TYPE'. + +Sharing Defaults +================ + + If you want to set default values for `configure' scripts to share, +you can create a site shell script called `config.site' that gives +default values for variables like `CC', `cache_file', and `prefix'. +`configure' looks for `PREFIX/share/config.site' if it exists, then +`PREFIX/etc/config.site' if it exists. Or, you can set the +`CONFIG_SITE' environment variable to the location of the site script. +A warning: not all `configure' scripts look for a site script. + +Defining Variables +================== + + Variables not defined in a site shell script can be set in the +environment passed to `configure'. However, some packages may run +configure again during the build, and the customized values of these +variables may be lost. In order to avoid this problem, you should set +them in the `configure' command line, using `VAR=value'. For example: + + ./configure CC=/usr/local2/bin/gcc + +causes the specified `gcc' to be used as the C compiler (unless it is +overridden in the site shell script). + +Unfortunately, this technique does not work for `CONFIG_SHELL' due to +an Autoconf limitation. Until the limitation is lifted, you can use +this workaround: + + CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash + +`configure' Invocation +====================== + + `configure' recognizes the following options to control how it +operates. + +`--help' +`-h' + Print a summary of all of the options to `configure', and exit. + +`--help=short' +`--help=recursive' + Print a summary of the options unique to this package's + `configure', and exit. The `short' variant lists options used + only in the top level, while the `recursive' variant lists options + also present in any nested packages. + +`--version' +`-V' + Print the version of Autoconf used to generate the `configure' + script, and exit. + +`--cache-file=FILE' + Enable the cache: use and save the results of the tests in FILE, + traditionally `config.cache'. FILE defaults to `/dev/null' to + disable caching. + +`--config-cache' +`-C' + Alias for `--cache-file=config.cache'. + +`--quiet' +`--silent' +`-q' + Do not print messages saying which checks are being made. To + suppress all normal output, redirect it to `/dev/null' (any error + messages will still be shown). + +`--srcdir=DIR' + Look for the package's source code in directory DIR. Usually + `configure' can determine that directory automatically. + +`--prefix=DIR' + Use DIR as the installation prefix. *note Installation Names:: + for more details, including other options available for fine-tuning + the installation locations. + +`--no-create' +`-n' + Run the configure checks, but stop before creating any output + files. + +`configure' also accepts some other, not widely useful, options. Run +`configure --help' for more details. diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ece5830 --- /dev/null +++ b/Makefile @@ -0,0 +1,1065 @@ +# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile. Generated from Makefile.in by configure. + +# Copyright (C) 1994-2014 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + + + + + +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/mm-common +pkgincludedir = $(includedir)/mm-common +pkglibdir = $(libdir)/mm-common +pkglibexecdir = $(libexecdir)/mm-common +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = . +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(dist_noinst_SCRIPTS) \ + $(dist_aclocal_macro_DATA) $(dist_build_support_DATA) \ + $(dist_doc_DATA) $(dist_doctags_DATA) $(dist_doctool_DATA) \ + $(dist_noinst_DATA) $(am__DIST_COMMON) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno config.status.lineno +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = doctags/mm-common-libstdc++.pc \ + doctags/mm-common-libstdc++-uninstalled.pc macros/mm-common.m4 \ + util/mm-common-util.pc util/mm-common-prepare +CONFIG_CLEAN_VPATH_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \ + "$(DESTDIR)$(aclocal_macrodir)" \ + "$(DESTDIR)$(aclocal_macrodir)" \ + "$(DESTDIR)$(build_supportdir)" "$(DESTDIR)$(docdir)" \ + "$(DESTDIR)$(doctagsdir)" "$(DESTDIR)$(doctooldir)" \ + "$(DESTDIR)$(docdir)" "$(DESTDIR)$(shared_pkgconfigdir)" +SCRIPTS = $(bin_SCRIPTS) $(dist_noinst_SCRIPTS) +AM_V_P = $(am__v_P_$(V)) +am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_$(V)) +am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_$(V)) +am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +man1dir = $(mandir)/man1 +NROFF = nroff +MANS = $(man1_MANS) +DATA = $(aclocal_macro_DATA) $(dist_aclocal_macro_DATA) \ + $(dist_build_support_DATA) $(dist_doc_DATA) \ + $(dist_doctags_DATA) $(dist_doctool_DATA) $(dist_noinst_DATA) \ + $(doc_DATA) $(nodist_shared_pkgconfig_DATA) $(noinst_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in \ + $(top_srcdir)/build/dist-changelog.am \ + $(top_srcdir)/doctags/mm-common-libstdc++-uninstalled.pc.in \ + $(top_srcdir)/doctags/mm-common-libstdc++.pc.in \ + $(top_srcdir)/macros/mm-common.m4.in \ + $(top_srcdir)/util/mm-common-prepare.in \ + $(top_srcdir)/util/mm-common-util.pc.in AUTHORS COPYING \ + ChangeLog INSTALL NEWS README install-sh missing +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi +am__post_remove_distdir = $(am__remove_distdir) +DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 +GZIP_ENV = --best +DIST_TARGETS = dist-bzip2 dist-gzip +distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' +distcleancheck_listfiles = find . -type f -print +ACLOCAL = ${SHELL} /home/dh0128_kwak/work/tizen/mm-common/missing aclocal-1.15 +ACLOCAL_FLAGS = +AMTAR = $${TAR-tar} +AM_DEFAULT_VERBOSITY = 1 +AUTOCONF = ${SHELL} /home/dh0128_kwak/work/tizen/mm-common/missing autoconf +AUTOHEADER = ${SHELL} /home/dh0128_kwak/work/tizen/mm-common/missing autoheader +AUTOMAKE = ${SHELL} /home/dh0128_kwak/work/tizen/mm-common/missing automake-1.15 +AWK = gawk +CURL = curl +CYGPATH_W = echo +DEFS = -DPACKAGE_NAME=\"mm-common\" -DPACKAGE_TARNAME=\"mm-common\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"mm-common\ 0.9.5\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=mm-common\" -DPACKAGE_URL=\"http://www.gtkmm.org/\" +ECHO_C = +ECHO_N = -n +ECHO_T = +INSTALL = /usr/bin/install -c +INSTALL_DATA = ${INSTALL} -m 644 +INSTALL_PROGRAM = ${INSTALL} +INSTALL_SCRIPT = ${INSTALL} +INSTALL_STRIP_PROGRAM = $(install_sh) -c -s +LIBOBJS = +LIBS = +LTLIBOBJS = +MAINT = +MAKEINFO = ${SHELL} /home/dh0128_kwak/work/tizen/mm-common/missing makeinfo +MKDIR_P = /bin/mkdir -p +PACKAGE = mm-common +PACKAGE_BUGREPORT = https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common +PACKAGE_NAME = mm-common +PACKAGE_STRING = mm-common 0.9.5 +PACKAGE_TARNAME = mm-common +PACKAGE_URL = http://www.gtkmm.org/ +PACKAGE_VERSION = 0.9.5 +PATH_SEPARATOR = : +SED = /bin/sed +SET_MAKE = +SHELL = /bin/bash +STRIP = +VERSION = 0.9.5 +WGET = wget +abs_builddir = /home/dh0128_kwak/work/tizen/mm-common +abs_srcdir = /home/dh0128_kwak/work/tizen/mm-common +abs_top_builddir = /home/dh0128_kwak/work/tizen/mm-common +abs_top_srcdir = /home/dh0128_kwak/work/tizen/mm-common +am__leading_dot = . +am__tar = $${TAR-tar} chof - "$$tardir" +am__untar = $${TAR-tar} xf - +bindir = ${exec_prefix}/bin +build_alias = +builddir = . +datadir = ${datarootdir} +datarootdir = ${prefix}/share +docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} +dvidir = ${docdir} +exec_prefix = ${prefix} +host_alias = +htmldir = ${docdir} +includedir = ${prefix}/include +infodir = ${datarootdir}/info +install_sh = ${SHELL} /home/dh0128_kwak/work/tizen/mm-common/install-sh +libdir = ${exec_prefix}/lib +libexecdir = ${exec_prefix}/libexec +localedir = ${datarootdir}/locale +localstatedir = ${prefix}/var +mandir = ${datarootdir}/man +mkdir_p = $(MKDIR_P) +oldincludedir = /usr/include +pdfdir = ${docdir} +prefix = /usr/local +program_transform_name = s,x,x, +psdir = ${docdir} +runstatedir = ${localstatedir}/run +sbindir = ${exec_prefix}/sbin +sharedstatedir = ${prefix}/com +srcdir = . +sysconfdir = ${prefix}/etc +target_alias = +top_build_prefix = +top_builddir = . +top_srcdir = . + +# Pick up aclocal flags from the environment. +ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} +bin_SCRIPTS = util/mm-common-prepare +man1_MANS = util/mm-common-prepare.1 + +# These are installed so that mm-common-prepare can copy them into projects at autogen.sh time: +build_supportdir = $(pkgdatadir)/build +dist_build_support_DATA = \ + build/compile-binding.am \ + build/dist-changelog.am \ + build/doc-reference.am \ + build/generate-binding.am + + +# These are installed so that mm-common-prepare can copy them into projects at autogen.sh time: +aclocal_macrodir = $(datadir)/aclocal +aclocal_macro_DATA = macros/mm-common.m4 +dist_aclocal_macro_DATA = \ + macros/mm-dietlib.m4 \ + macros/mm-doc.m4 \ + macros/mm-module.m4 \ + macros/mm-pkg.m4 \ + macros/mm-warnings.m4 + + +# These are installed so that mm-common-prepare can copy them into projects at autogen.sh time, +# if a directory path is given to MM_CONFIG_DOCTOOL_DIR(), +# or they can be found via pkg-config --variable=doctooldir mm-common, +# which is preferrable. +doctooldir = $(pkgdatadir)/doctool +dist_doctool_DATA = \ + util/doc-install.pl \ + util/doc-postprocess.pl \ + util/doxygen.css \ + util/tagfile-to-devhelp2.xsl + +doctagsdir = $(pkgdatadir)/doctags +dist_doctags_DATA = doctags/libstdc++.tag + +# Let other modules find the utils with pkg-config: +shared_pkgconfigdir = $(datadir)/pkgconfig +nodist_shared_pkgconfig_DATA = \ + doctags/mm-common-libstdc++.pc \ + util/mm-common-util.pc + +noinst_DATA = doctags/mm-common-libstdc++-uninstalled.pc +dist_doc_DATA = README +doc_DATA = skeletonmm.tar.gz +skeletonmm_data_files = \ + skeletonmm/AUTHORS \ + skeletonmm/COPYING \ + skeletonmm/ChangeLog \ + skeletonmm/Makefile.am \ + skeletonmm/README \ + skeletonmm/configure.ac \ + skeletonmm/skeletonmm.doap \ + skeletonmm/codegen/Makefile.am \ + skeletonmm/codegen/extradefs/generate_extra_defs_skeleton.cc \ + skeletonmm/codegen/m4/convert.m4 \ + skeletonmm/codegen/m4/convert_skeleton.m4 \ + skeletonmm/codegen/m4/filelist.am \ + skeletonmm/doc/Makefile.am \ + skeletonmm/doc/reference/Doxyfile.in \ + skeletonmm/examples/Makefile.am \ + skeletonmm/examples/example/example.cc \ + skeletonmm/skeleton/skeletonmm-uninstalled.pc.in \ + skeletonmm/skeleton/skeletonmm.h \ + skeletonmm/skeleton/skeletonmm.pc.in \ + skeletonmm/skeleton/skeletonmmconfig.h.in \ + skeletonmm/skeleton/skeletonmm/Makefile.am \ + skeletonmm/skeleton/skeletonmm/filelist.am \ + skeletonmm/skeleton/skeletonmm/wrap_init.h \ + skeletonmm/skeleton/src/Makefile.am \ + skeletonmm/skeleton/src/filelist.am \ + skeletonmm/skeleton/src/skeleton.ccg \ + skeletonmm/skeleton/src/skeleton.defs \ + skeletonmm/skeleton/src/skeleton.hg \ + skeletonmm/skeleton/src/skeleton_docs.xml \ + skeletonmm/skeleton/src/skeleton_enum.defs \ + skeletonmm/skeleton/src/skeleton_extra.defs \ + skeletonmm/skeleton/src/skeleton_method.defs + +skeletonmm_files = skeletonmm/autogen.sh $(skeletonmm_data_files) +dist_noinst_DATA = util/mm-common-prepare.1.in $(skeletonmm_data_files) +dist_noinst_SCRIPTS = autogen.sh skeletonmm/autogen.sh +CLEANFILES = $(man1_MANS) $(doc_DATA) +MAINTAINERCLEANFILES = $(dist_doctags_DATA) + +# Remote location of the GNU libstdc++ Doxygen tag file. +libstdcxx_tag_url = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag + +# Commands for downloading a target from a remote location, taking care +# not to download a file again if its time stamp has not changed. +download_curl = $(CURL) --compressed --connect-timeout 300 -g -L -m 3600 -R --retry 5 \ + $(if $(wildcard $@),-z $@) -o $@ + +download_wget = $(WGET) -N -nd -T 300 -t 5 -P $(dir $@) +subst_manpage = $(SED) 's|[@]PACKAGE_STRING[@]|$(PACKAGE_STRING)|g;s|[@]docdir[@]|$(docdir)|g' +srctar_stdout = cd $(top_srcdir) >/dev/null && $(SHELL) ./missing --run tar chof - +#check_updates = + +# If maintainer mode is enabled, always check the remote locations +# of the tag files for updates when building the default target. +check_updates = $(if $(filter all%,$(or $(MAKECMDGOALS),all)),$(dist_doctags_DATA)) +all: all-am + +.SUFFIXES: +am--refresh: Makefile + @: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/build/dist-changelog.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + esac; +$(top_srcdir)/build/dist-changelog.am $(am__empty): + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck + +$(top_srcdir)/configure: $(am__configure_deps) + $(am__cd) $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +$(am__aclocal_m4_deps): +doctags/mm-common-libstdc++.pc: $(top_builddir)/config.status $(top_srcdir)/doctags/mm-common-libstdc++.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +doctags/mm-common-libstdc++-uninstalled.pc: $(top_builddir)/config.status $(top_srcdir)/doctags/mm-common-libstdc++-uninstalled.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +macros/mm-common.m4: $(top_builddir)/config.status $(top_srcdir)/macros/mm-common.m4.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +util/mm-common-util.pc: $(top_builddir)/config.status $(top_srcdir)/util/mm-common-util.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +util/mm-common-prepare: $(top_builddir)/config.status $(top_srcdir)/util/mm-common-prepare.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +install-binSCRIPTS: $(bin_SCRIPTS) + @$(NORMAL_INSTALL) + @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n' \ + -e 'h;s|.*|.|' \ + -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ + if ($$2 == $$4) { files[d] = files[d] " " $$1; \ + if (++n[d] == $(am__install_max)) { \ + print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ + else { print "f", d "/" $$4, $$1 } } \ + END { for (d in files) print "f", d, files[d] }' | \ + while read type dir files; do \ + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ + test -z "$$files" || { \ + echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + } \ + ; done + +uninstall-binSCRIPTS: + @$(NORMAL_UNINSTALL) + @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 's,.*/,,;$(transform)'`; \ + dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) + +installcheck-binSCRIPTS: $(bin_SCRIPTS) + bad=0; pid=$$$$; list="$(bin_SCRIPTS)"; for p in $$list; do \ + case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \ + *" $$p "* | *" $(srcdir)/$$p "*) continue;; \ + esac; \ + f=`echo "$$p" | sed 's,^.*/,,;$(transform)'`; \ + for opt in --help --version; do \ + if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \ + 2>c$${pid}_.err &2; bad=1; fi; \ + done; \ + done; rm -f c$${pid}_.???; exit $$bad +install-man1: $(man1_MANS) + @$(NORMAL_INSTALL) + @list1='$(man1_MANS)'; \ + list2=''; \ + test -n "$(man1dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.1[a-z]*$$/p'; \ + fi; \ + } | while read p; do \ + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; echo "$$p"; \ + done | \ + sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ + sed 'N;N;s,\n, ,g' | { \ + list=; while read file base inst; do \ + if test "$$base" = "$$inst"; then list="$$list $$file"; else \ + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ + fi; \ + done; \ + for i in $$list; do echo "$$i"; done | $(am__base_list) | \ + while read files; do \ + test -z "$$files" || { \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ + done; } + +uninstall-man1: + @$(NORMAL_UNINSTALL) + @list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \ + files=`{ for i in $$list; do echo "$$i"; done; \ + } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ + dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) +install-aclocal_macroDATA: $(aclocal_macro_DATA) + @$(NORMAL_INSTALL) + @list='$(aclocal_macro_DATA)'; test -n "$(aclocal_macrodir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(aclocal_macrodir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(aclocal_macrodir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(aclocal_macrodir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(aclocal_macrodir)" || exit $$?; \ + done + +uninstall-aclocal_macroDATA: + @$(NORMAL_UNINSTALL) + @list='$(aclocal_macro_DATA)'; test -n "$(aclocal_macrodir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(aclocal_macrodir)'; $(am__uninstall_files_from_dir) +install-dist_aclocal_macroDATA: $(dist_aclocal_macro_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_aclocal_macro_DATA)'; test -n "$(aclocal_macrodir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(aclocal_macrodir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(aclocal_macrodir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(aclocal_macrodir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(aclocal_macrodir)" || exit $$?; \ + done + +uninstall-dist_aclocal_macroDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_aclocal_macro_DATA)'; test -n "$(aclocal_macrodir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(aclocal_macrodir)'; $(am__uninstall_files_from_dir) +install-dist_build_supportDATA: $(dist_build_support_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_build_support_DATA)'; test -n "$(build_supportdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(build_supportdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(build_supportdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(build_supportdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(build_supportdir)" || exit $$?; \ + done + +uninstall-dist_build_supportDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_build_support_DATA)'; test -n "$(build_supportdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(build_supportdir)'; $(am__uninstall_files_from_dir) +install-dist_docDATA: $(dist_doc_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ + done + +uninstall-dist_docDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir) +install-dist_doctagsDATA: $(dist_doctags_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_doctags_DATA)'; test -n "$(doctagsdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(doctagsdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(doctagsdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(doctagsdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(doctagsdir)" || exit $$?; \ + done + +uninstall-dist_doctagsDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_doctags_DATA)'; test -n "$(doctagsdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(doctagsdir)'; $(am__uninstall_files_from_dir) +install-dist_doctoolDATA: $(dist_doctool_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_doctool_DATA)'; test -n "$(doctooldir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(doctooldir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(doctooldir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(doctooldir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(doctooldir)" || exit $$?; \ + done + +uninstall-dist_doctoolDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_doctool_DATA)'; test -n "$(doctooldir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(doctooldir)'; $(am__uninstall_files_from_dir) +install-docDATA: $(doc_DATA) + @$(NORMAL_INSTALL) + @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ + done + +uninstall-docDATA: + @$(NORMAL_UNINSTALL) + @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir) +install-nodist_shared_pkgconfigDATA: $(nodist_shared_pkgconfig_DATA) + @$(NORMAL_INSTALL) + @list='$(nodist_shared_pkgconfig_DATA)'; test -n "$(shared_pkgconfigdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(shared_pkgconfigdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(shared_pkgconfigdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(shared_pkgconfigdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(shared_pkgconfigdir)" || exit $$?; \ + done + +uninstall-nodist_shared_pkgconfigDATA: + @$(NORMAL_UNINSTALL) + @list='$(nodist_shared_pkgconfig_DATA)'; test -n "$(shared_pkgconfigdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(shared_pkgconfigdir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @case `sed 15q $(srcdir)/NEWS` in \ + *"$(VERSION)"*) : ;; \ + *) \ + echo "NEWS not updated; not releasing" 1>&2; \ + exit 1;; \ + esac + $(am__remove_distdir) + test -d "$(distdir)" || mkdir "$(distdir)" + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$(top_distdir)" distdir="$(distdir)" \ + dist-hook + -test -n "$(am__skip_mode_fix)" \ + || find "$(distdir)" -type d ! -perm -755 \ + -exec chmod u+rwx,go+rx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r "$(distdir)" +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__post_remove_distdir) +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__post_remove_distdir) + +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz + $(am__post_remove_distdir) + +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz + $(am__post_remove_distdir) + +dist-tarZ: distdir + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__post_remove_distdir) + +dist-shar: distdir + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + $(am__post_remove_distdir) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__post_remove_distdir) + +dist dist-all: + $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' + $(am__post_remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + esac + chmod -R a-w $(distdir) + chmod u+w $(distdir) + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst + chmod a-w $(distdir) + test -d $(distdir)/_build || exit 0; \ + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && am__cwd=`pwd` \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=../.. --prefix="$$dc_install_base" \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ + && cd "$$am__cwd" \ + || exit 1 + $(am__post_remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' +distuninstallcheck: + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am +check: check-am +all-am: Makefile $(SCRIPTS) $(MANS) $(DATA) +installdirs: + for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(aclocal_macrodir)" "$(DESTDIR)$(aclocal_macrodir)" "$(DESTDIR)$(build_supportdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(doctagsdir)" "$(DESTDIR)$(doctooldir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(shared_pkgconfigdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." + -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-aclocal_macroDATA \ + install-dist_aclocal_macroDATA install-dist_build_supportDATA \ + install-dist_docDATA install-dist_doctagsDATA \ + install-dist_doctoolDATA install-docDATA install-man \ + install-nodist_shared_pkgconfigDATA + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) install-data-hook +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-binSCRIPTS + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: install-man1 + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: installcheck-binSCRIPTS + +maintainer-clean: maintainer-clean-am + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-aclocal_macroDATA uninstall-binSCRIPTS \ + uninstall-dist_aclocal_macroDATA \ + uninstall-dist_build_supportDATA uninstall-dist_docDATA \ + uninstall-dist_doctagsDATA uninstall-dist_doctoolDATA \ + uninstall-docDATA uninstall-man \ + uninstall-nodist_shared_pkgconfigDATA + +uninstall-man: uninstall-man1 + +.MAKE: install-am install-data-am install-strip + +.PHONY: all all-am am--refresh check check-am clean clean-generic \ + cscopelist-am ctags-am dist dist-all dist-bzip2 dist-gzip \ + dist-hook dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ + distcheck distclean distclean-generic distcleancheck distdir \ + distuninstallcheck dvi dvi-am html html-am info info-am \ + install install-aclocal_macroDATA install-am \ + install-binSCRIPTS install-data install-data-am \ + install-data-hook install-dist_aclocal_macroDATA \ + install-dist_build_supportDATA install-dist_docDATA \ + install-dist_doctagsDATA install-dist_doctoolDATA \ + install-docDATA install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-man1 \ + install-nodist_shared_pkgconfigDATA install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installcheck-binSCRIPTS installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-aclocal_macroDATA uninstall-am uninstall-binSCRIPTS \ + uninstall-dist_aclocal_macroDATA \ + uninstall-dist_build_supportDATA uninstall-dist_docDATA \ + uninstall-dist_doctagsDATA uninstall-dist_doctoolDATA \ + uninstall-docDATA uninstall-man uninstall-man1 \ + uninstall-nodist_shared_pkgconfigDATA + +.PRECIOUS: Makefile + + +.PHONY: $(check_updates) postinst-acdir-notice + +# Avoid shipping partially downloaded files. +.DELETE_ON_ERROR: + +# Download the libstdc++ tag file from the GCC website. +doctags/libstdc++.tag: + $(AM_V_GEN)$(if\ + $(CURL),$(download_curl) '$(libstdcxx_tag_url)',$(if\ + $(WGET),$(download_wget) '$(libstdcxx_tag_url)',test -f $@)) + +# Build the mm-common-prepare(1) manual page. +util/mm-common-prepare.1: $(srcdir)/util/mm-common-prepare.1.in Makefile + $(AM_V_GEN)$(subst_manpage) $(srcdir)/util/mm-common-prepare.1.in >$@ + +# Create tar archive of skeletonmm for installation. +skeletonmm.tar.gz: $(skeletonmm_files) + $(AM_V_GEN)($(srctar_stdout) $(skeletonmm_files)) | gzip -c >$@ + +dist-hook: dist-changelog +#dist-hook: + +.PHONY: dist-changelog + +dist-changelog: + $(AM_V_at)if git --git-dir=$(top_srcdir)/.git --work-tree=$(top_srcdir) \ + log --no-merges --date=short --pretty='tformat:%cd %an <%ae>%n%n%s%n%n%b' | \ + $(SED) -e '/^[12]...-[01].-[0123]. [^<>]* <[^<>]*>$$/,/^$$/ b' \ + -e '/[^ ]/,/^[ ]*$$/ !d' \ + -e 's/^[ ]*/ /' \ + -e 's/^[ ]*$$//' >.ChangeLog.tmp; \ + then mv -f .ChangeLog.tmp "$(top_distdir)/ChangeLog"; \ + else rm -f .ChangeLog.tmp; exit 1; fi + +install-data-hook: $(if $(DESTDIR),,postinst-acdir-notice) + +# Inform the installer that M4 macro files installed in a prefix +# not known to aclocal will not be picked up automatically. +postinst-acdir-notice: + @$(POST_INSTALL) + @-acdir=`$${ACLOCAL-aclocal} --print-ac-dir 2>/dev/null || :`; \ + if test "x$$acdir" = 'x$(aclocal_macrodir)'; then :; else \ + case " $$ACLOCAL_FLAGS " in *' -I $(aclocal_macrodir) '*) ;; *) \ + echo; echo 'NOTICE:'; echo; \ + echo 'The $(PACKAGE_NAME) Autoconf macro files have been installed in a different'; \ + echo 'prefix than the system aclocal directory. In order for the installed'; \ + echo 'macros to be found, it may be necessary to add the $(PACKAGE_NAME) include'; \ + echo 'path to the ACLOCAL_FLAGS environment variable:'; echo; \ + echo " ACLOCAL_FLAGS='-I $(aclocal_macrodir)'; export ACLOCAL_FLAGS"; echo;; \ + esac; \ + fi + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/Makefile.am b/Makefile.am index aa81829..94ec02d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,7 +64,6 @@ dist_doc_DATA = README doc_DATA = skeletonmm.tar.gz skeletonmm_data_files = \ - skeletonmm/.gitignore \ skeletonmm/AUTHORS \ skeletonmm/COPYING \ skeletonmm/ChangeLog \ @@ -72,19 +71,15 @@ skeletonmm_data_files = \ skeletonmm/README \ skeletonmm/configure.ac \ skeletonmm/skeletonmm.doap \ - skeletonmm/build/.gitignore \ skeletonmm/codegen/Makefile.am \ skeletonmm/codegen/extradefs/generate_extra_defs_skeleton.cc \ skeletonmm/codegen/m4/convert.m4 \ skeletonmm/codegen/m4/convert_skeleton.m4 \ skeletonmm/codegen/m4/filelist.am \ skeletonmm/doc/Makefile.am \ - skeletonmm/doc/reference/.gitignore \ skeletonmm/doc/reference/Doxyfile.in \ - skeletonmm/examples/.gitignore \ skeletonmm/examples/Makefile.am \ skeletonmm/examples/example/example.cc \ - skeletonmm/skeleton/.gitignore \ skeletonmm/skeleton/skeletonmm-uninstalled.pc.in \ skeletonmm/skeleton/skeletonmm.h \ skeletonmm/skeleton/skeletonmm.pc.in \ @@ -92,7 +87,6 @@ skeletonmm_data_files = \ skeletonmm/skeleton/skeletonmm/Makefile.am \ skeletonmm/skeleton/skeletonmm/filelist.am \ skeletonmm/skeleton/skeletonmm/wrap_init.h \ - skeletonmm/skeleton/skeletonmm/private/.gitignore \ skeletonmm/skeleton/src/Makefile.am \ skeletonmm/skeleton/src/filelist.am \ skeletonmm/skeleton/src/skeleton.ccg \ diff --git a/Makefile.in b/Makefile.in new file mode 100644 index 0000000..ed75fbf --- /dev/null +++ b/Makefile.in @@ -0,0 +1,1065 @@ +# Makefile.in generated by automake 1.15 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2014 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + + +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = . +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(dist_noinst_SCRIPTS) \ + $(dist_aclocal_macro_DATA) $(dist_build_support_DATA) \ + $(dist_doc_DATA) $(dist_doctags_DATA) $(dist_doctool_DATA) \ + $(dist_noinst_DATA) $(am__DIST_COMMON) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno config.status.lineno +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = doctags/mm-common-libstdc++.pc \ + doctags/mm-common-libstdc++-uninstalled.pc macros/mm-common.m4 \ + util/mm-common-util.pc util/mm-common-prepare +CONFIG_CLEAN_VPATH_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \ + "$(DESTDIR)$(aclocal_macrodir)" \ + "$(DESTDIR)$(aclocal_macrodir)" \ + "$(DESTDIR)$(build_supportdir)" "$(DESTDIR)$(docdir)" \ + "$(DESTDIR)$(doctagsdir)" "$(DESTDIR)$(doctooldir)" \ + "$(DESTDIR)$(docdir)" "$(DESTDIR)$(shared_pkgconfigdir)" +SCRIPTS = $(bin_SCRIPTS) $(dist_noinst_SCRIPTS) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +man1dir = $(mandir)/man1 +NROFF = nroff +MANS = $(man1_MANS) +DATA = $(aclocal_macro_DATA) $(dist_aclocal_macro_DATA) \ + $(dist_build_support_DATA) $(dist_doc_DATA) \ + $(dist_doctags_DATA) $(dist_doctool_DATA) $(dist_noinst_DATA) \ + $(doc_DATA) $(nodist_shared_pkgconfig_DATA) $(noinst_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in \ + $(top_srcdir)/build/dist-changelog.am \ + $(top_srcdir)/doctags/mm-common-libstdc++-uninstalled.pc.in \ + $(top_srcdir)/doctags/mm-common-libstdc++.pc.in \ + $(top_srcdir)/macros/mm-common.m4.in \ + $(top_srcdir)/util/mm-common-prepare.in \ + $(top_srcdir)/util/mm-common-util.pc.in AUTHORS COPYING \ + ChangeLog INSTALL NEWS README install-sh missing +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi +am__post_remove_distdir = $(am__remove_distdir) +DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 +GZIP_ENV = --best +DIST_TARGETS = dist-bzip2 dist-gzip +distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' +distcleancheck_listfiles = find . -type f -print +ACLOCAL = @ACLOCAL@ +ACLOCAL_FLAGS = @ACLOCAL_FLAGS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CURL = @CURL@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +WGET = @WGET@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +am__leading_dot = @am__leading_dot@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +runstatedir = @runstatedir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ + +# Pick up aclocal flags from the environment. +ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} +bin_SCRIPTS = util/mm-common-prepare +man1_MANS = util/mm-common-prepare.1 + +# These are installed so that mm-common-prepare can copy them into projects at autogen.sh time: +build_supportdir = $(pkgdatadir)/build +dist_build_support_DATA = \ + build/compile-binding.am \ + build/dist-changelog.am \ + build/doc-reference.am \ + build/generate-binding.am + + +# These are installed so that mm-common-prepare can copy them into projects at autogen.sh time: +aclocal_macrodir = $(datadir)/aclocal +aclocal_macro_DATA = macros/mm-common.m4 +dist_aclocal_macro_DATA = \ + macros/mm-dietlib.m4 \ + macros/mm-doc.m4 \ + macros/mm-module.m4 \ + macros/mm-pkg.m4 \ + macros/mm-warnings.m4 + + +# These are installed so that mm-common-prepare can copy them into projects at autogen.sh time, +# if a directory path is given to MM_CONFIG_DOCTOOL_DIR(), +# or they can be found via pkg-config --variable=doctooldir mm-common, +# which is preferrable. +doctooldir = $(pkgdatadir)/doctool +dist_doctool_DATA = \ + util/doc-install.pl \ + util/doc-postprocess.pl \ + util/doxygen.css \ + util/tagfile-to-devhelp2.xsl + +doctagsdir = $(pkgdatadir)/doctags +dist_doctags_DATA = doctags/libstdc++.tag + +# Let other modules find the utils with pkg-config: +shared_pkgconfigdir = $(datadir)/pkgconfig +nodist_shared_pkgconfig_DATA = \ + doctags/mm-common-libstdc++.pc \ + util/mm-common-util.pc + +noinst_DATA = doctags/mm-common-libstdc++-uninstalled.pc +dist_doc_DATA = README +doc_DATA = skeletonmm.tar.gz +skeletonmm_data_files = \ + skeletonmm/AUTHORS \ + skeletonmm/COPYING \ + skeletonmm/ChangeLog \ + skeletonmm/Makefile.am \ + skeletonmm/README \ + skeletonmm/configure.ac \ + skeletonmm/skeletonmm.doap \ + skeletonmm/codegen/Makefile.am \ + skeletonmm/codegen/extradefs/generate_extra_defs_skeleton.cc \ + skeletonmm/codegen/m4/convert.m4 \ + skeletonmm/codegen/m4/convert_skeleton.m4 \ + skeletonmm/codegen/m4/filelist.am \ + skeletonmm/doc/Makefile.am \ + skeletonmm/doc/reference/Doxyfile.in \ + skeletonmm/examples/Makefile.am \ + skeletonmm/examples/example/example.cc \ + skeletonmm/skeleton/skeletonmm-uninstalled.pc.in \ + skeletonmm/skeleton/skeletonmm.h \ + skeletonmm/skeleton/skeletonmm.pc.in \ + skeletonmm/skeleton/skeletonmmconfig.h.in \ + skeletonmm/skeleton/skeletonmm/Makefile.am \ + skeletonmm/skeleton/skeletonmm/filelist.am \ + skeletonmm/skeleton/skeletonmm/wrap_init.h \ + skeletonmm/skeleton/src/Makefile.am \ + skeletonmm/skeleton/src/filelist.am \ + skeletonmm/skeleton/src/skeleton.ccg \ + skeletonmm/skeleton/src/skeleton.defs \ + skeletonmm/skeleton/src/skeleton.hg \ + skeletonmm/skeleton/src/skeleton_docs.xml \ + skeletonmm/skeleton/src/skeleton_enum.defs \ + skeletonmm/skeleton/src/skeleton_extra.defs \ + skeletonmm/skeleton/src/skeleton_method.defs + +skeletonmm_files = skeletonmm/autogen.sh $(skeletonmm_data_files) +dist_noinst_DATA = util/mm-common-prepare.1.in $(skeletonmm_data_files) +dist_noinst_SCRIPTS = autogen.sh skeletonmm/autogen.sh +CLEANFILES = $(man1_MANS) $(doc_DATA) +MAINTAINERCLEANFILES = $(dist_doctags_DATA) + +# Remote location of the GNU libstdc++ Doxygen tag file. +libstdcxx_tag_url = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag + +# Commands for downloading a target from a remote location, taking care +# not to download a file again if its time stamp has not changed. +download_curl = $(CURL) --compressed --connect-timeout 300 -g -L -m 3600 -R --retry 5 \ + $(if $(wildcard $@),-z $@) -o $@ + +download_wget = $(WGET) -N -nd -T 300 -t 5 -P $(dir $@) +subst_manpage = $(SED) 's|[@]PACKAGE_STRING[@]|$(PACKAGE_STRING)|g;s|[@]docdir[@]|$(docdir)|g' +srctar_stdout = cd $(top_srcdir) >/dev/null && $(SHELL) ./missing --run tar chof - +@MAINTAINER_MODE_FALSE@check_updates = + +# If maintainer mode is enabled, always check the remote locations +# of the tag files for updates when building the default target. +@MAINTAINER_MODE_TRUE@check_updates = $(if $(filter all%,$(or $(MAKECMDGOALS),all)),$(dist_doctags_DATA)) +all: all-am + +.SUFFIXES: +am--refresh: Makefile + @: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/build/dist-changelog.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + esac; +$(top_srcdir)/build/dist-changelog.am $(am__empty): + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + $(am__cd) $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +$(am__aclocal_m4_deps): +doctags/mm-common-libstdc++.pc: $(top_builddir)/config.status $(top_srcdir)/doctags/mm-common-libstdc++.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +doctags/mm-common-libstdc++-uninstalled.pc: $(top_builddir)/config.status $(top_srcdir)/doctags/mm-common-libstdc++-uninstalled.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +macros/mm-common.m4: $(top_builddir)/config.status $(top_srcdir)/macros/mm-common.m4.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +util/mm-common-util.pc: $(top_builddir)/config.status $(top_srcdir)/util/mm-common-util.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +util/mm-common-prepare: $(top_builddir)/config.status $(top_srcdir)/util/mm-common-prepare.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +install-binSCRIPTS: $(bin_SCRIPTS) + @$(NORMAL_INSTALL) + @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n' \ + -e 'h;s|.*|.|' \ + -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ + if ($$2 == $$4) { files[d] = files[d] " " $$1; \ + if (++n[d] == $(am__install_max)) { \ + print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ + else { print "f", d "/" $$4, $$1 } } \ + END { for (d in files) print "f", d, files[d] }' | \ + while read type dir files; do \ + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ + test -z "$$files" || { \ + echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + } \ + ; done + +uninstall-binSCRIPTS: + @$(NORMAL_UNINSTALL) + @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 's,.*/,,;$(transform)'`; \ + dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) + +installcheck-binSCRIPTS: $(bin_SCRIPTS) + bad=0; pid=$$$$; list="$(bin_SCRIPTS)"; for p in $$list; do \ + case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \ + *" $$p "* | *" $(srcdir)/$$p "*) continue;; \ + esac; \ + f=`echo "$$p" | sed 's,^.*/,,;$(transform)'`; \ + for opt in --help --version; do \ + if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \ + 2>c$${pid}_.err &2; bad=1; fi; \ + done; \ + done; rm -f c$${pid}_.???; exit $$bad +install-man1: $(man1_MANS) + @$(NORMAL_INSTALL) + @list1='$(man1_MANS)'; \ + list2=''; \ + test -n "$(man1dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.1[a-z]*$$/p'; \ + fi; \ + } | while read p; do \ + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; echo "$$p"; \ + done | \ + sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ + sed 'N;N;s,\n, ,g' | { \ + list=; while read file base inst; do \ + if test "$$base" = "$$inst"; then list="$$list $$file"; else \ + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ + fi; \ + done; \ + for i in $$list; do echo "$$i"; done | $(am__base_list) | \ + while read files; do \ + test -z "$$files" || { \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ + done; } + +uninstall-man1: + @$(NORMAL_UNINSTALL) + @list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \ + files=`{ for i in $$list; do echo "$$i"; done; \ + } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ + dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) +install-aclocal_macroDATA: $(aclocal_macro_DATA) + @$(NORMAL_INSTALL) + @list='$(aclocal_macro_DATA)'; test -n "$(aclocal_macrodir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(aclocal_macrodir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(aclocal_macrodir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(aclocal_macrodir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(aclocal_macrodir)" || exit $$?; \ + done + +uninstall-aclocal_macroDATA: + @$(NORMAL_UNINSTALL) + @list='$(aclocal_macro_DATA)'; test -n "$(aclocal_macrodir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(aclocal_macrodir)'; $(am__uninstall_files_from_dir) +install-dist_aclocal_macroDATA: $(dist_aclocal_macro_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_aclocal_macro_DATA)'; test -n "$(aclocal_macrodir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(aclocal_macrodir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(aclocal_macrodir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(aclocal_macrodir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(aclocal_macrodir)" || exit $$?; \ + done + +uninstall-dist_aclocal_macroDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_aclocal_macro_DATA)'; test -n "$(aclocal_macrodir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(aclocal_macrodir)'; $(am__uninstall_files_from_dir) +install-dist_build_supportDATA: $(dist_build_support_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_build_support_DATA)'; test -n "$(build_supportdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(build_supportdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(build_supportdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(build_supportdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(build_supportdir)" || exit $$?; \ + done + +uninstall-dist_build_supportDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_build_support_DATA)'; test -n "$(build_supportdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(build_supportdir)'; $(am__uninstall_files_from_dir) +install-dist_docDATA: $(dist_doc_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ + done + +uninstall-dist_docDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir) +install-dist_doctagsDATA: $(dist_doctags_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_doctags_DATA)'; test -n "$(doctagsdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(doctagsdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(doctagsdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(doctagsdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(doctagsdir)" || exit $$?; \ + done + +uninstall-dist_doctagsDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_doctags_DATA)'; test -n "$(doctagsdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(doctagsdir)'; $(am__uninstall_files_from_dir) +install-dist_doctoolDATA: $(dist_doctool_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_doctool_DATA)'; test -n "$(doctooldir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(doctooldir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(doctooldir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(doctooldir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(doctooldir)" || exit $$?; \ + done + +uninstall-dist_doctoolDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_doctool_DATA)'; test -n "$(doctooldir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(doctooldir)'; $(am__uninstall_files_from_dir) +install-docDATA: $(doc_DATA) + @$(NORMAL_INSTALL) + @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ + done + +uninstall-docDATA: + @$(NORMAL_UNINSTALL) + @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir) +install-nodist_shared_pkgconfigDATA: $(nodist_shared_pkgconfig_DATA) + @$(NORMAL_INSTALL) + @list='$(nodist_shared_pkgconfig_DATA)'; test -n "$(shared_pkgconfigdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(shared_pkgconfigdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(shared_pkgconfigdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(shared_pkgconfigdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(shared_pkgconfigdir)" || exit $$?; \ + done + +uninstall-nodist_shared_pkgconfigDATA: + @$(NORMAL_UNINSTALL) + @list='$(nodist_shared_pkgconfig_DATA)'; test -n "$(shared_pkgconfigdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(shared_pkgconfigdir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @case `sed 15q $(srcdir)/NEWS` in \ + *"$(VERSION)"*) : ;; \ + *) \ + echo "NEWS not updated; not releasing" 1>&2; \ + exit 1;; \ + esac + $(am__remove_distdir) + test -d "$(distdir)" || mkdir "$(distdir)" + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$(top_distdir)" distdir="$(distdir)" \ + dist-hook + -test -n "$(am__skip_mode_fix)" \ + || find "$(distdir)" -type d ! -perm -755 \ + -exec chmod u+rwx,go+rx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r "$(distdir)" +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__post_remove_distdir) +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__post_remove_distdir) + +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz + $(am__post_remove_distdir) + +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz + $(am__post_remove_distdir) + +dist-tarZ: distdir + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__post_remove_distdir) + +dist-shar: distdir + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + $(am__post_remove_distdir) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__post_remove_distdir) + +dist dist-all: + $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' + $(am__post_remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + esac + chmod -R a-w $(distdir) + chmod u+w $(distdir) + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst + chmod a-w $(distdir) + test -d $(distdir)/_build || exit 0; \ + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && am__cwd=`pwd` \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=../.. --prefix="$$dc_install_base" \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ + && cd "$$am__cwd" \ + || exit 1 + $(am__post_remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' +distuninstallcheck: + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am +check: check-am +all-am: Makefile $(SCRIPTS) $(MANS) $(DATA) +installdirs: + for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(aclocal_macrodir)" "$(DESTDIR)$(aclocal_macrodir)" "$(DESTDIR)$(build_supportdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(doctagsdir)" "$(DESTDIR)$(doctooldir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(shared_pkgconfigdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." + -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-aclocal_macroDATA \ + install-dist_aclocal_macroDATA install-dist_build_supportDATA \ + install-dist_docDATA install-dist_doctagsDATA \ + install-dist_doctoolDATA install-docDATA install-man \ + install-nodist_shared_pkgconfigDATA + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) install-data-hook +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-binSCRIPTS + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: install-man1 + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: installcheck-binSCRIPTS + +maintainer-clean: maintainer-clean-am + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-aclocal_macroDATA uninstall-binSCRIPTS \ + uninstall-dist_aclocal_macroDATA \ + uninstall-dist_build_supportDATA uninstall-dist_docDATA \ + uninstall-dist_doctagsDATA uninstall-dist_doctoolDATA \ + uninstall-docDATA uninstall-man \ + uninstall-nodist_shared_pkgconfigDATA + +uninstall-man: uninstall-man1 + +.MAKE: install-am install-data-am install-strip + +.PHONY: all all-am am--refresh check check-am clean clean-generic \ + cscopelist-am ctags-am dist dist-all dist-bzip2 dist-gzip \ + dist-hook dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ + distcheck distclean distclean-generic distcleancheck distdir \ + distuninstallcheck dvi dvi-am html html-am info info-am \ + install install-aclocal_macroDATA install-am \ + install-binSCRIPTS install-data install-data-am \ + install-data-hook install-dist_aclocal_macroDATA \ + install-dist_build_supportDATA install-dist_docDATA \ + install-dist_doctagsDATA install-dist_doctoolDATA \ + install-docDATA install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-man1 \ + install-nodist_shared_pkgconfigDATA install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installcheck-binSCRIPTS installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-aclocal_macroDATA uninstall-am uninstall-binSCRIPTS \ + uninstall-dist_aclocal_macroDATA \ + uninstall-dist_build_supportDATA uninstall-dist_docDATA \ + uninstall-dist_doctagsDATA uninstall-dist_doctoolDATA \ + uninstall-docDATA uninstall-man uninstall-man1 \ + uninstall-nodist_shared_pkgconfigDATA + +.PRECIOUS: Makefile + + +.PHONY: $(check_updates) postinst-acdir-notice + +# Avoid shipping partially downloaded files. +.DELETE_ON_ERROR: + +# Download the libstdc++ tag file from the GCC website. +doctags/libstdc++.tag: + $(AM_V_GEN)$(if\ + $(CURL),$(download_curl) '$(libstdcxx_tag_url)',$(if\ + $(WGET),$(download_wget) '$(libstdcxx_tag_url)',test -f $@)) + +# Build the mm-common-prepare(1) manual page. +util/mm-common-prepare.1: $(srcdir)/util/mm-common-prepare.1.in Makefile + $(AM_V_GEN)$(subst_manpage) $(srcdir)/util/mm-common-prepare.1.in >$@ + +# Create tar archive of skeletonmm for installation. +skeletonmm.tar.gz: $(skeletonmm_files) + $(AM_V_GEN)($(srctar_stdout) $(skeletonmm_files)) | gzip -c >$@ + +@MAINTAINER_MODE_TRUE@dist-hook: dist-changelog +@MAINTAINER_MODE_FALSE@dist-hook: + +.PHONY: dist-changelog + +dist-changelog: + $(AM_V_at)if git --git-dir=$(top_srcdir)/.git --work-tree=$(top_srcdir) \ + log --no-merges --date=short --pretty='tformat:%cd %an <%ae>%n%n%s%n%n%b' | \ + $(SED) -e '/^[12]...-[01].-[0123]. [^<>]* <[^<>]*>$$/,/^$$/ b' \ + -e '/[^ ]/,/^[ ]*$$/ !d' \ + -e 's/^[ ]*/ /' \ + -e 's/^[ ]*$$//' >.ChangeLog.tmp; \ + then mv -f .ChangeLog.tmp "$(top_distdir)/ChangeLog"; \ + else rm -f .ChangeLog.tmp; exit 1; fi + +install-data-hook: $(if $(DESTDIR),,postinst-acdir-notice) + +# Inform the installer that M4 macro files installed in a prefix +# not known to aclocal will not be picked up automatically. +postinst-acdir-notice: + @$(POST_INSTALL) + @-acdir=`$${ACLOCAL-aclocal} --print-ac-dir 2>/dev/null || :`; \ + if test "x$$acdir" = 'x$(aclocal_macrodir)'; then :; else \ + case " $$ACLOCAL_FLAGS " in *' -I $(aclocal_macrodir) '*) ;; *) \ + echo; echo 'NOTICE:'; echo; \ + echo 'The $(PACKAGE_NAME) Autoconf macro files have been installed in a different'; \ + echo 'prefix than the system aclocal directory. In order for the installed'; \ + echo 'macros to be found, it may be necessary to add the $(PACKAGE_NAME) include'; \ + echo 'path to the ACLOCAL_FLAGS environment variable:'; echo; \ + echo " ACLOCAL_FLAGS='-I $(aclocal_macrodir)'; export ACLOCAL_FLAGS"; echo;; \ + esac; \ + fi + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/aclocal.m4 b/aclocal.m4 new file mode 100644 index 0000000..1800a62 --- /dev/null +++ b/aclocal.m4 @@ -0,0 +1,809 @@ +# generated automatically by aclocal 1.15 -*- Autoconf -*- + +# Copyright (C) 1996-2014 Free Software Foundation, Inc. + +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, +[m4_warning([this file was generated for autoconf 2.69. +You have another version of autoconf. It may work, but is not guaranteed to. +If you have problems, you may need to regenerate the build system entirely. +To do so, use the procedure documented by the package, typically 'autoreconf'.])]) + +# Copyright (C) 2002-2014 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_AUTOMAKE_VERSION(VERSION) +# ---------------------------- +# Automake X.Y traces this macro to ensure aclocal.m4 has been +# generated from the m4 files accompanying Automake X.Y. +# (This private macro should not be called outside this file.) +AC_DEFUN([AM_AUTOMAKE_VERSION], +[am__api_version='1.15' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.15], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) + +# _AM_AUTOCONF_VERSION(VERSION) +# ----------------------------- +# aclocal traces this macro to find the Autoconf version. +# This is a private macro too. Using m4_define simplifies +# the logic in aclocal, which can simply ignore this definition. +m4_define([_AM_AUTOCONF_VERSION], []) + +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. +# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +[AM_AUTOMAKE_VERSION([1.15])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) + +# AM_AUX_DIR_EXPAND -*- Autoconf -*- + +# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to +# '$srcdir', '$srcdir/..', or '$srcdir/../..'. +# +# Of course, Automake must honor this variable whenever it calls a +# tool from the auxiliary directory. The problem is that $srcdir (and +# therefore $ac_aux_dir as well) can be either absolute or relative, +# depending on how configure is run. This is pretty annoying, since +# it makes $ac_aux_dir quite unusable in subdirectories: in the top +# source directory, any form will work fine, but in subdirectories a +# relative path needs to be adjusted first. +# +# $ac_aux_dir/missing +# fails when called from a subdirectory if $ac_aux_dir is relative +# $top_srcdir/$ac_aux_dir/missing +# fails if $ac_aux_dir is absolute, +# fails when called from a subdirectory in a VPATH build with +# a relative $ac_aux_dir +# +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir +# are both prefixed by $srcdir. In an in-source build this is usually +# harmless because $srcdir is '.', but things will broke when you +# start a VPATH build or use an absolute $srcdir. +# +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` +# and then we would define $MISSING as +# MISSING="\${SHELL} $am_aux_dir/missing" +# This will work as long as MISSING is not called from configure, because +# unfortunately $(top_srcdir) has no meaning in configure. +# However there are other variables, like CC, which are often used in +# configure, and could therefore not use this "fixed" $ac_aux_dir. +# +# Another solution, used here, is to always expand $ac_aux_dir to an +# absolute PATH. The drawback is that using absolute paths prevent a +# configured tree to be moved without reconfiguration. + +AC_DEFUN([AM_AUX_DIR_EXPAND], +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` +]) + +# AM_CONDITIONAL -*- Autoconf -*- + +# Copyright (C) 1997-2014 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[AC_PREREQ([2.52])dnl + m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +m4_define([_AM_COND_VALUE_$1], [$2])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) + +# Do all the work for Automake. -*- Autoconf -*- + +# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This macro actually does too much. Some checks are only needed if +# your package does certain things. But this isn't really a big deal. + +dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. +m4_define([AC_PROG_CC], +m4_defn([AC_PROG_CC]) +[_AM_PROG_CC_C_O +]) + +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +# AM_INIT_AUTOMAKE([OPTIONS]) +# ----------------------------------------------- +# The call with PACKAGE and VERSION arguments is the old style +# call (pre autoconf-2.50), which is being phased out. PACKAGE +# and VERSION should now be passed to AC_INIT and removed from +# the call to AM_INIT_AUTOMAKE. +# We support both call styles for the transition. After +# the next Automake release, Autoconf can make the AC_INIT +# arguments mandatory, and then we can depend on a new Autoconf +# release and drop the old call support. +AC_DEFUN([AM_INIT_AUTOMAKE], +[AC_PREREQ([2.65])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[AC_DIAGNOSE([obsolete], + [$0: two- and three-arguments forms are deprecated.]) +m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if( + m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +AM_MISSING_PROG([AUTOCONF], [autoconf]) +AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +AM_MISSING_PROG([AUTOHEADER], [autoheader]) +AM_MISSING_PROG([MAKEINFO], [makeinfo]) +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +AC_SUBST([mkdir_p], ['$(MKDIR_P)']) +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl +]) +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. +]) + +dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not +dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further +dnl mangled by Autoconf and run in a shell conditional statement. +m4_define([_AC_COMPILER_EXEEXT], +m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) + +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. + +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi +AC_SUBST([install_sh])]) + +# Copyright (C) 2003-2014 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) + +# Add --enable-maintainer-mode option to configure. -*- Autoconf -*- +# From Jim Meyering + +# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_MAINTAINER_MODE([DEFAULT-MODE]) +# ---------------------------------- +# Control maintainer-specific portions of Makefiles. +# Default is to disable them, unless 'enable' is passed literally. +# For symmetry, 'disable' may be passed as well. Anyway, the user +# can override the default with the --enable/--disable switch. +AC_DEFUN([AM_MAINTAINER_MODE], +[m4_case(m4_default([$1], [disable]), + [enable], [m4_define([am_maintainer_other], [disable])], + [disable], [m4_define([am_maintainer_other], [enable])], + [m4_define([am_maintainer_other], [enable]) + m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) +AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) + dnl maintainer-mode's default is 'disable' unless 'enable' is passed + AC_ARG_ENABLE([maintainer-mode], + [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode], + am_maintainer_other[ make rules and dependencies not useful + (and sometimes confusing) to the casual installer])], + [USE_MAINTAINER_MODE=$enableval], + [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) + AC_MSG_RESULT([$USE_MAINTAINER_MODE]) + AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) + MAINT=$MAINTAINER_MODE_TRUE + AC_SUBST([MAINT])dnl +] +) + +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +# Copyright (C) 1997-2014 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_MISSING_PROG(NAME, PROGRAM) +# ------------------------------ +AC_DEFUN([AM_MISSING_PROG], +[AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) + +# AM_MISSING_HAS_RUN +# ------------------ +# Define MISSING if not defined so far and test if it is modern enough. +# If it is, set am_missing_run to use it, otherwise, to nothing. +AC_DEFUN([AM_MISSING_HAS_RUN], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + AC_MSG_WARN(['missing' script is too old or missing]) +fi +]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_MANGLE_OPTION(NAME) +# ----------------------- +AC_DEFUN([_AM_MANGLE_OPTION], +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) + +# _AM_SET_OPTION(NAME) +# -------------------- +# Set option NAME. Presently that only means defining a flag for this option. +AC_DEFUN([_AM_SET_OPTION], +[m4_define(_AM_MANGLE_OPTION([$1]), [1])]) + +# _AM_SET_OPTIONS(OPTIONS) +# ------------------------ +# OPTIONS is a space-separated list of Automake options. +AC_DEFUN([_AM_SET_OPTIONS], +[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) + +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) +# ------------------------------------------- +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +AC_DEFUN([_AM_IF_OPTION], +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], +[AC_MSG_CHECKING([whether build environment is sane]) +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken + alias in your environment]) + fi + if test "$[2]" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT([yes]) +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi +AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + AC_MSG_RESULT([done])]) +rm -f conftest.file +]) + +# Copyright (C) 2009-2014 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_SILENT_RULES([DEFAULT]) +# -------------------------- +# Enable less verbose build rules; with the default set to DEFAULT +# ("yes" being less verbose, "no" or empty being verbose). +AC_DEFUN([AM_SILENT_RULES], +[AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) + +# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_STRIP +# --------------------- +# One issue with vendor 'install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in "make install-strip", and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +# Copyright (C) 2006-2014 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. +# This macro is traced by Automake. +AC_DEFUN([_AM_SUBST_NOTMAKE]) + +# AM_SUBST_NOTMAKE(VARIABLE) +# -------------------------- +# Public sister of _AM_SUBST_NOTMAKE. +AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) + +# Check how to create a tarball. -*- Autoconf -*- + +# Copyright (C) 2004-2014 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_PROG_TAR(FORMAT) +# -------------------- +# Check how to create a tarball in format FORMAT. +# FORMAT should be one of 'v7', 'ustar', or 'pax'. +# +# Substitute a variable $(am__tar) that is a command +# writing to stdout a FORMAT-tarball containing the directory +# $tardir. +# tardir=directory && $(am__tar) > result.tar +# +# Substitute a variable $(am__untar) that extract such +# a tarball read from stdin. +# $(am__untar) < result.tar +# +AC_DEFUN([_AM_PROG_TAR], +[# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' + +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], + + [m4_case([$1], + [ustar], + [# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) + if test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) + if test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi], + + [pax], + [], + + [m4_fatal([Unknown tar format])]) + + AC_MSG_CHECKING([how to create a $1 tar archive]) + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_$1-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi + done + rm -rf conftest.dir + + AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) + AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) # _AM_PROG_TAR + diff --git a/autom4te.cache/output.0 b/autom4te.cache/output.0 new file mode 100644 index 0000000..3c2ed5d --- /dev/null +++ b/autom4te.cache/output.0 @@ -0,0 +1,3755 @@ +@%:@! /bin/sh +@%:@ Guess values for system-dependent variables and create Makefiles. +@%:@ Generated by GNU Autoconf 2.69 for mm-common 0.9.5. +@%:@ +@%:@ Report bugs to . +@%:@ +@%:@ +@%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. +@%:@ +@%:@ +@%:@ This configure script is free software; the Free Software Foundation +@%:@ gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in @%:@( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in @%:@ (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +as_fn_exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : + +else + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1 +test -x / || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 +test \$(( 1 + 1 )) = 2 || exit 1" + if (eval "$as_required") 2>/dev/null; then : + as_have_required=yes +else + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : + +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + as_found=: + case $as_dir in @%:@( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir/$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : + CONFIG_SHELL=$as_shell as_have_required=yes + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : + break 2 +fi +fi + done;; + esac + as_found=false +done +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi; } +IFS=$as_save_IFS + + + if test "x$CONFIG_SHELL" != x; then : + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in @%:@ (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 +fi + + if test x$as_have_required = xno; then : + $as_echo "$0: This script requires a shell more modern than all" + $as_echo "$0: the shells that I found on your system." + if test x${ZSH_VERSION+set} = xset ; then + $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" + $as_echo "$0: be upgraded to zsh 4.3.4 or later." + else + $as_echo "$0: Please tell bug-autoconf@gnu.org and +$0: https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common +$0: about your system, including any error possibly output +$0: before this message. Then install a modern shell, or +$0: manually run the script under such a shell if you do +$0: have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p + +@%:@ as_fn_executable_p FILE +@%:@ ----------------------- +@%:@ Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} @%:@ as_fn_executable_p +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD] +@%:@ ---------------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIB@&t@OBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='mm-common' +PACKAGE_TARNAME='mm-common' +PACKAGE_VERSION='0.9.5' +PACKAGE_STRING='mm-common 0.9.5' +PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common' +PACKAGE_URL='http://www.gtkmm.org/' + +ac_unique_file="util/mm-common-prepare.in" +ac_subst_vars='LTLIBOBJS +LIB@&t@OBJS +SED +WGET +CURL +ACLOCAL_FLAGS +MAINT +MAINTAINER_MODE_FALSE +MAINTAINER_MODE_TRUE +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +runstatedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_silent_rules +enable_maintainer_mode +' + ac_precious_vars='build_alias +host_alias +target_alias +ACLOCAL_FLAGS +CURL +WGET' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *=) ac_optarg= ;; + *) ac_optarg=yes ;; + esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir runstatedir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error $? "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error $? "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures mm-common 0.9.5 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + @<:@@S|@ac_default_prefix@:>@ + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + @<:@PREFIX@:>@ + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root @<:@DATAROOTDIR/doc/mm-common@:>@ + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of mm-common 0.9.5:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-maintainer-mode + enable make rules and dependencies not useful (and + sometimes confusing) to the casual installer + +Some influential environment variables: + ACLOCAL_FLAGS + aclocal flags, e.g. -I + CURL curl transfer command + WGET wget download command + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to . +mm-common home page: . +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +mm-common configure 0.9.5 +generated by GNU Autoconf 2.69 + +Copyright (C) 2012 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by mm-common $as_me 0.9.5, which was +generated by GNU Autoconf 2.69. Invocation command line was + + $ $0 $@ + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + $as_echo "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + $as_echo "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + $as_echo "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + $as_echo "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + $as_echo "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +$as_echo "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_URL "$PACKAGE_URL" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE +if test -n "$CONFIG_SITE"; then + # We do not want a PATH search for config.site. + case $CONFIG_SITE in @%:@(( + -*) ac_site_file1=./$CONFIG_SITE;; + */*) ac_site_file1=$CONFIG_SITE;; + *) ac_site_file1=./$CONFIG_SITE;; + esac +elif test "x$prefix" != xNONE; then + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site +else + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site +fi +for ac_site_file in "$ac_site_file1" "$ac_site_file2" +do + test "x$ac_site_file" = xNONE && continue + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +$as_echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + + + +am__api_version='1.15' + +ac_aux_dir= +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do + if test -f "$ac_dir/install-sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install-sh -c" + break + elif test -f "$ac_dir/install.sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install.sh -c" + break + elif test -f "$ac_dir/shtool"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/shtool install -c" + break + fi +done +if test -z "$ac_aux_dir"; then + as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 +fi + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + + +# Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if ${ac_cv_path_install+:} false; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in @%:@(( + ./ | .// | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +$as_echo_n "checking whether build environment is sane... " >&6; } +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error $? "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` + +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` + +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if ${ac_cv_path_mkdir+:} false; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir (GNU coreutils) '* | \ + 'mkdir (coreutils) '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done +IFS=$as_save_IFS + +fi + + test -d ./--version && rmdir ./--version + if test "${ac_cv_path_mkdir+set}" = set; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +$as_echo "$MKDIR_P" >&6; } + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_AWK+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +$as_echo "$AWK" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + SET_MAKE= +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +@%:@ Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='mm-common' + VERSION='0.9.5' + + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' + +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' + + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' + +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' + + + + + + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi + +@%:@ Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 +$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } + @%:@ Check whether --enable-maintainer-mode was given. +if test "${enable_maintainer_mode+set}" = set; then : + enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval +else + USE_MAINTAINER_MODE=no +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 +$as_echo "$USE_MAINTAINER_MODE" >&6; } + if test $USE_MAINTAINER_MODE = yes; then + MAINTAINER_MODE_TRUE= + MAINTAINER_MODE_FALSE='#' +else + MAINTAINER_MODE_TRUE='#' + MAINTAINER_MODE_FALSE= +fi + + MAINT=$MAINTAINER_MODE_TRUE + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 +$as_echo_n "checking for a sed that does not truncate output... " >&6; } +if ${ac_cv_path_SED+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for ac_i in 1 2 3 4 5 6 7; do + ac_script="$ac_script$as_nl$ac_script" + done + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed + { ac_script=; unset ac_script;} + if test -z "$SED"; then + ac_path_SED_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in sed gsed; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_SED" || continue +# Check for GNU ac_path_SED and select it if it is found. + # Check for GNU $ac_path_SED +case `"$ac_path_SED" --version 2>&1` in +*GNU*) + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_SED_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_SED="$ac_path_SED" + ac_path_SED_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_SED_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_SED"; then + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 + fi +else + ac_cv_path_SED=$SED +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +$as_echo "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed + +# Extract the first word of "curl", so it can be a program name with args. +set dummy curl; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CURL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CURL"; then + ac_cv_prog_CURL="$CURL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CURL="curl" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CURL=$ac_cv_prog_CURL +if test -n "$CURL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CURL" >&5 +$as_echo "$CURL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +# Extract the first word of "wget", so it can be a program name with args. +set dummy wget; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_WGET+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$WGET"; then + ac_cv_prog_WGET="$WGET" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_WGET="wget" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +WGET=$ac_cv_prog_WGET +if test -n "$WGET"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WGET" >&5 +$as_echo "$WGET" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + +if test "x$USE_MAINTAINER_MODE" != xno && test "x$CURL$WGET" = x; then : + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Either curl or wget is required for building mm-common. +See \`config.log' for more details" "$LINENO" 5; } +fi + +ac_config_files="$ac_config_files Makefile doctags/mm-common-libstdc++.pc doctags/mm-common-libstdc++-uninstalled.pc macros/mm-common.m4 util/mm-common-util.pc util/mm-common-prepare" + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi + else + { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +# Transform confdefs.h into DEFS. +# Protect against shell expansion while executing Makefile rules. +# Protect against Makefile macro expansion. +# +# If the first sed substitution is executed (which looks for macros that +# take arguments), then branch to the quote section. Otherwise, +# look for a macro that doesn't take arguments. +ac_script=' +:mline +/\\$/{ + N + s,\\\n,, + b mline +} +t clear +:clear +s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g +t quote +s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g +t quote +b any +:quote +s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g +s/\[/\\&/g +s/\]/\\&/g +s/\$/$$/g +H +:any +${ + g + s/^\n// + s/\n/ /g + p +} +' +DEFS=`sed -n "$ac_script" confdefs.h` + + +ac_libobjs= +ac_ltlibobjs= +U= +for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIB@&t@OBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +$as_echo_n "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 +$as_echo "done" >&6; } + +if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then + as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + +: "${CONFIG_STATUS=./config.status}" +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in @%:@( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD] +@%:@ ---------------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit + +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + + +@%:@ as_fn_executable_p FILE +@%:@ ----------------------- +@%:@ Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} @%:@ as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by mm-common $as_me 0.9.5, which was +generated by GNU Autoconf 2.69. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + +Configuration files: +$config_files + +Report bugs to . +mm-common home page: ." + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" +ac_cs_version="\\ +mm-common config.status 0.9.5 +configured by $0, generated by GNU Autoconf 2.69, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2012 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + $as_echo "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h | --help | --hel | -h ) + $as_echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX +@%:@@%:@ Running $as_me. @%:@@%:@ +_ASBOX + $as_echo "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "doctags/mm-common-libstdc++.pc") CONFIG_FILES="$CONFIG_FILES doctags/mm-common-libstdc++.pc" ;; + "doctags/mm-common-libstdc++-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES doctags/mm-common-libstdc++-uninstalled.pc" ;; + "macros/mm-common.m4") CONFIG_FILES="$CONFIG_FILES macros/mm-common.m4" ;; + "util/mm-common-util.pc") CONFIG_FILES="$CONFIG_FILES util/mm-common-util.pc" ;; + "util/mm-common-prepare") CONFIG_FILES="$CONFIG_FILES util/mm-common-prepare" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + + +eval set X " :F $CONFIG_FILES " +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + + + + esac + +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + diff --git a/autom4te.cache/output.1 b/autom4te.cache/output.1 new file mode 100644 index 0000000..3c2ed5d --- /dev/null +++ b/autom4te.cache/output.1 @@ -0,0 +1,3755 @@ +@%:@! /bin/sh +@%:@ Guess values for system-dependent variables and create Makefiles. +@%:@ Generated by GNU Autoconf 2.69 for mm-common 0.9.5. +@%:@ +@%:@ Report bugs to . +@%:@ +@%:@ +@%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. +@%:@ +@%:@ +@%:@ This configure script is free software; the Free Software Foundation +@%:@ gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in @%:@( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in @%:@ (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +as_fn_exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : + +else + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1 +test -x / || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 +test \$(( 1 + 1 )) = 2 || exit 1" + if (eval "$as_required") 2>/dev/null; then : + as_have_required=yes +else + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : + +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + as_found=: + case $as_dir in @%:@( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir/$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : + CONFIG_SHELL=$as_shell as_have_required=yes + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : + break 2 +fi +fi + done;; + esac + as_found=false +done +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi; } +IFS=$as_save_IFS + + + if test "x$CONFIG_SHELL" != x; then : + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in @%:@ (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 +fi + + if test x$as_have_required = xno; then : + $as_echo "$0: This script requires a shell more modern than all" + $as_echo "$0: the shells that I found on your system." + if test x${ZSH_VERSION+set} = xset ; then + $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" + $as_echo "$0: be upgraded to zsh 4.3.4 or later." + else + $as_echo "$0: Please tell bug-autoconf@gnu.org and +$0: https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common +$0: about your system, including any error possibly output +$0: before this message. Then install a modern shell, or +$0: manually run the script under such a shell if you do +$0: have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p + +@%:@ as_fn_executable_p FILE +@%:@ ----------------------- +@%:@ Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} @%:@ as_fn_executable_p +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD] +@%:@ ---------------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIB@&t@OBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='mm-common' +PACKAGE_TARNAME='mm-common' +PACKAGE_VERSION='0.9.5' +PACKAGE_STRING='mm-common 0.9.5' +PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common' +PACKAGE_URL='http://www.gtkmm.org/' + +ac_unique_file="util/mm-common-prepare.in" +ac_subst_vars='LTLIBOBJS +LIB@&t@OBJS +SED +WGET +CURL +ACLOCAL_FLAGS +MAINT +MAINTAINER_MODE_FALSE +MAINTAINER_MODE_TRUE +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +runstatedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_silent_rules +enable_maintainer_mode +' + ac_precious_vars='build_alias +host_alias +target_alias +ACLOCAL_FLAGS +CURL +WGET' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *=) ac_optarg= ;; + *) ac_optarg=yes ;; + esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir runstatedir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error $? "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error $? "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures mm-common 0.9.5 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + @<:@@S|@ac_default_prefix@:>@ + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + @<:@PREFIX@:>@ + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root @<:@DATAROOTDIR/doc/mm-common@:>@ + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of mm-common 0.9.5:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-maintainer-mode + enable make rules and dependencies not useful (and + sometimes confusing) to the casual installer + +Some influential environment variables: + ACLOCAL_FLAGS + aclocal flags, e.g. -I + CURL curl transfer command + WGET wget download command + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to . +mm-common home page: . +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +mm-common configure 0.9.5 +generated by GNU Autoconf 2.69 + +Copyright (C) 2012 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by mm-common $as_me 0.9.5, which was +generated by GNU Autoconf 2.69. Invocation command line was + + $ $0 $@ + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + $as_echo "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + $as_echo "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + $as_echo "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + $as_echo "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + $as_echo "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +$as_echo "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_URL "$PACKAGE_URL" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE +if test -n "$CONFIG_SITE"; then + # We do not want a PATH search for config.site. + case $CONFIG_SITE in @%:@(( + -*) ac_site_file1=./$CONFIG_SITE;; + */*) ac_site_file1=$CONFIG_SITE;; + *) ac_site_file1=./$CONFIG_SITE;; + esac +elif test "x$prefix" != xNONE; then + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site +else + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site +fi +for ac_site_file in "$ac_site_file1" "$ac_site_file2" +do + test "x$ac_site_file" = xNONE && continue + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +$as_echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + + + +am__api_version='1.15' + +ac_aux_dir= +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do + if test -f "$ac_dir/install-sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install-sh -c" + break + elif test -f "$ac_dir/install.sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install.sh -c" + break + elif test -f "$ac_dir/shtool"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/shtool install -c" + break + fi +done +if test -z "$ac_aux_dir"; then + as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 +fi + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + + +# Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if ${ac_cv_path_install+:} false; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in @%:@(( + ./ | .// | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +$as_echo_n "checking whether build environment is sane... " >&6; } +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error $? "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` + +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` + +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if ${ac_cv_path_mkdir+:} false; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir (GNU coreutils) '* | \ + 'mkdir (coreutils) '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done +IFS=$as_save_IFS + +fi + + test -d ./--version && rmdir ./--version + if test "${ac_cv_path_mkdir+set}" = set; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +$as_echo "$MKDIR_P" >&6; } + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_AWK+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +$as_echo "$AWK" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + SET_MAKE= +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +@%:@ Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='mm-common' + VERSION='0.9.5' + + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' + +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' + + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' + +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' + + + + + + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi + +@%:@ Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 +$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } + @%:@ Check whether --enable-maintainer-mode was given. +if test "${enable_maintainer_mode+set}" = set; then : + enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval +else + USE_MAINTAINER_MODE=no +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 +$as_echo "$USE_MAINTAINER_MODE" >&6; } + if test $USE_MAINTAINER_MODE = yes; then + MAINTAINER_MODE_TRUE= + MAINTAINER_MODE_FALSE='#' +else + MAINTAINER_MODE_TRUE='#' + MAINTAINER_MODE_FALSE= +fi + + MAINT=$MAINTAINER_MODE_TRUE + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 +$as_echo_n "checking for a sed that does not truncate output... " >&6; } +if ${ac_cv_path_SED+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for ac_i in 1 2 3 4 5 6 7; do + ac_script="$ac_script$as_nl$ac_script" + done + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed + { ac_script=; unset ac_script;} + if test -z "$SED"; then + ac_path_SED_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in sed gsed; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_SED" || continue +# Check for GNU ac_path_SED and select it if it is found. + # Check for GNU $ac_path_SED +case `"$ac_path_SED" --version 2>&1` in +*GNU*) + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_SED_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_SED="$ac_path_SED" + ac_path_SED_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_SED_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_SED"; then + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 + fi +else + ac_cv_path_SED=$SED +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +$as_echo "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed + +# Extract the first word of "curl", so it can be a program name with args. +set dummy curl; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CURL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CURL"; then + ac_cv_prog_CURL="$CURL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CURL="curl" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CURL=$ac_cv_prog_CURL +if test -n "$CURL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CURL" >&5 +$as_echo "$CURL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +# Extract the first word of "wget", so it can be a program name with args. +set dummy wget; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_WGET+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$WGET"; then + ac_cv_prog_WGET="$WGET" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_WGET="wget" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +WGET=$ac_cv_prog_WGET +if test -n "$WGET"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WGET" >&5 +$as_echo "$WGET" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + +if test "x$USE_MAINTAINER_MODE" != xno && test "x$CURL$WGET" = x; then : + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Either curl or wget is required for building mm-common. +See \`config.log' for more details" "$LINENO" 5; } +fi + +ac_config_files="$ac_config_files Makefile doctags/mm-common-libstdc++.pc doctags/mm-common-libstdc++-uninstalled.pc macros/mm-common.m4 util/mm-common-util.pc util/mm-common-prepare" + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi + else + { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +# Transform confdefs.h into DEFS. +# Protect against shell expansion while executing Makefile rules. +# Protect against Makefile macro expansion. +# +# If the first sed substitution is executed (which looks for macros that +# take arguments), then branch to the quote section. Otherwise, +# look for a macro that doesn't take arguments. +ac_script=' +:mline +/\\$/{ + N + s,\\\n,, + b mline +} +t clear +:clear +s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g +t quote +s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g +t quote +b any +:quote +s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g +s/\[/\\&/g +s/\]/\\&/g +s/\$/$$/g +H +:any +${ + g + s/^\n// + s/\n/ /g + p +} +' +DEFS=`sed -n "$ac_script" confdefs.h` + + +ac_libobjs= +ac_ltlibobjs= +U= +for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIB@&t@OBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +$as_echo_n "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 +$as_echo "done" >&6; } + +if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then + as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + +: "${CONFIG_STATUS=./config.status}" +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in @%:@( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD] +@%:@ ---------------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit + +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + + +@%:@ as_fn_executable_p FILE +@%:@ ----------------------- +@%:@ Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} @%:@ as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by mm-common $as_me 0.9.5, which was +generated by GNU Autoconf 2.69. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + +Configuration files: +$config_files + +Report bugs to . +mm-common home page: ." + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" +ac_cs_version="\\ +mm-common config.status 0.9.5 +configured by $0, generated by GNU Autoconf 2.69, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2012 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + $as_echo "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h | --help | --hel | -h ) + $as_echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX +@%:@@%:@ Running $as_me. @%:@@%:@ +_ASBOX + $as_echo "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "doctags/mm-common-libstdc++.pc") CONFIG_FILES="$CONFIG_FILES doctags/mm-common-libstdc++.pc" ;; + "doctags/mm-common-libstdc++-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES doctags/mm-common-libstdc++-uninstalled.pc" ;; + "macros/mm-common.m4") CONFIG_FILES="$CONFIG_FILES macros/mm-common.m4" ;; + "util/mm-common-util.pc") CONFIG_FILES="$CONFIG_FILES util/mm-common-util.pc" ;; + "util/mm-common-prepare") CONFIG_FILES="$CONFIG_FILES util/mm-common-prepare" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + + +eval set X " :F $CONFIG_FILES " +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + + + + esac + +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + diff --git a/autom4te.cache/requests b/autom4te.cache/requests new file mode 100644 index 0000000..63781ae --- /dev/null +++ b/autom4te.cache/requests @@ -0,0 +1,157 @@ +# This file was generated by Autom4te Fri Oct 23 20:57:39 UTC 2015. +# It contains the lists of macros which have been traced. +# It can be safely removed. + +@request = ( + bless( [ + '0', + 1, + [ + '/usr/share/autoconf' + ], + [ + '/usr/share/autoconf/autoconf/autoconf.m4f', + '-', + '/usr/share/aclocal-1.15/internal/ac-config-macro-dirs.m4', + '/usr/share/aclocal-1.15/amversion.m4', + '/usr/share/aclocal-1.15/auxdir.m4', + '/usr/share/aclocal-1.15/cond.m4', + '/usr/share/aclocal-1.15/depend.m4', + '/usr/share/aclocal-1.15/depout.m4', + '/usr/share/aclocal-1.15/init.m4', + '/usr/share/aclocal-1.15/install-sh.m4', + '/usr/share/aclocal-1.15/lead-dot.m4', + '/usr/share/aclocal-1.15/maintainer.m4', + '/usr/share/aclocal-1.15/make.m4', + '/usr/share/aclocal-1.15/missing.m4', + '/usr/share/aclocal-1.15/options.m4', + '/usr/share/aclocal-1.15/prog-cc-c-o.m4', + '/usr/share/aclocal-1.15/runlog.m4', + '/usr/share/aclocal-1.15/sanity.m4', + '/usr/share/aclocal-1.15/silent.m4', + '/usr/share/aclocal-1.15/strip.m4', + '/usr/share/aclocal-1.15/substnot.m4', + '/usr/share/aclocal-1.15/tar.m4', + 'configure.ac' + ], + { + '_AM_SET_OPTION' => 1, + 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1, + 'm4_include' => 1, + '_AM_SUBST_NOTMAKE' => 1, + 'AC_CONFIG_MACRO_DIR' => 1, + 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + 'AC_DEFUN_ONCE' => 1, + 'AM_MAKE_INCLUDE' => 1, + 'include' => 1, + 'AM_DEP_TRACK' => 1, + 'AC_CONFIG_MACRO_DIR_TRACE' => 1, + 'AM_MAINTAINER_MODE' => 1, + '_AM_CONFIG_MACRO_DIRS' => 1, + 'AM_INIT_AUTOMAKE' => 1, + 'AM_RUN_LOG' => 1, + '_AM_MANGLE_OPTION' => 1, + 'AM_SET_DEPDIR' => 1, + 'AM_SILENT_RULES' => 1, + '_AC_AM_CONFIG_HEADER_HOOK' => 1, + 'AC_DEFUN' => 1, + 'AM_SET_LEADING_DOT' => 1, + '_AM_DEPENDENCIES' => 1, + 'AM_PROG_INSTALL_STRIP' => 1, + 'AM_SUBST_NOTMAKE' => 1, + 'AM_PROG_INSTALL_SH' => 1, + '_AM_SET_OPTIONS' => 1, + '_m4_warn' => 1, + 'AM_MISSING_PROG' => 1, + 'm4_pattern_forbid' => 1, + 'AM_SANITY_CHECK' => 1, + '_AM_IF_OPTION' => 1, + 'AU_DEFUN' => 1, + 'AM_MISSING_HAS_RUN' => 1, + 'm4_pattern_allow' => 1, + '_AM_PROG_CC_C_O' => 1, + 'AM_CONDITIONAL' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + '_AM_PROG_TAR' => 1, + 'AM_PROG_CC_C_O' => 1, + '_AM_AUTOCONF_VERSION' => 1, + 'AM_AUX_DIR_EXPAND' => 1, + '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1 + } + ], 'Autom4te::Request' ), + bless( [ + '1', + 1, + [ + '/usr/share/autoconf' + ], + [ + '/usr/share/autoconf/autoconf/autoconf.m4f', + 'aclocal.m4', + 'configure.ac' + ], + { + 'include' => 1, + 'AC_FC_PP_SRCEXT' => 1, + 'AM_INIT_AUTOMAKE' => 1, + 'AM_MAINTAINER_MODE' => 1, + 'LT_SUPPORTED_TAG' => 1, + 'AM_PROG_MOC' => 1, + 'AC_INIT' => 1, + 'm4_include' => 1, + '_AM_SUBST_NOTMAKE' => 1, + 'AC_SUBST' => 1, + 'AM_PROG_FC_C_O' => 1, + 'AM_PROG_LIBTOOL' => 1, + 'AM_EXTRA_RECURSIVE_TARGETS' => 1, + 'sinclude' => 1, + '_LT_AC_TAGCONFIG' => 1, + 'AC_CANONICAL_TARGET' => 1, + 'AM_PROG_F77_C_O' => 1, + 'AM_PROG_AR' => 1, + 'AC_SUBST_TRACE' => 1, + '_AM_COND_ENDIF' => 1, + 'AM_SILENT_RULES' => 1, + 'm4_sinclude' => 1, + 'AM_ENABLE_MULTILIB' => 1, + 'AC_CONFIG_LIBOBJ_DIR' => 1, + 'AC_CONFIG_LINKS' => 1, + 'AC_FC_FREEFORM' => 1, + 'm4_pattern_forbid' => 1, + 'LT_INIT' => 1, + 'AC_CONFIG_FILES' => 1, + 'AC_CANONICAL_SYSTEM' => 1, + 'AC_FC_PP_DEFINE' => 1, + 'AC_PROG_LIBTOOL' => 1, + 'AM_PROG_CXX_C_O' => 1, + 'AM_GNU_GETTEXT' => 1, + '_AM_MAKEFILE_INCLUDE' => 1, + 'AC_CONFIG_AUX_DIR' => 1, + 'AH_OUTPUT' => 1, + 'AC_CONFIG_SUBDIRS' => 1, + 'AC_CANONICAL_BUILD' => 1, + 'AM_POT_TOOLS' => 1, + '_m4_warn' => 1, + 'AC_DEFINE_TRACE_LITERAL' => 1, + 'AM_NLS' => 1, + 'AC_CONFIG_HEADERS' => 1, + 'AM_PROG_CC_C_O' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + '_AM_COND_ELSE' => 1, + 'LT_CONFIG_LTDL_DIR' => 1, + 'AC_REQUIRE_AUX_FILE' => 1, + 'AM_PATH_GUILE' => 1, + 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, + 'AC_CANONICAL_HOST' => 1, + 'AM_XGETTEXT_OPTION' => 1, + '_AM_COND_IF' => 1, + 'AC_LIBSOURCE' => 1, + 'AM_PROG_MKDIR_P' => 1, + 'AM_CONDITIONAL' => 1, + 'm4_pattern_allow' => 1, + 'AM_MAKEFILE_INCLUDE' => 1, + 'AC_FC_SRCEXT' => 1 + } + ], 'Autom4te::Request' ) + ); + diff --git a/autom4te.cache/traces.0 b/autom4te.cache/traces.0 new file mode 100644 index 0000000..5eead2e --- /dev/null +++ b/autom4te.cache/traces.0 @@ -0,0 +1,938 @@ +m4trace:/usr/share/aclocal-1.15/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.15' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.15], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) +m4trace:/usr/share/aclocal-1.15/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.15])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) +m4trace:/usr/share/aclocal-1.15/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` +]) +m4trace:/usr/share/aclocal-1.15/cond.m4:12: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl + m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +m4_define([_AM_COND_VALUE_$1], [$2])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) +m4trace:/usr/share/aclocal-1.15/depend.m4:26: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], + [$1], [CXX], [depcc="$CXX" am_compiler_list=], + [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], + [$1], [UPC], [depcc="$UPC" am_compiler_list=], + [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + am__universal=false + m4_case([$1], [CC], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac], + [CXX], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac]) + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) +m4trace:/usr/share/aclocal-1.15/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) +m4trace:/usr/share/aclocal-1.15/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl +AS_HELP_STRING( + [--enable-dependency-tracking], + [do not reject slow dependency extractors]) +AS_HELP_STRING( + [--disable-dependency-tracking], + [speeds up one-time build])]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl +]) +m4trace:/usr/share/aclocal-1.15/depout.m4:12: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named 'Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`AS_DIRNAME("$mf")` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running 'make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "$am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`AS_DIRNAME(["$file"])` + AS_MKDIR_P([$dirpart/$fdir]) + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done + done +} +]) +m4trace:/usr/share/aclocal-1.15/depout.m4:71: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) +]) +m4trace:/usr/share/aclocal-1.15/init.m4:29: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[AC_DIAGNOSE([obsolete], + [$0: two- and three-arguments forms are deprecated.]) +m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if( + m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +AM_MISSING_PROG([AUTOCONF], [autoconf]) +AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +AM_MISSING_PROG([AUTOHEADER], [autoheader]) +AM_MISSING_PROG([MAKEINFO], [makeinfo]) +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +AC_SUBST([mkdir_p], ['$(MKDIR_P)']) +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl +]) +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. +]) +m4trace:/usr/share/aclocal-1.15/init.m4:186: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. +_am_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) +m4trace:/usr/share/aclocal-1.15/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi +AC_SUBST([install_sh])]) +m4trace:/usr/share/aclocal-1.15/lead-dot.m4:10: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) +m4trace:/usr/share/aclocal-1.15/maintainer.m4:16: -1- AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]), + [enable], [m4_define([am_maintainer_other], [disable])], + [disable], [m4_define([am_maintainer_other], [enable])], + [m4_define([am_maintainer_other], [enable]) + m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) +AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) + dnl maintainer-mode's default is 'disable' unless 'enable' is passed + AC_ARG_ENABLE([maintainer-mode], + [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode], + am_maintainer_other[ make rules and dependencies not useful + (and sometimes confusing) to the casual installer])], + [USE_MAINTAINER_MODE=$enableval], + [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) + AC_MSG_RESULT([$USE_MAINTAINER_MODE]) + AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) + MAINT=$MAINTAINER_MODE_TRUE + AC_SUBST([MAINT])dnl + +]) +m4trace:/usr/share/aclocal-1.15/make.m4:12: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo this is the am__doit target +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +AC_MSG_CHECKING([for style of include used by $am_make]) +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# Ignore all kinds of additional output from 'make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac +fi +AC_SUBST([am__include]) +AC_SUBST([am__quote]) +AC_MSG_RESULT([$_am_result]) +rm -f confinc confmf +]) +m4trace:/usr/share/aclocal-1.15/missing.m4:11: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) +m4trace:/usr/share/aclocal-1.15/missing.m4:20: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + AC_MSG_WARN(['missing' script is too old or missing]) +fi +]) +m4trace:/usr/share/aclocal-1.15/options.m4:11: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) +m4trace:/usr/share/aclocal-1.15/options.m4:17: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) +m4trace:/usr/share/aclocal-1.15/options.m4:23: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) +m4trace:/usr/share/aclocal-1.15/options.m4:29: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) +m4trace:/usr/share/aclocal-1.15/prog-cc-c-o.m4:12: -1- AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +AC_LANG_PUSH([C])dnl +AC_CACHE_CHECK( + [whether $CC understands -c and -o together], + [am_cv_prog_cc_c_o], + [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i]) +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +AC_LANG_POP([C])]) +m4trace:/usr/share/aclocal-1.15/prog-cc-c-o.m4:47: -1- AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) +m4trace:/usr/share/aclocal-1.15/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) +m4trace:/usr/share/aclocal-1.15/sanity.m4:11: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken + alias in your environment]) + fi + if test "$[2]" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT([yes]) +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi +AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + AC_MSG_RESULT([done])]) +rm -f conftest.file +]) +m4trace:/usr/share/aclocal-1.15/silent.m4:12: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) +m4trace:/usr/share/aclocal-1.15/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) +m4trace:/usr/share/aclocal-1.15/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE]) +m4trace:/usr/share/aclocal-1.15/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4trace:/usr/share/aclocal-1.15/tar.m4:23: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' + +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], + + [m4_case([$1], + [ustar], + [# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) + if test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) + if test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi], + + [pax], + [], + + [m4_fatal([Unknown tar format])]) + + AC_MSG_CHECKING([how to create a $1 tar archive]) + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_$1-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi + done + rm -rf conftest.dir + + AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) + AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) +m4trace:configure.ac:18: -1- m4_pattern_forbid([^_?A[CHUM]_]) +m4trace:configure.ac:18: -1- m4_pattern_forbid([_AC_]) +m4trace:configure.ac:18: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) +m4trace:configure.ac:18: -1- m4_pattern_allow([^AS_FLAGS$]) +m4trace:configure.ac:18: -1- m4_pattern_forbid([^_?m4_]) +m4trace:configure.ac:18: -1- m4_pattern_forbid([^dnl$]) +m4trace:configure.ac:18: -1- m4_pattern_forbid([^_?AS_]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^SHELL$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PATH_SEPARATOR$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^exec_prefix$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^prefix$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^program_transform_name$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^bindir$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^sbindir$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^libexecdir$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^datarootdir$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^datadir$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^sysconfdir$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^sharedstatedir$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^localstatedir$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^runstatedir$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^includedir$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^oldincludedir$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^docdir$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^infodir$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^htmldir$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^dvidir$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^pdfdir$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^psdir$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^libdir$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^localedir$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^mandir$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^DEFS$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^ECHO_C$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^ECHO_N$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^ECHO_T$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^build_alias$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^host_alias$]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^target_alias$]) +m4trace:configure.ac:23: -1- AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news dist-bzip2 no-define std-options]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) +m4trace:configure.ac:23: -1- AM_SET_CURRENT_AUTOMAKE_VERSION +m4trace:configure.ac:23: -1- AM_AUTOMAKE_VERSION([1.15]) +m4trace:configure.ac:23: -1- _AM_AUTOCONF_VERSION([2.69]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^INSTALL_DATA$]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^am__isrc$]) +m4trace:configure.ac:23: -1- _AM_SUBST_NOTMAKE([am__isrc]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^CYGPATH_W$]) +m4trace:configure.ac:23: -1- _AM_SET_OPTIONS([1.9 -Wno-portability check-news dist-bzip2 no-define std-options]) +m4trace:configure.ac:23: -1- _AM_SET_OPTION([1.9]) +m4trace:configure.ac:23: -2- _AM_MANGLE_OPTION([1.9]) +m4trace:configure.ac:23: -1- _AM_SET_OPTION([-Wno-portability]) +m4trace:configure.ac:23: -2- _AM_MANGLE_OPTION([-Wno-portability]) +m4trace:configure.ac:23: -1- _AM_SET_OPTION([check-news]) +m4trace:configure.ac:23: -2- _AM_MANGLE_OPTION([check-news]) +m4trace:configure.ac:23: -1- _AM_SET_OPTION([dist-bzip2]) +m4trace:configure.ac:23: -2- _AM_MANGLE_OPTION([dist-bzip2]) +m4trace:configure.ac:23: -1- _AM_SET_OPTION([no-define]) +m4trace:configure.ac:23: -2- _AM_MANGLE_OPTION([no-define]) +m4trace:configure.ac:23: -1- _AM_SET_OPTION([std-options]) +m4trace:configure.ac:23: -2- _AM_MANGLE_OPTION([std-options]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.ac:23: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])]) +m4trace:configure.ac:23: -2- _AM_MANGLE_OPTION([no-define]) +m4trace:configure.ac:23: -1- AM_SANITY_CHECK +m4trace:configure.ac:23: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +m4trace:configure.ac:23: -1- AM_MISSING_HAS_RUN +m4trace:configure.ac:23: -1- AM_AUX_DIR_EXPAND +m4trace:configure.ac:23: -1- m4_pattern_allow([^ACLOCAL$]) +m4trace:configure.ac:23: -1- AM_MISSING_PROG([AUTOCONF], [autoconf]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^AUTOCONF$]) +m4trace:configure.ac:23: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^AUTOMAKE$]) +m4trace:configure.ac:23: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^AUTOHEADER$]) +m4trace:configure.ac:23: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^MAKEINFO$]) +m4trace:configure.ac:23: -1- AM_PROG_INSTALL_SH +m4trace:configure.ac:23: -1- m4_pattern_allow([^install_sh$]) +m4trace:configure.ac:23: -1- AM_PROG_INSTALL_STRIP +m4trace:configure.ac:23: -1- m4_pattern_allow([^STRIP$]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^MKDIR_P$]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^mkdir_p$]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^AWK$]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^SET_MAKE$]) +m4trace:configure.ac:23: -1- AM_SET_LEADING_DOT +m4trace:configure.ac:23: -1- m4_pattern_allow([^am__leading_dot$]) +m4trace:configure.ac:23: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +m4trace:configure.ac:23: -2- _AM_MANGLE_OPTION([tar-ustar]) +m4trace:configure.ac:23: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])]) +m4trace:configure.ac:23: -2- _AM_MANGLE_OPTION([tar-pax]) +m4trace:configure.ac:23: -1- _AM_PROG_TAR([v7]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^AMTAR$]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^am__tar$]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^am__untar$]) +m4trace:configure.ac:23: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl +]) +m4trace:configure.ac:23: -2- _AM_MANGLE_OPTION([no-dependencies]) +m4trace:configure.ac:23: -1- AM_SILENT_RULES +m4trace:configure.ac:23: -1- m4_pattern_allow([^AM_V$]) +m4trace:configure.ac:23: -1- AM_SUBST_NOTMAKE([AM_V]) +m4trace:configure.ac:23: -1- _AM_SUBST_NOTMAKE([AM_V]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^AM_DEFAULT_V$]) +m4trace:configure.ac:23: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V]) +m4trace:configure.ac:23: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^AM_BACKSLASH$]) +m4trace:configure.ac:23: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH]) +m4trace:configure.ac:24: -1- AM_SILENT_RULES +m4trace:configure.ac:24: -1- m4_pattern_allow([^AM_V$]) +m4trace:configure.ac:24: -1- AM_SUBST_NOTMAKE([AM_V]) +m4trace:configure.ac:24: -1- _AM_SUBST_NOTMAKE([AM_V]) +m4trace:configure.ac:24: -1- m4_pattern_allow([^AM_DEFAULT_V$]) +m4trace:configure.ac:24: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V]) +m4trace:configure.ac:24: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V]) +m4trace:configure.ac:24: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$]) +m4trace:configure.ac:24: -1- m4_pattern_allow([^AM_BACKSLASH$]) +m4trace:configure.ac:24: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH]) +m4trace:configure.ac:25: -1- AM_MAINTAINER_MODE +m4trace:configure.ac:25: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) +m4trace:configure.ac:25: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$]) +m4trace:configure.ac:25: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$]) +m4trace:configure.ac:25: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_TRUE]) +m4trace:configure.ac:25: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_FALSE]) +m4trace:configure.ac:25: -1- m4_pattern_allow([^MAINT$]) +m4trace:configure.ac:27: -1- m4_pattern_allow([^ACLOCAL_FLAGS$]) +m4trace:configure.ac:28: -1- m4_pattern_allow([^CURL$]) +m4trace:configure.ac:29: -1- m4_pattern_allow([^WGET$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^SED$]) +m4trace:configure.ac:32: -1- m4_pattern_allow([^CURL$]) +m4trace:configure.ac:33: -1- m4_pattern_allow([^WGET$]) +m4trace:configure.ac:44: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:44: -1- m4_pattern_allow([^LTLIBOBJS$]) diff --git a/autom4te.cache/traces.1 b/autom4te.cache/traces.1 new file mode 100644 index 0000000..1df25c3 --- /dev/null +++ b/autom4te.cache/traces.1 @@ -0,0 +1,313 @@ +m4trace:configure.ac:18: -1- AC_INIT([mm-common], [0.9.5], [https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common], [mm-common], [http://www.gtkmm.org/]) +m4trace:configure.ac:18: -1- m4_pattern_forbid([^_?A[CHUM]_]) +m4trace:configure.ac:18: -1- m4_pattern_forbid([_AC_]) +m4trace:configure.ac:18: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) +m4trace:configure.ac:18: -1- m4_pattern_allow([^AS_FLAGS$]) +m4trace:configure.ac:18: -1- m4_pattern_forbid([^_?m4_]) +m4trace:configure.ac:18: -1- m4_pattern_forbid([^dnl$]) +m4trace:configure.ac:18: -1- m4_pattern_forbid([^_?AS_]) +m4trace:configure.ac:18: -1- AC_SUBST([SHELL]) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([SHELL]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^SHELL$]) +m4trace:configure.ac:18: -1- AC_SUBST([PATH_SEPARATOR]) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([PATH_SEPARATOR]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PATH_SEPARATOR$]) +m4trace:configure.ac:18: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME], ['AC_PACKAGE_NAME'])]) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([PACKAGE_NAME]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:18: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME], ['AC_PACKAGE_TARNAME'])]) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([PACKAGE_TARNAME]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:18: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION], ['AC_PACKAGE_VERSION'])]) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([PACKAGE_VERSION]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:18: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING], ['AC_PACKAGE_STRING'])]) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([PACKAGE_STRING]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:18: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])]) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([PACKAGE_BUGREPORT]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:18: -1- AC_SUBST([PACKAGE_URL], [m4_ifdef([AC_PACKAGE_URL], ['AC_PACKAGE_URL'])]) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([PACKAGE_URL]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:18: -1- AC_SUBST([exec_prefix], [NONE]) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([exec_prefix]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^exec_prefix$]) +m4trace:configure.ac:18: -1- AC_SUBST([prefix], [NONE]) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([prefix]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^prefix$]) +m4trace:configure.ac:18: -1- AC_SUBST([program_transform_name], [s,x,x,]) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([program_transform_name]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^program_transform_name$]) +m4trace:configure.ac:18: -1- AC_SUBST([bindir], ['${exec_prefix}/bin']) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([bindir]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^bindir$]) +m4trace:configure.ac:18: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin']) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([sbindir]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^sbindir$]) +m4trace:configure.ac:18: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec']) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([libexecdir]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^libexecdir$]) +m4trace:configure.ac:18: -1- AC_SUBST([datarootdir], ['${prefix}/share']) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([datarootdir]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^datarootdir$]) +m4trace:configure.ac:18: -1- AC_SUBST([datadir], ['${datarootdir}']) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([datadir]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^datadir$]) +m4trace:configure.ac:18: -1- AC_SUBST([sysconfdir], ['${prefix}/etc']) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([sysconfdir]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^sysconfdir$]) +m4trace:configure.ac:18: -1- AC_SUBST([sharedstatedir], ['${prefix}/com']) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([sharedstatedir]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^sharedstatedir$]) +m4trace:configure.ac:18: -1- AC_SUBST([localstatedir], ['${prefix}/var']) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([localstatedir]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^localstatedir$]) +m4trace:configure.ac:18: -1- AC_SUBST([runstatedir], ['${localstatedir}/run']) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([runstatedir]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^runstatedir$]) +m4trace:configure.ac:18: -1- AC_SUBST([includedir], ['${prefix}/include']) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([includedir]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^includedir$]) +m4trace:configure.ac:18: -1- AC_SUBST([oldincludedir], ['/usr/include']) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([oldincludedir]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^oldincludedir$]) +m4trace:configure.ac:18: -1- AC_SUBST([docdir], [m4_ifset([AC_PACKAGE_TARNAME], + ['${datarootdir}/doc/${PACKAGE_TARNAME}'], + ['${datarootdir}/doc/${PACKAGE}'])]) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([docdir]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^docdir$]) +m4trace:configure.ac:18: -1- AC_SUBST([infodir], ['${datarootdir}/info']) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([infodir]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^infodir$]) +m4trace:configure.ac:18: -1- AC_SUBST([htmldir], ['${docdir}']) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([htmldir]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^htmldir$]) +m4trace:configure.ac:18: -1- AC_SUBST([dvidir], ['${docdir}']) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([dvidir]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^dvidir$]) +m4trace:configure.ac:18: -1- AC_SUBST([pdfdir], ['${docdir}']) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([pdfdir]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^pdfdir$]) +m4trace:configure.ac:18: -1- AC_SUBST([psdir], ['${docdir}']) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([psdir]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^psdir$]) +m4trace:configure.ac:18: -1- AC_SUBST([libdir], ['${exec_prefix}/lib']) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([libdir]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^libdir$]) +m4trace:configure.ac:18: -1- AC_SUBST([localedir], ['${datarootdir}/locale']) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([localedir]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^localedir$]) +m4trace:configure.ac:18: -1- AC_SUBST([mandir], ['${datarootdir}/man']) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([mandir]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^mandir$]) +m4trace:configure.ac:18: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:18: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */ +@%:@undef PACKAGE_NAME]) +m4trace:configure.ac:18: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:18: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */ +@%:@undef PACKAGE_TARNAME]) +m4trace:configure.ac:18: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:18: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */ +@%:@undef PACKAGE_VERSION]) +m4trace:configure.ac:18: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:18: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */ +@%:@undef PACKAGE_STRING]) +m4trace:configure.ac:18: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:18: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */ +@%:@undef PACKAGE_BUGREPORT]) +m4trace:configure.ac:18: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_URL]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:18: -1- AH_OUTPUT([PACKAGE_URL], [/* Define to the home page for this package. */ +@%:@undef PACKAGE_URL]) +m4trace:configure.ac:18: -1- AC_SUBST([DEFS]) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([DEFS]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^DEFS$]) +m4trace:configure.ac:18: -1- AC_SUBST([ECHO_C]) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([ECHO_C]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^ECHO_C$]) +m4trace:configure.ac:18: -1- AC_SUBST([ECHO_N]) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([ECHO_N]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^ECHO_N$]) +m4trace:configure.ac:18: -1- AC_SUBST([ECHO_T]) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([ECHO_T]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^ECHO_T$]) +m4trace:configure.ac:18: -1- AC_SUBST([LIBS]) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([LIBS]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:18: -1- AC_SUBST([build_alias]) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([build_alias]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^build_alias$]) +m4trace:configure.ac:18: -1- AC_SUBST([host_alias]) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([host_alias]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^host_alias$]) +m4trace:configure.ac:18: -1- AC_SUBST([target_alias]) +m4trace:configure.ac:18: -1- AC_SUBST_TRACE([target_alias]) +m4trace:configure.ac:18: -1- m4_pattern_allow([^target_alias$]) +m4trace:configure.ac:23: -1- AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news dist-bzip2 no-define std-options]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) +m4trace:configure.ac:23: -1- AM_AUTOMAKE_VERSION([1.15]) +m4trace:configure.ac:23: -1- AC_REQUIRE_AUX_FILE([install-sh]) +m4trace:configure.ac:23: -1- AC_SUBST([INSTALL_PROGRAM]) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([INSTALL_PROGRAM]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) +m4trace:configure.ac:23: -1- AC_SUBST([INSTALL_SCRIPT]) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([INSTALL_SCRIPT]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) +m4trace:configure.ac:23: -1- AC_SUBST([INSTALL_DATA]) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([INSTALL_DATA]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^INSTALL_DATA$]) +m4trace:configure.ac:23: -1- AC_SUBST([am__isrc], [' -I$(srcdir)']) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([am__isrc]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^am__isrc$]) +m4trace:configure.ac:23: -1- _AM_SUBST_NOTMAKE([am__isrc]) +m4trace:configure.ac:23: -1- AC_SUBST([CYGPATH_W]) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([CYGPATH_W]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^CYGPATH_W$]) +m4trace:configure.ac:23: -1- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME']) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([PACKAGE]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.ac:23: -1- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION']) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([VERSION]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.ac:23: -1- AC_REQUIRE_AUX_FILE([missing]) +m4trace:configure.ac:23: -1- AC_SUBST([ACLOCAL]) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([ACLOCAL]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^ACLOCAL$]) +m4trace:configure.ac:23: -1- AC_SUBST([AUTOCONF]) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([AUTOCONF]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^AUTOCONF$]) +m4trace:configure.ac:23: -1- AC_SUBST([AUTOMAKE]) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([AUTOMAKE]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^AUTOMAKE$]) +m4trace:configure.ac:23: -1- AC_SUBST([AUTOHEADER]) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([AUTOHEADER]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^AUTOHEADER$]) +m4trace:configure.ac:23: -1- AC_SUBST([MAKEINFO]) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([MAKEINFO]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^MAKEINFO$]) +m4trace:configure.ac:23: -1- AC_SUBST([install_sh]) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([install_sh]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^install_sh$]) +m4trace:configure.ac:23: -1- AC_SUBST([STRIP]) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([STRIP]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^STRIP$]) +m4trace:configure.ac:23: -1- AC_SUBST([INSTALL_STRIP_PROGRAM]) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([INSTALL_STRIP_PROGRAM]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) +m4trace:configure.ac:23: -1- AC_REQUIRE_AUX_FILE([install-sh]) +m4trace:configure.ac:23: -1- AC_SUBST([MKDIR_P]) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([MKDIR_P]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^MKDIR_P$]) +m4trace:configure.ac:23: -1- AC_SUBST([mkdir_p], ['$(MKDIR_P)']) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([mkdir_p]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^mkdir_p$]) +m4trace:configure.ac:23: -1- AC_SUBST([AWK]) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([AWK]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^AWK$]) +m4trace:configure.ac:23: -1- AC_SUBST([SET_MAKE]) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([SET_MAKE]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^SET_MAKE$]) +m4trace:configure.ac:23: -1- AC_SUBST([am__leading_dot]) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([am__leading_dot]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^am__leading_dot$]) +m4trace:configure.ac:23: -1- AC_SUBST([AMTAR], ['$${TAR-tar}']) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([AMTAR]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^AMTAR$]) +m4trace:configure.ac:23: -1- AC_SUBST([am__tar]) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([am__tar]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^am__tar$]) +m4trace:configure.ac:23: -1- AC_SUBST([am__untar]) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([am__untar]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^am__untar$]) +m4trace:configure.ac:23: -1- AM_SILENT_RULES +m4trace:configure.ac:23: -1- AC_SUBST([AM_V]) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([AM_V]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^AM_V$]) +m4trace:configure.ac:23: -1- _AM_SUBST_NOTMAKE([AM_V]) +m4trace:configure.ac:23: -1- AC_SUBST([AM_DEFAULT_V]) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([AM_DEFAULT_V]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^AM_DEFAULT_V$]) +m4trace:configure.ac:23: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V]) +m4trace:configure.ac:23: -1- AC_SUBST([AM_DEFAULT_VERBOSITY]) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([AM_DEFAULT_VERBOSITY]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$]) +m4trace:configure.ac:23: -1- AC_SUBST([AM_BACKSLASH]) +m4trace:configure.ac:23: -1- AC_SUBST_TRACE([AM_BACKSLASH]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^AM_BACKSLASH$]) +m4trace:configure.ac:23: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH]) +m4trace:configure.ac:24: -1- AM_SILENT_RULES +m4trace:configure.ac:24: -1- AC_SUBST([AM_V]) +m4trace:configure.ac:24: -1- AC_SUBST_TRACE([AM_V]) +m4trace:configure.ac:24: -1- m4_pattern_allow([^AM_V$]) +m4trace:configure.ac:24: -1- _AM_SUBST_NOTMAKE([AM_V]) +m4trace:configure.ac:24: -1- AC_SUBST([AM_DEFAULT_V]) +m4trace:configure.ac:24: -1- AC_SUBST_TRACE([AM_DEFAULT_V]) +m4trace:configure.ac:24: -1- m4_pattern_allow([^AM_DEFAULT_V$]) +m4trace:configure.ac:24: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V]) +m4trace:configure.ac:24: -1- AC_SUBST([AM_DEFAULT_VERBOSITY]) +m4trace:configure.ac:24: -1- AC_SUBST_TRACE([AM_DEFAULT_VERBOSITY]) +m4trace:configure.ac:24: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$]) +m4trace:configure.ac:24: -1- AC_SUBST([AM_BACKSLASH]) +m4trace:configure.ac:24: -1- AC_SUBST_TRACE([AM_BACKSLASH]) +m4trace:configure.ac:24: -1- m4_pattern_allow([^AM_BACKSLASH$]) +m4trace:configure.ac:24: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH]) +m4trace:configure.ac:25: -1- AM_MAINTAINER_MODE +m4trace:configure.ac:25: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) +m4trace:configure.ac:25: -1- AC_SUBST([MAINTAINER_MODE_TRUE]) +m4trace:configure.ac:25: -1- AC_SUBST_TRACE([MAINTAINER_MODE_TRUE]) +m4trace:configure.ac:25: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$]) +m4trace:configure.ac:25: -1- AC_SUBST([MAINTAINER_MODE_FALSE]) +m4trace:configure.ac:25: -1- AC_SUBST_TRACE([MAINTAINER_MODE_FALSE]) +m4trace:configure.ac:25: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$]) +m4trace:configure.ac:25: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_TRUE]) +m4trace:configure.ac:25: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_FALSE]) +m4trace:configure.ac:25: -1- AC_SUBST([MAINT]) +m4trace:configure.ac:25: -1- AC_SUBST_TRACE([MAINT]) +m4trace:configure.ac:25: -1- m4_pattern_allow([^MAINT$]) +m4trace:configure.ac:27: -1- AC_SUBST([ACLOCAL_FLAGS]) +m4trace:configure.ac:27: -1- AC_SUBST_TRACE([ACLOCAL_FLAGS]) +m4trace:configure.ac:27: -1- m4_pattern_allow([^ACLOCAL_FLAGS$]) +m4trace:configure.ac:28: -1- AC_SUBST([CURL]) +m4trace:configure.ac:28: -1- AC_SUBST_TRACE([CURL]) +m4trace:configure.ac:28: -1- m4_pattern_allow([^CURL$]) +m4trace:configure.ac:29: -1- AC_SUBST([WGET]) +m4trace:configure.ac:29: -1- AC_SUBST_TRACE([WGET]) +m4trace:configure.ac:29: -1- m4_pattern_allow([^WGET$]) +m4trace:configure.ac:31: -1- AC_SUBST([SED]) +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([SED]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^SED$]) +m4trace:configure.ac:32: -1- AC_SUBST([CURL]) +m4trace:configure.ac:32: -1- AC_SUBST_TRACE([CURL]) +m4trace:configure.ac:32: -1- m4_pattern_allow([^CURL$]) +m4trace:configure.ac:33: -1- AC_SUBST([WGET]) +m4trace:configure.ac:33: -1- AC_SUBST_TRACE([WGET]) +m4trace:configure.ac:33: -1- m4_pattern_allow([^WGET$]) +m4trace:configure.ac:38: -1- AC_CONFIG_FILES([Makefile + doctags/mm-common-libstdc++.pc + doctags/mm-common-libstdc++-uninstalled.pc + macros/mm-common.m4 + util/mm-common-util.pc + util/mm-common-prepare]) +m4trace:configure.ac:44: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs]) +m4trace:configure.ac:44: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) +m4trace:configure.ac:44: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:44: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs]) +m4trace:configure.ac:44: -1- AC_SUBST_TRACE([LTLIBOBJS]) +m4trace:configure.ac:44: -1- m4_pattern_allow([^LTLIBOBJS$]) +m4trace:configure.ac:44: -1- AC_SUBST_TRACE([top_builddir]) +m4trace:configure.ac:44: -1- AC_SUBST_TRACE([top_build_prefix]) +m4trace:configure.ac:44: -1- AC_SUBST_TRACE([srcdir]) +m4trace:configure.ac:44: -1- AC_SUBST_TRACE([abs_srcdir]) +m4trace:configure.ac:44: -1- AC_SUBST_TRACE([top_srcdir]) +m4trace:configure.ac:44: -1- AC_SUBST_TRACE([abs_top_srcdir]) +m4trace:configure.ac:44: -1- AC_SUBST_TRACE([builddir]) +m4trace:configure.ac:44: -1- AC_SUBST_TRACE([abs_builddir]) +m4trace:configure.ac:44: -1- AC_SUBST_TRACE([abs_top_builddir]) +m4trace:configure.ac:44: -1- AC_SUBST_TRACE([INSTALL]) +m4trace:configure.ac:44: -1- AC_SUBST_TRACE([MKDIR_P]) diff --git a/config.log b/config.log new file mode 100644 index 0000000..e06f056 --- /dev/null +++ b/config.log @@ -0,0 +1,234 @@ +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by mm-common configure 0.9.5, which was +generated by GNU Autoconf 2.69. Invocation command line was + + $ ./configure --enable-maintainer-mode + +## --------- ## +## Platform. ## +## --------- ## + +hostname = dh0128-linux +uname -m = x86_64 +uname -r = 4.15.0-58-generic +uname -s = Linux +uname -v = #64~16.04.1-Ubuntu SMP Wed Aug 7 14:10:35 UTC 2019 + +/usr/bin/uname -p = unknown +/bin/uname -X = unknown + +/bin/arch = unknown +/usr/bin/arch -k = unknown +/usr/convex/getsysinfo = unknown +/usr/bin/hostinfo = unknown +/bin/machine = unknown +/usr/bin/oslevel = unknown +/bin/universe = unknown + +PATH: /home/dh0128_kwak/anaconda3/bin +PATH: /home/dh0128_kwak/tizen-studio/tools/ide/bin +PATH: /home/dh0128_kwak/SAM/SAM-Tools +PATH: /home/dh0128_kwak/.rbenv/plugins/ruby-build/bin +PATH: /home/dh0128_kwak/.rbenv/shims +PATH: /home/dh0128_kwak/.rbenv/bin +PATH: . +PATH: /home/dh0128_kwak/bin +PATH: /home/dh0128_kwak/bin +PATH: /home/dh0128_kwak/.local/bin +PATH: /usr/local/sbin +PATH: /usr/local/bin +PATH: /usr/sbin +PATH: /usr/bin +PATH: /sbin +PATH: /bin +PATH: /usr/games +PATH: /usr/local/games +PATH: /snap/bin +PATH: /home/dh0128_kwak/.dotnet/tools +PATH: /usr/lib/jvm/java-8-oracle/bin +PATH: /usr/lib/jvm/java-8-oracle/db/bin +PATH: /usr/lib/jvm/java-8-oracle/jre/bin +PATH: /usr/Prevent/coverity-analysis/bin +PATH: /home/dh0128_kwak/Utils/Svace +PATH: /home/dh0128_kwak/.rvm/bin +PATH: ~/work/open/svace-2.1.41-x64-linux/bin +PATH: /home/dh0128_kwak/tizen-studio/ide +PATH: /home/dh0128_kwak/tizen-studio/tools +PATH: /home/dh0128_kwak/tizen-studio/platforms/tizen-5.0/common/tidl + + +## ----------- ## +## Core tests. ## +## ----------- ## + +configure:1794: checking for a BSD-compatible install +configure:1862: result: /usr/bin/install -c +configure:1873: checking whether build environment is sane +configure:1928: result: yes +configure:2079: checking for a thread-safe mkdir -p +configure:2118: result: /bin/mkdir -p +configure:2125: checking for gawk +configure:2141: found /usr/bin/gawk +configure:2152: result: gawk +configure:2163: checking whether make sets $(MAKE) +configure:2185: result: yes +configure:2214: checking whether make supports nested variables +configure:2231: result: yes +configure:2359: checking whether make supports nested variables +configure:2376: result: yes +configure:2388: checking whether to enable maintainer-specific portions of Makefiles +configure:2397: result: yes +configure:2415: checking for a sed that does not truncate output +configure:2479: result: /bin/sed +configure:2486: checking for curl +configure:2502: found /home/dh0128_kwak/anaconda3/bin/curl +configure:2513: result: curl +configure:2523: checking for wget +configure:2539: found /usr/bin/wget +configure:2550: result: wget +configure:2713: checking that generated files are newer than configure +configure:2719: result: done +configure:2731: creating ./config.status + +## ---------------------- ## +## Running config.status. ## +## ---------------------- ## + +This file was extended by mm-common config.status 0.9.5, which was +generated by GNU Autoconf 2.69. Invocation command line was + + CONFIG_FILES = + CONFIG_HEADERS = + CONFIG_LINKS = + CONFIG_COMMANDS = + $ ./config.status + +on dh0128-linux + +config.status:756: creating Makefile +config.status:756: creating doctags/mm-common-libstdc++.pc +config.status:756: creating doctags/mm-common-libstdc++-uninstalled.pc +config.status:756: creating macros/mm-common.m4 +config.status:756: creating util/mm-common-util.pc +config.status:756: creating util/mm-common-prepare + +## ---------------- ## +## Cache variables. ## +## ---------------- ## + +ac_cv_env_ACLOCAL_FLAGS_set= +ac_cv_env_ACLOCAL_FLAGS_value= +ac_cv_env_CURL_set= +ac_cv_env_CURL_value= +ac_cv_env_WGET_set= +ac_cv_env_WGET_value= +ac_cv_env_build_alias_set= +ac_cv_env_build_alias_value= +ac_cv_env_host_alias_set= +ac_cv_env_host_alias_value= +ac_cv_env_target_alias_set= +ac_cv_env_target_alias_value= +ac_cv_path_SED=/bin/sed +ac_cv_path_install='/usr/bin/install -c' +ac_cv_path_mkdir=/bin/mkdir +ac_cv_prog_AWK=gawk +ac_cv_prog_CURL=curl +ac_cv_prog_WGET=wget +ac_cv_prog_make_make_set=yes +am_cv_make_support_nested_variables=yes + +## ----------------- ## +## Output variables. ## +## ----------------- ## + +ACLOCAL='${SHELL} /home/dh0128_kwak/work/tizen/mm-common/missing aclocal-1.15' +ACLOCAL_FLAGS='' +AMTAR='$${TAR-tar}' +AM_BACKSLASH='\' +AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +AM_DEFAULT_VERBOSITY='1' +AM_V='$(V)' +AUTOCONF='${SHELL} /home/dh0128_kwak/work/tizen/mm-common/missing autoconf' +AUTOHEADER='${SHELL} /home/dh0128_kwak/work/tizen/mm-common/missing autoheader' +AUTOMAKE='${SHELL} /home/dh0128_kwak/work/tizen/mm-common/missing automake-1.15' +AWK='gawk' +CURL='curl' +CYGPATH_W='echo' +DEFS='-DPACKAGE_NAME=\"mm-common\" -DPACKAGE_TARNAME=\"mm-common\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"mm-common\ 0.9.5\" -DPACKAGE_BUGREPORT=\"https://bugzilla.gnome.org/enter_bug.cgi\?product=mm-common\" -DPACKAGE_URL=\"http://www.gtkmm.org/\"' +ECHO_C='' +ECHO_N='-n' +ECHO_T='' +INSTALL_DATA='${INSTALL} -m 644' +INSTALL_PROGRAM='${INSTALL}' +INSTALL_SCRIPT='${INSTALL}' +INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' +LIBOBJS='' +LIBS='' +LTLIBOBJS='' +MAINT='' +MAINTAINER_MODE_FALSE='#' +MAINTAINER_MODE_TRUE='' +MAKEINFO='${SHELL} /home/dh0128_kwak/work/tizen/mm-common/missing makeinfo' +MKDIR_P='/bin/mkdir -p' +PACKAGE='mm-common' +PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common' +PACKAGE_NAME='mm-common' +PACKAGE_STRING='mm-common 0.9.5' +PACKAGE_TARNAME='mm-common' +PACKAGE_URL='http://www.gtkmm.org/' +PACKAGE_VERSION='0.9.5' +PATH_SEPARATOR=':' +SED='/bin/sed' +SET_MAKE='' +SHELL='/bin/bash' +STRIP='' +VERSION='0.9.5' +WGET='wget' +am__isrc='' +am__leading_dot='.' +am__tar='$${TAR-tar} chof - "$$tardir"' +am__untar='$${TAR-tar} xf -' +bindir='${exec_prefix}/bin' +build_alias='' +datadir='${datarootdir}' +datarootdir='${prefix}/share' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +dvidir='${docdir}' +exec_prefix='${prefix}' +host_alias='' +htmldir='${docdir}' +includedir='${prefix}/include' +infodir='${datarootdir}/info' +install_sh='${SHELL} /home/dh0128_kwak/work/tizen/mm-common/install-sh' +libdir='${exec_prefix}/lib' +libexecdir='${exec_prefix}/libexec' +localedir='${datarootdir}/locale' +localstatedir='${prefix}/var' +mandir='${datarootdir}/man' +mkdir_p='$(MKDIR_P)' +oldincludedir='/usr/include' +pdfdir='${docdir}' +prefix='/usr/local' +program_transform_name='s,x,x,' +psdir='${docdir}' +runstatedir='${localstatedir}/run' +sbindir='${exec_prefix}/sbin' +sharedstatedir='${prefix}/com' +sysconfdir='${prefix}/etc' +target_alias='' + +## ----------- ## +## confdefs.h. ## +## ----------- ## + +/* confdefs.h */ +#define PACKAGE_NAME "mm-common" +#define PACKAGE_TARNAME "mm-common" +#define PACKAGE_VERSION "0.9.5" +#define PACKAGE_STRING "mm-common 0.9.5" +#define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common" +#define PACKAGE_URL "http://www.gtkmm.org/" + +configure: exit 0 diff --git a/config.status b/config.status new file mode 100755 index 0000000..bc1bde1 --- /dev/null +++ b/config.status @@ -0,0 +1,934 @@ +#! /bin/bash +# Generated by configure. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=${CONFIG_SHELL-/bin/bash} +export SHELL +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by mm-common $as_me 0.9.5, which was +generated by GNU Autoconf 2.69. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +# Files that config.status was made for. +config_files=" Makefile doctags/mm-common-libstdc++.pc doctags/mm-common-libstdc++-uninstalled.pc macros/mm-common.m4 util/mm-common-util.pc util/mm-common-prepare" + +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + +Configuration files: +$config_files + +Report bugs to . +mm-common home page: ." + +ac_cs_config="'--enable-maintainer-mode'" +ac_cs_version="\ +mm-common config.status 0.9.5 +configured by ./configure, generated by GNU Autoconf 2.69, + with options \"$ac_cs_config\" + +Copyright (C) 2012 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='/home/dh0128_kwak/work/tizen/mm-common' +srcdir='.' +INSTALL='/usr/bin/install -c' +MKDIR_P='/bin/mkdir -p' +AWK='gawk' +test -n "$AWK" || AWK=awk +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + $as_echo "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h | --help | --hel | -h ) + $as_echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +if $ac_cs_recheck; then + set X /bin/bash './configure' '--enable-maintainer-mode' $ac_configure_extra_args --no-create --no-recursion + shift + $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6 + CONFIG_SHELL='/bin/bash' + export CONFIG_SHELL + exec "$@" +fi + +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + $as_echo "$ac_log" +} >&5 + + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "doctags/mm-common-libstdc++.pc") CONFIG_FILES="$CONFIG_FILES doctags/mm-common-libstdc++.pc" ;; + "doctags/mm-common-libstdc++-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES doctags/mm-common-libstdc++-uninstalled.pc" ;; + "macros/mm-common.m4") CONFIG_FILES="$CONFIG_FILES macros/mm-common.m4" ;; + "util/mm-common-util.pc") CONFIG_FILES="$CONFIG_FILES util/mm-common-util.pc" ;; + "util/mm-common-prepare") CONFIG_FILES="$CONFIG_FILES util/mm-common-prepare" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +cat >>"$ac_tmp/subs1.awk" <<\_ACAWK && +S["LTLIBOBJS"]="" +S["LIBOBJS"]="" +S["SED"]="/bin/sed" +S["WGET"]="wget" +S["CURL"]="curl" +S["ACLOCAL_FLAGS"]="" +S["MAINT"]="" +S["MAINTAINER_MODE_FALSE"]="#" +S["MAINTAINER_MODE_TRUE"]="" +S["AM_BACKSLASH"]="\\" +S["AM_DEFAULT_VERBOSITY"]="1" +S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)" +S["AM_V"]="$(V)" +S["am__untar"]="$${TAR-tar} xf -" +S["am__tar"]="$${TAR-tar} chof - \"$$tardir\"" +S["AMTAR"]="$${TAR-tar}" +S["am__leading_dot"]="." +S["SET_MAKE"]="" +S["AWK"]="gawk" +S["mkdir_p"]="$(MKDIR_P)" +S["MKDIR_P"]="/bin/mkdir -p" +S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" +S["STRIP"]="" +S["install_sh"]="${SHELL} /home/dh0128_kwak/work/tizen/mm-common/install-sh" +S["MAKEINFO"]="${SHELL} /home/dh0128_kwak/work/tizen/mm-common/missing makeinfo" +S["AUTOHEADER"]="${SHELL} /home/dh0128_kwak/work/tizen/mm-common/missing autoheader" +S["AUTOMAKE"]="${SHELL} /home/dh0128_kwak/work/tizen/mm-common/missing automake-1.15" +S["AUTOCONF"]="${SHELL} /home/dh0128_kwak/work/tizen/mm-common/missing autoconf" +S["ACLOCAL"]="${SHELL} /home/dh0128_kwak/work/tizen/mm-common/missing aclocal-1.15" +S["VERSION"]="0.9.5" +S["PACKAGE"]="mm-common" +S["CYGPATH_W"]="echo" +S["am__isrc"]="" +S["INSTALL_DATA"]="${INSTALL} -m 644" +S["INSTALL_SCRIPT"]="${INSTALL}" +S["INSTALL_PROGRAM"]="${INSTALL}" +S["target_alias"]="" +S["host_alias"]="" +S["build_alias"]="" +S["LIBS"]="" +S["ECHO_T"]="" +S["ECHO_N"]="-n" +S["ECHO_C"]="" +S["DEFS"]="-DPACKAGE_NAME=\\\"mm-common\\\" -DPACKAGE_TARNAME=\\\"mm-common\\\" -DPACKAGE_VERSION=\\\"0.9.5\\\" -DPACKAGE_STRING=\\\"mm-common\\ 0.9.5\\\" -DPACKAGE_BUGREPORT=\\"\ +"\"https://bugzilla.gnome.org/enter_bug.cgi\\?product=mm-common\\\" -DPACKAGE_URL=\\\"http://www.gtkmm.org/\\\"" +S["mandir"]="${datarootdir}/man" +S["localedir"]="${datarootdir}/locale" +S["libdir"]="${exec_prefix}/lib" +S["psdir"]="${docdir}" +S["pdfdir"]="${docdir}" +S["dvidir"]="${docdir}" +S["htmldir"]="${docdir}" +S["infodir"]="${datarootdir}/info" +S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}" +S["oldincludedir"]="/usr/include" +S["includedir"]="${prefix}/include" +S["runstatedir"]="${localstatedir}/run" +S["localstatedir"]="${prefix}/var" +S["sharedstatedir"]="${prefix}/com" +S["sysconfdir"]="${prefix}/etc" +S["datadir"]="${datarootdir}" +S["datarootdir"]="${prefix}/share" +S["libexecdir"]="${exec_prefix}/libexec" +S["sbindir"]="${exec_prefix}/sbin" +S["bindir"]="${exec_prefix}/bin" +S["program_transform_name"]="s,x,x," +S["prefix"]="/usr/local" +S["exec_prefix"]="${prefix}" +S["PACKAGE_URL"]="http://www.gtkmm.org/" +S["PACKAGE_BUGREPORT"]="https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common" +S["PACKAGE_STRING"]="mm-common 0.9.5" +S["PACKAGE_VERSION"]="0.9.5" +S["PACKAGE_TARNAME"]="mm-common" +S["PACKAGE_NAME"]="mm-common" +S["PATH_SEPARATOR"]=":" +S["SHELL"]="/bin/bash" +_ACAWK +cat >>"$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +fi # test -n "$CONFIG_FILES" + + +eval set X " :F $CONFIG_FILES " +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} + ac_datarootdir_hack=' + s&@datadir@&${datarootdir}&g + s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g + s&@infodir@&${datarootdir}/info&g + s&@localedir@&${datarootdir}/locale&g + s&@mandir@&${datarootdir}/man&g + s&\${datarootdir}&${prefix}/share&g' ;; +esac +ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +} + +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + + + + esac + +done # for ac_tag + + +as_fn_exit 0 diff --git a/configure b/configure new file mode 100755 index 0000000..3230470 --- /dev/null +++ b/configure @@ -0,0 +1,3755 @@ +#! /bin/sh +# Guess values for system-dependent variables and create Makefiles. +# Generated by GNU Autoconf 2.69 for mm-common 0.9.5. +# +# Report bugs to . +# +# +# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. +# +# +# This configure script is free software; the Free Software Foundation +# gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +as_fn_exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : + +else + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1 +test -x / || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 +test \$(( 1 + 1 )) = 2 || exit 1" + if (eval "$as_required") 2>/dev/null; then : + as_have_required=yes +else + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : + +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + as_found=: + case $as_dir in #( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir/$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : + CONFIG_SHELL=$as_shell as_have_required=yes + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : + break 2 +fi +fi + done;; + esac + as_found=false +done +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi; } +IFS=$as_save_IFS + + + if test "x$CONFIG_SHELL" != x; then : + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 +fi + + if test x$as_have_required = xno; then : + $as_echo "$0: This script requires a shell more modern than all" + $as_echo "$0: the shells that I found on your system." + if test x${ZSH_VERSION+set} = xset ; then + $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" + $as_echo "$0: be upgraded to zsh 4.3.4 or later." + else + $as_echo "$0: Please tell bug-autoconf@gnu.org and +$0: https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common +$0: about your system, including any error possibly output +$0: before this message. Then install a modern shell, or +$0: manually run the script under such a shell if you do +$0: have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIBOBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='mm-common' +PACKAGE_TARNAME='mm-common' +PACKAGE_VERSION='0.9.5' +PACKAGE_STRING='mm-common 0.9.5' +PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common' +PACKAGE_URL='http://www.gtkmm.org/' + +ac_unique_file="util/mm-common-prepare.in" +ac_subst_vars='LTLIBOBJS +LIBOBJS +SED +WGET +CURL +ACLOCAL_FLAGS +MAINT +MAINTAINER_MODE_FALSE +MAINTAINER_MODE_TRUE +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +runstatedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_silent_rules +enable_maintainer_mode +' + ac_precious_vars='build_alias +host_alias +target_alias +ACLOCAL_FLAGS +CURL +WGET' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *=) ac_optarg= ;; + *) ac_optarg=yes ;; + esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir runstatedir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error $? "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error $? "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures mm-common 0.9.5 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/mm-common] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of mm-common 0.9.5:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-maintainer-mode + enable make rules and dependencies not useful (and + sometimes confusing) to the casual installer + +Some influential environment variables: + ACLOCAL_FLAGS + aclocal flags, e.g. -I + CURL curl transfer command + WGET wget download command + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to . +mm-common home page: . +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +mm-common configure 0.9.5 +generated by GNU Autoconf 2.69 + +Copyright (C) 2012 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by mm-common $as_me 0.9.5, which was +generated by GNU Autoconf 2.69. Invocation command line was + + $ $0 $@ + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + $as_echo "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + $as_echo "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + $as_echo "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + $as_echo "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + $as_echo "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +$as_echo "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_URL "$PACKAGE_URL" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE +if test -n "$CONFIG_SITE"; then + # We do not want a PATH search for config.site. + case $CONFIG_SITE in #(( + -*) ac_site_file1=./$CONFIG_SITE;; + */*) ac_site_file1=$CONFIG_SITE;; + *) ac_site_file1=./$CONFIG_SITE;; + esac +elif test "x$prefix" != xNONE; then + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site +else + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site +fi +for ac_site_file in "$ac_site_file1" "$ac_site_file2" +do + test "x$ac_site_file" = xNONE && continue + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +$as_echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + + + +am__api_version='1.15' + +ac_aux_dir= +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do + if test -f "$ac_dir/install-sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install-sh -c" + break + elif test -f "$ac_dir/install.sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install.sh -c" + break + elif test -f "$ac_dir/shtool"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/shtool install -c" + break + fi +done +if test -z "$ac_aux_dir"; then + as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 +fi + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + + +# Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if ${ac_cv_path_install+:} false; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in #(( + ./ | .// | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +$as_echo_n "checking whether build environment is sane... " >&6; } +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error $? "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` + +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` + +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if ${ac_cv_path_mkdir+:} false; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir (GNU coreutils) '* | \ + 'mkdir (coreutils) '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done +IFS=$as_save_IFS + +fi + + test -d ./--version && rmdir ./--version + if test "${ac_cv_path_mkdir+set}" = set; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +$as_echo "$MKDIR_P" >&6; } + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_AWK+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +$as_echo "$AWK" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + SET_MAKE= +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +# Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='mm-common' + VERSION='0.9.5' + + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' + +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' + + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' + +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' + + + + + + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi + +# Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 +$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } + # Check whether --enable-maintainer-mode was given. +if test "${enable_maintainer_mode+set}" = set; then : + enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval +else + USE_MAINTAINER_MODE=no +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 +$as_echo "$USE_MAINTAINER_MODE" >&6; } + if test $USE_MAINTAINER_MODE = yes; then + MAINTAINER_MODE_TRUE= + MAINTAINER_MODE_FALSE='#' +else + MAINTAINER_MODE_TRUE='#' + MAINTAINER_MODE_FALSE= +fi + + MAINT=$MAINTAINER_MODE_TRUE + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 +$as_echo_n "checking for a sed that does not truncate output... " >&6; } +if ${ac_cv_path_SED+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for ac_i in 1 2 3 4 5 6 7; do + ac_script="$ac_script$as_nl$ac_script" + done + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed + { ac_script=; unset ac_script;} + if test -z "$SED"; then + ac_path_SED_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in sed gsed; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_SED" || continue +# Check for GNU ac_path_SED and select it if it is found. + # Check for GNU $ac_path_SED +case `"$ac_path_SED" --version 2>&1` in +*GNU*) + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_SED_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_SED="$ac_path_SED" + ac_path_SED_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_SED_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_SED"; then + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 + fi +else + ac_cv_path_SED=$SED +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +$as_echo "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed + +# Extract the first word of "curl", so it can be a program name with args. +set dummy curl; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CURL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CURL"; then + ac_cv_prog_CURL="$CURL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CURL="curl" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CURL=$ac_cv_prog_CURL +if test -n "$CURL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CURL" >&5 +$as_echo "$CURL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +# Extract the first word of "wget", so it can be a program name with args. +set dummy wget; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_WGET+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$WGET"; then + ac_cv_prog_WGET="$WGET" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_WGET="wget" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +WGET=$ac_cv_prog_WGET +if test -n "$WGET"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WGET" >&5 +$as_echo "$WGET" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + +if test "x$USE_MAINTAINER_MODE" != xno && test "x$CURL$WGET" = x; then : + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Either curl or wget is required for building mm-common. +See \`config.log' for more details" "$LINENO" 5; } +fi + +ac_config_files="$ac_config_files Makefile doctags/mm-common-libstdc++.pc doctags/mm-common-libstdc++-uninstalled.pc macros/mm-common.m4 util/mm-common-util.pc util/mm-common-prepare" + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi + else + { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +# Transform confdefs.h into DEFS. +# Protect against shell expansion while executing Makefile rules. +# Protect against Makefile macro expansion. +# +# If the first sed substitution is executed (which looks for macros that +# take arguments), then branch to the quote section. Otherwise, +# look for a macro that doesn't take arguments. +ac_script=' +:mline +/\\$/{ + N + s,\\\n,, + b mline +} +t clear +:clear +s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g +t quote +s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g +t quote +b any +:quote +s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g +s/\[/\\&/g +s/\]/\\&/g +s/\$/$$/g +H +:any +${ + g + s/^\n// + s/\n/ /g + p +} +' +DEFS=`sed -n "$ac_script" confdefs.h` + + +ac_libobjs= +ac_ltlibobjs= +U= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +$as_echo_n "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 +$as_echo "done" >&6; } + +if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then + as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + +: "${CONFIG_STATUS=./config.status}" +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by mm-common $as_me 0.9.5, which was +generated by GNU Autoconf 2.69. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + +Configuration files: +$config_files + +Report bugs to . +mm-common home page: ." + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" +ac_cs_version="\\ +mm-common config.status 0.9.5 +configured by $0, generated by GNU Autoconf 2.69, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2012 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + $as_echo "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h | --help | --hel | -h ) + $as_echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + $as_echo "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "doctags/mm-common-libstdc++.pc") CONFIG_FILES="$CONFIG_FILES doctags/mm-common-libstdc++.pc" ;; + "doctags/mm-common-libstdc++-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES doctags/mm-common-libstdc++-uninstalled.pc" ;; + "macros/mm-common.m4") CONFIG_FILES="$CONFIG_FILES macros/mm-common.m4" ;; + "util/mm-common-util.pc") CONFIG_FILES="$CONFIG_FILES util/mm-common-util.pc" ;; + "util/mm-common-prepare") CONFIG_FILES="$CONFIG_FILES util/mm-common-prepare" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + + +eval set X " :F $CONFIG_FILES " +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + + + + esac + +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + diff --git a/doctags/libstdc++.tag b/doctags/libstdc++.tag new file mode 100644 index 0000000..2fb3622 --- /dev/null +++ b/doctags/libstdc++.tag @@ -0,0 +1,118632 @@ + + + + algo.h + a00857 + parallel/algorithmfwd.h + bits/stl_algobase.h + bits/stl_algo.h + parallel/iterator.h + parallel/base.h + parallel/sort.h + parallel/workstealing.h + parallel/par_loop.h + parallel/omp_loop.h + parallel/omp_loop_static.h + parallel/for_each_selectors.h + parallel/for_each.h + parallel/find.h + parallel/find_selectors.h + parallel/search.h + parallel/random_shuffle.h + parallel/partition.h + parallel/merge.h + parallel/unique_copy.h + parallel/set_operations.h + std::__parallel::_CRandNumber + std + std::__parallel + + + algobase.h + a00860 + bits/stl_algobase.h + parallel/base.h + parallel/algorithmfwd.h + parallel/find.h + parallel/find_selectors.h + std + std::__parallel + + + algorithm + a00038 + utility + bits/stl_algobase.h + bits/stl_algo.h + + + ext/algorithm + a15162 + algorithm + __gnu_cxx + + const _Tp & + __median + a01465.html + ga0b1bd4fe66e82c6d9d2257570aea3f07 + (const _Tp &__a, const _Tp &__b, const _Tp &__c) + + + const _Tp & + __median + a01465.html + gab2ccdd18aa0ed8eb2757efc6786f7481 + (const _Tp &__a, const _Tp &__b, const _Tp &__c, _Compare __comp) + + + pair< _InputIterator, _OutputIterator > + copy_n + a01465.html + ga72c21e0f95b2b3cb6ea2785ee4108b01 + (_InputIterator __first, _Size __count, _OutputIterator __result) + + + int + lexicographical_compare_3way + a01465.html + gadd7eb026c10d4a6929b8c61d0501bdee + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) + + + _RandomAccessIterator + random_sample + a01465.html + ga5ebfe3733a0ab6455f0fc33dce0aedc1 + (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __out_first, _RandomAccessIterator __out_last) + + + _RandomAccessIterator + random_sample + a01465.html + ga78e35bfad53c1a60a52486366d7f1f4e + (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __out_first, _RandomAccessIterator __out_last, _RandomNumberGenerator &__rand) + + + _OutputIterator + random_sample_n + a01465.html + ga4992181b3aa066878aff43c4bfb84ae5 + (_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __out, const _Distance __n) + + + _OutputIterator + random_sample_n + a01465.html + gafa6f89a01277d183380798fae9826172 + (_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __out, const _Distance __n, _RandomNumberGenerator &__rand) + + + + parallel/algorithm + a15165 + algorithm + parallel/algorithmfwd.h + parallel/algobase.h + parallel/algo.h + + + experimental/algorithm + a15168 + algorithm + experimental/bits/lfts_config.h + std + + _SampleIterator + sample + a15168.html + af067512484dd50436247bf11d05863a5 + (_PopulationIterator __first, _PopulationIterator __last, _SampleIterator __out, _Distance __n, _UniformRandomNumberGenerator &&__g) + + + + bits/algorithmfwd.h + a15171 + bits/c++config.h + bits/stl_pair.h + bits/stl_iterator_base_types.h + initializer_list + std + + bool + equal + a01487.html + ga444f163947d0a55953d1c317b31aee89 + (_IIter1 __first1, _IIter1 __last1, _IIter2 __first2, _BinaryPredicate __binary_pred) + + + _GLIBCXX14_CONSTEXPR const _Tp & + max + a01488.html + ga84d30d8c4b3f2cbe8ec2055c34a578da + (const _Tp &__a, const _Tp &__b) + + + _GLIBCXX14_CONSTEXPR const _Tp & + max + a01488.html + ga2a22232a7bcd3b1f87a45a5fb01ac9c3 + (const _Tp &__a, const _Tp &__b, _Compare __comp) + + + _GLIBCXX14_CONSTEXPR const _Tp & + min + a01488.html + gad48656de2f272a953455e1fff2532125 + (const _Tp &__a, const _Tp &__b) + + + _GLIBCXX14_CONSTEXPR const _Tp & + min + a01488.html + ga6499dc0f7db12560643a3b79db5357f6 + (const _Tp &__a, const _Tp &__b, _Compare __comp) + + + _GLIBCXX14_CONSTEXPR pair< const _Tp &, const _Tp & > + minmax + a01488.html + ga67c7bf4c4b3c5cbf251a3812e06e0308 + (const _Tp &__a, const _Tp &__b) + + + _GLIBCXX14_CONSTEXPR pair< const _Tp &, const _Tp & > + minmax + a01488.html + ga74c98df71fd53702699434040aacb249 + (const _Tp &__a, const _Tp &__b, _Compare __comp) + + + + parallel/algorithmfwd.h + a15174 + parallel/tags.h + parallel/settings.h + std + std::__parallel + + + aligned_buffer.h + a01022 + type_traits + __gnu_cxx + + + bits/alloc_traits.h + a15177 + bits/memoryfwd.h + bits/ptr_traits.h + ext/numeric_traits.h + std::allocator_traits + std::allocator_traits< allocator< _Tp > > + std + + + ext/alloc_traits.h + a15180 + bits/move.h + bits/alloc_traits.h + __gnu_cxx::__alloc_traits + __gnu_cxx + + + allocated_ptr.h + a00269 + type_traits + bits/ptr_traits.h + bits/alloc_traits.h + std::__allocated_ptr + std + + __allocated_ptr< _Alloc > + __allocate_guarded + a01544.html + a1fa3f7679aec1619e37fddf24eb70a11 + (_Alloc &__a) + + + + allocator.h + a00272 + bits/c++allocator.h + bits/memoryfwd.h + type_traits + std::allocator + std::allocator< void > + std + + + any + a01004 + typeinfo + new + utility + type_traits + experimental/bits/lfts_config.h + std::experimental::fundamentals_v1::any + std::experimental::fundamentals_v1::bad_any_cast + std + + _ValueType + any_cast + a01518.html + ga3804b3e41a5ff0dae8d32c2cf453995f + (const any &__any) + + + void + swap + a01518.html + ga8007443c4b8291e332ef93b1875440b9 + (any &__x, any &__y) noexcept + + + _ValueType + any_cast + a01518.html + ga07b480a27e1afe811ba7f9a00b872b02 + (any &__any) + + + _ValueType + any_cast + a01518.html + ga1caa36240a2b94c244dbe57273c0be2d + (any &&__any) + + + const _ValueType * + any_cast + a01518.html + gad86d82adff5b2c8d613f2f248729aa02 + (const any *__any) noexcept + + + _ValueType * + any_cast + a01518.html + ga30e7b55472db9e7d44060e5db2c2f255 + (any *__any) noexcept + + + _ValueType + any_cast + a01518.html + ga07b480a27e1afe811ba7f9a00b872b02 + (any &__any) + + + _ValueType + any_cast + a01518.html + ga1caa36240a2b94c244dbe57273c0be2d + (any &&__any) + + + const _ValueType * + any_cast + a01518.html + gad86d82adff5b2c8d613f2f248729aa02 + (const any *__any) noexcept + + + _ValueType * + any_cast + a01518.html + ga30e7b55472db9e7d44060e5db2c2f255 + (any *__any) noexcept + + + + array + a00041 + utility + stdexcept + bits/stl_algobase.h + bits/range_access.h + std::array + std::tuple_element + std::tuple_element< _Int, ::array< _Tp, _Nm > > + std::tuple_size + std::tuple_size<::array< _Tp, _Nm > > + std + + + debug/array + a15183 + array + debug/formatter.h + debug/macros.h + std::tuple_element< _Int, std::__debug::array< _Tp, _Nm > > + std::tuple_size< std::__debug::array< _Tp, _Nm > > + std + std::__debug + + + experimental/array + a15186 + array + experimental/type_traits + std + + + array_allocator.h + a01025 + bits/c++config.h + new + bits/functexcept.h + bits/move.h + type_traits + __gnu_cxx::array_allocator + __gnu_cxx::array_allocator_base + __gnu_cxx + + + assertions.h + a00734 + + + assoc_container.hpp + a01112 + bits/c++config.h + ext/typelist.h + ext/pb_ds/tag_and_trait.hpp + ext/pb_ds/detail/standard_policies.hpp + ext/pb_ds/detail/container_base_dispatch.hpp + ext/pb_ds/detail/branch_policy/traits.hpp + __gnu_pbds::basic_branch + __gnu_pbds::basic_hash_table + __gnu_pbds::cc_hash_table + __gnu_pbds::gp_hash_table + __gnu_pbds::list_update + __gnu_pbds::tree + __gnu_pbds::trie + __gnu_pbds + + + atomic + a00044 + bits/atomic_base.h + bits/move.h + std::atomic + std::atomic + std::atomic< _Tp * > + std::atomic< bool > + std::atomic< char > + std::atomic< char16_t > + std::atomic< char32_t > + std::atomic< int > + std::atomic< long > + std::atomic< long long > + std::atomic< short > + std::atomic< signed char > + std::atomic< unsigned char > + std::atomic< unsigned int > + std::atomic< unsigned long > + std::atomic< unsigned long long > + std::atomic< unsigned short > + std::atomic< wchar_t > + std + + atomic< bool > + atomic_bool + a01491.html + gaf6086d29df25216dda5a4a25283e8c1b + + + + atomic< char > + atomic_char + a01491.html + ga8cc2dcae0c8faa76777765c4f1c0556e + + + + atomic< char16_t > + atomic_char16_t + a01491.html + gabf645b9de4785104feaa9827cd672279 + + + + atomic< char32_t > + atomic_char32_t + a01491.html + gaceeeb98077f495bd03a4a8186b93c042 + + + + atomic< int > + atomic_int + a01491.html + ga8e9e8e31eec44834b1fa3ec4e1ccf3e7 + + + + atomic< int16_t > + atomic_int16_t + a01491.html + ga499c4d63597f582f334f53fe66390130 + + + + atomic< int32_t > + atomic_int32_t + a01491.html + gaabd065724c5ce31539dedb8add48ac46 + + + + atomic< int64_t > + atomic_int64_t + a01491.html + ga919f362eb712ce8408b2e7fc93986ce9 + + + + atomic< int8_t > + atomic_int8_t + a01491.html + gab650a220c21b0cc1f05c207466d10f2b + + + + atomic< int_fast16_t > + atomic_int_fast16_t + a01491.html + gaa216f3a1d57fa3c13c4d59ab3c45b461 + + + + atomic< int_fast32_t > + atomic_int_fast32_t + a01491.html + ga8c46317e4ac11eaa3e53f2ec66158fc0 + + + + atomic< int_fast64_t > + atomic_int_fast64_t + a01491.html + gac2dff45ca4a14c2bb7f1ad3360377344 + + + + atomic< int_fast8_t > + atomic_int_fast8_t + a01491.html + gaecfbb17217b6ff2f0c15e49dfd7ec459 + + + + atomic< int_least16_t > + atomic_int_least16_t + a01491.html + gad6a704d09ccc631022ebc6733817362b + + + + atomic< int_least32_t > + atomic_int_least32_t + a01491.html + ga72bfafa96eaec8a7d8a0e71f706dd40f + + + + atomic< int_least64_t > + atomic_int_least64_t + a01491.html + gaf3dcb968315142320d83651f335325ff + + + + atomic< int_least8_t > + atomic_int_least8_t + a01491.html + ga1b1448266ad00a16c95e1f8bbc98e659 + + + + atomic< intmax_t > + atomic_intmax_t + a01491.html + ga02ac5738a7a9f78bf894ace288d90576 + + + + atomic< intptr_t > + atomic_intptr_t + a01491.html + ga479fe44f81f5f2a68e9b10d022e4b563 + + + + atomic< long long > + atomic_llong + a01491.html + gabf25364f5fd505a27d78d7e3434ec337 + + + + atomic< long > + atomic_long + a01491.html + ga516afb5820a1d4d2bee3016c335e7f32 + + + + atomic< ptrdiff_t > + atomic_ptrdiff_t + a01491.html + gac91469c8dac9ea566aa123ee72834456 + + + + atomic< signed char > + atomic_schar + a01491.html + ga149ab9f968045c030b28cc66b21c90fe + + + + atomic< short > + atomic_short + a01491.html + ga57ba7af47bbbe212c68aac803df94e66 + + + + atomic< size_t > + atomic_size_t + a01491.html + ga50f0c06e2ed82868b43d9fdf802c15dd + + + + atomic< unsigned char > + atomic_uchar + a01491.html + gae195150d772d7de1590a467c94d2efbd + + + + atomic< unsigned int > + atomic_uint + a01491.html + ga8229f523dabc2103dd045fbc7922deb6 + + + + atomic< uint16_t > + atomic_uint16_t + a01491.html + ga60f6513810459148ec357bbb993ae031 + + + + atomic< uint32_t > + atomic_uint32_t + a01491.html + gafdf19d28e7b224eae4986982432e3031 + + + + atomic< uint64_t > + atomic_uint64_t + a01491.html + ga61a2758446aadb239e0f77a1b7e1c95d + + + + atomic< uint8_t > + atomic_uint8_t + a01491.html + ga733c7b7c5f6035d86928e70083c3b74d + + + + atomic< uint_fast16_t > + atomic_uint_fast16_t + a01491.html + gab61c0b01e90d43f0213aa7abd2f5f335 + + + + atomic< uint_fast32_t > + atomic_uint_fast32_t + a01491.html + gaf84e67c027b9befda86fa336a250ad19 + + + + atomic< uint_fast64_t > + atomic_uint_fast64_t + a01491.html + ga891df3fc547ce305e223078a002a30ae + + + + atomic< uint_fast8_t > + atomic_uint_fast8_t + a01491.html + ga40baf341b0da82de1dda4f09d82e0ac5 + + + + atomic< uint_least16_t > + atomic_uint_least16_t + a01491.html + ga5c55fde43e38cd4b03ca13fb1a5e2a22 + + + + atomic< uint_least32_t > + atomic_uint_least32_t + a01491.html + ga882202b2c37d84f063452cb6919f0a72 + + + + atomic< uint_least64_t > + atomic_uint_least64_t + a01491.html + ga90b9e9b26f9e2224e5623c59f27c36be + + + + atomic< uint_least8_t > + atomic_uint_least8_t + a01491.html + ga5328da93da870cab076210266f0b1ab4 + + + + atomic< uintmax_t > + atomic_uintmax_t + a01491.html + ga9567942c4ccb9bf8a98cc8bf9e0dd37b + + + + atomic< uintptr_t > + atomic_uintptr_t + a01491.html + ga02e709315376fdc02556368b8035c5ac + + + + atomic< unsigned long long > + atomic_ullong + a01491.html + ga3c5b7b2c577e1b477dc11dc501dfff44 + + + + atomic< unsigned long > + atomic_ulong + a01491.html + ga00ea9684fdf38053c69ad0235e67eb26 + + + + atomic< unsigned short > + atomic_ushort + a01491.html + gaf0c7dae0fbcf1dbaf85913a5cece6462 + + + + atomic< wchar_t > + atomic_wchar_t + a01491.html + ga817fa93d87437b86fd8cbd6e77458631 + + + + + atomic_base.h + a00275 + bits/c++config.h + bits/atomic_lockfree_defines.h + std::__atomic_base + std::__atomic_base + std::__atomic_base< _PTp * > + std::__atomic_flag_base + std::atomic + std::atomic_flag + std + + enum std::memory_order + memory_order + a01491.html + ga7163c4f13e7624eb78b16bb599a72f98 + + + + + memory_order + a01491.html + gab4f8c60de95c10793a8e3e27fcb800d9 + + + + _Tp + kill_dependency + a01491.html + gac8b65b60a2e0cb41d573f174a4c3c423 + (_Tp __y) noexcept + + + + atomic_futex.h + a00278 + bits/c++config.h + atomic + chrono + mutex + condition_variable + std + + + atomic_lockfree_defines.h + a00281 + + #define + ATOMIC_BOOL_LOCK_FREE + a01491.html + ga804f4cd80492d5bc779ef06aa8d77198 + + + + + atomic_word.h + a00641 + + + atomicity.h + a01028 + bits/c++config.h + bits/atomic_word.h + __gnu_cxx + + + auto_ptr.h + a00713 + bits/c++config.h + debug/debug.h + std::auto_ptr + std::auto_ptr_ref + std + + + backward_warning.h + a00716 + + + balanced_quicksort.h + a00863 + parallel/basic_iterator.h + bits/stl_algo.h + bits/stl_function.h + parallel/settings.h + parallel/partition.h + parallel/random_number.h + parallel/queue.h + __gnu_parallel::_QSBThreadLocal + __gnu_parallel + + void + __parallel_sort_qsb + a01576.html + a4093dd098b32542e3d3f43ebd4c6f940 + (_RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __num_threads) + + + void + __qsb_conquer + a01576.html + a8d9c5686c4621822c7c3cdd015f7e693 + (_QSBThreadLocal< _RAIter > **__tls, _RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __iam, _ThreadIndex __num_threads, bool __parent_wait) + + + std::iterator_traits< _RAIter >::difference_type + __qsb_divide + a01576.html + afc19882fd22d39e54475d41fd981ac49 + (_RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __num_threads) + + + void + __qsb_local_sort_with_helping + a01576.html + a7565d258aacb02328cef6eb2781ab711 + (_QSBThreadLocal< _RAIter > **__tls, _Compare &__comp, _ThreadIndex __iam, bool __wait) + + + + profile/base.h + a15189 + profile/impl/profiler.h + __gnu_profile + std + std::__profile + + + parallel/base.h + a15192 + bits/c++config.h + bits/stl_function.h + parallel/features.h + parallel/basic_iterator.h + parallel/parallel.h + __gnu_parallel::__binder1st + __gnu_parallel::__binder2nd + __gnu_parallel::__unary_negate + __gnu_parallel::_EqualFromLess + __gnu_parallel::_EqualTo + __gnu_parallel::_Less + __gnu_parallel::_Multiplies + __gnu_parallel::_Plus + __gnu_parallel::_PseudoSequence + __gnu_parallel::_PseudoSequenceIterator + __gnu_parallel + __gnu_sequential + std + std::__parallel + + void + __decode2 + a01576.html + aee3989c0ed2561801b8a6c0282008cca + (_CASable __x, int &__a, int &__b) + + + _CASable + __encode2 + a01576.html + a7fcc29eb3f2d9c83756a9d99b4105b3b + (int __a, int __b) + + + _RAIter + __median_of_three_iterators + a01576.html + a74914ea59d68887b517e12c90189dbcd + (_RAIter __a, _RAIter __b, _RAIter __c, _Compare __comp) + + + _Size + __rd_log2 + a01576.html + ae8e1f6dc07de01f28bf591339cf8aa9c + (_Size __n) + + + const _Tp & + max + a01576.html + aa05dc1fa1f8a513888fd311ea7b39aa3 + (const _Tp &__a, const _Tp &__b) + + + const _Tp & + min + a01576.html + a694c714713cacc857e126157b5472448 + (const _Tp &__a, const _Tp &__b) + + + + basic_file.h + a00644 + bits/c++config.h + bits/c++io.h + bits/move.h + ios + std + + + basic_ios.h + a00284 + bits/localefwd.h + bits/locale_classes.h + bits/locale_facets.h + bits/streambuf_iterator.h + bits/move.h + bits/basic_ios.tcc + std::basic_ios + std + + + basic_ios.tcc + a00287 + std + + + basic_iterator.h + a00866 + bits/c++config.h + bits/stl_iterator_base_types.h + bits/stl_iterator_base_funcs.h + bits/stl_iterator.h + + + basic_string.h + a00290 + ext/atomicity.h + ext/alloc_traits.h + debug/debug.h + initializer_list + ext/string_conversions.h + bits/functional_hash.h + std::basic_string + std::hash< string > + std::hash< u16string > + std::hash< u32string > + std::hash< wstring > + std + + basic_istream< _CharT, _Traits > & + getline + a01544.html + a3590b5fa48da4e75fbf0054287e3a46b + (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str, _CharT __delim) + + + basic_istream< _CharT, _Traits > & + getline + a01544.html + a5021b4ffdf84c279afac9807d8706cb0 + (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str) + + + basic_istream< _CharT, _Traits > & + getline + a01544.html + a9c69645bd7667ae8b1786cd64473f53a + (basic_istream< _CharT, _Traits > &&__is, basic_string< _CharT, _Traits, _Alloc > &__str, _CharT __delim) + + + basic_istream< _CharT, _Traits > & + getline + a01544.html + acf081acf46eaade2c239bdc42fe54263 + (basic_istream< _CharT, _Traits > &&__is, basic_string< _CharT, _Traits, _Alloc > &__str) + + + bool + operator!= + a01544.html + a9551f72d5a20e1b3db6d73876b71be9c + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept + + + bool + operator!= + a01544.html + ad109463a06be6ce8e32bd270cc92e7c8 + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + + + bool + operator!= + a01544.html + a5cc85385236f8a6157f148fcf2505196 + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) + + + basic_string< _CharT, _Traits, _Alloc > + operator+ + a01544.html + a31fffa82cc0872d928c7d11371c34c49 + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + + + basic_string< _CharT, _Traits, _Alloc > + operator+ + a01544.html + ae220860a64ea80fb9522daf38053aa8f + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + + + basic_string< _CharT, _Traits, _Alloc > + operator+ + a01544.html + a952b727c802635e947a9a6b64f2f3ed1 + (_CharT __lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + + + basic_string< _CharT, _Traits, _Alloc > + operator+ + a01544.html + a7ba297cc435f21d90383baeebae8652c + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) + + + basic_string< _CharT, _Traits, _Alloc > + operator+ + a01544.html + aa8298429823127738ccdf0b66e07249e + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, _CharT __rhs) + + + bool + operator< + a01544.html + aa0eb871a6a5db29c6fa9c682b7808bdd + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept + + + bool + operator< + a01544.html + a27a4470c800ce13f6c1220c5ec11c360 + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) + + + bool + operator< + a01544.html + a5a6f7a1317ae28e6f2b71a0497873e25 + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + a7ce367a2dac030dcf212d89846f6c6ff + (basic_ostream< _CharT, _Traits > &__os, const basic_string< _CharT, _Traits, _Alloc > &__str) + + + bool + operator<= + a01544.html + a25c829a4d9c4e577f0b11223bd00aced + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept + + + bool + operator<= + a01544.html + ac39a97945b49c71df0816226ff72807f + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) + + + bool + operator<= + a01544.html + a72de11bf9e31d206cda3e333812a3f5a + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + + + bool + operator== + a01544.html + a648834d2b253af7787093fe9156662f5 + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept + + + bool + operator== + a01544.html + aecebb49b7915414fe7fd3eaff7c8516c + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + + + bool + operator== + a01544.html + a4edac9ce553e84f7c97c02172d93424e + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) + + + bool + operator> + a01544.html + a56282963f192a45f81f55fa9c6a8005a + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept + + + bool + operator> + a01544.html + a0f0b7503d67a8bd548778912aa40de84 + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) + + + bool + operator> + a01544.html + ab05d57b2cc8854cbdb97bc0676abf2c0 + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + + + bool + operator>= + a01544.html + a4fd05c4c42075e6787d13b7dd454ba77 + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept + + + bool + operator>= + a01544.html + a56fe512b61535754991c71651054a4a3 + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) + + + bool + operator>= + a01544.html + ad9ef507927a631a73f69c9d4d8add693 + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + + + basic_istream< _CharT, _Traits > & + operator>> + a01544.html + a6447193cb914c78fb13064c210e26ed8 + (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str) + + + void + swap + a01544.html + a0be9c6cc80dd454ea2212c47538c61c4 + (basic_string< _CharT, _Traits, _Alloc > &__lhs, basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept(/*conditional */) + + + + basic_string.tcc + a00293 + bits/cxxabi_forced.h + std + + basic_istream< _CharT, _Traits > & + getline + a01544.html + a3590b5fa48da4e75fbf0054287e3a46b + (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str, _CharT __delim) + + + basic_string< _CharT, _Traits, _Alloc > + operator+ + a01544.html + ae220860a64ea80fb9522daf38053aa8f + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + + + basic_string< _CharT, _Traits, _Alloc > + operator+ + a01544.html + a952b727c802635e947a9a6b64f2f3ed1 + (_CharT __lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + + + basic_istream< _CharT, _Traits > & + operator>> + a01544.html + a6447193cb914c78fb13064c210e26ed8 + (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str) + + + + bin_search_tree_.hpp + a01214 + ext/pb_ds/exception.hpp + ext/pb_ds/tree_policy.hpp + ext/pb_ds/detail/eq_fn/eq_by_less.hpp + ext/pb_ds/detail/types_traits.hpp + ext/pb_ds/detail/cond_dealtor.hpp + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/tree_trace_base.hpp + utility + functional + debug/debug.h + ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp + ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp + ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp + ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp + ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp + ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp + ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp + ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp + ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp + __gnu_pbds + + + binary_heap_.hpp + a01160 + queue + algorithm + ext/pb_ds/detail/cond_dealtor.hpp + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/binary_heap_/entry_cmp.hpp + ext/pb_ds/detail/binary_heap_/entry_pred.hpp + ext/pb_ds/detail/binary_heap_/resize_policy.hpp + ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp + ext/pb_ds/detail/binary_heap_/const_iterator.hpp + debug/debug.h + ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp + ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp + ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp + ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp + ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp + ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp + ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp + ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp + ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp + __gnu_pbds::detail::binary_heap + __gnu_pbds + + + binders.h + a00719 + std::binder1st + std::binder2nd + std + + binder1st< _Operation > + bind1st + a01513.html + gaa2f509629443172a7077bcf2cd7c9086 + (const _Operation &__fn, const _Tp &__x) + + + binder2nd< _Operation > + bind2nd + a01513.html + ga8560a0e4e830e060d38c043f8db37681 + (const _Operation &__fn, const _Tp &__x) + + + + binomial_heap_.hpp + a01208 + debug/debug.h + ext/pb_ds/detail/cond_dealtor.hpp + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp + ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp + __gnu_pbds::detail::binomial_heap + __gnu_pbds + + + binomial_heap_base_.hpp + a01211 + debug/debug.h + ext/pb_ds/detail/cond_dealtor.hpp + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp + ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp + ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp + ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp + ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp + ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp + __gnu_pbds::detail::binomial_heap_base + __gnu_pbds + + + bitmap_allocator.h + a01031 + utility + bits/functexcept.h + functional + new + debug/debug.h + ext/concurrence.h + bits/move.h + __gnu_cxx::__detail::__mini_vector + __gnu_cxx::__detail::_Bitmap_counter + __gnu_cxx::__detail::_Ffit_finder + __gnu_cxx::bitmap_allocator + __gnu_cxx::bitmap_allocator + __gnu_cxx::free_list + __gnu_cxx + __gnu_cxx::__detail + + #define + _BALLOC_ALIGN_BYTES + a01031.html + af160600af7fedc182c11c9f89be04f53 + + + + void + __bit_allocate + a01551.html + a66ecc50d39574ec8267280dcfcd7b829 + (size_t *__pbmap, size_t __pos) + + + void + __bit_free + a01551.html + ab571bfea10cee534f273e51d8c3f0e87 + (size_t *__pbmap, size_t __pos) + + + size_t + __num_bitmaps + a01551.html + a7330cb988b80f21adeeb072f6667c98f + (_AddrPair __ap) + + + size_t + __num_blocks + a01551.html + a2fb2c0275cdfb47ce1c94dedf58609ef + (_AddrPair __ap) + + + size_t + _Bit_scan_forward + a01550.html + abd5dd7bd5163ef61907c047948e639a5 + (size_t __num) + + + + bitset + a00047 + string + bits/functexcept.h + iosfwd + bits/cxxabi_forced.h + bits/functional_hash.h + std::_Base_bitset + std::_Base_bitset< 0 > + std::_Base_bitset< 1 > + std::bitset + std::bitset::reference + std::hash<::bitset< _Nb > > + std + + bitset< _Nb > + operator & + a01544.html + a0bad6c26bf52fd395038f073e09423b9 + (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept + + + bitset< _Nb > + operator| + a01544.html + a37b7f9acb3d4f471410857a524425f03 + (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept + + + bitset< _Nb > + operator^ + a01544.html + a0eec0ec1834b05e931022533e2ae4d03 + (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01544.html + a01cd5810d682dec840eee4ed6d2170d4 + (std::basic_istream< _CharT, _Traits > &__is, bitset< _Nb > &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + a20aaa750b7ddf43635768c7b2d0385e6 + (std::basic_ostream< _CharT, _Traits > &__os, const bitset< _Nb > &__x) + + + bitset< _Nb > + operator & + a01544.html + a0bad6c26bf52fd395038f073e09423b9 + (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept + + + bitset< _Nb > + operator| + a01544.html + a37b7f9acb3d4f471410857a524425f03 + (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept + + + bitset< _Nb > + operator^ + a01544.html + a0eec0ec1834b05e931022533e2ae4d03 + (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01544.html + a01cd5810d682dec840eee4ed6d2170d4 + (std::basic_istream< _CharT, _Traits > &__is, bitset< _Nb > &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + a20aaa750b7ddf43635768c7b2d0385e6 + (std::basic_ostream< _CharT, _Traits > &__os, const bitset< _Nb > &__x) + + + + debug/bitset + a15195 + bitset + debug/safe_sequence.h + debug/safe_iterator.h + std::__debug::bitset + std::hash< __debug::bitset< _Nb > > + std + std::__debug + + + profile/bitset + a15198 + bitset + std::__profile::bitset + std::hash< __profile::bitset< _Nb > > + std + std::__profile + + + bool_set + a00977 + typeinfo + iostream + tr2/bool_set.tcc + std::tr2::bool_set + std + std::tr2 + + + bool_set.tcc + a00971 + std + std::tr2 + + + boost_concept_check.h + a00296 + bits/c++config.h + bits/stl_iterator_base_types.h + __gnu_cxx + + + branch_policy.hpp + a01232 + ext/pb_ds/tag_and_trait.hpp + __gnu_pbds::detail::branch_policy + __gnu_pbds::detail::branch_policy< Node_CItr, Node_CItr, _Alloc > + __gnu_pbds + + + c++0x_warning.h + a00299 + + + c++14_warning.h + a00302 + + + c++17_warning.h + a00305 + + + c++allocator.h + a00647 + ext/new_allocator.h + std + + __gnu_cxx::new_allocator< _Tp > + __allocator_base + a01496.html + ga1b6cff167395d2e9812ab3d2fe3e4875 + + + + + c++config.h + a00650 + bits/os_defines.h + bits/cpu_defines.h + __gnu_cxx + std + + + c++io.h + a00653 + cstdio + std + + + c++locale.h + a00656 + clocale + std + + + c++locale_internal.h + a00659 + bits/c++config.h + clocale + cstdlib + cstring + cstddef + vector + ext/concurrence.h + std + + + cassert + a00185 + bits/c++config.h + + + cast.h + a01034 + __gnu_cxx::_Caster + __gnu_cxx + + _ToType + __static_pointer_cast + a01550.html + a487bbb64c56161112f038c0d8186395c + (const _FromType &__arg) + + + _ToType + __static_pointer_cast + a01550.html + a4baa5d8cc0f2a99113c79518d394fd1b + (_FromType *__arg) + + + + cc_hash_max_collision_check_resize_trigger_imp.hpp + a01397 + + + cc_ht_map_.hpp + a01238 + utility + iterator + ext/pb_ds/detail/cond_dealtor.hpp + ext/pb_ds/tag_and_trait.hpp + ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp + ext/pb_ds/detail/types_traits.hpp + ext/pb_ds/exception.hpp + ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp + debug/debug.h + ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp + ext/pb_ds/detail/unordered_iterator/point_iterator.hpp + ext/pb_ds/detail/unordered_iterator/const_iterator.hpp + ext/pb_ds/detail/unordered_iterator/iterator.hpp + ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp + __gnu_pbds::detail::cc_ht_map + __gnu_pbds + + + ccomplex + a00188 + complex + + + tr1/ccomplex + a15201 + tr1/complex + + + cctype + a00191 + bits/c++config.h + std + + + tr1/cctype + a15204 + bits/c++config.h + cctype + + + cerrno + a00194 + bits/c++config.h + + + cfenv + a00197 + bits/c++config.h + + + tr1/cfenv + a15207 + bits/c++config.h + + + cfloat + a00200 + bits/c++config.h + + + tr1/cfloat + a15210 + cfloat + + + char_traits.h + a00308 + bits/stl_algobase.h + bits/postypes.h + cwchar + cstdint + __gnu_cxx::_Char_types + __gnu_cxx::char_traits + std::char_traits + std::char_traits< char > + std::char_traits< wchar_t > + __gnu_cxx + std + + + checkers.h + a00869 + cstdio + bits/stl_algobase.h + bits/stl_function.h + __gnu_parallel + + bool + __is_sorted + a01576.html + a34e76513fa46ae5c7bc8c45677289112 + (_IIter __begin, _IIter __end, _Compare __comp) + + + + chrono + a00050 + ratio + type_traits + limits + ctime + bits/parse_numbers.h + std::chrono::_V2::steady_clock + std::chrono::_V2::system_clock + std::chrono::duration + std::chrono::duration + std::chrono::duration_values + std::chrono::time_point + std::chrono::time_point + std::chrono::treat_as_floating_point + std + std::chrono + + system_clock + high_resolution_clock + a00050.html + ab70b8aea9f615520e4143e918de990e1 + + + + duration< int64_t, ratio< 3600 > > + hours + a01555.html + ab6ede778883411ba1212316a1c93a957 + + + + duration< int64_t, micro > + microseconds + a01555.html + a48e161315b2e3c0c6671ab7ee450fb11 + + + + duration< int64_t, milli > + milliseconds + a01555.html + a2715f4a4bb9ba1a4c4c85da32cc8fa11 + + + + duration< int64_t, ratio< 60 > > + minutes + a01555.html + aec4ae783e0c0475ca367e3bfbe67b7e5 + + + + duration< int64_t, nano > + nanoseconds + a01555.html + a41d0bd8a6e031eb9321ad13de37723de + + + + duration< int64_t > + seconds + a01555.html + acc2f93e09fbc239b7a4b48d3c577d0ba + + + + constexpr enable_if< __is_duration< _ToDur >::value, _ToDur >::type + duration_cast + a01555.html + a98f89f48d8117f57ee6c7d5392ad9fdd + (const duration< _Rep, _Period > &__d) + + + constexpr enable_if< __is_duration< _ToDur >::value, time_point< _Clock, _ToDur > >::type + time_point_cast + a01555.html + a313d932abb364aa9f2e206ad2542740a + (const time_point< _Clock, _Dur > &__t) + + + + experimental/chrono + a15213 + chrono + experimental/bits/lfts_config.h + std + std::chrono + + + cinttypes + a00203 + cstdint + + + tr1/cinttypes + a15216 + tr1/cstdint + + + ciso646 + a00206 + bits/c++config.h + + + climits + a00209 + bits/c++config.h + + + tr1/climits + a15219 + climits + + + clocale + a00212 + bits/c++config.h + std + + + cmath + a00215 + bits/c++config.h + bits/cpp_type_traits.h + ext/type_traits.h + bits/std_abs.h + std + + + ext/cmath + a15222 + cmath + type_traits + __gnu_cxx + + + tr1/cmath + a15225 + cmath + bits/stl_algobase.h + limits + std + std::tr1 + + __gnu_cxx::__promote< _Tp >::__type + assoc_laguerre + a01514.html + ga41f206b7aaf85b07d45a66d68400a1a6 + (unsigned int __n, unsigned int __m, _Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + assoc_legendre + a01514.html + ga7cba5e4fcae2550e496bac5ce5347379 + (unsigned int __l, unsigned int __m, _Tp __x) + + + __gnu_cxx::__promote_2< _Tpx, _Tpy >::__type + beta + a01514.html + gabf90c74e3920ea3853f5786f90b8aa2b + (_Tpx __x, _Tpy __y) + + + __gnu_cxx::__promote< _Tp >::__type + comp_ellint_1 + a01514.html + ga35acc5bbe07b74718e22e5e7abe52fec + (_Tp __k) + + + __gnu_cxx::__promote< _Tp >::__type + comp_ellint_2 + a01514.html + ga67dca5d65386e74a0e2f17d842f0d450 + (_Tp __k) + + + __gnu_cxx::__promote_2< _Tp, _Tpn >::__type + comp_ellint_3 + a01514.html + ga61ba4b9c23985c1d0ae83cf48b180231 + (_Tp __k, _Tpn __nu) + + + __gnu_cxx::__promote_3< _Tpa, _Tpc, _Tp >::__type + conf_hyperg + a01514.html + gafd178133d3ebc657708ad8174baf2a74 + (_Tpa __a, _Tpc __c, _Tp __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_bessel_i + a01514.html + ga07dddd9af049c8700682f9de63f49430 + (_Tpnu __nu, _Tp __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_bessel_j + a01514.html + ga9f8aeb36e3e3ee1f6e15d597a46d772b + (_Tpnu __nu, _Tp __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_bessel_k + a01514.html + ga77fcb104653b63975ae800e48fb72ed0 + (_Tpnu __nu, _Tp __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_neumann + a01514.html + ga36bb3adce8d3308d85891700c78bea91 + (_Tpnu __nu, _Tp __x) + + + __gnu_cxx::__promote_2< _Tp, _Tpp >::__type + ellint_1 + a01514.html + ga7d289fce6de2d3ac3abfcecf4f419396 + (_Tp __k, _Tpp __phi) + + + __gnu_cxx::__promote_2< _Tp, _Tpp >::__type + ellint_2 + a01514.html + gaca3de93877d9d195863279ef8e2d2b83 + (_Tp __k, _Tpp __phi) + + + __gnu_cxx::__promote_3< _Tp, _Tpn, _Tpp >::__type + ellint_3 + a01514.html + ga55963b25d9fb39d84193ca03cd6772d4 + (_Tp __k, _Tpn __nu, _Tpp __phi) + + + __gnu_cxx::__promote< _Tp >::__type + expint + a01514.html + gac555d8d9bf9256070f2238a6a788727c + (_Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + hermite + a01514.html + gaf363be9138ed0e7c26c71d34f97d0345 + (unsigned int __n, _Tp __x) + + + __gnu_cxx::__promote_4< _Tpa, _Tpb, _Tpc, _Tp >::__type + hyperg + a01514.html + gaf320db7639ced3d53b1b86cf8f2aaa3f + (_Tpa __a, _Tpb __b, _Tpc __c, _Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + laguerre + a01514.html + ga2fcf4c16f11f22583104dd3f0f47e8d9 + (unsigned int __n, _Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + legendre + a01514.html + gafbabf25c3e530e0b94b5e6a3aaab6b5a + (unsigned int __n, _Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + riemann_zeta + a01514.html + gadfc115751fa7ee0a1c44d9f7028d3a01 + (_Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + sph_bessel + a01514.html + ga2bf44b5e5a3b33d518d8a49e06433ece + (unsigned int __n, _Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + sph_legendre + a01514.html + ga6281837b14f373c4b331509580f66b35 + (unsigned int __l, unsigned int __m, _Tp __theta) + + + __gnu_cxx::__promote< _Tp >::__type + sph_neumann + a01514.html + ga2d353e21ed716e078f26147fb603ed33 + (unsigned int __n, _Tp __x) + + + + cmp_fn_imps.hpp + a01241 + + + codecvt + a00056 + bits/locale_classes.h + bits/codecvt.h + std + + + codecvt.h + a00311 + std::__codecvt_abstract_base + std::codecvt + std::codecvt< char, char, mbstate_t > + std::codecvt< char16_t, char, mbstate_t > + std::codecvt< char32_t, char, mbstate_t > + std::codecvt< wchar_t, char, mbstate_t > + std::codecvt_base + std::codecvt_byname + std + + + codecvt_specializations.h + a01037 + bits/c++config.h + locale + __gnu_cxx::encoding_char_traits + __gnu_cxx::encoding_state + std::codecvt< _InternT, _ExternT, encoding_state > + __gnu_cxx + std + + + x86_64-pc-linux-gnu/bits/compatibility.h + a15228 + + + parallel/compatibility.h + a15231 + parallel/types.h + parallel/base.h + __gnu_parallel + + bool + __compare_and_swap + a01576.html + accd4441e0f846fee44966195a91e9e68 + (volatile _Tp *__ptr, _Tp __comparand, _Tp __replacement) + + + _Tp + __fetch_and_add + a01576.html + a56a5a84c8a6049cd3cc83968c6eae088 + (volatile _Tp *__ptr, _Tp __addend) + + + void + __yield + a01576.html + aaa76236af73146ae89f726921bc3f2cb + () + + + + compiletime_settings.h + a00872 + cstdio + + #define + _GLIBCXX_CALL + a00872.html + a77fb93c9cecec331ccee755972695128 + (__n) + + + #define + _GLIBCXX_PARALLEL_ASSERTIONS + a00872.html + a1210f57e55592f3e44cf8a870ede1e26 + + + + #define + _GLIBCXX_RANDOM_SHUFFLE_CONSIDER_L1 + a00872.html + ad0c32d89bd464eebae6dc165b502eadd + + + + #define + _GLIBCXX_RANDOM_SHUFFLE_CONSIDER_TLB + a00872.html + a92afdc651339993b5539f1d30410ecc8 + + + + #define + _GLIBCXX_SCALE_DOWN_FPU + a00872.html + a680d9fc5fc8574e507cbe9340f688173 + + + + #define + _GLIBCXX_VERBOSE_LEVEL + a00872.html + af8cef8058b1dfba33f4972e11b928beb + + + + + complex + a00053 + bits/c++config.h + bits/cpp_type_traits.h + ext/type_traits.h + cmath + sstream + std::complex + std::complex + std::complex< double > + std::complex< float > + std::complex< long double > + __gnu_cxx + std + + _Tp + abs + a01473.html + ga6e88fe698583fef1f7b3c3c379727143 + (const complex< _Tp > &) + + + std::complex< _Tp > + acos + a01544.html + af4498ab9c6d4eae4f1258319085fe80c + (const std::complex< _Tp > &__z) + + + std::complex< _Tp > + acosh + a01544.html + ac02c9d52b1f8d89d99508fb4a2107d44 + (const std::complex< _Tp > &__z) + + + _Tp + arg + a01473.html + ga943544cb1017a51d7cafc7b4d3cd022f + (const complex< _Tp > &) + + + __gnu_cxx::__promote< _Tp >::__type + arg + a01544.html + ac30364b7cb8121e0f4c42b2135ef8aa5 + (_Tp __x) + + + std::complex< _Tp > + asin + a01544.html + af94e28dea7bd5b71959fbc6be1070895 + (const std::complex< _Tp > &__z) + + + std::complex< _Tp > + asinh + a01544.html + a2135f46a5a1fcc1cd3399ef4e20f6249 + (const std::complex< _Tp > &__z) + + + std::complex< _Tp > + atan + a01544.html + a217a638ff609e744f9e5f5cf2837ec7c + (const std::complex< _Tp > &__z) + + + std::complex< _Tp > + atanh + a01544.html + abaa325495d208118ae2201fc82749a9e + (const std::complex< _Tp > &__z) + + + complex< _Tp > + conj + a01473.html + ga1e8991790d9316e2a532c6c1106293ce + (const complex< _Tp > &) + + + complex< _Tp > + cos + a01473.html + gaed6443d175b556280b801357758d1526 + (const complex< _Tp > &) + + + complex< _Tp > + cosh + a01473.html + ga8ab9fb6ce0469e0144c41f40e49a63dc + (const complex< _Tp > &) + + + complex< _Tp > + exp + a01473.html + ga89579637d83fe041c9963cdcab272edd + (const complex< _Tp > &) + + + _Tp + fabs + a01544.html + a0b74e9caa6ce93221b5d88c296d33468 + (const std::complex< _Tp > &__z) + + + complex< _Tp > + log + a01473.html + ga42f2de63a5c18a149f94b926d4d6bb21 + (const complex< _Tp > &) + + + complex< _Tp > + log10 + a01473.html + ga070941f6cb66b0e4619891010c008250 + (const complex< _Tp > &) + + + _Tp + norm + a01473.html + gaef96fd255c2f6d73472660ba65e283c7 + (const complex< _Tp > &) + + + complex< _Tp > + operator+ + a01473.html + gaac2395bda171943484a3d3c535cc37a2 + (const complex< _Tp > &__x) + + + complex< _Tp > + operator- + a01473.html + ga479334c2b1525df001a5dc01e3218708 + (const complex< _Tp > &__x) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01473.html + ga2ba7b3cbabd5345e19d26796f766c6c0 + (basic_ostream< _CharT, _Traits > &__os, const complex< _Tp > &__x) + + + basic_istream< _CharT, _Traits > & + operator>> + a01473.html + gaf81c75e50c9ee8a791d90329d2fc7ef8 + (basic_istream< _CharT, _Traits > &__is, complex< _Tp > &__x) + + + complex< _Tp > + polar + a01473.html + ga6310fbff4c2a4056654d332fc0e68f04 + (const _Tp &, const _Tp &=0) + + + complex< _Tp > + pow + a01473.html + gaacf8017e100d619acab131da8a4017e1 + (const complex< _Tp > &, int) + + + complex< _Tp > + pow + a01473.html + ga6e1161f2920c46a042888c60e9d8447c + (const complex< _Tp > &, const _Tp &) + + + complex< _Tp > + pow + a01473.html + gad07a5f0000890bb20d170700575d210c + (const complex< _Tp > &, const complex< _Tp > &) + + + complex< _Tp > + pow + a01473.html + gadb1a322e1cc55220dc7ff754815ffbc7 + (const _Tp &, const complex< _Tp > &) + + + complex< _Tp > + sin + a01473.html + ga249915bcbce6563e63f5ffa6d464155a + (const complex< _Tp > &) + + + complex< _Tp > + sinh + a01473.html + gae30c461aa90a3e7d502737e29898570b + (const complex< _Tp > &) + + + complex< _Tp > + sqrt + a01473.html + gaf91cd3409ab242d469bcc1b2d06624c3 + (const complex< _Tp > &) + + + complex< _Tp > + tan + a01473.html + ga530419a3cf68024cd03985a4795214e3 + (const complex< _Tp > &) + + + complex< _Tp > + tanh + a01473.html + gaa4aa5a5b2f39aa309bd0add4864b3155 + (const complex< _Tp > &) + + + complex< _Tp > + operator+ + a01473.html + gaf2a59d9d4f1421dcdba7b5ce55ca9358 + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator+ + a01473.html + ga90ca28e9c08e2d2be7b39384ed948f7d + (const complex< _Tp > &__x, const _Tp &__y) + + + complex< _Tp > + operator+ + a01473.html + gaf2ec84e113bbf579c4a5169104553056 + (const _Tp &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator- + a01473.html + gaef6e5c353285e48d39f7dbd566c19a2e + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator- + a01473.html + ga7aad810bd1c92d7b5302152d83ea6eab + (const complex< _Tp > &__x, const _Tp &__y) + + + complex< _Tp > + operator- + a01473.html + gad3bdc086693b8fda1867dcf488ea3244 + (const _Tp &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator* + a01473.html + gaf84b7343bdda8ed9615cd8f5a61c5e83 + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator* + a01473.html + gaf0ac8c76d2e8fe3754ed271686ded3ea + (const complex< _Tp > &__x, const _Tp &__y) + + + complex< _Tp > + operator* + a01473.html + ga59f0aae608928f513abdea0a903f3d18 + (const _Tp &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator/ + a01473.html + ga49d2a5790a02710e711c197ed68155ab + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator/ + a01473.html + gabfad69221b1e539a49e34272f5b473c6 + (const complex< _Tp > &__x, const _Tp &__y) + + + complex< _Tp > + operator/ + a01473.html + gaa960e6ad58623983486ef30cf84d3940 + (const _Tp &__x, const complex< _Tp > &__y) + + + constexpr bool + operator== + a01473.html + gaca932655bd64e8b079c145921e0d1d62 + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + constexpr bool + operator== + a01473.html + ga5bbecf180e08f24cdb60411af07873be + (const complex< _Tp > &__x, const _Tp &__y) + + + constexpr bool + operator== + a01473.html + ga8ce82b2067ebaf21931151dfee549f0d + (const _Tp &__x, const complex< _Tp > &__y) + + + constexpr bool + operator!= + a01473.html + ga73a0309c22f804987d01e41c3af8d953 + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + constexpr bool + operator!= + a01473.html + ga4f04509aa5b848bb961d6c4898fc8ee6 + (const complex< _Tp > &__x, const _Tp &__y) + + + constexpr bool + operator!= + a01473.html + ga05e38fe09ca2ceb867e8cbaf0df2d43b + (const _Tp &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator+ + a01473.html + gaf2a59d9d4f1421dcdba7b5ce55ca9358 + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator+ + a01473.html + ga90ca28e9c08e2d2be7b39384ed948f7d + (const complex< _Tp > &__x, const _Tp &__y) + + + complex< _Tp > + operator+ + a01473.html + gaf2ec84e113bbf579c4a5169104553056 + (const _Tp &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator- + a01473.html + gaef6e5c353285e48d39f7dbd566c19a2e + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator- + a01473.html + ga7aad810bd1c92d7b5302152d83ea6eab + (const complex< _Tp > &__x, const _Tp &__y) + + + complex< _Tp > + operator- + a01473.html + gad3bdc086693b8fda1867dcf488ea3244 + (const _Tp &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator* + a01473.html + gaf84b7343bdda8ed9615cd8f5a61c5e83 + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator* + a01473.html + gaf0ac8c76d2e8fe3754ed271686ded3ea + (const complex< _Tp > &__x, const _Tp &__y) + + + complex< _Tp > + operator* + a01473.html + ga59f0aae608928f513abdea0a903f3d18 + (const _Tp &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator/ + a01473.html + ga49d2a5790a02710e711c197ed68155ab + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator/ + a01473.html + gabfad69221b1e539a49e34272f5b473c6 + (const complex< _Tp > &__x, const _Tp &__y) + + + complex< _Tp > + operator/ + a01473.html + gaa960e6ad58623983486ef30cf84d3940 + (const _Tp &__x, const complex< _Tp > &__y) + + + constexpr bool + operator== + a01473.html + gaca932655bd64e8b079c145921e0d1d62 + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + constexpr bool + operator== + a01473.html + ga5bbecf180e08f24cdb60411af07873be + (const complex< _Tp > &__x, const _Tp &__y) + + + constexpr bool + operator== + a01473.html + ga8ce82b2067ebaf21931151dfee549f0d + (const _Tp &__x, const complex< _Tp > &__y) + + + constexpr bool + operator!= + a01473.html + ga73a0309c22f804987d01e41c3af8d953 + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + constexpr bool + operator!= + a01473.html + ga4f04509aa5b848bb961d6c4898fc8ee6 + (const complex< _Tp > &__x, const _Tp &__y) + + + constexpr bool + operator!= + a01473.html + ga05e38fe09ca2ceb867e8cbaf0df2d43b + (const _Tp &__x, const complex< _Tp > &__y) + + + + tr1/complex + a15234 + complex + std + std::tr1 + + std::complex< _Tp > + fabs + a01473.html + gad40c4613da51e899ab88c3a18267ef7f + (const std::complex< _Tp > &__z) + + + std::complex< typename __gnu_cxx::__promote_2< _Tp, _Up >::__type > + pow + a01473.html + gaab6ff7d7d6909209885edbc25b74a930 + (const std::complex< _Tp > &__x, const _Up &__y) + + + + complex.h + a00002 + bits/c++config.h + ccomplex + + + concept_check.h + a00314 + bits/c++config.h + + + concurrence.h + a01040 + exception + bits/functexcept.h + bits/cpp_type_traits.h + ext/type_traits.h + __gnu_cxx::__scoped_lock + __gnu_cxx + + + cond_dealtor.hpp + a01136 + __gnu_pbds::detail::cond_dealtor + __gnu_pbds + + + cond_key_dtor_entry_dealtor.hpp + a01244 + __gnu_pbds::detail::cond_dealtor + __gnu_pbds + + + condition_variable + a00059 + chrono + bits/std_mutex.h + ext/concurrence.h + bits/alloc_traits.h + bits/allocator.h + bits/unique_ptr.h + bits/shared_ptr.h + bits/cxxabi_forced.h + std::_V2::condition_variable_any + std::condition_variable + std + + + cv_status + a01474.html + gad3ce465ffb10e354aa30c4ce93b68bee + + no_timeout + timeout + + + + binary_heap_/const_iterator.hpp + a15237 + ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp + debug/debug.h + __gnu_pbds::detail::binary_heap_const_iterator_ + __gnu_pbds + + + left_child_next_sibling_heap_/const_iterator.hpp + a15240 + ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp + debug/debug.h + __gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_ + __gnu_pbds + + + unordered_iterator/const_iterator.hpp + a15243 + const_iterator_ + + + cc_hash_table_map_/constructor_destructor_fn_imps.hpp + a15246 + + + gp_hash_table_map_/constructor_destructor_fn_imps.hpp + a15249 + + + list_update_map_/constructor_destructor_fn_imps.hpp + a15252 + + + cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp + a15255 + + + gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp + a15258 + + + cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp + a15261 + + + gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp + a15264 + + + binary_heap_/constructors_destructor_fn_imps.hpp + a15267 + + + binomial_heap_/constructors_destructor_fn_imps.hpp + a15270 + + + binomial_heap_base_/constructors_destructor_fn_imps.hpp + a15273 + + + bin_search_tree_/constructors_destructor_fn_imps.hpp + a15276 + + + left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp + a15279 + + + ov_tree_map_/constructors_destructor_fn_imps.hpp + a15282 + + + pairing_heap_/constructors_destructor_fn_imps.hpp + a15285 + + + pat_trie_/constructors_destructor_fn_imps.hpp + a15288 + + + rb_tree_map_/constructors_destructor_fn_imps.hpp + a15291 + + + rc_binomial_heap_/constructors_destructor_fn_imps.hpp + a15294 + + + splay_tree_/constructors_destructor_fn_imps.hpp + a15297 + + + thin_heap_/constructors_destructor_fn_imps.hpp + a15300 + + + container_base_dispatch.hpp + a01139 + ext/typelist.h + ext/pb_ds/detail/list_update_map_/lu_map_.hpp + ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp + ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp + ext/pb_ds/detail/splay_tree_/splay_tree_.hpp + ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp + ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp + ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp + ext/pb_ds/detail/pat_trie_/pat_trie_.hpp + __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, cc_hash_tag, Policy_Tl > + __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, gp_hash_tag, Policy_Tl > + __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, list_update_tag, Policy_Tl > + __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, ov_tree_tag, Policy_Tl > + __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, pat_trie_tag, Policy_Tl > + __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, rb_tree_tag, Policy_Tl > + __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, splay_tree_tag, Policy_Tl > + __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, cc_hash_tag, Policy_Tl > + __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, gp_hash_tag, Policy_Tl > + __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, list_update_tag, Policy_Tl > + __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, ov_tree_tag, Policy_Tl > + __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, pat_trie_tag, Policy_Tl > + __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, rb_tree_tag, Policy_Tl > + __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, splay_tree_tag, Policy_Tl > + __gnu_pbds + + + cpp_type_traits.h + a00317 + bits/c++config.h + std + + + cpu_defines.h + a00665 + + + csetjmp + a00218 + bits/c++config.h + std + + + csignal + a00221 + bits/c++config.h + std + + + cstdalign + a00224 + bits/c++config.h + + + cstdarg + a00227 + bits/c++config.h + std + + + tr1/cstdarg + a15303 + cstdarg + + + cstdbool + a00230 + bits/c++config.h + + + tr1/cstdbool + a15306 + bits/c++config.h + + + cstddef + a00233 + bits/c++config.h + std + + + cstdint + a00236 + bits/c++config.h + std + + + tr1/cstdint + a15309 + bits/c++config.h + std + std::tr1 + + + cstdio + a00239 + bits/c++config.h + std + + + tr1/cstdio + a15312 + cstdio + + + cstdlib + a00242 + bits/c++config.h + std + + + tr1/cstdlib + a15315 + cstdlib + + + cstring + a00245 + bits/c++config.h + std + + + ctgmath + a00248 + cmath + complex + + + tr1/ctgmath + a15318 + tr1/cmath + + + ctime + a00251 + bits/c++config.h + std + + + tr1/ctime + a15321 + ctime + + + ctype_base.h + a00668 + std::ctype_base + std + + + ctype_inline.h + a00671 + std + + + cuchar + a00257 + bits/c++config.h + cwchar + + + cwchar + a00254 + bits/c++config.h + std + + + tr1/cwchar + a15324 + cwchar + std + std::tr1 + + + cwctype + a00260 + bits/c++config.h + std + + + tr1/cwctype + a15327 + cwctype + std + std::tr1 + + + cxxabi.h + a00023 + bits/c++config.h + bits/cxxabi_tweaks.h + bits/cxxabi_forced.h + bits/cxxabi_init_exception.h + typeinfo + __gnu_cxx::recursive_init_error + __gnu_cxx + abi + + char * + __cxa_demangle + a00023.html + a0f77048f40022ee20f49f773defc9c27 + (const char *__mangled_name, char *__output_buffer, size_t *__length, int *__status) + + + + cxxabi_forced.h + a00320 + __cxxabiv1::__forced_unwind + + + cxxabi_init_exception.h + a00323 + bits/c++config.h + std + + + cxxabi_tweaks.h + a00674 + + + debug.h + a00737 + debug/assertions.h + __gnu_debug + std + std::__debug + + + debug_allocator.h + a01043 + stdexcept + bits/functexcept.h + ext/alloc_traits.h + __gnu_cxx::debug_allocator + __gnu_cxx + + + binary_heap_/debug_fn_imps.hpp + a15330 + + + binomial_heap_/debug_fn_imps.hpp + a15333 + + + binomial_heap_base_/debug_fn_imps.hpp + a15336 + + + bin_search_tree_/debug_fn_imps.hpp + a15339 + + + cc_hash_table_map_/debug_fn_imps.hpp + a15342 + + + gp_hash_table_map_/debug_fn_imps.hpp + a15345 + + + left_child_next_sibling_heap_/debug_fn_imps.hpp + a15348 + + + list_update_map_/debug_fn_imps.hpp + a15351 + + + ov_tree_map_/debug_fn_imps.hpp + a15354 + + + pairing_heap_/debug_fn_imps.hpp + a15357 + + + pat_trie_/debug_fn_imps.hpp + a15360 + + + rb_tree_map_/debug_fn_imps.hpp + a15363 + + + rc_binomial_heap_/debug_fn_imps.hpp + a15366 + + + splay_tree_/debug_fn_imps.hpp + a15369 + + + thin_heap_/debug_fn_imps.hpp + a15372 + + + debug_map_base.hpp + a01142 + + + cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp + a15375 + + + gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp + a15378 + + + cc_hash_table_map_/debug_store_hash_fn_imps.hpp + a15381 + + + gp_hash_table_map_/debug_store_hash_fn_imps.hpp + a15384 + + + decimal + a00983 + bits/c++config.h + std::decimal::decimal128 + std::decimal::decimal32 + std::decimal::decimal64 + std + std::decimal + + long long + decimal32_to_long_long + a01578.html + a382d300aa924d2e205ddca22d677dcec + (decimal32 __d) + + + + deque + a00062 + bits/stl_algobase.h + bits/allocator.h + bits/stl_construct.h + bits/stl_uninitialized.h + bits/stl_deque.h + bits/range_access.h + bits/deque.tcc + + + debug/deque + a15387 + deque + debug/safe_sequence.h + debug/safe_container.h + debug/safe_iterator.h + std::__debug::deque + std + std::__debug + + + profile/deque + a15390 + deque + std::__profile::deque + std + std::__profile + + + experimental/deque + a15393 + deque + algorithm + experimental/memory_resource + std + + + deque.tcc + a00326 + std + + + direct_mask_range_hashing_imp.hpp + a01307 + + + direct_mod_range_hashing_imp.hpp + a01310 + + + dynamic_bitset + a00980 + limits + vector + string + memory + bits/functexcept.h + iosfwd + bits/cxxabi_forced.h + tr2/dynamic_bitset.tcc + std::tr2::__dynamic_bitset_base + std::tr2::dynamic_bitset + std::tr2::dynamic_bitset::reference + std + std::tr2 + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01515.html + gaf5eb3c897d120abd3981d431b0c57b35 + (std::basic_ostream< _CharT, _Traits > &__os, const dynamic_bitset< _WordT, _Alloc > &__x) + + + bool + operator!= + a01515.html + ga2b4bf8c35aa9cd820d1bc042accb8687 + (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + bool + operator<= + a01515.html + gae39d9fee6e2bb1642be73a0474be71b3 + (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + bool + operator> + a01515.html + gabc26fba16414cb3d2c1247de4be61cfd + (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + bool + operator>= + a01515.html + ga08b65275697884e0facdf36f73c0bb7d + (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + dynamic_bitset< _WordT, _Alloc > + operator & + a01515.html + gacc832712a19ae288e2b01ba85bee3d5a + (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) + + + dynamic_bitset< _WordT, _Alloc > + operator| + a01515.html + gad20c154d9a0dc8523781b0d2fe0d3de1 + (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) + + + dynamic_bitset< _WordT, _Alloc > + operator^ + a01515.html + ga7c9b5309fab61ddf049e350fdaa599fe + (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) + + + dynamic_bitset< _WordT, _Alloc > + operator- + a01515.html + ga9098fadcbe59e0ba2fa8590bd8388f5e + (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) + + + bool + operator!= + a01515.html + ga2b4bf8c35aa9cd820d1bc042accb8687 + (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + bool + operator<= + a01515.html + gae39d9fee6e2bb1642be73a0474be71b3 + (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + bool + operator> + a01515.html + gabc26fba16414cb3d2c1247de4be61cfd + (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + bool + operator>= + a01515.html + ga08b65275697884e0facdf36f73c0bb7d + (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + dynamic_bitset< _WordT, _Alloc > + operator & + a01515.html + gacc832712a19ae288e2b01ba85bee3d5a + (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) + + + dynamic_bitset< _WordT, _Alloc > + operator| + a01515.html + gad20c154d9a0dc8523781b0d2fe0d3de1 + (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) + + + dynamic_bitset< _WordT, _Alloc > + operator^ + a01515.html + ga7c9b5309fab61ddf049e350fdaa599fe + (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) + + + dynamic_bitset< _WordT, _Alloc > + operator- + a01515.html + ga9098fadcbe59e0ba2fa8590bd8388f5e + (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) + + + + dynamic_bitset.tcc + a00974 + std + std::tr2 + + std::basic_istream< _CharT, _Traits > & + operator>> + a01515.html + ga4618b05732d8eec5161f28b23c23227d + (std::basic_istream< _CharT, _Traits > &__is, dynamic_bitset< _WordT, _Alloc > &__x) + + + + enable_special_members.h + a00329 + std::_Enable_copy_move + std::_Enable_default_constructor + std::_Enable_destructor + std::_Enable_special_members + std + + + enc_filebuf.h + a01046 + fstream + locale + ext/codecvt_specializations.h + __gnu_cxx::enc_filebuf + __gnu_cxx + + + entry_cmp.hpp + a01172 + __gnu_pbds::detail::entry_cmp + __gnu_pbds::detail::entry_cmp< _VTp, Cmp_Fn, _Alloc, false > + __gnu_pbds::detail::entry_cmp< _VTp, Cmp_Fn, _Alloc, false >::type + __gnu_pbds::detail::entry_cmp< _VTp, Cmp_Fn, _Alloc, true > + __gnu_pbds + + + entry_list_fn_imps.hpp + a01262 + + + entry_metadata_base.hpp + a01352 + __gnu_pbds + + + entry_pred.hpp + a01175 + __gnu_pbds::detail::entry_pred + __gnu_pbds::detail::entry_pred< _VTp, Pred, _Alloc, false > + __gnu_pbds::detail::entry_pred< _VTp, Pred, _Alloc, true > + __gnu_pbds + + + eq_by_less.hpp + a01292 + utility + functional + vector + ext/pb_ds/detail/types_traits.hpp + __gnu_pbds::detail::eq_by_less + __gnu_pbds + + + equally_split.h + a00875 + __gnu_parallel + + _OutputIterator + __equally_split + a01576.html + ac799255921e70b0378d145924d673f9c + (_DifferenceType __n, _ThreadIndex __num_threads, _OutputIterator __s) + + + _DifferenceType + __equally_split_point + a01576.html + a8e3a77cb920e419144b72d6d20167dfd + (_DifferenceType __n, _ThreadIndex __num_threads, _ThreadIndex __thread_no) + + + + binary_heap_/erase_fn_imps.hpp + a15396 + + + binomial_heap_base_/erase_fn_imps.hpp + a15399 + + + bin_search_tree_/erase_fn_imps.hpp + a15402 + + + cc_hash_table_map_/erase_fn_imps.hpp + a15405 + ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp + + + gp_hash_table_map_/erase_fn_imps.hpp + a15408 + ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp + ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp + + + left_child_next_sibling_heap_/erase_fn_imps.hpp + a15411 + + + list_update_map_/erase_fn_imps.hpp + a15414 + + + ov_tree_map_/erase_fn_imps.hpp + a15417 + + + pairing_heap_/erase_fn_imps.hpp + a15420 + + + pat_trie_/erase_fn_imps.hpp + a15423 + + + rb_tree_map_/erase_fn_imps.hpp + a15426 + + + rc_binomial_heap_/erase_fn_imps.hpp + a15429 + + + splay_tree_/erase_fn_imps.hpp + a15432 + + + thin_heap_/erase_fn_imps.hpp + a15435 + + + erase_if.h + a00986 + experimental/bits/lfts_config.h + std + + + cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp + a15438 + + + gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp + a15441 + + + cc_hash_table_map_/erase_store_hash_fn_imps.hpp + a15444 + + + gp_hash_table_map_/erase_store_hash_fn_imps.hpp + a15447 + + + error_constants.h + a00677 + bits/c++config.h + cerrno + std + + + exception + a00026 + bits/c++config.h + bits/exception.h + bits/exception_ptr.h + bits/nested_exception.h + std::bad_exception + __gnu_cxx + std + + void(* + terminate_handler + a01544.html + a2f2f9edd9cd5d903b65cce6ccb977fdd + )() + + + void(* + unexpected_handler + a01544.html + ac2b8e8de17f84d0261369b2162d73ff0 + )() + + + void + __verbose_terminate_handler + a01492.html + gaf51888cedbc669a114cd79e39e0cd9be + () + + + terminate_handler + get_terminate + a01544.html + a5427b4061db7ec519fbd7ded55c38226 + () noexcept + + + unexpected_handler + get_unexpected + a01544.html + a08a755f5c21484846b4b0f3964580739 + () noexcept + + + terminate_handler + set_terminate + a01544.html + aa53bcb9876c7b393a9e9e26fc90d5811 + (terminate_handler) noexcept + + + unexpected_handler + set_unexpected + a01544.html + a92329f10f9aba5eb5f26b11cf01d5166 + (unexpected_handler) noexcept + + + void + terminate + a01544.html + add3befe08cc677fe78f3e6f6b0c6d29b + () noexcept __attribute__((__noreturn__)) + + + bool + uncaught_exception + a01544.html + a876ca3bc46e47265109d55942ff2f6f7 + () noexcept __attribute__((__pure__)) + + + int + uncaught_exceptions + a01544.html + a549c0b88f3fbc2305ecf57bbad4d3613 + () noexcept __attribute__((__pure__)) + + + void + unexpected + a01544.html + a742bf00b19772819acc97ae5e8f4bebe + () __attribute__((__noreturn__)) + + + + exception.h + a00332 + bits/c++config.h + std::exception + std + + + exception.hpp + a01115 + bits/c++config.h + stdexcept + cstdlib + __gnu_pbds::container_error + __gnu_pbds::insert_error + __gnu_pbds::join_error + __gnu_pbds::resize_error + __gnu_pbds + + + exception_defines.h + a00335 + + + exception_ptr.h + a00338 + bits/c++config.h + bits/exception_defines.h + bits/cxxabi_init_exception.h + typeinfo + new + std::__exception_ptr::exception_ptr + std + + exception_ptr + copy_exception + a01492.html + ga155dc3a7d5834ccc269117511eab203d + (_Ex __ex) noexcept 1 + + + exception_ptr + current_exception + a01492.html + ga02cdcc517fefe661313437aa9356a28f + () noexcept + + + exception_ptr + make_exception_ptr + a01492.html + ga200c1d3152b2fd43b206da6c031b9730 + (_Ex __ex) noexcept + + + void + rethrow_exception + a01492.html + ga64d0b68338d7edbfd7d95f4177dbc442 + (exception_ptr) __attribute__((__noreturn__)) + + + + extc++.h + a00680 + bits/stdc++.h + ext/algorithm + ext/aligned_buffer.h + ext/alloc_traits.h + ext/array_allocator.h + ext/atomicity.h + ext/bitmap_allocator.h + ext/cast.h + ext/cmath + ext/concurrence.h + ext/debug_allocator.h + ext/extptr_allocator.h + ext/functional + ext/iterator + ext/malloc_allocator.h + ext/memory + ext/mt_allocator.h + ext/new_allocator.h + ext/numeric + ext/numeric_traits.h + ext/pod_char_traits.h + ext/pointer.h + ext/pool_allocator.h + ext/rb_tree + ext/rope + ext/slist + ext/stdio_filebuf.h + ext/stdio_sync_filebuf.h + ext/throw_allocator.h + ext/typelist.h + ext/vstring.h + ext/pb_ds/assoc_container.hpp + ext/pb_ds/priority_queue.hpp + ext/pb_ds/exception.hpp + ext/pb_ds/hash_policy.hpp + ext/pb_ds/list_update_policy.hpp + ext/pb_ds/tree_policy.hpp + ext/pb_ds/trie_policy.hpp + + + extptr_allocator.h + a01049 + memory + ext/numeric_traits.h + ext/pointer.h + __gnu_cxx::_ExtPtr_allocator + __gnu_cxx + + + features.h + a00878 + + #define + _GLIBCXX_BAL_QUICKSORT + a00878.html + a4ac4aa3381d184b69356349a4156c9a1 + + + + #define + _GLIBCXX_FIND_CONSTANT_SIZE_BLOCKS + a00878.html + a877a31358045791c3ae6e6af28e5620b + + + + #define + _GLIBCXX_FIND_EQUAL_SPLIT + a00878.html + ae75a033707c0c6b314226230008cda14 + + + + #define + _GLIBCXX_FIND_GROWING_BLOCKS + a00878.html + aacdbb33fc99834c968be42e5c95f2b2a + + + + #define + _GLIBCXX_MERGESORT + a00878.html + a5a1bbd3fbfff354d33cb7e8f936b5b69 + + + + #define + _GLIBCXX_QUICKSORT + a00878.html + a7e8edbf30b1dd460c124a51f19326c54 + + + + #define + _GLIBCXX_TREE_DYNAMIC_BALANCING + a00878.html + ac2af42746e6dc89868203d94e5b5d9b6 + + + + #define + _GLIBCXX_TREE_FULL_COPY + a00878.html + a0f36c3f495024eff415809e6ec827c6d + + + + #define + _GLIBCXX_TREE_INITIAL_SPLITTING + a00878.html + a0fed891f7960bcaefb44e5b250200103 + + + + + fenv.h + a00005 + bits/c++config.h + + + filesystem + a01007 + experimental/bits/fs_fwd.h + experimental/bits/fs_path.h + experimental/bits/fs_dir.h + std + + + find.h + a00881 + bits/stl_algobase.h + parallel/features.h + parallel/parallel.h + parallel/compatibility.h + parallel/equally_split.h + __gnu_parallel + + std::pair< _RAIter1, _RAIter2 > + __find_template + a01576.html + a98f2d50d4b5c617ce47d37a162e6081a + (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred, _Selector __selector) + + + std::pair< _RAIter1, _RAIter2 > + __find_template + a01576.html + ac66b8076d51f825a7e92eb10a905e089 + (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred, _Selector __selector, equal_split_tag) + + + std::pair< _RAIter1, _RAIter2 > + __find_template + a01576.html + a023cf3e54446506e67f08c073d02f7f1 + (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred, _Selector __selector, growing_blocks_tag) + + + std::pair< _RAIter1, _RAIter2 > + __find_template + a01576.html + a64084e4cc27edb342d9fe25566c8003a + (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred, _Selector __selector, constant_size_blocks_tag) + + + + binary_heap_/find_fn_imps.hpp + a15450 + + + binomial_heap_base_/find_fn_imps.hpp + a15453 + + + bin_search_tree_/find_fn_imps.hpp + a15456 + + + cc_hash_table_map_/find_fn_imps.hpp + a15459 + + + gp_hash_table_map_/find_fn_imps.hpp + a15462 + + + list_update_map_/find_fn_imps.hpp + a15465 + + + pairing_heap_/find_fn_imps.hpp + a15468 + + + pat_trie_/find_fn_imps.hpp + a15471 + + + rb_tree_map_/find_fn_imps.hpp + a15474 + + + splay_tree_/find_fn_imps.hpp + a15477 + + + thin_heap_/find_fn_imps.hpp + a15480 + + + find_no_store_hash_fn_imps.hpp + a01298 + + + find_selectors.h + a00884 + parallel/tags.h + parallel/basic_iterator.h + bits/stl_pair.h + __gnu_parallel::__adjacent_find_selector + __gnu_parallel::__find_first_of_selector + __gnu_parallel::__find_if_selector + __gnu_parallel::__generic_find_selector + __gnu_parallel::__mismatch_selector + __gnu_parallel + + + cc_hash_table_map_/find_store_hash_fn_imps.hpp + a15483 + + + gp_hash_table_map_/find_store_hash_fn_imps.hpp + a15486 + + + for_each.h + a00887 + parallel/settings.h + parallel/par_loop.h + parallel/omp_loop.h + parallel/workstealing.h + __gnu_parallel + + _UserOp + __for_each_template_random_access + a01576.html + a0ebbe56e1b059cba72c3d706307a0e50 + (_IIter __begin, _IIter __end, _UserOp __user_op, _Functionality &__functionality, _Red __reduction, _Result __reduction_start, _Result &__output, typename std::iterator_traits< _IIter >::difference_type __bound, _Parallelism __parallelism_tag) + + + + for_each_selectors.h + a00890 + parallel/basic_iterator.h + __gnu_parallel::__accumulate_binop_reduct + __gnu_parallel::__accumulate_selector + __gnu_parallel::__adjacent_difference_selector + __gnu_parallel::__count_if_selector + __gnu_parallel::__count_selector + __gnu_parallel::__fill_selector + __gnu_parallel::__for_each_selector + __gnu_parallel::__generate_selector + __gnu_parallel::__generic_for_each_selector + __gnu_parallel::__identity_selector + __gnu_parallel::__inner_product_selector + __gnu_parallel::__max_element_reduct + __gnu_parallel::__min_element_reduct + __gnu_parallel::__replace_if_selector + __gnu_parallel::__replace_selector + __gnu_parallel::__transform1_selector + __gnu_parallel::__transform2_selector + __gnu_parallel::_DummyReduct + __gnu_parallel::_Nothing + __gnu_parallel + + + formatter.h + a00740 + bits/c++config.h + bits/cpp_type_traits.h + typeinfo + __gnu_debug::_Safe_iterator + __gnu_debug::_Safe_local_iterator + __gnu_debug::_Safe_sequence + __gnu_debug + + + forward_list + a00065 + bits/forward_list.h + bits/range_access.h + bits/forward_list.tcc + + + debug/forward_list + a15489 + forward_list + debug/safe_sequence.h + debug/safe_container.h + debug/safe_iterator.h + __gnu_debug::_Safe_forward_list + std::__debug::forward_list + __gnu_debug + std + std::__debug + + bool + operator<= + a01571.html + a00e5655f35d242d0995153643aea2ebc + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + bool + operator> + a01571.html + a84b60842f88cb57f0075a964c68794b5 + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + bool + operator>= + a01571.html + a636d8ef229361158ab4945c00d7676be + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + void + swap + a01571.html + a9f4d5ac9d6926c4a0e2d97179887cb6c + (forward_list< _Tp, _Alloc > &__lx, forward_list< _Tp, _Alloc > &__ly) noexcept(noexcept(__lx.swap(__ly))) + + + + profile/forward_list + a15492 + forward_list + std::__profile::forward_list + std + std::__profile + + bool + operator<= + a01573.html + a513766abdb4ed2ba58d8792147ebf811 + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + bool + operator> + a01573.html + a8885d72d87c6b3b0441124b7e625b92d + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + bool + operator>= + a01573.html + a73aff27c428faa615874629ae0250e64 + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + void + swap + a01573.html + a416f44c6d2ed7e920c8bab2362ce8ffb + (forward_list< _Tp, _Alloc > &__lx, forward_list< _Tp, _Alloc > &__ly) noexcept(noexcept(__lx.swap(__ly))) + + + + experimental/forward_list + a15495 + forward_list + experimental/memory_resource + std + + + forward_list.h + a00341 + initializer_list + bits/stl_iterator_base_types.h + bits/stl_iterator.h + bits/stl_algobase.h + bits/stl_function.h + bits/allocator.h + ext/alloc_traits.h + ext/aligned_buffer.h + std::_Fwd_list_base + std::_Fwd_list_const_iterator + std::_Fwd_list_iterator + std::_Fwd_list_node + std::_Fwd_list_node_base + std::forward_list + std + + bool + operator!= + a01544.html + afdb0fb782a02d3c036f1312b28a7711d + (const _Fwd_list_iterator< _Tp > &__x, const _Fwd_list_const_iterator< _Tp > &__y) noexcept + + + bool + operator!= + a01544.html + ae4e62dff9be77e98ba29da34c0eee1b7 + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + bool + operator< + a01544.html + a5e86344cdca451bac42e9d9936e99353 + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + bool + operator<= + a01544.html + af19b07884ac9b3b0986b70d79bdc7ec1 + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + bool + operator== + a01544.html + a8ad91c3a594fa5e289bbf4aaad7ae58c + (const _Fwd_list_iterator< _Tp > &__x, const _Fwd_list_const_iterator< _Tp > &__y) noexcept + + + bool + operator== + a01544.html + ada41d3682184f0d0d8525907fdfcbea8 + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + bool + operator> + a01544.html + a1d46b9793f5a9a6d38267007fabb0e05 + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + bool + operator>= + a01544.html + a8bd7da47a9941d7e825411420feb6ac1 + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + void + swap + a01544.html + aeb866eb47db586b6058b597e97d8b909 + (forward_list< _Tp, _Alloc > &__lx, forward_list< _Tp, _Alloc > &__ly) noexcept(noexcept(__lx.swap(__ly))) + + + + forward_list.tcc + a00344 + std + + bool + operator== + a01544.html + ada41d3682184f0d0d8525907fdfcbea8 + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + + fs_dir.h + a00989 + typeinfo + ext/concurrence.h + bits/unique_ptr.h + bits/shared_ptr.h + std + + + fs_fwd.h + a00992 + system_error + cstdint + chrono + std + + + copy_options + a01517.html + ga67e62e740e17772bdd02c16c494f8298 + + none + skip_existing + overwrite_existing + update_existing + recursive + copy_symlinks + skip_symlinks + directories_only + create_symlinks + create_hard_links + + + + perms + a01517.html + ga0a1765c6b0d8d734be3d54d85be9f145 + + none + owner_read + owner_write + owner_exec + owner_all + group_read + group_write + group_exec + group_all + others_read + others_write + others_exec + others_all + all + set_uid + set_gid + sticky_bit + mask + unknown + add_perms + remove_perms + symlink_nofollow + + + + fs_path.h + a00998 + utility + type_traits + vector + locale + iosfwd + codecvt + system_error + bits/stl_algobase.h + bits/quoted_string.h + bits/locale_conv.h + experimental/string_view + std::experimental::filesystem::v1::path + std::experimental::filesystem::v1::path::iterator + std + + void + swap + a00998.html + ac7872a80c9a153da18495f0a64bf2afb + (path &__lhs, path &__rhs) noexcept + + + size_t + hash_value + a00998.html + a2454371536f203a536b7de64e6cf89a0 + (const path &__p) noexcept + + + bool + operator< + a00998.html + ab16c4b054ec089dd7d7117f29b95de1f + (const path &__lhs, const path &__rhs) noexcept + + + bool + operator<= + a00998.html + aa33cb3e5f54ab47da8bc8274978f712c + (const path &__lhs, const path &__rhs) noexcept + + + bool + operator> + a00998.html + a7f298a2dc0d6147709cd64be217a0d2a + (const path &__lhs, const path &__rhs) noexcept + + + bool + operator>= + a00998.html + ab75bbfdd8928d3396b091b85dd0de866 + (const path &__lhs, const path &__rhs) noexcept + + + bool + operator== + a00998.html + a60bb9ecb92ea79dff12cd72e5aaedb97 + (const path &__lhs, const path &__rhs) noexcept + + + bool + operator!= + a00998.html + aed4f5a81abeab4086c056eaf32cc5c41 + (const path &__lhs, const path &__rhs) noexcept + + + path + operator/ + a00998.html + a773ffa9a9216828bdddfb315b281870d + (const path &__lhs, const path &__rhs) + + + basic_ostream< _CharT, _Traits > & + operator<< + a00998.html + a73574ae4d6fd7b13eddda8e9de73f402 + (basic_ostream< _CharT, _Traits > &__os, const path &__p) + + + basic_istream< _CharT, _Traits > & + operator>> + a00998.html + a821ac170672758674a641d39f02bffcf + (basic_istream< _CharT, _Traits > &__is, path &__p) + + + path + u8path + a00998.html + a5dbb5374438c8cd77e9e9bce25e251f3 + (const _Source &__source) + + + path + u8path + a00998.html + a1b9bf250292264f75408dace76b860a8 + (_InputIterator __first, _InputIterator __last) + + + void + swap + a00998.html + ac7872a80c9a153da18495f0a64bf2afb + (path &__lhs, path &__rhs) noexcept + + + size_t + hash_value + a00998.html + a2454371536f203a536b7de64e6cf89a0 + (const path &__p) noexcept + + + bool + operator< + a00998.html + ab16c4b054ec089dd7d7117f29b95de1f + (const path &__lhs, const path &__rhs) noexcept + + + bool + operator<= + a00998.html + aa33cb3e5f54ab47da8bc8274978f712c + (const path &__lhs, const path &__rhs) noexcept + + + bool + operator> + a00998.html + a7f298a2dc0d6147709cd64be217a0d2a + (const path &__lhs, const path &__rhs) noexcept + + + bool + operator>= + a00998.html + ab75bbfdd8928d3396b091b85dd0de866 + (const path &__lhs, const path &__rhs) noexcept + + + bool + operator== + a00998.html + a60bb9ecb92ea79dff12cd72e5aaedb97 + (const path &__lhs, const path &__rhs) noexcept + + + bool + operator!= + a00998.html + aed4f5a81abeab4086c056eaf32cc5c41 + (const path &__lhs, const path &__rhs) noexcept + + + path + operator/ + a00998.html + a773ffa9a9216828bdddfb315b281870d + (const path &__lhs, const path &__rhs) + + + basic_ostream< _CharT, _Traits > & + operator<< + a00998.html + a73574ae4d6fd7b13eddda8e9de73f402 + (basic_ostream< _CharT, _Traits > &__os, const path &__p) + + + basic_istream< _CharT, _Traits > & + operator>> + a00998.html + a821ac170672758674a641d39f02bffcf + (basic_istream< _CharT, _Traits > &__is, path &__p) + + + path + u8path + a00998.html + a5dbb5374438c8cd77e9e9bce25e251f3 + (const _Source &__source) + + + path + u8path + a00998.html + a1b9bf250292264f75408dace76b860a8 + (_InputIterator __first, _InputIterator __last) + + + + fstream + a00068 + istream + ostream + bits/codecvt.h + cstdio + bits/basic_file.h + string + bits/fstream.tcc + std::basic_filebuf + std::basic_fstream + std::basic_ifstream + std::basic_ofstream + std + + void + swap + a01544.html + ab99dc85cd3551cb410655b02a56e5c15 + (basic_filebuf< _CharT, _Traits > &__x, basic_filebuf< _CharT, _Traits > &__y) + + + void + swap + a01544.html + acfe891185fde2307f6e8909338c7b862 + (basic_ifstream< _CharT, _Traits > &__x, basic_ifstream< _CharT, _Traits > &__y) + + + void + swap + a01544.html + a4965e732ce5d02e4304dd82bc86e365a + (basic_ofstream< _CharT, _Traits > &__x, basic_ofstream< _CharT, _Traits > &__y) + + + void + swap + a01544.html + a7ccd229f5faee26395b8ee1715576cf0 + (basic_fstream< _CharT, _Traits > &__x, basic_fstream< _CharT, _Traits > &__y) + + + + fstream.tcc + a00347 + bits/cxxabi_forced.h + bits/move.h + std + + + functexcept.h + a00350 + bits/c++config.h + bits/exception_defines.h + std + + + functional + a00071 + bits/c++config.h + bits/stl_function.h + new + tuple + type_traits + bits/functional_hash.h + bits/invoke.h + std::_Bind + std::_Bind_result + std::_Mu + std::_Mu< _Arg, false, false > + std::_Mu< _Arg, false, true > + std::_Mu< _Arg, true, false > + std::_Mu< reference_wrapper< _Tp >, false, false > + std::_Not_fn + std::_Placeholder + std::is_bind_expression + std::is_bind_expression< _Bind< _Signature > > + std::is_bind_expression< _Bind_result< _Result, _Signature > > + std::is_bind_expression< const _Bind< _Signature > > + std::is_bind_expression< const _Bind_result< _Result, _Signature > > + std::is_bind_expression< const volatile _Bind< _Signature > > + std::is_bind_expression< const volatile _Bind_result< _Result, _Signature > > + std::is_bind_expression< volatile _Bind< _Signature > > + std::is_bind_expression< volatile _Bind_result< _Result, _Signature > > + std::is_placeholder + std::is_placeholder< _Placeholder< _Num > > + std + std::placeholders + + _Bind_helper< __is_socketlike< _Func >::value, _Func, _BoundArgs... >::type + bind + a01513.html + ga7b2eddb726568256e49824ad01a05099 + (_Func &&__f, _BoundArgs &&... __args) + + + _Bindres_helper< _Result, _Func, _BoundArgs... >::type + bind + a01513.html + ga4fdb8d8274eed4c834559925d8950769 + (_Func &&__f, _BoundArgs &&... __args) + + + _Mem_fn< _Tp _Class::* > + mem_fn + a01502.html + gadd917dd05154842bc6aebcf5c90abb7f + (_Tp _Class::*__pm) noexcept + + + + ext/functional + a15498 + functional + __gnu_cxx::binary_compose + __gnu_cxx::constant_binary_fun + __gnu_cxx::constant_unary_fun + __gnu_cxx::constant_void_fun + __gnu_cxx::project1st + __gnu_cxx::project2nd + __gnu_cxx::select1st + __gnu_cxx::select2nd + __gnu_cxx::subtractive_rng + __gnu_cxx::unary_compose + __gnu_cxx + + unary_compose< _Operation1, _Operation2 > + compose1 + a01465.html + ga0099fa0a5f616d3bc2ba21b81902fc5f + (const _Operation1 &__fn1, const _Operation2 &__fn2) + + + binary_compose< _Operation1, _Operation2, _Operation3 > + compose2 + a01465.html + ga3a4bcb8b957d6c73414c6a5eda0fef17 + (const _Operation1 &__fn1, const _Operation2 &__fn2, const _Operation3 &__fn3) + + + constant_void_fun< _Result > + constant0 + a01465.html + gabbe0a1fe70c819c69c49791fd172bbb7 + (const _Result &__val) + + + constant_unary_fun< _Result, _Result > + constant1 + a01465.html + ga00aba91be56a04a7a200f932b507c4f2 + (const _Result &__val) + + + constant_binary_fun< _Result, _Result, _Result > + constant2 + a01465.html + gafa3404bd6e935274a6ce879dab3c8d08 + (const _Result &__val) + + + _Tp + identity_element + a01465.html + gace93b3939a95d95c7f1b010457a54ff9 + (std::plus< _Tp >) + + + _Tp + identity_element + a01465.html + gaadbb1d3b3633bdf49a06904e95d5ef79 + (std::multiplies< _Tp >) + + + + experimental/functional + a15501 + functional + tuple + iterator + unordered_map + vector + array + bits/stl_algo.h + experimental/bits/lfts_config.h + std + + boyer_moore_horspool_searcher< _RAIter, _Hash, _BinaryPredicate > + make_boyer_moore_horspool_searcher + a15501.html + ad2552e72ab3422c3ab94b9d939e2a668 + (_RAIter __pat_first, _RAIter __pat_last, _Hash __hf=_Hash(), _BinaryPredicate __pred=_BinaryPredicate()) + + + boyer_moore_searcher< _RAIter, _Hash, _BinaryPredicate > + make_boyer_moore_searcher + a15501.html + a0cb79c7e7cd7f56f7ca37f4f3bd69e31 + (_RAIter __pat_first, _RAIter __pat_last, _Hash __hf=_Hash(), _BinaryPredicate __pred=_BinaryPredicate()) + + + default_searcher< _ForwardIterator, _BinaryPredicate > + make_default_searcher + a15501.html + a81927272d20aa657f9cc166335099e23 + (_ForwardIterator __pat_first, _ForwardIterator __pat_last, _BinaryPredicate __pred=_BinaryPredicate()) + + + auto + not_fn + a15501.html + af8c74bf6b6f91bb244f59221c997fc8a + (_Fn &&__fn) noexcept(std::is_nothrow_constructible< std::decay_t< _Fn >, _Fn &&>::value) + + + constexpr bool + is_bind_expression_v + a15501.html + af917e1dba212dadf2d49ddbfffc09c03 + + + + constexpr int + is_placeholder_v + a15501.html + a98beedb226cf9cd65224b2a6cedfeeaf + + + + + functional_hash.h + a00353 + bits/hash_bytes.h + std::hash + std::hash + std::hash< _Tp * > + std::hash< bool > + std::hash< char > + std::hash< char16_t > + std::hash< char32_t > + std::hash< double > + std::hash< float > + std::hash< int > + std::hash< long > + std::hash< long double > + std::hash< long long > + std::hash< short > + std::hash< signed char > + std::hash< unsigned char > + std::hash< unsigned int > + std::hash< unsigned long > + std::hash< unsigned long long > + std::hash< unsigned short > + std::hash< wchar_t > + std + + + functions.h + a00743 + bits/move.h + bits/stl_function.h + type_traits + debug/helper_functions.h + debug/formatter.h + __gnu_debug::_Safe_iterator + __gnu_debug + + bool + __check_dereferenceable + a01572.html + abca2c6a25b59aae1d07eef6df6c16fff + (const _Iterator &) + + + bool + __check_dereferenceable + a01572.html + a1ce0899930ceaea4e9035fc12f7a9e7f + (const _Tp *__ptr) + + + bool + __check_singular + a01572.html + a46c66b454cce6570ba4bfcc9168982eb + (const _Tp *__ptr) + + + const _CharT * + __check_string + a01572.html + ae392ea47cae145b27005dbfdf9be3f47 + (const _CharT *__s, const _Integer &__n __attribute__((__unused__))) + + + const _CharT * + __check_string + a01572.html + a7e2013ed9979a1d4403a13e1bcbeaa15 + (const _CharT *__s) + + + bool + __foreign_iterator_aux2 + a01572.html + af008a6cc2546dc194296b19d8aa90b33 + (const _Safe_iterator< _Iterator, _Sequence > &__it, const _Safe_iterator< _OtherIterator, _Sequence > &__other, const _Safe_iterator< _OtherIterator, _Sequence > &) + + + bool + __foreign_iterator_aux2 + a01572.html + a4f3f5dd3756989ad8b4e9e3ca0822f12 + (const _Safe_iterator< _Iterator, _Sequence > &__it, const _Safe_iterator< _OtherIterator, _OtherSequence > &, const _Safe_iterator< _OtherIterator, _OtherSequence > &) + + + + future + a00074 + mutex + thread + condition_variable + system_error + atomic + bits/atomic_futex.h + bits/functexcept.h + bits/invoke.h + bits/unique_ptr.h + bits/shared_ptr.h + bits/allocated_ptr.h + ext/aligned_buffer.h + std::__basic_future + std::__future_base + std::__future_base::_Result + std::__future_base::_Result< _Res & > + std::__future_base::_Result< void > + std::__future_base::_Result_alloc + std::__future_base::_Result_base + std::future + std::future + std::future< _Res & > + std::future< void > + std::future_error + std::is_error_code_enum< future_errc > + std::packaged_task< _Res(_ArgTypes...)> + std::promise + std::promise + std::promise< _Res & > + std::promise< void > + std::shared_future + std::shared_future + std::shared_future< _Res & > + std::shared_future< void > + std + + + future_errc + a01475.html + ga61938f7ac25df97b5362109e61bb46a6 + + future_already_retrieved + promise_already_satisfied + no_state + broken_promise + + + + future_status + a01475.html + ga528eb8f3b350394c0406d4d58ab7dbf4 + + ready + timeout + deferred + + + + launch + a01475.html + ga6f4ad125d364f01560e2ed20a3c8bb5b + + async + deferred + + + future< __async_result_of< _Fn, _Args... > > + async + a01475.html + gae1d80ff37cef48666bea37bcff54f6da + (launch __policy, _Fn &&__fn, _Args &&... __args) + + + future< __async_result_of< _Fn, _Args... > > + async + a01475.html + gad61c88630f1705f6be0b8ba6cc832d6a + (_Fn &&__fn, _Args &&... __args) + + + const error_category & + future_category + a01475.html + ga5b4abfa468beb197d5bdac89e20afdb0 + () noexcept + + + error_code + make_error_code + a01475.html + ga32bbe57d8ae969ac5cee4f0c48c3e63f + (future_errc __errc) noexcept + + + error_condition + make_error_condition + a01475.html + ga298f6b4607ddc74c173e6f8887f72047 + (future_errc __errc) noexcept + + + void + swap + a01475.html + ga2700089f8b9371e6aafdb9a7e7a552e7 + (packaged_task< _Res(_ArgTypes...)> &__x, packaged_task< _Res(_ArgTypes...)> &__y) noexcept + + + + gp_ht_map_.hpp + a01301 + ext/pb_ds/tag_and_trait.hpp + ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp + ext/pb_ds/detail/types_traits.hpp + ext/pb_ds/exception.hpp + ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp + utility + debug/debug.h + ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp + ext/pb_ds/detail/unordered_iterator/point_iterator.hpp + ext/pb_ds/detail/unordered_iterator/const_iterator.hpp + ext/pb_ds/detail/unordered_iterator/iterator.hpp + ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp + ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp + ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp + ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp + ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp + ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp + ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp + ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp + ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp + ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp + __gnu_pbds::detail::gp_ht_map + __gnu_pbds + + + gslice.h + a00356 + std::gslice + std + + + gslice_array.h + a00359 + std::gslice_array + std + + + hash_bytes.h + a00362 + bits/c++config.h + std + + + hash_eq_fn.hpp + a01295 + utility + debug/debug.h + __gnu_pbds::detail::hash_eq_fn + __gnu_pbds::detail::hash_eq_fn< Key, Eq_Fn, _Alloc, false > + __gnu_pbds::detail::hash_eq_fn< Key, Eq_Fn, _Alloc, true > + __gnu_pbds + + + hash_exponential_size_policy_imp.hpp + a01400 + + + hash_fun.h + a00722 + bits/c++config.h + __gnu_cxx + + + hash_load_check_resize_trigger_imp.hpp + a01403 + + + hash_load_check_resize_trigger_size_base.hpp + a01406 + __gnu_pbds::detail::hash_load_check_resize_trigger_size_base + __gnu_pbds::detail::hash_load_check_resize_trigger_size_base< Size_Type, true > + __gnu_pbds + + + hash_map + a00725 + backward_warning.h + bits/c++config.h + backward/hashtable.h + bits/concept_check.h + __gnu_cxx::hash_map + __gnu_cxx::hash_multimap + __gnu_cxx + std + + + hash_policy.hpp + a01118 + bits/c++config.h + algorithm + vector + cmath + ext/pb_ds/exception.hpp + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp + ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp + ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp + ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp + ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp + ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp + ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp + ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp + ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp + ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp + ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp + ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp + __gnu_pbds::cc_hash_max_collision_check_resize_trigger + __gnu_pbds::direct_mask_range_hashing + __gnu_pbds::direct_mod_range_hashing + __gnu_pbds::hash_exponential_size_policy + __gnu_pbds::hash_load_check_resize_trigger + __gnu_pbds::hash_prime_size_policy + __gnu_pbds::hash_standard_resize_policy + __gnu_pbds::linear_probe_fn + __gnu_pbds::quadratic_probe_fn + __gnu_pbds + + + hash_prime_size_policy_imp.hpp + a01409 + + + hash_set + a00728 + backward_warning.h + bits/c++config.h + backward/hashtable.h + bits/concept_check.h + __gnu_cxx::hash_multiset + __gnu_cxx::hash_set + __gnu_cxx + std + + + hash_standard_resize_policy_imp.hpp + a01412 + + + bits/hashtable.h + a15504 + bits/hashtable_policy.h + std::_Hashtable + std + + + backward/hashtable.h + a15507 + vector + iterator + algorithm + bits/stl_function.h + backward/hash_fun.h + __gnu_cxx + + + hashtable_policy.h + a00368 + bits/stl_algobase.h + std::__detail::_Default_ranged_hash + std::__detail::_Equal_helper + std::__detail::_Equal_helper< _Key, _Value, _ExtractKey, _Equal, _HashCodeType, false > + std::__detail::_Equal_helper< _Key, _Value, _ExtractKey, _Equal, _HashCodeType, true > + std::__detail::_Equality + std::__detail::_Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > + std::__detail::_Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > + std::__detail::_Equality_base + std::__detail::_Hash_code_base + std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Default_ranged_hash, false > + std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Default_ranged_hash, true > + std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, false > + std::__detail::_Hash_node + std::__detail::_Hash_node< _Value, false > + std::__detail::_Hash_node< _Value, true > + std::__detail::_Hash_node_base + std::__detail::_Hash_node_value_base + std::__detail::_Hashtable_alloc + std::__detail::_Hashtable_alloc + std::__detail::_Hashtable_base + std::__detail::_Hashtable_base + std::__detail::_Hashtable_ebo_helper + std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, false > + std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, true > + std::__detail::_Hashtable_traits + std::__detail::_Insert + std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > + std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > + std::__detail::_Insert_base + std::__detail::_Local_const_iterator + std::__detail::_Local_iterator + std::__detail::_Local_iterator_base + std::__detail::_Local_iterator_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, true > + std::__detail::_Map_base + std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > + std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > + std::__detail::_Mask_range_hashing + std::__detail::_Mod_range_hashing + std::__detail::_Node_const_iterator + std::__detail::_Node_iterator + std::__detail::_Node_iterator_base + std::__detail::_Power2_rehash_policy + std::__detail::_Prime_rehash_policy + std::__detail::_Rehash_base + std::__detail::_Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, std::false_type > + std::__detail::_Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, std::true_type > + std::_Hashtable + std + std::__detail + + _GLIBCXX14_CONSTEXPR std::size_t + __clp2 + a01494.html + ga467c90cac9f40425bac6a54f9a54ad9e + (std::size_t __n) noexcept + + + + helper_functions.h + a00746 + bits/stl_iterator_base_types.h + bits/cpp_type_traits.h + bits/stl_pair.h + __gnu_debug + + + _Distance_precision + a01572.html + a3817879cb58c2db9f22712a634ef0b92 + + + + _Distance_traits< _Iterator >::__type + __get_distance + a01572.html + a4c63b948ffb4aedd8656ab735dbe1f72 + (const _Iterator &__lhs, const _Iterator &__rhs, std::random_access_iterator_tag) + + + bool + __valid_range + a01572.html + a7a57c826c2512395af4b96c7024a1ec2 + (const _InputIterator &__first, const _InputIterator &__last, typename _Distance_traits< _InputIterator >::__type &__dist) + + + bool + __valid_range_aux + a01572.html + a15b54d516d12b7abf066429f395236e6 + (const _Integral &, const _Integral &, typename _Distance_traits< _Integral >::__type &__dist, std::__true_type) + + + bool + __valid_range_aux + a01572.html + a7b7e692f12ebca32b03312c06d712a6d + (const _InputIterator &__first, const _InputIterator &__last, typename _Distance_traits< _InputIterator >::__type &__dist, std::__false_type) + + + + indirect_array.h + a00371 + std::indirect_array + std + + + binary_heap_/info_fn_imps.hpp + a15510 + + + bin_search_tree_/info_fn_imps.hpp + a15513 + + + cc_hash_table_map_/info_fn_imps.hpp + a15516 + + + gp_hash_table_map_/info_fn_imps.hpp + a15519 + + + left_child_next_sibling_heap_/info_fn_imps.hpp + a15522 + + + list_update_map_/info_fn_imps.hpp + a15525 + + + ov_tree_map_/info_fn_imps.hpp + a15528 + + + pat_trie_/info_fn_imps.hpp + a15531 + + + rb_tree_map_/info_fn_imps.hpp + a15534 + + + splay_tree_/info_fn_imps.hpp + a15537 + + + initializer_list + a00029 + bits/c++config.h + std::initializer_list + std + + constexpr const _Tp * + begin + a01544.html + a549ebac15bcc03ae83f87b89796d89fc + (initializer_list< _Tp > __ils) noexcept + + + constexpr const _Tp * + end + a01544.html + a579ff3807b61f57bda29d023b3918504 + (initializer_list< _Tp > __ils) noexcept + + + + binary_heap_/insert_fn_imps.hpp + a15540 + + + binomial_heap_base_/insert_fn_imps.hpp + a15543 + + + bin_search_tree_/insert_fn_imps.hpp + a15546 + + + cc_hash_table_map_/insert_fn_imps.hpp + a15549 + ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp + + + gp_hash_table_map_/insert_fn_imps.hpp + a15552 + ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp + ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp + + + left_child_next_sibling_heap_/insert_fn_imps.hpp + a15555 + + + list_update_map_/insert_fn_imps.hpp + a15558 + + + ov_tree_map_/insert_fn_imps.hpp + a15561 + + + pairing_heap_/insert_fn_imps.hpp + a15564 + + + rb_tree_map_/insert_fn_imps.hpp + a15567 + + + rc_binomial_heap_/insert_fn_imps.hpp + a15570 + + + splay_tree_/insert_fn_imps.hpp + a15573 + + + thin_heap_/insert_fn_imps.hpp + a15576 + + + insert_join_fn_imps.hpp + a01370 + + + cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp + a15579 + + + gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp + a15582 + + + cc_hash_table_map_/insert_store_hash_fn_imps.hpp + a15585 + + + gp_hash_table_map_/insert_store_hash_fn_imps.hpp + a15588 + + + invoke.h + a00374 + type_traits + std + + constexpr __invoke_result< _Callable, _Args... >::type + __invoke + a01483.html + ga5f5136396a5ab3c02543bb01d4364f40 + (_Callable &&__fn, _Args &&... __args) noexcept(__is_nothrow_invocable< _Callable, _Args... >::value) + + + + iomanip + a00077 + bits/c++config.h + iosfwd + bits/ios_base.h + locale + bits/quoted_string.h + std + + _Get_money< _MoneyT > + get_money + a01544.html + a56a0bd3288bc9be9850f71382f02fff8 + (_MoneyT &__mon, bool __intl=false) + + + _Get_time< _CharT > + get_time + a01544.html + ac26413a7982d8610fd018845a2078baa + (std::tm *__tmb, const _CharT *__fmt) + + + _Put_money< _MoneyT > + put_money + a01544.html + a4223c5b3a51cbf3a2d8910fb8415bf73 + (const _MoneyT &__mon, bool __intl=false) + + + _Put_time< _CharT > + put_time + a01544.html + ac209d7732c2ceff781a6aa0bb278db86 + (const std::tm *__tmb, const _CharT *__fmt) + + + auto + quoted + a01544.html + a5bff62a35321654424cc1f6df8362cea + (const _CharT *__string, _CharT __delim=_CharT('"'), _CharT __escape = _CharT('\)) + + + _Resetiosflags + resetiosflags + a01544.html + a12ef9b47a80c8f0606aa34dab5477524 + (ios_base::fmtflags __mask) + + + _Setbase + setbase + a01544.html + af57577148b39749ea52311d68d8a17b4 + (int __base) + + + _Setfill< _CharT > + setfill + a01544.html + af02c6886dba8d934606592e0f3e11d5c + (_CharT __c) + + + _Setiosflags + setiosflags + a01544.html + ab27c01e21b835749650e5f2ed2d16dbc + (ios_base::fmtflags __mask) + + + _Setprecision + setprecision + a01544.html + a6e333ca9789cfa8a1f337434cee91957 + (int __n) + + + _Setw + setw + a01544.html + a2be7f420a95880805d0d7e2543240440 + (int __n) + + + + ios + a00080 + iosfwd + exception + bits/char_traits.h + bits/localefwd.h + bits/ios_base.h + streambuf + bits/basic_ios.h + + + ios_base.h + a00377 + ext/atomicity.h + bits/localefwd.h + bits/locale_classes.h + system_error + std::ios_base + std::ios_base::failure + std + + + io_errc + a01544.html + a5a20cae60a4377da46121402c57322a2 + + stream + + + ios_base & + boolalpha + a01544.html + aa4c577f2579fd31f7bb2bd4ae582d917 + (ios_base &__base) + + + ios_base & + dec + a01544.html + a41ca573b6c90740c9355d373118d87f5 + (ios_base &__base) + + + ios_base & + defaultfloat + a01544.html + a74ba205196abe11761ff1c8016d6b5df + (ios_base &__base) + + + ios_base & + fixed + a01544.html + af52d7537a34e913e7fb3f0ec2f27a8f2 + (ios_base &__base) + + + ios_base & + hex + a01544.html + a6657c6357b609abbfd0507c8d1cdc90c + (ios_base &__base) + + + ios_base & + hexfloat + a01544.html + a2d00a8db7dacfdc214105141062cab29 + (ios_base &__base) + + + ios_base & + internal + a01544.html + a084be990a1caf21a3b1ce38fe61bad3f + (ios_base &__base) + + + ios_base & + left + a01544.html + a96d1c2cab30f14f4e34ccb460f1ad1c9 + (ios_base &__base) + + + ios_base & + noboolalpha + a01544.html + ad6ef73da482fa14835d126faec1e4548 + (ios_base &__base) + + + ios_base & + noshowbase + a01544.html + ae40e0e6a5a4292cc070a737693bce4ab + (ios_base &__base) + + + ios_base & + noshowpoint + a01544.html + acacc67bedbef4625ffdf88d2b188a9f5 + (ios_base &__base) + + + ios_base & + noshowpos + a01544.html + ab7219399afb34c97c7c439be76b2eb49 + (ios_base &__base) + + + ios_base & + noskipws + a01544.html + a371c82c535d8f1e6c245524313394a9a + (ios_base &__base) + + + ios_base & + nounitbuf + a01544.html + a205c934d476ce13b62c74c1e1229e906 + (ios_base &__base) + + + ios_base & + nouppercase + a01544.html + a0b1c781ecc10f910c74dd2ff27a1f2ae + (ios_base &__base) + + + ios_base & + oct + a01544.html + a5fa596d5be9b0fbcf9d9c18b6ed1fe0e + (ios_base &__base) + + + ios_base & + right + a01544.html + a1a23b13efe06ee9b3cd9324af25ab538 + (ios_base &__base) + + + ios_base & + scientific + a01544.html + a3286bebdde076d132d35c8fc79d6bdc4 + (ios_base &__base) + + + ios_base & + showbase + a01544.html + a5a3653d71579c614748abf4a73bbed92 + (ios_base &__base) + + + ios_base & + showpoint + a01544.html + a0cd05ebd891c06400f5e04a84eb6d539 + (ios_base &__base) + + + ios_base & + showpos + a01544.html + a8eff68e8b5f8d409761a2a6db01924d3 + (ios_base &__base) + + + ios_base & + skipws + a01544.html + ad458fa76ad203ae00a0fb1c602ec1cf6 + (ios_base &__base) + + + ios_base & + unitbuf + a01544.html + ac3f7f054e68fb8448cfb5937f54de5ec + (ios_base &__base) + + + ios_base & + uppercase + a01544.html + ac045800a193138e83cba719b3d4206f3 + (ios_base &__base) + + + + iosfwd + a00083 + bits/c++config.h + bits/stringfwd.h + bits/postypes.h + std::basic_filebuf + std::basic_fstream + std::basic_ifstream + std::basic_ios + std::basic_iostream + std::basic_istream + std::basic_istringstream + std::basic_ofstream + std::basic_ostream + std::basic_ostringstream + std::basic_streambuf + std::basic_stringbuf + std::basic_stringstream + std::istreambuf_iterator + std::ostreambuf_iterator + std + + basic_filebuf< char > + filebuf + a01476.html + gaa33740c61965014b7bc0f229f73f65ad + + + + basic_fstream< char > + fstream + a01476.html + gabafb787f1b4ab7d00c500cefb554f632 + + + + basic_ifstream< char > + ifstream + a01476.html + ga58ca5f477d7afac57c22e9bdd90d323b + + + + basic_ios< char > + ios + a01476.html + gac1665745293037f1d1be9b144f27bc9d + + + + basic_iostream< char > + iostream + a01476.html + ga5eca2cc3d038099cf2465636dfb2ace6 + + + + basic_istream< char > + istream + a01476.html + ga9a51d9b711a836df9c086f3a5e30b8b2 + + + + basic_istringstream< char > + istringstream + a01476.html + ga6d8fb6942dcb39300db6a403f5ba1fe6 + + + + basic_ofstream< char > + ofstream + a01476.html + ga7a439605cbbc7d72fcefc9d6a59c4f0a + + + + basic_ostream< char > + ostream + a01476.html + ga55d4c0674fbacb7514ae76310aeb4bf8 + + + + basic_ostringstream< char > + ostringstream + a01476.html + gac2ba708c34afa6e120c07e56bfce9cd3 + + + + basic_streambuf< char > + streambuf + a01476.html + ga462cbd2938d4a2e7f0ffac97d2168f95 + + + + basic_stringbuf< char > + stringbuf + a01476.html + gad23290abd940b2cf3fa4e5f53669894e + + + + basic_stringstream< char > + stringstream + a01476.html + ga3be8e48d91a15a13829c028b195aad70 + + + + basic_filebuf< wchar_t > + wfilebuf + a01476.html + gaa472869f420152c83f15572ba49bcb65 + + + + basic_fstream< wchar_t > + wfstream + a01476.html + ga78053e152637924d995b5f2267275bc6 + + + + basic_ifstream< wchar_t > + wifstream + a01476.html + ga1dac763532685aaffbdc7add447f56fc + + + + basic_ios< wchar_t > + wios + a01476.html + ga5f215b95943a4eabc6f138b47fff37a9 + + + + basic_iostream< wchar_t > + wiostream + a01476.html + ga3ec2b5ea7f8649cff8ef668482dcf268 + + + + basic_istream< wchar_t > + wistream + a01476.html + ga9bfb52397cc747f9945d73a1f38e86e8 + + + + basic_istringstream< wchar_t > + wistringstream + a01476.html + ga74ca18b587f6f7dfc5677c8b774f2d71 + + + + basic_ofstream< wchar_t > + wofstream + a01476.html + gab5d4d2c5ad9ee70018becc9002629a71 + + + + basic_ostream< wchar_t > + wostream + a01476.html + ga9ad6702c06821cdd550e08ef2b70f3b7 + + + + basic_ostringstream< wchar_t > + wostringstream + a01476.html + ga811d6452576dc4c2fccd0ab26fd23f07 + + + + basic_streambuf< wchar_t > + wstreambuf + a01476.html + ga72040b852b537e306ce9c862698e0e07 + + + + basic_stringbuf< wchar_t > + wstringbuf + a01476.html + ga4e78c6817168947842caf24c3ffd5352 + + + + basic_stringstream< wchar_t > + wstringstream + a01476.html + gabd6a5fd8237370934ed97cc2e77b7021 + + + + + iostream + a00086 + bits/c++config.h + ostream + istream + std + + static ios_base::Init + __ioinit + a01544.html + a7f2a8c6d20dc1d386dd1cfd42f7e3530 + + + + istream + cin + a01544.html + afdcd7ecbf1544ef3f79b89f0dd06c3b7 + + + + ostream + cout + a01544.html + aaf93fdf0812752e0e02c501dea1b38f0 + + + + ostream + cerr + a01544.html + a7431d56d1e8cd7a9b854171294bd71c7 + + + + ostream + clog + a01544.html + a7e2a2fc4b5924b7292c0566ca4c95463 + + + + wistream + wcin + a01544.html + ab1807d3145162e06150b063da4da2707 + + + + wostream + wcout + a01544.html + a2f5fc307ed84f0ecfbc36d2cda322040 + + + + wostream + wcerr + a01544.html + ae50854b2a6629e6504846f8aff472e7e + + + + wostream + wclog + a01544.html + a09e3edb1609f2a7fb18370eab59ba8dc + + + + istream + cin + a01544.html + afdcd7ecbf1544ef3f79b89f0dd06c3b7 + + + + ostream + cout + a01544.html + aaf93fdf0812752e0e02c501dea1b38f0 + + + + ostream + cerr + a01544.html + a7431d56d1e8cd7a9b854171294bd71c7 + + + + ostream + clog + a01544.html + a7e2a2fc4b5924b7292c0566ca4c95463 + + + + wistream + wcin + a01544.html + ab1807d3145162e06150b063da4da2707 + + + + wostream + wcout + a01544.html + a2f5fc307ed84f0ecfbc36d2cda322040 + + + + wostream + wcerr + a01544.html + ae50854b2a6629e6504846f8aff472e7e + + + + wostream + wclog + a01544.html + a09e3edb1609f2a7fb18370eab59ba8dc + + + + + istream + a00089 + ios + ostream + bits/istream.tcc + std::basic_iostream + std::basic_istream + std::basic_istream::sentry + std + + enable_if< __and_< __not_< is_lvalue_reference< _Istream > >, __is_convertible_to_basic_istream< _Istream >, __is_extractable< __rvalue_istream_type< _Istream >, _Tp && > >::value, __rvalue_istream_type< _Istream > >::type + operator>> + a01544.html + acda683e8b3ae5f1dd425bb99774304a7 + (_Istream &&__is, _Tp &&__x) + + + basic_istream< _CharT, _Traits > & + ws + a01544.html + ad864c3d25c6f09088c3a6e8d22151a5d + (basic_istream< _CharT, _Traits > &__is) + + + basic_istream< _CharT, _Traits > & + operator>> + a01544.html + a8f6ffa961cd02381c76b3d3345641f4d + (basic_istream< _CharT, _Traits > &__in, _CharT &__c) + + + basic_istream< char, _Traits > & + operator>> + a01544.html + ad29bf992665f01e4a3623420b87f40d3 + (basic_istream< char, _Traits > &__in, unsigned char &__c) + + + basic_istream< char, _Traits > & + operator>> + a01544.html + a257b6c1fab9276d9a9ca63c29279d48c + (basic_istream< char, _Traits > &__in, signed char &__c) + + + basic_istream< _CharT, _Traits > & + operator>> + a01544.html + afd645e31e415b300d870dba3de0af813 + (basic_istream< _CharT, _Traits > &__in, _CharT *__s) + + + basic_istream< char > & + operator>> + a01544.html + a40a0021a5cf39a79c2ff66d3c31ae277 + (basic_istream< char > &__in, char *__s) + + + basic_istream< char, _Traits > & + operator>> + a01544.html + aefcf45965f6bebc6083ba4d0207cca1d + (basic_istream< char, _Traits > &__in, unsigned char *__s) + + + basic_istream< char, _Traits > & + operator>> + a01544.html + abcee0d0bbe61b8a00e0336411d295f79 + (basic_istream< char, _Traits > &__in, signed char *__s) + + + basic_istream< _CharT, _Traits > & + operator>> + a01544.html + a8f6ffa961cd02381c76b3d3345641f4d + (basic_istream< _CharT, _Traits > &__in, _CharT &__c) + + + basic_istream< char, _Traits > & + operator>> + a01544.html + ad29bf992665f01e4a3623420b87f40d3 + (basic_istream< char, _Traits > &__in, unsigned char &__c) + + + basic_istream< char, _Traits > & + operator>> + a01544.html + a257b6c1fab9276d9a9ca63c29279d48c + (basic_istream< char, _Traits > &__in, signed char &__c) + + + basic_istream< _CharT, _Traits > & + operator>> + a01544.html + afd645e31e415b300d870dba3de0af813 + (basic_istream< _CharT, _Traits > &__in, _CharT *__s) + + + basic_istream< char > & + operator>> + a01544.html + a40a0021a5cf39a79c2ff66d3c31ae277 + (basic_istream< char > &__in, char *__s) + + + basic_istream< char, _Traits > & + operator>> + a01544.html + aefcf45965f6bebc6083ba4d0207cca1d + (basic_istream< char, _Traits > &__in, unsigned char *__s) + + + basic_istream< char, _Traits > & + operator>> + a01544.html + abcee0d0bbe61b8a00e0336411d295f79 + (basic_istream< char, _Traits > &__in, signed char *__s) + + + + istream.tcc + a00380 + bits/cxxabi_forced.h + std + + basic_istream< _CharT, _Traits > & + ws + a01544.html + ad864c3d25c6f09088c3a6e8d22151a5d + (basic_istream< _CharT, _Traits > &__is) + + + basic_istream< _CharT, _Traits > & + operator>> + a01544.html + a8f6ffa961cd02381c76b3d3345641f4d + (basic_istream< _CharT, _Traits > &__in, _CharT &__c) + + + basic_istream< _CharT, _Traits > & + operator>> + a01544.html + afd645e31e415b300d870dba3de0af813 + (basic_istream< _CharT, _Traits > &__in, _CharT *__s) + + + basic_istream< _CharT, _Traits > & + operator>> + a01544.html + a8f6ffa961cd02381c76b3d3345641f4d + (basic_istream< _CharT, _Traits > &__in, _CharT &__c) + + + basic_istream< _CharT, _Traits > & + operator>> + a01544.html + afd645e31e415b300d870dba3de0af813 + (basic_istream< _CharT, _Traits > &__in, _CharT *__s) + + + + iterator + a00092 + bits/c++config.h + bits/stl_iterator_base_types.h + bits/stl_iterator_base_funcs.h + bits/stl_iterator.h + ostream + istream + bits/stream_iterator.h + bits/streambuf_iterator.h + bits/range_access.h + + + ext/iterator + a15591 + bits/concept_check.h + iterator + __gnu_cxx + + void + distance + a01465.html + gade7ee057985825bd6d67e7a1a682dd89 + (_InputIterator __first, _InputIterator __last, _Distance &__n) + + + + experimental/iterator + a15594 + iterator + iosfwd + experimental/type_traits + std::experimental::fundamentals_v2::ostream_joiner + std + + ostream_joiner< decay_t< _DelimT >, _CharT, _Traits > + make_ostream_joiner + a15594.html + a2e3192f5922ddde04c679b748e6093fc + (basic_ostream< _CharT, _Traits > &__os, _DelimT &&__delimiter) + + + + iterator.h + a00893 + parallel/basic_iterator.h + bits/stl_pair.h + __gnu_parallel::_IteratorPair + __gnu_parallel::_IteratorTriple + __gnu_parallel + + + iterator.hpp + a01457 + iterator_ + + + iterator_fn_imps.hpp + a01304 + + + iterator_tracker.h + a00800 + ext/type_traits.h + std + std::__profile + + + binary_heap_/iterators_fn_imps.hpp + a15597 + + + bin_search_tree_/iterators_fn_imps.hpp + a15600 + + + cc_hash_table_map_/iterators_fn_imps.hpp + a15603 + + + left_child_next_sibling_heap_/iterators_fn_imps.hpp + a15606 + + + list_update_map_/iterators_fn_imps.hpp + a15609 + + + ov_tree_map_/iterators_fn_imps.hpp + a15612 + + + pat_trie_/iterators_fn_imps.hpp + a15615 + + + left_child_next_sibling_heap_.hpp + a01346 + iterator + ext/pb_ds/detail/cond_dealtor.hpp + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp + debug/debug.h + ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp + __gnu_pbds::detail::left_child_next_sibling_heap + __gnu_pbds + + + lfts_config.h + a01001 + bits/c++config.h + + + limits + a00095 + bits/c++config.h + std::__numeric_limits_base + std::numeric_limits + std::numeric_limits< bool > + std::numeric_limits< char > + std::numeric_limits< char16_t > + std::numeric_limits< char32_t > + std::numeric_limits< double > + std::numeric_limits< float > + std::numeric_limits< int > + std::numeric_limits< long > + std::numeric_limits< long double > + std::numeric_limits< long long > + std::numeric_limits< short > + std::numeric_limits< signed char > + std::numeric_limits< unsigned char > + std::numeric_limits< unsigned int > + std::numeric_limits< unsigned long > + std::numeric_limits< unsigned long long > + std::numeric_limits< unsigned short > + std::numeric_limits< wchar_t > + std + + + float_denorm_style + a01544.html + a5d4e3dd02abab45dde95b5bb4ae7fdbf + + + + denorm_indeterminate + a01544.html + a5d4e3dd02abab45dde95b5bb4ae7fdbfa33fdcd73e760174c19ab87389eb104ae + + + + denorm_absent + a01544.html + a5d4e3dd02abab45dde95b5bb4ae7fdbfad91095a64f12657bc911d2cecd4fab0d + + + + denorm_present + a01544.html + a5d4e3dd02abab45dde95b5bb4ae7fdbfa28c4fcc178853e4c66190bc2c5027de5 + + + + + float_round_style + a01544.html + a53dbc8572a84ca50272f9e55a1e23e18 + + + + round_toward_zero + a01544.html + a53dbc8572a84ca50272f9e55a1e23e18a16cd490308c5bcba330c09f844f92f1d + + + + round_to_nearest + a01544.html + a53dbc8572a84ca50272f9e55a1e23e18a43219e58bf0b1438dce779ae47760772 + + + + round_toward_infinity + a01544.html + a53dbc8572a84ca50272f9e55a1e23e18a39c9297336599616c46f98eaf73c6191 + + + + round_toward_neg_infinity + a01544.html + a53dbc8572a84ca50272f9e55a1e23e18a5e57d9d7178fe199cfd05b67e9d3c69d + + + + + linear_probe_fn_imp.hpp + a01313 + + + list + a00098 + bits/stl_algobase.h + bits/allocator.h + bits/range_access.h + bits/stl_list.h + bits/list.tcc + + + debug/list + a15618 + list + debug/safe_sequence.h + debug/safe_container.h + debug/safe_iterator.h + std::__debug::list + __gnu_debug + std + std::__debug + + + profile/list + a15621 + list + profile/base.h + profile/iterator_tracker.h + std::__profile::list + std + std::__profile + + + experimental/list + a15624 + list + experimental/memory_resource + std + + + list.tcc + a00383 + std + + + list_partition.h + a00896 + parallel/parallel.h + vector + __gnu_parallel + + void + __shrink + a01576.html + adf42868b36ffd42054d85449f63b12aa + (std::vector< _IIter > &__os_starts, size_t &__count_to_two, size_t &__range_length) + + + void + __shrink_and_double + a01576.html + ade684b015a28793b63a9e8f14c096066 + (std::vector< _IIter > &__os_starts, size_t &__count_to_two, size_t &__range_length, const bool __make_twice) + + + size_t + list_partition + a01576.html + ad3be0fcbf87a1f43b3ecd406841e7b0d + (const _IIter __begin, const _IIter __end, _IIter *__starts, size_t *__lengths, const int __num_parts, _FunctorType &__f, int __oversampling=0) + + + + list_update_policy.hpp + a01121 + bits/c++config.h + cstdlib + ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp + ext/pb_ds/tag_and_trait.hpp + __gnu_pbds::lu_counter_policy + __gnu_pbds::lu_move_to_front_policy + __gnu_pbds + + + locale + a00101 + bits/localefwd.h + bits/locale_classes.h + bits/locale_facets.h + bits/locale_facets_nonio.h + bits/locale_conv.h + + + locale_classes.h + a00386 + bits/localefwd.h + string + ext/atomicity.h + bits/locale_classes.tcc + std::collate + std::collate_byname + std::locale + std::locale::facet + std::locale::id + std + + + locale_classes.tcc + a00389 + std + + bool + has_facet + a01495.html + ga6b89e11cb621fe8ebd14969449a79271 + (const locale &__loc) + + + const _Facet & + use_facet + a01495.html + ga8c25296d7a1b85124de8ac561e8945cf + (const locale &__loc) + + + + locale_conv.h + a00392 + streambuf + stringfwd.h + allocator.h + codecvt.h + unique_ptr.h + std::wbuffer_convert + std::wstring_convert + std + + + locale_facets.h + a00395 + cwctype + cctype + bits/ctype_base.h + iosfwd + bits/ios_base.h + streambuf + bits/cpp_type_traits.h + ext/type_traits.h + ext/numeric_traits.h + bits/streambuf_iterator.h + bits/ctype_inline.h + bits/locale_facets.tcc + std::__ctype_abstract_base + std::ctype + std::ctype< char > + std::ctype< wchar_t > + std::ctype_byname + std::ctype_byname< char > + std::num_get + std::num_put + std::numpunct + std::numpunct_byname + std + + bool + isalnum + a01544.html + a5ed2f4fbd4906acc523688bd4413c0a7 + (_CharT __c, const locale &__loc) + + + bool + isalpha + a01544.html + ad9b540b5d331edca5e6b8c9ac0ae2b41 + (_CharT __c, const locale &__loc) + + + bool + isblank + a01544.html + a40d8b84052bcaa94888bad01890ce72c + (_CharT __c, const locale &__loc) + + + bool + iscntrl + a01544.html + adcec25eda0a6f12b4c9d7453f30a5a69 + (_CharT __c, const locale &__loc) + + + bool + isdigit + a01544.html + a385dc92279bd0d29a34d143be653d0e1 + (_CharT __c, const locale &__loc) + + + bool + isgraph + a01544.html + a03fa822c443ea8d03c55c7a4affc204f + (_CharT __c, const locale &__loc) + + + bool + islower + a01544.html + a21d54d07c27156b1bb5c49155cbd58d1 + (_CharT __c, const locale &__loc) + + + bool + isprint + a01544.html + acb62bfd8b68d18e2f7902f6bc953b5be + (_CharT __c, const locale &__loc) + + + bool + ispunct + a01544.html + a74f97c8b1d25427e90b431e45bfba150 + (_CharT __c, const locale &__loc) + + + bool + isspace + a01544.html + a1adaf858b8edfbfdfcb64f9f6086827e + (_CharT __c, const locale &__loc) + + + bool + isupper + a01544.html + a50bacb17f1babb86a1239cdc0cf66089 + (_CharT __c, const locale &__loc) + + + bool + isxdigit + a01544.html + a2176db62da3573c57096dfe6c2221cb3 + (_CharT __c, const locale &__loc) + + + _CharT + tolower + a01544.html + aba2090a5dfff15a593e3fea40eebed91 + (_CharT __c, const locale &__loc) + + + _CharT + toupper + a01544.html + a4578341d5a9a5b937351d2f976ab7180 + (_CharT __c, const locale &__loc) + + + + locale_facets.tcc + a00398 + std + + + locale_facets_nonio.h + a00401 + ctime + bits/time_members.h + bits/messages_members.h + bits/codecvt.h + bits/locale_facets_nonio.tcc + std::messages + std::messages_base + std::messages_byname + std::money_base + std::money_get + std::money_put + std::moneypunct + std::moneypunct_byname + std::time_base + std::time_get + std::time_get_byname + std::time_put + std::time_put_byname + std + + + locale_facets_nonio.tcc + a00404 + std + + + localefwd.h + a00407 + bits/c++config.h + bits/c++locale.h + iosfwd + cctype + std::codecvt + std::codecvt_byname + std::collate + std::collate_byname + std::ctype + std::ctype_byname + std::messages + std::messages_byname + std::money_get + std::money_put + std::moneypunct + std::moneypunct_byname + std::num_get + std::num_put + std::numpunct + std::numpunct_byname + std::time_get + std::time_get_byname + std::time_put + std::time_put_byname + std + + bool + has_facet + a01495.html + ga6b89e11cb621fe8ebd14969449a79271 + (const locale &__loc) + + + bool + isalnum + a01544.html + a5ed2f4fbd4906acc523688bd4413c0a7 + (_CharT __c, const locale &__loc) + + + bool + isalpha + a01544.html + ad9b540b5d331edca5e6b8c9ac0ae2b41 + (_CharT __c, const locale &__loc) + + + bool + isblank + a01544.html + a40d8b84052bcaa94888bad01890ce72c + (_CharT __c, const locale &__loc) + + + bool + iscntrl + a01544.html + adcec25eda0a6f12b4c9d7453f30a5a69 + (_CharT __c, const locale &__loc) + + + bool + isdigit + a01544.html + a385dc92279bd0d29a34d143be653d0e1 + (_CharT __c, const locale &__loc) + + + bool + isgraph + a01544.html + a03fa822c443ea8d03c55c7a4affc204f + (_CharT __c, const locale &__loc) + + + bool + islower + a01544.html + a21d54d07c27156b1bb5c49155cbd58d1 + (_CharT __c, const locale &__loc) + + + bool + isprint + a01544.html + acb62bfd8b68d18e2f7902f6bc953b5be + (_CharT __c, const locale &__loc) + + + bool + ispunct + a01544.html + a74f97c8b1d25427e90b431e45bfba150 + (_CharT __c, const locale &__loc) + + + bool + isspace + a01544.html + a1adaf858b8edfbfdfcb64f9f6086827e + (_CharT __c, const locale &__loc) + + + bool + isupper + a01544.html + a50bacb17f1babb86a1239cdc0cf66089 + (_CharT __c, const locale &__loc) + + + bool + isxdigit + a01544.html + a2176db62da3573c57096dfe6c2221cb3 + (_CharT __c, const locale &__loc) + + + _CharT + tolower + a01544.html + aba2090a5dfff15a593e3fea40eebed91 + (_CharT __c, const locale &__loc) + + + _CharT + toupper + a01544.html + a4578341d5a9a5b937351d2f976ab7180 + (_CharT __c, const locale &__loc) + + + const _Facet & + use_facet + a01495.html + ga8c25296d7a1b85124de8ac561e8945cf + (const locale &__loc) + + + + losertree.h + a00899 + bits/stl_algobase.h + bits/stl_function.h + parallel/features.h + parallel/base.h + __gnu_parallel::_LoserTree + __gnu_parallel::_LoserTree< false, _Tp, _Compare > + __gnu_parallel::_LoserTreeBase + __gnu_parallel::_LoserTreeBase::_Loser + __gnu_parallel::_LoserTreePointer + __gnu_parallel::_LoserTreePointer< false, _Tp, _Compare > + __gnu_parallel::_LoserTreePointerBase + __gnu_parallel::_LoserTreePointerBase::_Loser + __gnu_parallel::_LoserTreePointerUnguarded + __gnu_parallel::_LoserTreePointerUnguarded< false, _Tp, _Compare > + __gnu_parallel::_LoserTreePointerUnguardedBase + __gnu_parallel::_LoserTreeUnguarded + __gnu_parallel::_LoserTreeUnguarded< false, _Tp, _Compare > + __gnu_parallel::_LoserTreeUnguardedBase + __gnu_parallel + + + lu_counter_metadata.hpp + a01358 + __gnu_pbds::detail::lu_counter_metadata + __gnu_pbds::detail::lu_counter_policy_base + __gnu_pbds::detail::lu_counter_policy_base + __gnu_pbds + + + lu_map_.hpp + a01355 + utility + iterator + ext/pb_ds/detail/cond_dealtor.hpp + ext/pb_ds/tag_and_trait.hpp + ext/pb_ds/detail/types_traits.hpp + ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp + ext/pb_ds/exception.hpp + debug/debug.h + ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp + ext/pb_ds/detail/unordered_iterator/point_iterator.hpp + ext/pb_ds/detail/unordered_iterator/const_iterator.hpp + ext/pb_ds/detail/unordered_iterator/iterator.hpp + ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp + ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp + ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp + ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp + ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp + ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp + ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp + ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp + __gnu_pbds::detail::lu_map + __gnu_pbds + + + macros.h + a00749 + + #define + __glibcxx_check_erase + a00749.html + a991c7e564ec0f174f81e0b65bdd236cf + (_Position) + + + #define + __glibcxx_check_erase_after + a00749.html + a1163c4caa47de6274b07329922c7fef5 + (_Position) + + + #define + __glibcxx_check_erase_range + a00749.html + a7f5f459ee711afceff11d342059a5bcd + (_First, _Last) + + + #define + __glibcxx_check_erase_range_after + a00749.html + afef6cd40efd0755ceefbda6499a27e78 + (_First, _Last) + + + #define + __glibcxx_check_heap_pred + a00749.html + a2f3402923321554f4e9e5e1f5e02e7df + (_First, _Last, _Pred) + + + #define + __glibcxx_check_insert + a00749.html + a14508f9347d4fb4566b1a16f8ce685d5 + (_Position) + + + #define + __glibcxx_check_insert_after + a00749.html + a0d4085848ee3a3f00e1ab06ef535565f + (_Position) + + + #define + __glibcxx_check_insert_range + a00749.html + af3d576c2f08ec3b6f9ee1880e4a495a1 + (_Position, _First, _Last, _Dist) + + + #define + __glibcxx_check_insert_range_after + a00749.html + a74088af7168ba8d52eb5d000b1bc7a19 + (_Position, _First, _Last, _Dist) + + + #define + __glibcxx_check_partitioned_lower + a00749.html + a509251efdabc63ef4a39a9c2b892c58c + (_First, _Last, _Value) + + + #define + __glibcxx_check_partitioned_lower_pred + a00749.html + ad6ba08219f25b99db407f7ff7dc2c595 + (_First, _Last, _Value, _Pred) + + + #define + __glibcxx_check_partitioned_upper_pred + a00749.html + acf798c501271ab717db55d658c67c9a5 + (_First, _Last, _Value, _Pred) + + + #define + __glibcxx_check_sorted_pred + a00749.html + a43708f78d7d3c93f88659ac067b89db0 + (_First, _Last, _Pred) + + + #define + _GLIBCXX_DEBUG_VERIFY_AT + a00749.html + a70a64c7020ea69a5dd594944f244e58a + (_Condition, _ErrorMessage, _File, _Line) + + + + malloc_allocator.h + a01052 + cstdlib + cstddef + new + bits/functexcept.h + bits/move.h + type_traits + __gnu_cxx::malloc_allocator + __gnu_cxx + + + map + a00104 + bits/stl_tree.h + bits/stl_map.h + bits/stl_multimap.h + bits/range_access.h + + + debug/map + a15627 + map + debug/map.h + debug/multimap.h + + + profile/map + a15630 + map + profile/map.h + profile/multimap.h + + + experimental/map + a15633 + map + experimental/bits/erase_if.h + experimental/memory_resource + std + + + debug/map.h + a15636 + debug/safe_sequence.h + debug/safe_container.h + debug/safe_iterator.h + utility + std::__debug::map + std + std::__debug + + + profile/map.h + a15639 + profile/base.h + profile/ordered_base.h + std::__profile::map + std + std::__profile + + + mask_array.h + a00410 + std::mask_array + std + + + mask_based_range_hashing.hpp + a01316 + __gnu_pbds::detail::mask_based_range_hashing + __gnu_pbds + + + math.h + a00011 + cmath + + + memory + a00107 + bits/stl_algobase.h + bits/allocator.h + bits/stl_construct.h + bits/stl_uninitialized.h + bits/stl_tempbuf.h + bits/stl_raw_storage_iter.h + exception + typeinfo + iosfwd + ext/atomicity.h + ext/concurrence.h + bits/functexcept.h + bits/stl_function.h + type_traits + debug/debug.h + bits/unique_ptr.h + bits/shared_ptr.h + bits/shared_ptr_atomic.h + cstdint + std + + void * + align + a01544.html + a7a0544b4d4e49cb7f4668d8ce7b914d5 + (size_t __align, size_t __size, void *&__ptr, size_t &__space) noexcept + + + + ext/memory + a15642 + memory + bits/stl_tempbuf.h + __gnu_cxx::temporary_buffer + __gnu_cxx + + pair< _InputIter, _ForwardIter > + uninitialized_copy_n + a01465.html + ga9bd3520e93f2babe15918dec409a1745 + (_InputIter __first, _Size __count, _ForwardIter __result) + + + + experimental/memory + a15645 + memory + type_traits + utility + experimental/bits/shared_ptr.h + bits/functional_hash.h + std + + + memory_resource + a01010 + memory + new + atomic + cstddef + bits/alloc_traits.h + experimental/bits/lfts_config.h + std + + + memoryfwd.h + a00413 + bits/c++config.h + std::allocator + std::uses_allocator + std + + + merge.h + a00902 + parallel/basic_iterator.h + bits/stl_algo.h + __gnu_parallel + + _OutputIterator + __merge_advance + a01576.html + a0059cd13cc6ab70692f8309ad92cb548 + (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter2 &__begin2, _RAIter2 __end2, _OutputIterator __target, _DifferenceTp __max_length, _Compare __comp) + + + _OutputIterator + __merge_advance_movc + a01576.html + a8deacd343b40dc77deeb1a8e515e7358 + (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter2 &__begin2, _RAIter2 __end2, _OutputIterator __target, _DifferenceTp __max_length, _Compare __comp) + + + _OutputIterator + __merge_advance_usual + a01576.html + a9a83f26ee291502fd0ccf83a566817c7 + (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter2 &__begin2, _RAIter2 __end2, _OutputIterator __target, _DifferenceTp __max_length, _Compare __comp) + + + _RAIter3 + __parallel_merge_advance + a01576.html + af1626ed7bbe2eb745a31f18728d73f4e + (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter2 &__begin2, _RAIter2 __end2, _RAIter3 __target, typename std::iterator_traits< _RAIter1 >::difference_type __max_length, _Compare __comp) + + + _RAIter3 + __parallel_merge_advance + a01576.html + ac4196b48ff7ecf5ca0f8f2cdee8681c5 + (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter1 &__begin2, _RAIter1 __end2, _RAIter3 __target, typename std::iterator_traits< _RAIter1 >::difference_type __max_length, _Compare __comp) + + + + messages_members.h + a00695 + std + + + mod_based_range_hashing.hpp + a01319 + __gnu_pbds::detail::mod_based_range_hashing + __gnu_pbds + + + move.h + a00416 + bits/c++config.h + bits/concept_check.h + type_traits + std + + constexpr _Tp * + __addressof + a01483.html + ga1954d5552e24586051011312041033f6 + (_Tp &__r) noexcept + + + _GLIBCXX17_CONSTEXPR _Tp * + addressof + a01483.html + gafffcfc895d2cfa7c934ec045e884faec + (_Tp &__r) noexcept + + + constexpr _Tp && + forward + a01483.html + gacb5baec338e12b99cb6bddea7506c7c6 + (typename std::remove_reference< _Tp >::type &__t) noexcept + + + constexpr _Tp && + forward + a01483.html + gade8e8737b971a056c0ebba2de0295467 + (typename std::remove_reference< _Tp >::type &&__t) noexcept + + + constexpr std::remove_reference< _Tp >::type && + move + a01483.html + ga9f81219bfbfaac50d44f79095a639620 + (_Tp &&__t) noexcept + + + constexpr conditional< __move_if_noexcept_cond< _Tp >::value, const _Tp &, _Tp && >::type + move_if_noexcept + a01483.html + gad065507b1d170a56e1ee2c77251554a3 + (_Tp &__x) noexcept + + + enable_if< __and_< __not_< __is_tuple_like< _Tp > >, is_move_constructible< _Tp >, is_move_assignable< _Tp > >::value >::type + swap + a01483.html + ga64d02d56df0a1870d63069c3562f3a29 + (_Tp &__a, _Tp &__b) noexcept(__and_< is_nothrow_move_constructible< _Tp >, is_nothrow_move_assignable< _Tp >>::value) + + + enable_if< __is_swappable< _Tp >::value >::type + swap + a01483.html + ga76e7ee159249bb3516885c6aa33ceb76 + (_Tp(&__a)[_Nm], _Tp(&__b)[_Nm]) noexcept(__is_nothrow_swappable< _Tp >::value) + + + + mt_allocator.h + a01055 + new + cstdlib + bits/functexcept.h + ext/atomicity.h + bits/move.h + type_traits + __gnu_cxx::__common_pool_policy + __gnu_cxx::__mt_alloc + __gnu_cxx::__mt_alloc_base + __gnu_cxx::__per_type_pool_policy + __gnu_cxx::__pool + __gnu_cxx::__pool< false > + __gnu_cxx::__pool< true > + __gnu_cxx::__pool_base + __gnu_cxx + + + debug/multimap.h + a15648 + debug/safe_sequence.h + debug/safe_container.h + debug/safe_iterator.h + utility + std::__debug::multimap + std + std::__debug + + + profile/multimap.h + a15651 + profile/base.h + profile/ordered_base.h + std::__profile::multimap + std + std::__profile + + + multiseq_selection.h + a00905 + vector + queue + bits/stl_algo.h + __gnu_parallel::_Lexicographic + __gnu_parallel::_LexicographicReverse + __gnu_parallel + + void + multiseq_partition + a01576.html + ade1f4c5da0794c4f1a09465d4aee6c1d + (_RanSeqs __begin_seqs, _RanSeqs __end_seqs, _RankType __rank, _RankIterator __begin_offsets, _Compare __comp=std::less< typename std::iterator_traits< typename std::iterator_traits< _RanSeqs >::value_type::first_type >::value_type >()) + + + _Tp + multiseq_selection + a01576.html + a68f665a2f83172d9e12b8332ce573d5d + (_RanSeqs __begin_seqs, _RanSeqs __end_seqs, _RankType __rank, _RankType &__offset, _Compare __comp=std::less< _Tp >()) + + + + debug/multiset.h + a15654 + debug/safe_sequence.h + debug/safe_container.h + debug/safe_iterator.h + utility + std::__debug::multiset + std + std::__debug + + + profile/multiset.h + a15657 + profile/base.h + profile/ordered_base.h + std::__profile::multiset + std + std::__profile + + + multiway_merge.h + a00908 + vector + bits/stl_algo.h + parallel/features.h + parallel/parallel.h + parallel/losertree.h + parallel/multiseq_selection.h + __gnu_parallel::__multiway_merge_3_variant_sentinel_switch + __gnu_parallel::__multiway_merge_3_variant_sentinel_switch< true, _RAIterIterator, _RAIter3, _DifferenceTp, _Compare > + __gnu_parallel::__multiway_merge_4_variant_sentinel_switch + __gnu_parallel::__multiway_merge_4_variant_sentinel_switch< true, _RAIterIterator, _RAIter3, _DifferenceTp, _Compare > + __gnu_parallel::__multiway_merge_k_variant_sentinel_switch + __gnu_parallel::__multiway_merge_k_variant_sentinel_switch< false, __stable, _RAIterIterator, _RAIter3, _DifferenceTp, _Compare > + __gnu_parallel::_GuardedIterator + __gnu_parallel::_LoserTreeTraits + __gnu_parallel::_SamplingSorter + __gnu_parallel::_SamplingSorter< false, _RAIter, _StrictWeakOrdering > + __gnu_parallel + + #define + _GLIBCXX_PARALLEL_LENGTH + a00908.html + a2693f6e2ecfb03bdb564ca578f60b085 + (__s) + + + _OutputIterator + __merge_advance + a01576.html + a0059cd13cc6ab70692f8309ad92cb548 + (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter2 &__begin2, _RAIter2 __end2, _OutputIterator __target, _DifferenceTp __max_length, _Compare __comp) + + + _RAIter3 + __sequential_multiway_merge + a01576.html + a5ccf0d17d06a0cdd449939227e55bd9d + (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, const typename std::iterator_traits< typename std::iterator_traits< _RAIterIterator >::value_type::first_type >::value_type &__sentinel, _DifferenceTp __length, _Compare __comp) + + + _RAIterOut + multiway_merge + a01576.html + a25294b0a47406aefa9ebc5e0c151d0ce + (_RAIterPairIterator __seqs_begin, _RAIterPairIterator __seqs_end, _RAIterOut __target, _DifferenceTp __length, _Compare __comp, __gnu_parallel::sequential_tag) + + + _RAIter3 + multiway_merge_3_variant + a01576.html + a7ee9d79b73a6f85ae97e472312ba411e + (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, _DifferenceTp __length, _Compare __comp) + + + _RAIter3 + multiway_merge_4_variant + a01576.html + ac4af8f9977aa36823357bce35be6c946 + (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, _DifferenceTp __length, _Compare __comp) + + + void + multiway_merge_exact_splitting + a01576.html + a567621588e461a8759651e29cd964ab9 + (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _DifferenceType __length, _DifferenceType __total_length, _Compare __comp, std::vector< std::pair< _DifferenceType, _DifferenceType > > *__pieces) + + + _RAIter3 + multiway_merge_loser_tree + a01576.html + a150b06a4da2cf1cff673d1b6242c27fa + (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, _DifferenceTp __length, _Compare __comp) + + + _RAIter3 + multiway_merge_loser_tree_sentinel + a01576.html + a686704fa4da0a4fdbc6800fe46048366 + (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, const typename std::iterator_traits< typename std::iterator_traits< _RAIterIterator >::value_type::first_type >::value_type &__sentinel, _DifferenceTp __length, _Compare __comp) + + + _RAIter3 + multiway_merge_loser_tree_unguarded + a01576.html + a3ffd0c9da50da6118291d38f95d44b52 + (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, const typename std::iterator_traits< typename std::iterator_traits< _RAIterIterator >::value_type::first_type >::value_type &__sentinel, _DifferenceTp __length, _Compare __comp) + + + void + multiway_merge_sampling_splitting + a01576.html + a0e39d3891745fd0e244fb125bf34ce8b + (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _DifferenceType __length, _DifferenceType __total_length, _Compare __comp, std::vector< std::pair< _DifferenceType, _DifferenceType > > *__pieces) + + + _RAIterOut + multiway_merge_sentinels + a01576.html + a4d6e76ac42b48f0033139352dcb0418f + (_RAIterPairIterator __seqs_begin, _RAIterPairIterator __seqs_end, _RAIterOut __target, _DifferenceTp __length, _Compare __comp, __gnu_parallel::sequential_tag) + + + _RAIter3 + parallel_multiway_merge + a01576.html + a14c854d00d1321cf1ee7f6d12fb955c4 + (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, _Splitter __splitter, _DifferenceTp __length, _Compare __comp, _ThreadIndex __num_threads) + + + + multiway_mergesort.h + a00911 + vector + parallel/basic_iterator.h + bits/stl_algo.h + parallel/parallel.h + parallel/multiway_merge.h + __gnu_parallel::_Piece + __gnu_parallel::_PMWMSSortingData + __gnu_parallel::_SplitConsistently + __gnu_parallel::_SplitConsistently< false, _RAIter, _Compare, _SortingPlacesIterator > + __gnu_parallel::_SplitConsistently< true, _RAIter, _Compare, _SortingPlacesIterator > + __gnu_parallel + + void + __determine_samples + a01576.html + a56184d12b3d8f441fc14150b15a091c7 + (_PMWMSSortingData< _RAIter > *__sd, _DifferenceTp __num_samples) + + + void + parallel_sort_mwms + a01576.html + ae193ac43730550b537828a117dd2797f + (_RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __num_threads) + + + void + parallel_sort_mwms_pu + a01576.html + aaf84903cd78722fcd19b20ccb69c47e4 + (_PMWMSSortingData< _RAIter > *__sd, _Compare &__comp) + + + + mutex + a00110 + tuple + chrono + exception + type_traits + system_error + bits/std_mutex.h + condition_variable + thread + std::once_flag + std::recursive_mutex + std::recursive_timed_mutex + std::timed_mutex + std + + __thread void * + __once_callable + a01544.html + affb34307b43f7ddcb7cca9c413fbeae5 + + + + __thread void(* + __once_call + a01544.html + ae1348cfe57f55c01d1da84840dc0b205 + )() + + + unique_lock< _Lock > + __try_to_lock + a01544.html + abb9e48fa9917aa6fb5da491ac6380b3c + (_Lock &__l) + + + int + try_lock + a01544.html + ab431f6ac9476a921df98db8862be201a + (_Lock1 &__l1, _Lock2 &__l2, _Lock3 &... __l3) + + + void + lock + a01544.html + a82fa606b1427f731ac64bb8ac49221f3 + (_L1 &__l1, _L2 &__l2, _L3 &... __l3) + + + void + __once_proxy + a01544.html + a2382c498b7b7d4ec955f33d0a7d3fc51 + (void) + + + void + call_once + a01544.html + af3415e3476b6a4ecb873675dd10a0237 + (once_flag &__once, _Callable &&__f, _Args &&... __args) + + + + nested_exception.h + a00419 + bits/c++config.h + bits/move.h + std::nested_exception + std + + void + rethrow_if_nested + a01492.html + gab61c4f8fae83699092207e16594f6b35 + (const _Ex &__ex) + + + void + throw_with_nested + a01492.html + gae6e361189fc8333896bebb3523551209 + (_Tp &&__t) + + + + new + a00032 + bits/c++config.h + exception + std::bad_alloc + std + + void(* + new_handler + a01544.html + abacda397e52027e3aac448f94b157208 + )() + + + new_handler + get_new_handler + a01544.html + a2aab280c9a87214e453f8f598827d13b + () noexcept + + + new_handler + set_new_handler + a01544.html + a08ab821429d6f9fd2f16f642de3e9163 + (new_handler) + + + void * + operator new + a00032.html + a87dd0f2d68609d8cb10074e88a3f5616 + (std::size_t) __attribute__((__externally_visible__)) + + + void * + operator new[] + a00032.html + ab7d9eb6ec41693e1f516bdae8e2eab28 + (std::size_t) __attribute__((__externally_visible__)) + + + void + operator delete + a00032.html + a97d405b67ae977bca98e612fc9f81dd9 + (void *) noexcept __attribute__((__externally_visible__)) + + + void + operator delete[] + a00032.html + ac15dc62eb64a3db956da5b1c1b5615d3 + (void *) noexcept __attribute__((__externally_visible__)) + + + void * + operator new + a00032.html + a542c61605d4c51b703ff6a4780a7dfb4 + (std::size_t, const std::nothrow_t &) noexcept __attribute__((__externally_visible__)) + + + void * + operator new[] + a00032.html + a21bfcde67c743a1a2287e842bdc7af8d + (std::size_t, const std::nothrow_t &) noexcept __attribute__((__externally_visible__)) + + + void + operator delete + a00032.html + a3180b04385e1f798caf4af08c2e2dd9a + (void *, const std::nothrow_t &) noexcept __attribute__((__externally_visible__)) + + + void + operator delete[] + a00032.html + a5cb154dbee09700b3e6a9be7f95e698e + (void *, const std::nothrow_t &) noexcept __attribute__((__externally_visible__)) + + + void * + operator new + a00032.html + a7266c02fbd2a435679e6c07c93ad9979 + (std::size_t, void *__p) noexcept + + + void * + operator new[] + a00032.html + a64323ac4a634756c7892bf1f9702c486 + (std::size_t, void *__p) noexcept + + + void + operator delete + a00032.html + a39fac79c27e30348bee194c4fca4814c + (void *, void *) noexcept + + + void + operator delete[] + a00032.html + aa73513101c30d057abb0e9f683f67aa8 + (void *, void *) noexcept + + + void * + operator new + a00032.html + a87dd0f2d68609d8cb10074e88a3f5616 + (std::size_t) __attribute__((__externally_visible__)) + + + void * + operator new[] + a00032.html + ab7d9eb6ec41693e1f516bdae8e2eab28 + (std::size_t) __attribute__((__externally_visible__)) + + + void + operator delete + a00032.html + a97d405b67ae977bca98e612fc9f81dd9 + (void *) noexcept __attribute__((__externally_visible__)) + + + void + operator delete[] + a00032.html + ac15dc62eb64a3db956da5b1c1b5615d3 + (void *) noexcept __attribute__((__externally_visible__)) + + + void * + operator new + a00032.html + a542c61605d4c51b703ff6a4780a7dfb4 + (std::size_t, const std::nothrow_t &) noexcept __attribute__((__externally_visible__)) + + + void * + operator new[] + a00032.html + a21bfcde67c743a1a2287e842bdc7af8d + (std::size_t, const std::nothrow_t &) noexcept __attribute__((__externally_visible__)) + + + void + operator delete + a00032.html + a3180b04385e1f798caf4af08c2e2dd9a + (void *, const std::nothrow_t &) noexcept __attribute__((__externally_visible__)) + + + void + operator delete[] + a00032.html + a5cb154dbee09700b3e6a9be7f95e698e + (void *, const std::nothrow_t &) noexcept __attribute__((__externally_visible__)) + + + void * + operator new + a00032.html + a7266c02fbd2a435679e6c07c93ad9979 + (std::size_t, void *__p) noexcept + + + void * + operator new[] + a00032.html + a64323ac4a634756c7892bf1f9702c486 + (std::size_t, void *__p) noexcept + + + void + operator delete + a00032.html + a39fac79c27e30348bee194c4fca4814c + (void *, void *) noexcept + + + void + operator delete[] + a00032.html + aa73513101c30d057abb0e9f683f67aa8 + (void *, void *) noexcept + + + + new_allocator.h + a01058 + bits/c++config.h + new + bits/functexcept.h + bits/move.h + type_traits + __gnu_cxx::new_allocator + __gnu_cxx + + + left_child_next_sibling_heap_/node.hpp + a15660 + __gnu_pbds::detail::left_child_next_sibling_heap_node_ + __gnu_pbds + + + rb_tree_map_/node.hpp + a15663 + ext/pb_ds/detail/branch_policy/null_node_metadata.hpp + __gnu_pbds::detail::rb_tree_node_ + __gnu_pbds + + + splay_tree_/node.hpp + a15666 + __gnu_pbds::detail::splay_tree_node_ + __gnu_pbds + + + node_handle.h + a00422 + + + bin_search_tree_/node_iterators.hpp + a15669 + ext/pb_ds/tag_and_trait.hpp + __gnu_pbds::detail::bin_search_tree_const_node_it_ + __gnu_pbds::detail::bin_search_tree_node_it_ + __gnu_pbds + + + ov_tree_map_/node_iterators.hpp + a15672 + ext/pb_ds/tag_and_trait.hpp + ext/pb_ds/detail/type_utils.hpp + debug/debug.h + __gnu_pbds::detail::ov_tree_node_const_it_ + __gnu_pbds::detail::ov_tree_node_it_ + __gnu_pbds + + + tree_policy/node_metadata_selector.hpp + a15675 + ext/pb_ds/detail/branch_policy/null_node_metadata.hpp + ext/pb_ds/detail/types_traits.hpp + __gnu_pbds::detail::tree_metadata_helper + __gnu_pbds::detail::tree_metadata_helper< Node_Update, false > + __gnu_pbds::detail::tree_metadata_helper< Node_Update, true > + __gnu_pbds::detail::tree_node_metadata_dispatch + __gnu_pbds + + + trie_policy/node_metadata_selector.hpp + a15678 + ext/pb_ds/detail/branch_policy/null_node_metadata.hpp + ext/pb_ds/detail/types_traits.hpp + __gnu_pbds::detail::trie_metadata_helper + __gnu_pbds::detail::trie_metadata_helper< Node_Update, false > + __gnu_pbds::detail::trie_metadata_helper< Node_Update, true > + __gnu_pbds::detail::trie_node_metadata_dispatch + __gnu_pbds + + + null_node_metadata.hpp + a01235 + ext/pb_ds/detail/types_traits.hpp + __gnu_pbds::detail::dumnode_const_iterator + __gnu_pbds + + + numeric + a00113 + bits/c++config.h + bits/stl_iterator_base_types.h + bits/stl_numeric.h + type_traits + std + std::__detail + + constexpr common_type_t< _Mn, _Nn > + __lcm + a01545.html + a8d0e9c29e2da1a9162db469b99b2d792 + (_Mn __m, _Nn __n) + + + + ext/numeric + a15681 + bits/concept_check.h + numeric + ext/functional + __gnu_cxx + + _Tp + power + a01465.html + ga52a0d4d0aad4e35cbcc82c8be1dfcebe + (_Tp __x, _Integer __n, _MonoidOperation __monoid_op) + + + _Tp + power + a01465.html + ga2a1a321e469c0cafa50d1085b27ebbc3 + (_Tp __x, _Integer __n) + + + + parallel/numeric + a15684 + numeric + bits/stl_function.h + parallel/numericfwd.h + parallel/iterator.h + parallel/for_each.h + parallel/for_each_selectors.h + parallel/partial_sum.h + std + std::__parallel + + + experimental/numeric + a15687 + numeric + experimental/type_traits + std + + constexpr common_type_t< _Mn, _Nn > + gcd + a15687.html + aa830d9c06e9340f9ea5e0edf90b77e0f + (_Mn __m, _Nn __n) + + + constexpr common_type_t< _Mn, _Nn > + lcm + a15687.html + accce3753a3228b2f3bb4caea33ee2bec + (_Mn __m, _Nn __n) + + + + numeric_traits.h + a01061 + bits/cpp_type_traits.h + ext/type_traits.h + __gnu_cxx + + + numericfwd.h + a00914 + parallel/tags.h + parallel/settings.h + std + std::__parallel + + + omp_loop.h + a00917 + parallel/settings.h + parallel/basic_iterator.h + parallel/base.h + __gnu_parallel + + _Op + __for_each_template_random_access_omp_loop + a01576.html + a6a5228179a033ede58cd143f66cdf354 + (_RAIter __begin, _RAIter __end, _Op __o, _Fu &__f, _Red __r, _Result __base, _Result &__output, typename std::iterator_traits< _RAIter >::difference_type __bound) + + + + omp_loop_static.h + a00920 + parallel/settings.h + parallel/basic_iterator.h + __gnu_parallel + + _Op + __for_each_template_random_access_omp_loop_static + a01576.html + adfc9f0a346a7f323e8a3ba07b772587d + (_RAIter __begin, _RAIter __end, _Op __o, _Fu &__f, _Red __r, _Result __base, _Result &__output, typename std::iterator_traits< _RAIter >::difference_type __bound) + + + + opt_random.h + a00698 + std + + + optional + a01013 + utility + type_traits + stdexcept + new + initializer_list + bits/functexcept.h + bits/functional_hash.h + bits/enable_special_members.h + experimental/bits/lfts_config.h + std::experimental::fundamentals_v1::_Has_addressof + std::experimental::fundamentals_v1::_Optional_base + std::experimental::fundamentals_v1::_Optional_base< _Tp, false > + std::experimental::fundamentals_v1::bad_optional_access + std::experimental::fundamentals_v1::in_place_t + std::experimental::fundamentals_v1::nullopt_t + std::experimental::fundamentals_v1::optional + std::experimental::fundamentals_v1::optional + std::experimental::fundamentals_v1::optional + std + + constexpr enable_if_t<!_Has_addressof< _Tp >::value, _Tp * > + __constexpr_addressof + a01521.html + gaec6098e9e49d3b1918c5de29086aeead + (_Tp &__t) + + + enable_if_t< _Has_addressof< _Tp >::value, _Tp * > + __constexpr_addressof + a01013.html + gaec6098e9e49d3b1918c5de29086aeead + (_Tp &__t) + + + constexpr in_place_t + in_place + a01521.html + ga69b3880c858acc1b7f88478d209b2fb3 + + + + constexpr nullopt_t + nullopt + a01521.html + ga2221e221b29838a39e88d176b5859900 + + + + + tree_policy/order_statistics_imp.hpp + a15690 + + + trie_policy/order_statistics_imp.hpp + a15693 + + + ordered_base.h + a00803 + std + std::__profile + + + os_defines.h + a00701 + features.h + + + ostream + a00116 + ios + bits/ostream_insert.h + bits/ostream.tcc + std::basic_ostream + std::basic_ostream::sentry + std + + basic_ostream< _CharT, _Traits > & + endl + a01544.html + a8b3758bb8f17c440c7963363f42f69f3 + (basic_ostream< _CharT, _Traits > &__os) + + + basic_ostream< _CharT, _Traits > & + ends + a01544.html + ae870682737bc550409474930f055508b + (basic_ostream< _CharT, _Traits > &__os) + + + basic_ostream< _CharT, _Traits > & + flush + a01544.html + a8b74d0bc34dda8d29dd0950b4e5e661d + (basic_ostream< _CharT, _Traits > &__os) + + + enable_if< __and_< __not_< is_lvalue_reference< _Ostream > >, __is_convertible_to_basic_ostream< _Ostream >, __is_insertable< __rvalue_ostream_type< _Ostream >, const _Tp & > >::value, __rvalue_ostream_type< _Ostream > >::type + operator<< + a01544.html + a8d0f4660661dc80ee079bdfa88eebd2b + (_Ostream &&__os, const _Tp &__x) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + a4162d00742462ffb4e5b792edd81e594 + (basic_ostream< _CharT, _Traits > &__out, _CharT __c) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + afe8641d2d416e2c56bae3ae4294de5f9 + (basic_ostream< _CharT, _Traits > &__out, char __c) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + abb2dcd26142d2d22961a30d8407161be + (basic_ostream< char, _Traits > &__out, char __c) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + a105a937bc8d1394e0bb683dea33b9f1b + (basic_ostream< char, _Traits > &__out, signed char __c) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + a4b69f99d144efda14d0e97f2eda925a7 + (basic_ostream< char, _Traits > &__out, unsigned char __c) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + a6c05be9ccf056df69e524be5751af66b + (basic_ostream< _CharT, _Traits > &__out, const _CharT *__s) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + aa6c746960bcd91f0e547628fb5f04cde + (basic_ostream< _CharT, _Traits > &__out, const char *__s) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + a6d6a581dcdff7c878cd963e5f14c0c56 + (basic_ostream< char, _Traits > &__out, const char *__s) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + af3b2cf95d3db957b00a07c89c708fee2 + (basic_ostream< char, _Traits > &__out, const signed char *__s) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + a9d1f9961c2210c515937937c3a75b28e + (basic_ostream< char, _Traits > &__out, const unsigned char *__s) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + a4162d00742462ffb4e5b792edd81e594 + (basic_ostream< _CharT, _Traits > &__out, _CharT __c) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + afe8641d2d416e2c56bae3ae4294de5f9 + (basic_ostream< _CharT, _Traits > &__out, char __c) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + abb2dcd26142d2d22961a30d8407161be + (basic_ostream< char, _Traits > &__out, char __c) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + a105a937bc8d1394e0bb683dea33b9f1b + (basic_ostream< char, _Traits > &__out, signed char __c) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + a4b69f99d144efda14d0e97f2eda925a7 + (basic_ostream< char, _Traits > &__out, unsigned char __c) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + a6c05be9ccf056df69e524be5751af66b + (basic_ostream< _CharT, _Traits > &__out, const _CharT *__s) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + aa6c746960bcd91f0e547628fb5f04cde + (basic_ostream< _CharT, _Traits > &__out, const char *__s) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + a6d6a581dcdff7c878cd963e5f14c0c56 + (basic_ostream< char, _Traits > &__out, const char *__s) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + af3b2cf95d3db957b00a07c89c708fee2 + (basic_ostream< char, _Traits > &__out, const signed char *__s) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + a9d1f9961c2210c515937937c3a75b28e + (basic_ostream< char, _Traits > &__out, const unsigned char *__s) + + + + ostream.tcc + a00425 + bits/cxxabi_forced.h + std + + basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + aa6c746960bcd91f0e547628fb5f04cde + (basic_ostream< _CharT, _Traits > &__out, const char *__s) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + aa6c746960bcd91f0e547628fb5f04cde + (basic_ostream< _CharT, _Traits > &__out, const char *__s) + + + + ostream_insert.h + a00428 + iosfwd + bits/cxxabi_forced.h + std + + + ov_tree_map_.hpp + a01364 + map + set + ext/pb_ds/exception.hpp + ext/pb_ds/tree_policy.hpp + ext/pb_ds/detail/eq_fn/eq_by_less.hpp + ext/pb_ds/detail/types_traits.hpp + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/tree_trace_base.hpp + utility + functional + algorithm + vector + debug/debug.h + ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp + ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp + ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp + ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp + ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp + ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp + ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp + __gnu_pbds::detail::ov_tree_map + __gnu_pbds::detail::ov_tree_map::cond_dtor + __gnu_pbds + + + pairing_heap_.hpp + a01367 + ext/pb_ds/detail/cond_dealtor.hpp + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp + debug/debug.h + ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp + ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp + ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp + ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp + ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp + __gnu_pbds::detail::pairing_heap + __gnu_pbds + + + par_loop.h + a00923 + parallel/settings.h + parallel/base.h + parallel/equally_split.h + __gnu_parallel + + _Op + __for_each_template_random_access_ed + a01576.html + a12c48efb47ea3e00a7ef666d595ae185 + (_RAIter __begin, _RAIter __end, _Op __o, _Fu &__f, _Red __r, _Result __base, _Result &__output, typename std::iterator_traits< _RAIter >::difference_type __bound) + + + + parallel.h + a00926 + parallel/features.h + parallel/compiletime_settings.h + parallel/types.h + parallel/tags.h + parallel/settings.h + + + parse_numbers.h + a00431 + limits + std + + + partial_sum.h + a00929 + new + bits/stl_algobase.h + parallel/parallel.h + parallel/numericfwd.h + __gnu_parallel + + _OutputIterator + __parallel_partial_sum + a01576.html + a0cf4a05b6f849cae06f9fb6098eb0628 + (_IIter __begin, _IIter __end, _OutputIterator __result, _BinaryOperation __bin_op) + + + _OutputIterator + __parallel_partial_sum_basecase + a01576.html + adeded88310546a7c54d73464bee998e2 + (_IIter __begin, _IIter __end, _OutputIterator __result, _BinaryOperation __bin_op, typename std::iterator_traits< _IIter >::value_type __value) + + + _OutputIterator + __parallel_partial_sum_linear + a01576.html + a63017e821c2b4ff9f90c3641bc45f001 + (_IIter __begin, _IIter __end, _OutputIterator __result, _BinaryOperation __bin_op, typename std::iterator_traits< _IIter >::difference_type __n) + + + + partition.h + a00932 + parallel/basic_iterator.h + parallel/sort.h + parallel/random_number.h + bits/stl_algo.h + parallel/parallel.h + __gnu_parallel + + #define + _GLIBCXX_VOLATILE + a00932.html + a1c61e6ca8bdd220c11ec4b64f7539712 + + + + void + __parallel_nth_element + a01576.html + a1567c37a7562eaee17d13ebda1172586 + (_RAIter __begin, _RAIter __nth, _RAIter __end, _Compare __comp) + + + void + __parallel_partial_sort + a01576.html + abe60c5cc3788e1b1602175af0057d3f8 + (_RAIter __begin, _RAIter __middle, _RAIter __end, _Compare __comp) + + + std::iterator_traits< _RAIter >::difference_type + __parallel_partition + a01576.html + aa56788b479955dd136d6af173d2cae0b + (_RAIter __begin, _RAIter __end, _Predicate __pred, _ThreadIndex __num_threads) + + + + pat_trie_.hpp + a01373 + iterator + utility + algorithm + functional + list + ext/pb_ds/exception.hpp + ext/pb_ds/tag_and_trait.hpp + ext/pb_ds/tree_policy.hpp + ext/pb_ds/detail/cond_dealtor.hpp + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/types_traits.hpp + ext/pb_ds/detail/eq_fn/eq_by_less.hpp + ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp + ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp + debug/debug.h + ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp + ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp + ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp + ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp + ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp + ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp + ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp + ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp + ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp + ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp + __gnu_pbds::detail::pat_trie_map + __gnu_pbds + + + pat_trie_base.hpp + a01376 + debug/debug.h + __gnu_pbds::detail::pat_trie_base + __gnu_pbds::detail::pat_trie_base::_CIter + __gnu_pbds::detail::pat_trie_base::_Head + __gnu_pbds::detail::pat_trie_base::_Inode + __gnu_pbds::detail::pat_trie_base::_Inode::const_iterator + __gnu_pbds::detail::pat_trie_base::_Inode::iterator + __gnu_pbds::detail::pat_trie_base::_Iter + __gnu_pbds::detail::pat_trie_base::_Leaf + __gnu_pbds::detail::pat_trie_base::_Metadata + __gnu_pbds::detail::pat_trie_base::_Metadata< null_type, _Alloc > + __gnu_pbds::detail::pat_trie_base::_Node_base + __gnu_pbds::detail::pat_trie_base::_Node_citer + __gnu_pbds::detail::pat_trie_base::_Node_iter + __gnu_pbds + + + pod_char_traits.h + a01064 + string + __gnu_cxx::character + std::char_traits< __gnu_cxx::character< _Value, _Int, _St > > + __gnu_cxx + std + + + binary_heap_/point_const_iterator.hpp + a15696 + ext/pb_ds/tag_and_trait.hpp + debug/debug.h + __gnu_pbds::detail::binary_heap_point_const_iterator_ + __gnu_pbds + + + left_child_next_sibling_heap_/point_const_iterator.hpp + a15699 + ext/pb_ds/tag_and_trait.hpp + debug/debug.h + __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_ + __gnu_pbds + + + unordered_iterator/point_const_iterator.hpp + a15702 + point_const_iterator_ + + + point_iterator.hpp + a01460 + point_iterator_ + + + point_iterators.hpp + a01220 + ext/pb_ds/tag_and_trait.hpp + debug/debug.h + __gnu_pbds::detail::bin_search_tree_const_it_ + __gnu_pbds::detail::bin_search_tree_it_ + __gnu_pbds + + + pointer.h + a01067 + iosfwd + bits/stl_iterator_base_types.h + ext/cast.h + ext/type_traits.h + bits/move.h + bits/ptr_traits.h + __gnu_cxx::_Invalid_type + __gnu_cxx::_Pointer_adapter + __gnu_cxx::_Relative_pointer_impl + __gnu_cxx::_Relative_pointer_impl< const _Tp > + __gnu_cxx::_Std_pointer_impl + __gnu_cxx::_Unqualified_type + __gnu_cxx + std + + bool + operator== + a01550.html + ae7f71d536da5bf14e2d75305b4b88da5 + (const _Pointer_adapter< _Tp > &__lhs, const _Pointer_adapter< _Tp > &__rhs) + + + + binary_heap_/policy_access_fn_imps.hpp + a15705 + + + bin_search_tree_/policy_access_fn_imps.hpp + a15708 + + + cc_hash_table_map_/policy_access_fn_imps.hpp + a15711 + + + gp_hash_table_map_/policy_access_fn_imps.hpp + a15714 + + + left_child_next_sibling_heap_/policy_access_fn_imps.hpp + a15717 + + + ov_tree_map_/policy_access_fn_imps.hpp + a15720 + + + pat_trie_/policy_access_fn_imps.hpp + a15723 + + + pool_allocator.h + a01070 + bits/c++config.h + cstdlib + new + bits/functexcept.h + ext/atomicity.h + ext/concurrence.h + bits/move.h + type_traits + __gnu_cxx::__pool_alloc + __gnu_cxx::__pool_alloc_base + __gnu_cxx + + + postypes.h + a00434 + cwchar + std::fpos + std + + long long + streamoff + a01544.html + a48649c5c32f0251572b366063ee93032 + + + + fpos< mbstate_t > + streampos + a01544.html + a5894cfd4b461e2d4ed3b38402ff59c89 + + + + ptrdiff_t + streamsize + a01544.html + a05eef5582eb5de62b76db4916f7adb84 + + + + fpos< mbstate_t > + u16streampos + a01544.html + a96c9446fbbc8c9cab8ad5e1447e2d670 + + + + fpos< mbstate_t > + u32streampos + a01544.html + a195e60ba4b6b786c2e0182d06c2ebbbb + + + + fpos< mbstate_t > + wstreampos + a01544.html + a4c451a38ccf44b2ce7d8aadf02bb6309 + + + + bool + operator== + a01544.html + a50d898f211d37c5a47907f462b0b17f1 + (const fpos< _StateT > &__lhs, const fpos< _StateT > &__rhs) + + + + predefined_ops.h + a00437 + __gnu_cxx + + + prefix_search_node_update_imp.hpp + a01442 + + + priority_queue.hpp + a01124 + bits/c++config.h + ext/pb_ds/tag_and_trait.hpp + ext/pb_ds/detail/priority_queue_base_dispatch.hpp + ext/pb_ds/detail/standard_policies.hpp + __gnu_pbds::priority_queue + __gnu_pbds + + + priority_queue_base_dispatch.hpp + a01145 + ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp + ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp + ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp + ext/pb_ds/detail/binary_heap_/binary_heap_.hpp + ext/pb_ds/detail/thin_heap_/thin_heap_.hpp + __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, binary_heap_tag, null_type > + __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, binomial_heap_tag, null_type > + __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, pairing_heap_tag, null_type > + __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, rc_binomial_heap_tag, null_type > + __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, thin_heap_tag, null_type > + __gnu_pbds + + + probe_fn_base.hpp + a01322 + functional + __gnu_pbds::detail::probe_fn_base + __gnu_pbds + + + profiler.h + a00809 + bits/c++config.h + profile/impl/profiler_hash_func.h + profile/impl/profiler_hashtable_size.h + profile/impl/profiler_map_to_unordered_map.h + profile/impl/profiler_vector_size.h + profile/impl/profiler_vector_to_list.h + profile/impl/profiler_list_to_slist.h + profile/impl/profiler_list_to_vector.h + __gnu_profile::__reentrance_guard + __gnu_profile + + void + __report + a01574.html + abf47ab57be6daab4953b4e850bdea31b + () + + + + profiler_algos.h + a00812 + __gnu_profile + + + profiler_container_size.h + a00815 + sstream + profile/impl/profiler.h + profile/impl/profiler_node.h + profile/impl/profiler_trace.h + __gnu_profile::__container_size_info + __gnu_profile::__container_size_stack_info + __gnu_profile::__trace_container_size + __gnu_profile + + + profiler_hash_func.h + a00818 + profile/impl/profiler.h + profile/impl/profiler_node.h + profile/impl/profiler_trace.h + __gnu_profile::__hashfunc_info + __gnu_profile::__hashfunc_stack_info + __gnu_profile::__trace_hash_func + __gnu_profile + + + profiler_hashtable_size.h + a00821 + profile/impl/profiler.h + profile/impl/profiler_node.h + profile/impl/profiler_trace.h + profile/impl/profiler_state.h + profile/impl/profiler_container_size.h + __gnu_profile::__trace_hashtable_size + __gnu_profile + + + profiler_list_to_slist.h + a00824 + profile/impl/profiler.h + profile/impl/profiler_node.h + profile/impl/profiler_trace.h + __gnu_profile + + + profiler_list_to_vector.h + a00827 + sstream + profile/impl/profiler.h + profile/impl/profiler_node.h + profile/impl/profiler_trace.h + __gnu_profile::__list2vector_info + __gnu_profile + + + profiler_map_to_unordered_map.h + a00830 + profile/impl/profiler.h + profile/impl/profiler_node.h + profile/impl/profiler_trace.h + __gnu_profile::__map2umap_info + __gnu_profile::__map2umap_stack_info + __gnu_profile::__trace_map2umap + __gnu_profile + + + profiler_node.h + a00833 + cstdio + vector + __gnu_profile::__object_info_base + __gnu_profile::__stack_hash + __gnu_profile + + + profiler_state.h + a00836 + __gnu_profile + + + profiler_trace.h + a00839 + cstdio + cerrno + cstdlib + unordered_map + ext/concurrence.h + fstream + string + utility + vector + profile/impl/profiler_algos.h + profile/impl/profiler_state.h + profile/impl/profiler_node.h + __gnu_profile::__trace_base + __gnu_profile::__warning_data + __gnu_profile + + std::::unordered_map< std::string, std::string > + __env_t + a01574.html + a53b1237192736fe703f7639396e369b6 + + + + bool + __profcxx_init + a01574.html + a6f3654dc21d64a397fd3e146fd1aade4 + () + + + void + __report + a01574.html + abf47ab57be6daab4953b4e850bdea31b + () + + + + _GLIBCXX_PROFILE_DEFINE_UNINIT_DATA + a01574.html + a517b9eb4a8fc5e5d135412092cb6783c + (__gnu_cxx::__mutex, __global_mutex) + + + + profiler_vector_size.h + a00842 + profile/impl/profiler.h + profile/impl/profiler_node.h + profile/impl/profiler_trace.h + profile/impl/profiler_state.h + profile/impl/profiler_container_size.h + __gnu_profile::__trace_vector_size + __gnu_profile + + + profiler_vector_to_list.h + a00845 + profile/impl/profiler.h + profile/impl/profiler_node.h + profile/impl/profiler_trace.h + __gnu_profile::__trace_vector_to_list + __gnu_profile::__vector2list_info + __gnu_profile::__vector2list_stack_info + __gnu_profile + + + propagate_const + a01016 + type_traits + bits/functional_hash.h + bits/move.h + bits/stl_function.h + experimental/bits/lfts_config.h + std::experimental::fundamentals_v2::propagate_const + std + + + ptr_traits.h + a00440 + bits/move.h + std::pointer_traits + std::pointer_traits< _Tp * > + std + + typename pointer_traits< _Ptr >::template rebind< _Tp > + __ptr_rebind + a01544.html + a38aba5e1d3bc588b84ea3a970a90fd5f + + + + + quadratic_probe_fn_imp.hpp + a01325 + + + queue + a00119 + deque + vector + bits/stl_heap.h + bits/stl_function.h + bits/stl_queue.h + + + queue.h + a00935 + parallel/types.h + parallel/base.h + parallel/compatibility.h + __gnu_parallel::_RestrictedBoundedConcurrentQueue + __gnu_parallel + + #define + _GLIBCXX_VOLATILE + a00935.html + a1c61e6ca8bdd220c11ec4b64f7539712 + + + + + quicksort.h + a00938 + parallel/parallel.h + parallel/partition.h + __gnu_parallel + + void + __parallel_sort_qs + a01576.html + ac416a1c7e347b429bbf7a8fb17e847b2 + (_RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __num_threads) + + + void + __parallel_sort_qs_conquer + a01576.html + a06c506308856b684737d24944a93a42e + (_RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __num_threads) + + + std::iterator_traits< _RAIter >::difference_type + __parallel_sort_qs_divide + a01576.html + a55defa3d8e8ca7b4e52330b9afc0b1ce + (_RAIter __begin, _RAIter __end, _Compare __comp, typename std::iterator_traits< _RAIter >::difference_type __pivot_rank, typename std::iterator_traits< _RAIter >::difference_type __num_samples, _ThreadIndex __num_threads) + + + + quoted_string.h + a00443 + sstream + std::__detail::_Quoted_string + std + std::__detail + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01545.html + a5e78e46b4d59d40bf8839a5cb176fa6a + (std::basic_ostream< _CharT, _Traits > &__os, const _Quoted_string< const _CharT *, _CharT > &__str) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01545.html + a75a3eb00bb313c120599e8341bf27d16 + (std::basic_ostream< _CharT, _Traits > &__os, const _Quoted_string< _String, _CharT > &__str) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01545.html + a9dc7b861adff63cefa05b539068f727e + (std::basic_istream< _CharT, _Traits > &__is, const _Quoted_string< basic_string< _CharT, _Traits, _Alloc > &, _CharT > &__str) + + + + bin_search_tree_/r_erase_fn_imps.hpp + a15726 + + + pat_trie_/r_erase_fn_imps.hpp + a15729 + + + random + a00122 + cmath + cstdlib + string + iosfwd + limits + debug/debug.h + type_traits + cstdint + bits/random.h + bits/opt_random.h + bits/random.tcc + + + experimental/random + a15732 + random + experimental/bits/lfts_config.h + std + + + random.h + a00446 + vector + bits/uniform_int_dist.h + std::bernoulli_distribution + std::bernoulli_distribution::param_type + std::binomial_distribution + std::binomial_distribution::param_type + std::cauchy_distribution + std::cauchy_distribution::param_type + std::chi_squared_distribution + std::chi_squared_distribution::param_type + std::discard_block_engine + std::discrete_distribution + std::discrete_distribution::param_type + std::exponential_distribution + std::exponential_distribution::param_type + std::extreme_value_distribution + std::extreme_value_distribution::param_type + std::fisher_f_distribution + std::fisher_f_distribution::param_type + std::gamma_distribution + std::gamma_distribution::param_type + std::geometric_distribution + std::geometric_distribution::param_type + std::independent_bits_engine + std::linear_congruential_engine + std::lognormal_distribution + std::lognormal_distribution::param_type + std::mersenne_twister_engine + std::negative_binomial_distribution + std::negative_binomial_distribution::param_type + std::normal_distribution + std::normal_distribution::param_type + std::piecewise_constant_distribution + std::piecewise_constant_distribution::param_type + std::piecewise_linear_distribution + std::piecewise_linear_distribution::param_type + std::poisson_distribution + std::poisson_distribution::param_type + std::random_device + std::seed_seq + std::shuffle_order_engine + std::student_t_distribution + std::student_t_distribution::param_type + std::subtract_with_carry_engine + std::uniform_real_distribution + std::uniform_real_distribution::param_type + std::weibull_distribution + std::weibull_distribution::param_type + std + std::__detail + + linear_congruential_engine< uint_fast32_t, 48271UL, 0UL, 2147483647UL > + minstd_rand + a01537.html + ga06944ee85abb11c4d8332728514da20a + + + + linear_congruential_engine< uint_fast32_t, 16807UL, 0UL, 2147483647UL > + minstd_rand0 + a01537.html + ga70e14a580880f05e94a51c6e103e1cd1 + + + + mersenne_twister_engine< uint_fast32_t, 32, 624, 397, 31, 0x9908b0dfUL, 11, 0xffffffffUL, 7, 0x9d2c5680UL, 15, 0xefc60000UL, 18, 1812433253UL > + mt19937 + a01537.html + ga887bdc65ea12ca4f83aa79f5bd9fce03 + + + + mersenne_twister_engine< uint_fast64_t, 64, 312, 156, 31, 0xb5026f5aa96619e9ULL, 29, 0x5555555555555555ULL, 17, 0x71d67fffeda60000ULL, 37, 0xfff7eee000000000ULL, 43, 6364136223846793005ULL > + mt19937_64 + a01537.html + ga9606c7ecfbdedbd7ee5d8b908f4e2275 + + + + _RealType + generate_canonical + a01497.html + ga2f17f21ce71bab2f3de9353f2ab02f13 + (_UniformRandomNumberGenerator &__g) + + + bool + operator!= + a01537.html + gafb9c9578afd0299fc357581cb848f2fd + (const std::linear_congruential_engine< _UIntType, __a, __c, __m > &__lhs, const std::linear_congruential_engine< _UIntType, __a, __c, __m > &__rhs) + + + bool + operator!= + a01537.html + ga08598cac266ed03507603ca6d6c27ce2 + (const std::mersenne_twister_engine< _UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f > &__lhs, const std::mersenne_twister_engine< _UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f > &__rhs) + + + bool + operator!= + a01537.html + ga58cddddd716e5fe8d9ef54732399b68f + (const std::subtract_with_carry_engine< _UIntType, __w, __s, __r > &__lhs, const std::subtract_with_carry_engine< _UIntType, __w, __s, __r > &__rhs) + + + bool + operator!= + a01537.html + ga223f7056b37b325f9d70eda843982dff + (const std::discard_block_engine< _RandomNumberEngine, __p, __r > &__lhs, const std::discard_block_engine< _RandomNumberEngine, __p, __r > &__rhs) + + + bool + operator!= + a01537.html + ga8ad332f998832aa3bbf426abf441c34a + (const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__lhs, const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__rhs) + + + bool + operator!= + a01537.html + ga47c5a5d9835e00a60a76f4be7ea0f671 + (const std::shuffle_order_engine< _RandomNumberEngine, __k > &__lhs, const std::shuffle_order_engine< _RandomNumberEngine, __k > &__rhs) + + + bool + operator!= + a01539.html + gaca2a091ac2ef5b09deba9d1d185b16ad + (const std::uniform_int_distribution< _IntType > &__d1, const std::uniform_int_distribution< _IntType > &__d2) + + + bool + operator!= + a01539.html + gae4180334ebfbfbbae6f1f9901819a52e + (const std::uniform_real_distribution< _IntType > &__d1, const std::uniform_real_distribution< _IntType > &__d2) + + + bool + operator!= + a01540.html + ga227eec7c437a7d893172e4387a0fb041 + (const std::normal_distribution< _RealType > &__d1, const std::normal_distribution< _RealType > &__d2) + + + bool + operator!= + a01540.html + ga611caefadf0614ec3e3a5bd8a95c11ac + (const std::lognormal_distribution< _RealType > &__d1, const std::lognormal_distribution< _RealType > &__d2) + + + bool + operator!= + a01540.html + gafdf8a737eaa64e171fd0617603e7a6a7 + (const std::gamma_distribution< _RealType > &__d1, const std::gamma_distribution< _RealType > &__d2) + + + bool + operator!= + a01540.html + gac4dbdb98454ba9eac4efedb236380fff + (const std::chi_squared_distribution< _RealType > &__d1, const std::chi_squared_distribution< _RealType > &__d2) + + + bool + operator!= + a01540.html + gaf8d44ddbae75bc9aac07aca501130b3a + (const std::cauchy_distribution< _RealType > &__d1, const std::cauchy_distribution< _RealType > &__d2) + + + bool + operator!= + a01540.html + gabeee8cc21eaf2d1ac14d819e56e933ee + (const std::fisher_f_distribution< _RealType > &__d1, const std::fisher_f_distribution< _RealType > &__d2) + + + bool + operator!= + a01540.html + ga9f65157c0c5e6316e415b7fbf5edbad4 + (const std::student_t_distribution< _RealType > &__d1, const std::student_t_distribution< _RealType > &__d2) + + + bool + operator!= + a01541.html + ga1b42c0c69b003733630addb17455e78c + (const std::bernoulli_distribution &__d1, const std::bernoulli_distribution &__d2) + + + bool + operator!= + a01541.html + ga03255c2d29292408f9e417d8c19749d5 + (const std::binomial_distribution< _IntType > &__d1, const std::binomial_distribution< _IntType > &__d2) + + + bool + operator!= + a01541.html + gada2797560998107294e60ece46615d73 + (const std::geometric_distribution< _IntType > &__d1, const std::geometric_distribution< _IntType > &__d2) + + + bool + operator!= + a01541.html + ga0ecd009cd763508bbac68e62a14fa73c + (const std::negative_binomial_distribution< _IntType > &__d1, const std::negative_binomial_distribution< _IntType > &__d2) + + + bool + operator!= + a01542.html + ga16e064b3a8822c1a5b84e0b146b2a701 + (const std::poisson_distribution< _IntType > &__d1, const std::poisson_distribution< _IntType > &__d2) + + + bool + operator!= + a01542.html + gadb6734dde139796b0c17ab7da2092000 + (const std::exponential_distribution< _RealType > &__d1, const std::exponential_distribution< _RealType > &__d2) + + + bool + operator!= + a01542.html + ga93a5f8cbd4387728796f825a8004f3fe + (const std::weibull_distribution< _RealType > &__d1, const std::weibull_distribution< _RealType > &__d2) + + + bool + operator!= + a01542.html + ga7cb0e95ae2658e8fbce52e9b83969955 + (const std::extreme_value_distribution< _RealType > &__d1, const std::extreme_value_distribution< _RealType > &__d2) + + + bool + operator!= + a01542.html + gaf7323b91cdc741135f4099930580987b + (const std::discrete_distribution< _IntType > &__d1, const std::discrete_distribution< _IntType > &__d2) + + + bool + operator!= + a01542.html + ga1c4c402db457c46e730ba427efda1f5a + (const std::piecewise_constant_distribution< _RealType > &__d1, const std::piecewise_constant_distribution< _RealType > &__d2) + + + bool + operator!= + a01542.html + ga34f4ca07d82381cbfd41b4563b5f265e + (const std::piecewise_linear_distribution< _RealType > &__d1, const std::piecewise_linear_distribution< _RealType > &__d2) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01537.html + ga1e56f8bee410b0ebf924661d35faf834 + (std::basic_ostream< _CharT, _Traits > &__os, const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01539.html + ga268e36f52e1a1ba938eeaa95509796ca + (std::basic_ostream< _CharT, _Traits > &, const std::uniform_int_distribution< _IntType > &) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01539.html + gad31a64335591da810bc4719b847783ec + (std::basic_ostream< _CharT, _Traits > &, const std::uniform_real_distribution< _RealType > &) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01540.html + gabc0fe37b26c3b5de242cd4261cde3aed + (std::basic_ostream< _CharT, _Traits > &__os, const std::cauchy_distribution< _RealType > &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01541.html + ga17d284660a1656bc205dd834125e5543 + (std::basic_ostream< _CharT, _Traits > &__os, const std::bernoulli_distribution &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01541.html + ga50ccdd252598b9c017837d26588463d2 + (std::basic_ostream< _CharT, _Traits > &__os, const std::geometric_distribution< _IntType > &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01542.html + ga24847f7a1a655893e956f636db4e9f3a + (std::basic_ostream< _CharT, _Traits > &__os, const std::exponential_distribution< _RealType > &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01542.html + ga5d78bcb5583afa9e1871301f9d6d9c68 + (std::basic_ostream< _CharT, _Traits > &__os, const std::weibull_distribution< _RealType > &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01542.html + ga65897cd1a592c0a6c399072ec1ef7192 + (std::basic_ostream< _CharT, _Traits > &__os, const std::extreme_value_distribution< _RealType > &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01539.html + gab49649ed7cc5cb819ce52620f227b1a7 + (std::basic_istream< _CharT, _Traits > &, std::uniform_int_distribution< _IntType > &) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01539.html + gafb5c87acd910ec70edaedef33cf32aee + (std::basic_istream< _CharT, _Traits > &, std::uniform_real_distribution< _RealType > &) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01540.html + ga63a43b47a5315c8b1b55002af2eb1669 + (std::basic_istream< _CharT, _Traits > &__is, std::cauchy_distribution< _RealType > &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01541.html + ga2a24c2f5da07f3a713e036875355ad57 + (std::basic_istream< _CharT, _Traits > &__is, std::bernoulli_distribution &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01541.html + ga30ec0007b5169ab3c6847033db603493 + (std::basic_istream< _CharT, _Traits > &__is, std::geometric_distribution< _IntType > &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01542.html + ga5dbbb1871bc0160e0b9cf609e222fb18 + (std::basic_istream< _CharT, _Traits > &__is, std::exponential_distribution< _RealType > &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01542.html + gae0fa60823d48bfd5b1d7a7c0063826ba + (std::basic_istream< _CharT, _Traits > &__is, std::weibull_distribution< _RealType > &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01542.html + ga391e8f9fb533a5fb81f4099e9b03ff6a + (std::basic_istream< _CharT, _Traits > &__is, std::extreme_value_distribution< _RealType > &__x) + + + + bits/random.tcc + a15735 + numeric + std + std::__detail + + _RealType + generate_canonical + a01497.html + ga2f17f21ce71bab2f3de9353f2ab02f13 + (_UniformRandomNumberGenerator &__g) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01539.html + ga268e36f52e1a1ba938eeaa95509796ca + (std::basic_ostream< _CharT, _Traits > &, const std::uniform_int_distribution< _IntType > &) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01539.html + gad31a64335591da810bc4719b847783ec + (std::basic_ostream< _CharT, _Traits > &, const std::uniform_real_distribution< _RealType > &) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01540.html + gabc0fe37b26c3b5de242cd4261cde3aed + (std::basic_ostream< _CharT, _Traits > &__os, const std::cauchy_distribution< _RealType > &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01541.html + ga17d284660a1656bc205dd834125e5543 + (std::basic_ostream< _CharT, _Traits > &__os, const std::bernoulli_distribution &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01541.html + ga50ccdd252598b9c017837d26588463d2 + (std::basic_ostream< _CharT, _Traits > &__os, const std::geometric_distribution< _IntType > &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01542.html + ga24847f7a1a655893e956f636db4e9f3a + (std::basic_ostream< _CharT, _Traits > &__os, const std::exponential_distribution< _RealType > &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01542.html + ga5d78bcb5583afa9e1871301f9d6d9c68 + (std::basic_ostream< _CharT, _Traits > &__os, const std::weibull_distribution< _RealType > &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01542.html + ga65897cd1a592c0a6c399072ec1ef7192 + (std::basic_ostream< _CharT, _Traits > &__os, const std::extreme_value_distribution< _RealType > &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01539.html + gab49649ed7cc5cb819ce52620f227b1a7 + (std::basic_istream< _CharT, _Traits > &, std::uniform_int_distribution< _IntType > &) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01539.html + gafb5c87acd910ec70edaedef33cf32aee + (std::basic_istream< _CharT, _Traits > &, std::uniform_real_distribution< _RealType > &) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01540.html + ga63a43b47a5315c8b1b55002af2eb1669 + (std::basic_istream< _CharT, _Traits > &__is, std::cauchy_distribution< _RealType > &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01541.html + ga30ec0007b5169ab3c6847033db603493 + (std::basic_istream< _CharT, _Traits > &__is, std::geometric_distribution< _IntType > &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01542.html + ga5dbbb1871bc0160e0b9cf609e222fb18 + (std::basic_istream< _CharT, _Traits > &__is, std::exponential_distribution< _RealType > &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01542.html + gae0fa60823d48bfd5b1d7a7c0063826ba + (std::basic_istream< _CharT, _Traits > &__is, std::weibull_distribution< _RealType > &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01542.html + ga391e8f9fb533a5fb81f4099e9b03ff6a + (std::basic_istream< _CharT, _Traits > &__is, std::extreme_value_distribution< _RealType > &__x) + + + + ext/random.tcc + a15738 + __gnu_cxx + + + random_number.h + a00941 + parallel/types.h + limits + __gnu_parallel::_RandomNumber + __gnu_parallel + + + random_shuffle.h + a00944 + limits + bits/stl_numeric.h + parallel/parallel.h + parallel/random_number.h + __gnu_parallel::_DRandomShufflingGlobalData + __gnu_parallel::_DRSSorterPU + __gnu_parallel + + unsigned short + _BinIndex + a01576.html + ad8a0790a8380d657d3e238ec3f26d584 + + + + void + __parallel_random_shuffle + a01576.html + a6e78b59cb50c8e14ebf6990016af7342 + (_RAIter __begin, _RAIter __end, _RandomNumberGenerator __rng=_RandomNumber()) + + + void + __parallel_random_shuffle_drs + a01576.html + a9152bade9629217427f065780bc3f4c2 + (_RAIter __begin, _RAIter __end, typename std::iterator_traits< _RAIter >::difference_type __n, _ThreadIndex __num_threads, _RandomNumberGenerator &__rng) + + + void + __parallel_random_shuffle_drs_pu + a01576.html + ab52b56076dd965bea099a7187e621d0b + (_DRSSorterPU< _RAIter, _RandomNumberGenerator > *__pus) + + + int + __random_number_pow2 + a01576.html + a06421834042f49edbb2abb2dd931315d + (int __logp, _RandomNumberGenerator &__rng) + + + _Tp + __round_up_to_pow2 + a01576.html + a9105a85041ac81dba62d60dc669ec169 + (_Tp __x) + + + void + __sequential_random_shuffle + a01576.html + aa9ee237cbbdd03ed217714a05e5a8868 + (_RAIter __begin, _RAIter __end, _RandomNumberGenerator &__rng) + + + + range_access.h + a00452 + initializer_list + std::valarray + std + + _GLIBCXX17_CONSTEXPR auto + begin + a01544.html + a26491f1c1a3fbeb8dbd7a3dd1ab0b6ea + (_Container &__cont) -> decltype(__cont.begin()) + + + _GLIBCXX17_CONSTEXPR auto + begin + a01544.html + aac96503a947620420a31cf060e5397a7 + (const _Container &__cont) -> decltype(__cont.begin()) + + + _GLIBCXX14_CONSTEXPR _Tp * + begin + a01544.html + aac6066eb0a3b3969dd0a549816613782 + (_Tp(&__arr)[_Nm]) + + + _Tp * + begin + a01484.html + ga2b9285c84fd9d9ee4ac2e4d6f590960c + (valarray< _Tp > &__va) + + + const _Tp * + begin + a01484.html + ga27f2d9026b541b9d219da941459e768e + (const valarray< _Tp > &__va) + + + constexpr auto + cbegin + a01544.html + ac10e18b5c09f39bc07430a9d47e584a5 + (const _Container &__cont) noexcept(noexcept(std::begin(__cont))) -> decltype(std::begin(__cont)) + + + constexpr auto + cend + a01544.html + a6cd5aaabed869c9d96801743fb4d7f6f + (const _Container &__cont) noexcept(noexcept(std::end(__cont))) -> decltype(std::end(__cont)) + + + _GLIBCXX17_CONSTEXPR auto + crbegin + a01544.html + ab429cfdfbcbf489aa4e0d1fbdd3e1c75 + (const _Container &__cont) -> decltype(std::rbegin(__cont)) + + + _GLIBCXX17_CONSTEXPR auto + crend + a01544.html + a302a9b43f7a45e54827072d23d6682f5 + (const _Container &__cont) -> decltype(std::rend(__cont)) + + + _GLIBCXX17_CONSTEXPR auto + end + a01544.html + a11ed6eea7e5fa38dfb88d84bce3c16b9 + (_Container &__cont) -> decltype(__cont.end()) + + + _GLIBCXX17_CONSTEXPR auto + end + a01544.html + ad4f45049099b6f3387d8f542201d28d5 + (const _Container &__cont) -> decltype(__cont.end()) + + + _GLIBCXX14_CONSTEXPR _Tp * + end + a01544.html + ab0db204cc11475513f0c7013ed51d406 + (_Tp(&__arr)[_Nm]) + + + _Tp * + end + a01484.html + ga3541bf5385594aac72a9424aa6dd86e1 + (valarray< _Tp > &__va) + + + const _Tp * + end + a01484.html + gab777d802b5dfa668d030039c2fd78b3b + (const valarray< _Tp > &__va) + + + _GLIBCXX17_CONSTEXPR auto + rbegin + a01544.html + ae16f6e3954ee80febd7a13ca23c0cb69 + (_Container &__cont) -> decltype(__cont.rbegin()) + + + _GLIBCXX17_CONSTEXPR auto + rbegin + a01544.html + a82b4f328583bc1eacb96e1916d2499a4 + (const _Container &__cont) -> decltype(__cont.rbegin()) + + + _GLIBCXX17_CONSTEXPR reverse_iterator< _Tp * > + rbegin + a01544.html + adc3d2e80cfd605a4d419e5ea94847f03 + (_Tp(&__arr)[_Nm]) + + + _GLIBCXX17_CONSTEXPR reverse_iterator< const _Tp * > + rbegin + a01544.html + aa98b19c718d53cb983cff800ffe2fdaf + (initializer_list< _Tp > __il) + + + _GLIBCXX17_CONSTEXPR auto + rend + a01544.html + ac61454493a9b25de6eb36656e6e4213e + (_Container &__cont) -> decltype(__cont.rend()) + + + _GLIBCXX17_CONSTEXPR auto + rend + a01544.html + a8d5191632dac9ebbb502815e5a96db58 + (const _Container &__cont) -> decltype(__cont.rend()) + + + _GLIBCXX17_CONSTEXPR reverse_iterator< _Tp * > + rend + a01544.html + a77a0e2f60fbc43ae0c7ffd07b104558d + (_Tp(&__arr)[_Nm]) + + + _GLIBCXX17_CONSTEXPR reverse_iterator< const _Tp * > + rend + a01544.html + abf2be64d2e615a35f2357a527dbe4d6a + (initializer_list< _Tp > __il) + + + + ranged_hash_fn.hpp + a01328 + utility + debug/debug.h + __gnu_pbds::detail::ranged_hash_fn + __gnu_pbds::detail::ranged_hash_fn< Key, Hash_Fn, _Alloc, Comb_Hash_Fn, false > + __gnu_pbds::detail::ranged_hash_fn< Key, Hash_Fn, _Alloc, Comb_Hash_Fn, true > + __gnu_pbds::detail::ranged_hash_fn< Key, null_type, _Alloc, Comb_Hash_Fn, false > + __gnu_pbds::detail::ranged_hash_fn< Key, null_type, _Alloc, Comb_Hash_Fn, true > + __gnu_pbds + + + ranged_probe_fn.hpp + a01331 + utility + debug/debug.h + __gnu_pbds::detail::ranged_probe_fn + __gnu_pbds::detail::ranged_probe_fn< Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, false > + __gnu_pbds::detail::ranged_probe_fn< Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, true > + __gnu_pbds::detail::ranged_probe_fn< Key, null_type, _Alloc, Comb_Probe_Fn, null_type, false > + __gnu_pbds + + + ratio + a00125 + type_traits + cstdint + std::ratio + std::ratio_equal + std::ratio_not_equal + std + + typename __ratio_divide< _R1, _R2 >::type + ratio_divide + a01480.html + gab89b6a439b3582240985f372bc381666 + + + + typename __ratio_multiply< _R1, _R2 >::type + ratio_multiply + a01480.html + gaa0eb766f5844bb5f3ccbeaae9b994257 + + + + + tr2/ratio + a15741 + ratio + std + std::tr2 + + + experimental/ratio + a15744 + ratio + experimental/bits/lfts_config.h + std + + + rb_tree + a00848 + bits/stl_tree.h + __gnu_cxx::rb_tree + __gnu_cxx + + + rb_tree_.hpp + a01388 + ext/pb_ds/detail/standard_policies.hpp + utility + vector + debug/debug.h + ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp + ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp + ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp + ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp + ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp + __gnu_pbds::detail::rb_tree_map + __gnu_pbds + + + rc.hpp + a01391 + __gnu_pbds::detail::rc + __gnu_pbds + + + rc_binomial_heap_.hpp + a01394 + ext/pb_ds/detail/cond_dealtor.hpp + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp + ext/pb_ds/detail/rc_binomial_heap_/rc.hpp + debug/debug.h + ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp + ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp + ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp + ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp + ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp + __gnu_pbds::detail::rc_binomial_heap + __gnu_pbds + + + rc_string_base.h + a01073 + ext/atomicity.h + bits/stl_iterator_base_funcs.h + __gnu_cxx::__rc_string_base + __gnu_cxx + + + regex + a00128 + algorithm + bitset + iterator + locale + memory + sstream + stack + stdexcept + string + utility + vector + map + cstring + ext/aligned_buffer.h + bits/regex_constants.h + bits/regex_error.h + bits/regex_automaton.h + bits/regex_scanner.h + bits/regex_compiler.h + bits/regex.h + bits/regex_executor.h + + + experimental/regex + a15747 + regex + experimental/string + std + + + regex.h + a00458 + bits/regex.tcc + std::__detail::_Executor + std::basic_regex + std::basic_regex + std::match_results + std::match_results + std::regex_iterator + std::regex_token_iterator + std::regex_traits + std::sub_match + std + std::__detail + + regex_token_iterator< const char * > + cregex_token_iterator + a01499.html + ga2b025ba2913cd0f7266ddbea7eb2c915 + + + + sub_match< const char * > + csub_match + a01499.html + ga29090c6f0fdf0d3241cf79e759838eeb + + + + basic_regex< char > + regex + a01499.html + ga8fceaea413a55303731b390fbd660163 + + + + regex_token_iterator< string::const_iterator > + sregex_token_iterator + a01499.html + gaa39e71a0a921a1f5b6e106613346195c + + + + sub_match< string::const_iterator > + ssub_match + a01499.html + ga1339fbccc0b05ed8cfe8c3afa83e9a4b + + + + regex_token_iterator< const wchar_t * > + wcregex_token_iterator + a01499.html + ga5b2a538a8ce2fb132701282a685e04cb + + + + sub_match< const wchar_t * > + wcsub_match + a01499.html + gaa0c750b2841582cefabadec3f0683bb9 + + + + basic_regex< wchar_t > + wregex + a01499.html + gae16f87e70ea5847b0399a396c637615f + + + + regex_token_iterator< wstring::const_iterator > + wsregex_token_iterator + a01499.html + ga45d6a7c3f216b9e231d6bfbe2f405821 + + + + sub_match< wstring::const_iterator > + wssub_match + a01499.html + ga093a1ad2914d74a3fafb7baa78a3deb6 + + + + bool + operator!= + a01499.html + ga82e9b319feda06c3f9bbc8c501d7ed5c + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + + + bool + operator!= + a01499.html + ga26b97c6b57337790d75c65c39461d57b + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator!= + a01499.html + ga4c4c0391a3cd864c981a2752bbb39e87 + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + + + bool + operator!= + a01499.html + ga4c5fbbe825fb3b00793f87d5b0f84b37 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator!= + a01499.html + gaeffd353ea0720cf2338ac2cd23511b9f + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + + + bool + operator!= + a01499.html + gafd4ac060b48dc528864dcb79b7ac47b9 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator!= + a01499.html + ga4a40078467f136b65820875414060d72 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + + + bool + operator!= + a01499.html + gabaac77113d0fd8c575e3a955eff37e10 + (const match_results< _Bi_iter, _Alloc > &__m1, const match_results< _Bi_iter, _Alloc > &__m2) + + + bool + operator< + a01499.html + gad9079e03d834c2dfd61dfae4f73f0031 + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + + + bool + operator< + a01499.html + ga341b35e5b4af405e08d5c2abb676cf39 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator< + a01499.html + ga20182f0fe24d991ad8a8daede16933fa + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + + + bool + operator< + a01499.html + ga11e1ee39f1b05e646abe2caea0565967 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator< + a01499.html + ga01622c3d750044cf92cd8a1eaa89ca5b + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + + + bool + operator< + a01499.html + ga1862d7e70ac15663db23831edbc4d06f + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator< + a01499.html + gabc00ef86c05a9226d2007dd587c196f3 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + + + basic_ostream< _Ch_type, _Ch_traits > & + operator<< + a01499.html + ga3e80f96ee978fcba07dec04a3d9e1f3b + (basic_ostream< _Ch_type, _Ch_traits > &__os, const sub_match< _Bi_iter > &__m) + + + bool + operator<= + a01499.html + ga6d0ebab63e2fcfb19ad69237091d4d7f + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + + + bool + operator<= + a01499.html + ga4fd4bec06d2b472f7002ee98aea643af + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator<= + a01499.html + gac012e10e6bb4ba58875ad515b9b9f05d + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + + + bool + operator<= + a01499.html + ga490e9054301cbb70120a6b0202cee45d + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator<= + a01499.html + ga5620ce8b20ede9f7494a66af23212304 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + + + bool + operator<= + a01499.html + ga84b53be86a6dfea454c23d5207d0864d + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator<= + a01499.html + gaeb2fd054122ecce964976201c05a73cc + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + + + bool + operator== + a01499.html + ga89f3784efc6a944b4857408f1fcf7f3b + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + + + bool + operator== + a01499.html + ga811c7e6a67b83ef003e899c4ea93b910 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator== + a01499.html + gae583f778cadadef72db1f8afaa7bc4a1 + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + + + bool + operator== + a01499.html + ga472d58de0896c76b3d402dbf27aa75c8 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator== + a01499.html + gae4390d0b1712ee5334c61da6e0576d08 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + + + bool + operator== + a01499.html + ga51b1c9a2beb5254d11c13dbc22a8e379 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator== + a01499.html + gaac6078c1098e92d740d6d226f1c5e3dd + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + + + bool + operator== + a01499.html + gab03e70e48f17f27c9e74d12c63bc315a + (const match_results< _Bi_iter, _Alloc > &__m1, const match_results< _Bi_iter, _Alloc > &__m2) + + + bool + operator> + a01499.html + gaec6e1b27604a07cb7a1158c0a1da0810 + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + + + bool + operator> + a01499.html + ga61879ec22c8f941d3bc5a6f57f094779 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator> + a01499.html + ga20e59f399d0143cf0517ed705d5f095a + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + + + bool + operator> + a01499.html + ga5554501d29b4f818450c37cbf8e3b403 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator> + a01499.html + ga99794cccf99b31cbb9c80f20ff638cc0 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + + + bool + operator> + a01499.html + gaaee0b4d314905566d4d083f1f3cabfa4 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator> + a01499.html + ga1bdb78aca267183451bbd59a262f52c9 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + + + bool + operator>= + a01499.html + ga9ee66c57996b60af8514834ba5054af4 + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + + + bool + operator>= + a01499.html + ga81455a2af5c1721d3340fa06eaccfe06 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator>= + a01499.html + gaa4a816fd640e88c0b2e9b0bb6cc4cb19 + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + + + bool + operator>= + a01499.html + ga86523db2bbd873f4bc26c42a77f443b3 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator>= + a01499.html + ga1225fba40c8af2c834e8201af601829b + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + + + bool + operator>= + a01499.html + ga71a6363d6cad986521d5f5a1537a1e06 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator>= + a01499.html + ga4fdb938850a723e8e447fce21fc0b7c2 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + + + void + swap + a01499.html + ga8cdf0d24423573721c4bdb9b2ffd8a7d + (basic_regex< _Ch_type, _Rx_traits > &__lhs, basic_regex< _Ch_type, _Rx_traits > &__rhs) + + + void + swap + a01499.html + ga6fe1f90a0adfa7ded7d28f737893642c + (match_results< _Bi_iter, _Alloc > &__lhs, match_results< _Bi_iter, _Alloc > &__rhs) + + + bool + regex_match + a01499.html + gaa55e272e1102f2c2d62d44bc39ca4ed3 + (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_match + a01499.html + ga56856a210c4b6150bb0b64dddcdc9578 + (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_match + a01499.html + ga801fe7c19ab7cf5bb7cbf7ff03c4e5eb + (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_match + a01499.html + ga23ab0d8ecb63ccfb2f2130947f977c32 + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_match + a01499.html + ga79853ee819b851413b45e03e066c6b7b + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete + + + bool + regex_match + a01499.html + ga975d1c6755647e1b45bddb5a6c3736bc + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_match + a01499.html + gac9bdb8370891a6588cf4f75850236e53 + (const basic_string< _Ch_type, _Ch_traits, _Str_allocator > &__s, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_search + a01499.html + gabe7986685f56116bf30c2f91d72ab9b6 + (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga66522d5eacabc953cc2e2512018b1eaf + (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga1c7c948a359f622835764f0c739095d1 + (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga74001d5fb6cc2788210770519eceed7d + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga295b45a2979a0b78d1f8cf3958a1a1a0 + (const basic_string< _Ch_type, _Ch_traits, _String_allocator > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga5d9b5360c3e14ab995f44a4f25a58b5e + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga5b3d18a746c2b6e12058e6769214a38c + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete + + + _Out_iter + regex_replace + a01499.html + ga92fc4fdd0f158a2779495ff609213cee + (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + _Out_iter + regex_replace + a01499.html + ga5e4ce407b27fd6d1d4502b6a47f48baa + (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + basic_string< _Ch_type, _St, _Sa > + regex_replace + a01499.html + ga3bcb11315d31d20f37b9c1b78e030f90 + (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _Fst, _Fsa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + basic_string< _Ch_type, _St, _Sa > + regex_replace + a01499.html + gab2a4f515157ae835a3b2bfddc3d5ad5e + (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + basic_string< _Ch_type > + regex_replace + a01499.html + gacd17678735431a5df3f0109050c15200 + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + basic_string< _Ch_type > + regex_replace + a01499.html + ga90ecc0db56fc72636b31613801f8e738 + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_match + a01499.html + gaa55e272e1102f2c2d62d44bc39ca4ed3 + (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_match + a01499.html + ga56856a210c4b6150bb0b64dddcdc9578 + (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_match + a01499.html + ga801fe7c19ab7cf5bb7cbf7ff03c4e5eb + (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_match + a01499.html + ga23ab0d8ecb63ccfb2f2130947f977c32 + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_match + a01499.html + ga79853ee819b851413b45e03e066c6b7b + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete + + + bool + regex_match + a01499.html + ga975d1c6755647e1b45bddb5a6c3736bc + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_match + a01499.html + gac9bdb8370891a6588cf4f75850236e53 + (const basic_string< _Ch_type, _Ch_traits, _Str_allocator > &__s, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_search + a01499.html + gabe7986685f56116bf30c2f91d72ab9b6 + (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga66522d5eacabc953cc2e2512018b1eaf + (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga1c7c948a359f622835764f0c739095d1 + (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga74001d5fb6cc2788210770519eceed7d + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga295b45a2979a0b78d1f8cf3958a1a1a0 + (const basic_string< _Ch_type, _Ch_traits, _String_allocator > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga5d9b5360c3e14ab995f44a4f25a58b5e + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga5b3d18a746c2b6e12058e6769214a38c + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete + + + _Out_iter + regex_replace + a01499.html + ga92fc4fdd0f158a2779495ff609213cee + (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + _Out_iter + regex_replace + a01499.html + ga5e4ce407b27fd6d1d4502b6a47f48baa + (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + basic_string< _Ch_type, _St, _Sa > + regex_replace + a01499.html + ga3bcb11315d31d20f37b9c1b78e030f90 + (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _Fst, _Fsa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + basic_string< _Ch_type, _St, _Sa > + regex_replace + a01499.html + gab2a4f515157ae835a3b2bfddc3d5ad5e + (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + basic_string< _Ch_type > + regex_replace + a01499.html + gacd17678735431a5df3f0109050c15200 + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + basic_string< _Ch_type > + regex_replace + a01499.html + ga90ecc0db56fc72636b31613801f8e738 + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + + regex.tcc + a00461 + std + std::__detail + + _Out_iter + regex_replace + a01499.html + ga5e4ce407b27fd6d1d4502b6a47f48baa + (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + _Out_iter + regex_replace + a01499.html + ga5e4ce407b27fd6d1d4502b6a47f48baa + (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + + regex_automaton.h + a00464 + bits/regex_automaton.tcc + std::__detail::_StateSeq + std + std::__detail + + + _Opcode + a01498.html + ga120dd4593bf78fa33d97a55b8f5ff393 + + + + + regex_automaton.tcc + a00467 + std + std::__detail + + + regex_compiler.h + a00470 + bits/regex_compiler.tcc + std::__detail::_BracketMatcher + std::__detail::_BracketMatcher + std::__detail::_Compiler + std::regex_traits + std + std::__detail + + + regex_compiler.tcc + a00473 + std + std::__detail + + + regex_constants.h + a00476 + std + std::regex_constants + + + __syntax_option + a01568.html + a7156b0c6206290633e6793d43a3d9c3d + + + + + syntax_option_type + a01568.html + a510caedb3e640b81620023a85c1280bb + + + + _GLIBCXX17_INLINE constexpr syntax_option_type + icase + a01568.html + a21c1f7289167aa3d0a40b24e39a80f00 + + + + _GLIBCXX17_INLINE constexpr syntax_option_type + nosubs + a01568.html + a29777ae2dd2358f4faf29cb604c3fb85 + + + + _GLIBCXX17_INLINE constexpr syntax_option_type + optimize + a01568.html + a77f83de09c72048a75a66344f0bfb2f3 + + + + _GLIBCXX17_INLINE constexpr syntax_option_type + collate + a01568.html + a9a757dec2b2f903771da2427c292804a + + + + _GLIBCXX17_INLINE constexpr syntax_option_type + ECMAScript + a01568.html + af95882ac8ac4454e386d29f45ea5bbbf + + + + _GLIBCXX17_INLINE constexpr syntax_option_type + basic + a01568.html + a195f47d5fe8ab2a35c240cf7cb012b88 + + + + _GLIBCXX17_INLINE constexpr syntax_option_type + extended + a01568.html + af6c55a7ee994437667dd9b8b5a0580e0 + + + + _GLIBCXX17_INLINE constexpr syntax_option_type + awk + a01568.html + a1de0f54830ba2d86ca5244f8609fef2c + + + + _GLIBCXX17_INLINE constexpr syntax_option_type + grep + a01568.html + afa201fcaeca378cea22d0cb2a27dd87f + + + + _GLIBCXX17_INLINE constexpr syntax_option_type + egrep + a01568.html + a20359992d27c0743cae90e4bae7f8129 + + + + _GLIBCXX17_INLINE constexpr syntax_option_type + __polynomial + a01568.html + a5beb02024da71cad08b124851240493a + + + + constexpr syntax_option_type + operator & + a01568.html + aa181d58777df9e46fdd8b6cf08dd12c3 + (syntax_option_type __a, syntax_option_type __b) + + + constexpr syntax_option_type + operator| + a01568.html + aed34b3d93916973cfea2af94c22ac505 + (syntax_option_type __a, syntax_option_type __b) + + + constexpr syntax_option_type + operator^ + a01568.html + a99429d2419718d6f9cf98153cb104a57 + (syntax_option_type __a, syntax_option_type __b) + + + constexpr syntax_option_type + operator~ + a01568.html + ad3de70b7c5c74267276903c86628e239 + (syntax_option_type __a) + + + syntax_option_type & + operator &= + a01568.html + a0ac5601f07c5581e7cc3efd6ce6a9d4f + (syntax_option_type &__a, syntax_option_type __b) + + + syntax_option_type & + operator|= + a01568.html + a4bd5dcfb1f0eead5b8f66233f45638f4 + (syntax_option_type &__a, syntax_option_type __b) + + + syntax_option_type & + operator^= + a01568.html + a782f3bd1b71adf5bc9f337b74ccb169d + (syntax_option_type &__a, syntax_option_type __b) + + + + __match_flag + a01568.html + a37dcdeaf2d2a34d88f1ec2defc7ba041 + + + + + match_flag_type + a01568.html + aaa717c7c94d1075dfb06f79feb4ca11c + + + + _GLIBCXX17_INLINE constexpr match_flag_type + match_default + a01568.html + ac070d8adb9f48dcfad7f69f4f2373708 + + + + _GLIBCXX17_INLINE constexpr match_flag_type + match_not_bol + a01568.html + af0a051640e6d5b7be783ecef1bd6057c + + + + _GLIBCXX17_INLINE constexpr match_flag_type + match_not_eol + a01568.html + a2fa4bcec54ff420f477a7bbfe6f9925b + + + + _GLIBCXX17_INLINE constexpr match_flag_type + match_not_bow + a01568.html + ae61a11ae1d6998a161bdbb50c63dd0e2 + + + + _GLIBCXX17_INLINE constexpr match_flag_type + match_not_eow + a01568.html + a7e422c4098322e3bf17eafd35fc16c7e + + + + _GLIBCXX17_INLINE constexpr match_flag_type + match_any + a01568.html + af78cac45372ace2e9fdd8bcf7eb27399 + + + + _GLIBCXX17_INLINE constexpr match_flag_type + match_not_null + a01568.html + aa135ecb11f0299ff447a7133a91d73e3 + + + + _GLIBCXX17_INLINE constexpr match_flag_type + match_continuous + a01568.html + a372e043458fd815d130056e1225a00a5 + + + + _GLIBCXX17_INLINE constexpr match_flag_type + match_prev_avail + a01568.html + ad48b9cdb07f0c311ec5ffeb093c209d5 + + + + _GLIBCXX17_INLINE constexpr match_flag_type + format_default + a01568.html + ae8280c4746ec140dd2ad2106cbf787ad + + + + _GLIBCXX17_INLINE constexpr match_flag_type + format_sed + a01568.html + a3553e3ac3560a881732c367dcf567549 + + + + _GLIBCXX17_INLINE constexpr match_flag_type + format_no_copy + a01568.html + a65253b87e3f2138870e2d827ea5b4ea9 + + + + _GLIBCXX17_INLINE constexpr match_flag_type + format_first_only + a01568.html + a0fc5b8b99c305b71cd713055afc983f9 + + + + constexpr match_flag_type + operator & + a01568.html + a91f43c51d82f4484019c321d420a9fa3 + (match_flag_type __a, match_flag_type __b) + + + constexpr match_flag_type + operator| + a01568.html + a510d0810f0fe55a65a1f3ad142e95e2c + (match_flag_type __a, match_flag_type __b) + + + constexpr match_flag_type + operator^ + a01568.html + ac6b912c67d2cdd494a770cd23c1b4f98 + (match_flag_type __a, match_flag_type __b) + + + constexpr match_flag_type + operator~ + a01568.html + a2aeb16521b6691e19cb344505b084271 + (match_flag_type __a) + + + match_flag_type & + operator &= + a01568.html + adf8b32ecec86f9328d9e77ea918d5bd7 + (match_flag_type &__a, match_flag_type __b) + + + match_flag_type & + operator|= + a01568.html + a1cc70d79ada227928c10a6ae955a5527 + (match_flag_type &__a, match_flag_type __b) + + + match_flag_type & + operator^= + a01568.html + a6edeffe99c8db99f7d365da413e65c34 + (match_flag_type &__a, match_flag_type __b) + + + + regex_error.h + a00479 + std::regex_error + std + std::regex_constants + + + error_type + a01568.html + afe4178e24e6fad9f043d52b9de32e488 + + + + constexpr error_type + error_collate + a01568.html + ade164916507884ce776bba031f7bce60 + (_S_error_collate) + + + constexpr error_type + error_ctype + a01568.html + a19db2783be8034b2dd52e99657184670 + (_S_error_ctype) + + + constexpr error_type + error_escape + a01568.html + a27917cafce40928457c789313f8e7ba6 + (_S_error_escape) + + + constexpr error_type + error_backref + a01568.html + acc0f88e638558f5c3bb64ea44832493b + (_S_error_backref) + + + constexpr error_type + error_brack + a01568.html + ac9ef78846632df7d0916b933191e3bcc + (_S_error_brack) + + + constexpr error_type + error_paren + a01568.html + a828988901e2b5aafb2ad06adde9e581b + (_S_error_paren) + + + constexpr error_type + error_brace + a01568.html + a23b6569c17f71c8b1c00b515b8e02a0d + (_S_error_brace) + + + constexpr error_type + error_badbrace + a01568.html + a272600147c8274c0d78fcda6b53eb0c6 + (_S_error_badbrace) + + + constexpr error_type + error_range + a01568.html + a38aa5041411e6e3d98057811eb691cd0 + (_S_error_range) + + + constexpr error_type + error_space + a01568.html + a1200d5e70723aa0ae0153c74fd3d02e0 + (_S_error_space) + + + constexpr error_type + error_badrepeat + a01568.html + a47399faadc6f427a172a84d78945394c + (_S_error_badrepeat) + + + constexpr error_type + error_complexity + a01568.html + acdf6decf6d03ea2275dcec3961719d9a + (_S_error_complexity) + + + constexpr error_type + error_stack + a01568.html + ac625782ad8167c9f36b1e32b65df2159 + (_S_error_stack) + + + + regex_executor.h + a00482 + bits/regex_executor.tcc + std::__detail::_Executor + std + std::__detail + + + regex_executor.tcc + a00485 + std + std::__detail + + + regex_scanner.h + a00488 + bits/regex_scanner.tcc + std::__detail::_Scanner + std + std::__detail + + + regex_scanner.tcc + a00491 + std + std::__detail + + + cc_hash_table_map_/resize_fn_imps.hpp + a15750 + ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp + ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp + + + gp_hash_table_map_/resize_fn_imps.hpp + a15753 + ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp + ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp + + + cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp + a15756 + + + gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp + a15759 + + + resize_policy.hpp + a01199 + debug/debug.h + __gnu_pbds::detail::resize_policy + __gnu_pbds + + + cc_hash_table_map_/resize_store_hash_fn_imps.hpp + a15762 + + + gp_hash_table_map_/resize_store_hash_fn_imps.hpp + a15765 + + + rope + a00851 + algorithm + iosfwd + bits/stl_construct.h + bits/stl_uninitialized.h + bits/stl_function.h + bits/stl_numeric.h + bits/allocator.h + ext/memory + ext/ropeimpl.h + __gnu_cxx::rope + __gnu_cxx::rope + __gnu_cxx + __gnu_cxx::__detail + std + std::tr1 + + + ropeimpl.h + a01076 + cstdio + ostream + bits/functexcept.h + ext/algorithm + ext/memory + ext/numeric + __gnu_cxx + + + bin_search_tree_/rotate_fn_imps.hpp + a15768 + + + pat_trie_/rotate_fn_imps.hpp + a15771 + + + safe_base.h + a00761 + ext/concurrence.h + __gnu_debug::_Safe_iterator_base + __gnu_debug::_Safe_sequence_base + __gnu_debug + + bool + __check_singular_aux + a01572.html + a86fc27f40fe8d866f9aff4a411dadc74 + (const _Safe_iterator_base *__x) + + + + safe_container.h + a00764 + ext/alloc_traits.h + __gnu_debug::_Safe_container + __gnu_debug + + + safe_iterator.h + a00767 + debug/assertions.h + debug/macros.h + debug/functions.h + debug/safe_base.h + bits/stl_pair.h + ext/type_traits.h + debug/safe_iterator.tcc + __gnu_debug::_BeforeBeginHelper + __gnu_debug::_Safe_iterator + __gnu_debug::_Sequence_traits + __gnu_debug + + bool + __check_dereferenceable + a01572.html + abb0a9d353b8510bbf1d0df6bf8537986 + (const _Safe_iterator< _Iterator, _Sequence > &__x) + + + _Distance_traits< _Iterator >::__type + __get_distance + a01572.html + a59d3469122badad27fce9ef0adecb75c + (const _Safe_iterator< _Iterator, _Sequence > &__first, const _Safe_iterator< _Iterator, _Sequence > &__last, std::random_access_iterator_tag) + + + bool + __valid_range + a01572.html + a3f1198e6f02698e00b56c259186370fa + (const _Safe_iterator< _Iterator, _Sequence > &__first, const _Safe_iterator< _Iterator, _Sequence > &__last, typename _Distance_traits< _Iterator >::__type &__dist) + + + + safe_iterator.tcc + a00770 + __gnu_debug + + + safe_local_iterator.h + a00773 + debug/safe_unordered_base.h + debug/safe_local_iterator.tcc + __gnu_debug::_Safe_local_iterator + __gnu_debug + + bool + __check_dereferenceable + a01572.html + a2bb2a2986f4b7118b5f6f6b5db8af519 + (const _Safe_local_iterator< _Iterator, _Sequence > &__x) + + + std::pair< typename std::iterator_traits< _Iterator >::difference_type, _Distance_precision > + __get_distance + a01572.html + a7c44624755d513a2e6c13f1d4873e18e + (const _Safe_local_iterator< _Iterator, _Sequence > &__first, const _Safe_local_iterator< _Iterator, _Sequence > &__last, std::input_iterator_tag) + + + bool + __valid_range + a01572.html + ada0ed4cd9ec02fd9fed5e674e88a956e + (const _Safe_local_iterator< _Iterator, _Sequence > &__first, const _Safe_local_iterator< _Iterator, _Sequence > &__last, typename _Distance_traits< _Iterator >::__type &__dist_info) + + + + safe_local_iterator.tcc + a00776 + __gnu_debug + + + safe_sequence.h + a00779 + debug/assertions.h + debug/macros.h + debug/functions.h + debug/safe_base.h + debug/safe_sequence.tcc + __gnu_debug::_After_nth_from + __gnu_debug::_Equal_to + __gnu_debug::_Not_equal_to + __gnu_debug::_Safe_node_sequence + __gnu_debug::_Safe_sequence + __gnu_debug + + + safe_sequence.tcc + a00782 + __gnu_debug + + + safe_unordered_base.h + a00785 + debug/safe_base.h + __gnu_debug::_Safe_local_iterator_base + __gnu_debug::_Safe_unordered_container_base + __gnu_debug + + + safe_unordered_container.h + a00788 + debug/assertions.h + debug/macros.h + debug/functions.h + debug/safe_unordered_base.h + debug/safe_unordered_container.tcc + __gnu_debug::_Safe_unordered_container + __gnu_debug + + + safe_unordered_container.tcc + a00791 + __gnu_debug + + + sample_probe_fn.hpp + a01334 + __gnu_pbds::sample_probe_fn + __gnu_pbds + + + sample_range_hashing.hpp + a01337 + __gnu_pbds::sample_range_hashing + __gnu_pbds + + + sample_ranged_hash_fn.hpp + a01340 + __gnu_pbds::sample_ranged_hash_fn + __gnu_pbds + + + sample_ranged_probe_fn.hpp + a01343 + __gnu_pbds::sample_ranged_probe_fn + __gnu_pbds + + + sample_resize_policy.hpp + a01415 + __gnu_pbds::sample_resize_policy + __gnu_pbds + + + sample_resize_trigger.hpp + a01418 + __gnu_pbds::sample_resize_trigger + __gnu_pbds + + + sample_size_policy.hpp + a01421 + __gnu_pbds::sample_size_policy + __gnu_pbds + + + sample_tree_node_update.hpp + a01439 + __gnu_pbds::sample_tree_node_update + __gnu_pbds + + + sample_trie_access_traits.hpp + a01445 + __gnu_pbds::sample_trie_access_traits + __gnu_pbds + + + sample_trie_node_update.hpp + a01448 + __gnu_pbds::sample_trie_node_update + __gnu_pbds + + + sample_update_policy.hpp + a01361 + __gnu_pbds::sample_update_policy + __gnu_pbds + + + scoped_allocator + a00131 + utility + tuple + bits/alloc_traits.h + std::scoped_allocator_adaptor + std::scoped_allocator_adaptor + std + + + search.h + a00947 + bits/stl_algobase.h + parallel/parallel.h + parallel/equally_split.h + __gnu_parallel + + void + __calc_borders + a01576.html + ab9807ee5cc58530be7b997207e2bf1f3 + (_RAIter __elements, _DifferenceTp __length, _DifferenceTp *__off) + + + __RAIter1 + __search_template + a01576.html + af1e654f03e48e80a0c73db7ad88e8a86 + (__RAIter1 __begin1, __RAIter1 __end1, __RAIter2 __begin2, __RAIter2 __end2, _Pred __pred) + + + + set + a00134 + bits/stl_tree.h + bits/stl_set.h + bits/stl_multiset.h + bits/range_access.h + + + debug/set + a15774 + set + debug/set.h + debug/multiset.h + + + profile/set + a15777 + set + profile/set.h + profile/multiset.h + + + experimental/set + a15780 + set + experimental/bits/erase_if.h + experimental/memory_resource + std + + + debug/set.h + a15783 + debug/safe_sequence.h + debug/safe_container.h + debug/safe_iterator.h + utility + std::__debug::set + std + std::__debug + + + profile/set.h + a15786 + profile/base.h + profile/ordered_base.h + std::__profile::set + std + std::__profile + + + set_operations.h + a00950 + parallel/settings.h + parallel/multiseq_selection.h + __gnu_parallel + + + settings.h + a00953 + parallel/types.h + __gnu_parallel::_Settings + __gnu_parallel + + #define + _GLIBCXX_PARALLEL_CONDITION + a00953.html + ad816e8f52b933c9300598977cada7d18 + (__c) + + parallelization_decision + + + shared_mutex + a00137 + bits/c++config.h + condition_variable + bits/functexcept.h + std::__shared_mutex_cv + std::shared_lock + std::shared_timed_mutex + std + + #define + __cpp_lib_shared_timed_mutex + a01501.html + ga00b5fb3f3bf333cc396bd38d3b069d85 + + + + __shared_mutex_cv + __shared_timed_mutex_base + a01501.html + gab3c86906b8d29085ce9876aa6baab8e7 + + + + void + swap + a01501.html + ga0d3de8f7ff80877e53d25ca9057e1c0f + (shared_lock< _Mutex > &__x, shared_lock< _Mutex > &__y) noexcept + + + + bits/shared_ptr.h + a15789 + bits/shared_ptr_base.h + std::enable_shared_from_this + std::hash< shared_ptr< _Tp > > + std::owner_less + std::owner_less< shared_ptr< _Tp > > + std::owner_less< void > + std::owner_less< weak_ptr< _Tp > > + std::shared_ptr + std::weak_ptr + std + + shared_ptr< _Tp > + allocate_shared + a01478.html + ga84894e14d771a93b933577b3f8f191cc + (const _Alloc &__a, _Args &&... __args) + + + _Del * + get_deleter + a01478.html + ga6f732e9d75b33511b0d0f8f8cc1c84e3 + (const __shared_ptr< _Tp, _Lp > &__p) noexcept + + + shared_ptr< _Tp > + make_shared + a01478.html + ga1f3ad1c876ee5b203367e06d74fe0bf2 + (_Args &&... __args) + + + std::basic_ostream< _Ch, _Tr > & + operator<< + a01478.html + ga8f7159a55b4df5308fa03b531586fb2b + (std::basic_ostream< _Ch, _Tr > &__os, const __shared_ptr< _Tp, _Lp > &__p) + + + + experimental/bits/shared_ptr.h + a15792 + memory + experimental/type_traits + std::experimental::fundamentals_v2::owner_less< shared_ptr< _Tp > > + std::experimental::fundamentals_v2::owner_less< weak_ptr< _Tp > > + std::hash< experimental::shared_ptr< _Tp > > + std + + _Del * + get_deleter + a15792.html + adc5e7f8e3a02f8ae2dbf4d5b86d90260 + (const shared_ptr< _Tp > &__p) noexcept + + + + shared_ptr_atomic.h + a00497 + bits/atomic_base.h + std + + bool + atomic_is_lock_free + a01478.html + ga26f0b2f2e5e143c43b9ac86853cdb495 + (const __shared_ptr< _Tp, _Lp > *__p) + + + bool + atomic_is_lock_free + a01478.html + ga5fe925503fa03a8132ab6ac8c3d05017 + (const shared_ptr< _Tp > *__p) + + + shared_ptr< _Tp > + atomic_load_explicit + a01478.html + gac5834272ab3ee80d5263ec71c30d4e40 + (const shared_ptr< _Tp > *__p, memory_order) + + + shared_ptr< _Tp > + atomic_load + a01478.html + gaa1f2f437e65f14cbc39dc5aa9c7787cb + (const shared_ptr< _Tp > *__p) + + + __shared_ptr< _Tp, _Lp > + atomic_load_explicit + a01478.html + gac10fed73419a9afc7442fcf685c9f4ef + (const __shared_ptr< _Tp, _Lp > *__p, memory_order) + + + __shared_ptr< _Tp, _Lp > + atomic_load + a01478.html + ga068286dfd18be5a7656c478f4b23ea11 + (const __shared_ptr< _Tp, _Lp > *__p) + + + void + atomic_store_explicit + a01478.html + gac459811f24dfa61ca04dff98c59b0433 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) + + + void + atomic_store + a01478.html + gaad7c9077082544dc2454ef66eb252cad + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r) + + + void + atomic_store_explicit + a01478.html + ga4fb42f2c743388ba4dcf24abf0cc2701 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r, memory_order) + + + void + atomic_store + a01478.html + gaf607a58027ea400e7688daa2832c67ef + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r) + + + shared_ptr< _Tp > + atomic_exchange_explicit + a01478.html + ga663e97cb5020aa674934c4eda56ea7a0 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) + + + shared_ptr< _Tp > + atomic_exchange + a01478.html + ga0e05e0e96f4b0cfdce2e7f6143976070 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r) + + + __shared_ptr< _Tp, _Lp > + atomic_exchange_explicit + a01478.html + gac73bf6a6160e468fc776581bcecd5424 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r, memory_order) + + + __shared_ptr< _Tp, _Lp > + atomic_exchange + a01478.html + ga419348e5a13dcd7fdccd244f6c15bd35 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r) + + + bool + atomic_compare_exchange_strong_explicit + a01478.html + ga7b812df2cdd0c01f09d65168d22418c9 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w, memory_order, memory_order) + + + bool + atomic_compare_exchange_strong + a01478.html + ga8b4c27092fe0543d16aa24679ab64f35 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w) + + + bool + atomic_compare_exchange_weak_explicit + a01478.html + ga8ddc9b0002afbe0001718de9c8ca931e + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w, memory_order __success, memory_order __failure) + + + bool + atomic_compare_exchange_weak + a01478.html + ga6aa9828191cf7749c72581e719dde0b0 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w) + + + bool + atomic_compare_exchange_strong_explicit + a01478.html + ga8ac0b3f7aae34919ebc25fc54ff6b9c8 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w, memory_order, memory_order) + + + bool + atomic_compare_exchange_strong + a01478.html + ga7f9e658275d4a2cdbf1b6a00d02adcc7 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w) + + + bool + atomic_compare_exchange_weak_explicit + a01478.html + ga31df9efdf79235d0f8e112d245deb431 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w, memory_order __success, memory_order __failure) + + + bool + atomic_compare_exchange_weak + a01478.html + ga6860aafd01c4daf71cca0efe5193437f + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w) + + + bool + atomic_is_lock_free + a01478.html + ga26f0b2f2e5e143c43b9ac86853cdb495 + (const __shared_ptr< _Tp, _Lp > *__p) + + + bool + atomic_is_lock_free + a01478.html + ga5fe925503fa03a8132ab6ac8c3d05017 + (const shared_ptr< _Tp > *__p) + + + shared_ptr< _Tp > + atomic_load_explicit + a01478.html + gac5834272ab3ee80d5263ec71c30d4e40 + (const shared_ptr< _Tp > *__p, memory_order) + + + shared_ptr< _Tp > + atomic_load + a01478.html + gaa1f2f437e65f14cbc39dc5aa9c7787cb + (const shared_ptr< _Tp > *__p) + + + __shared_ptr< _Tp, _Lp > + atomic_load_explicit + a01478.html + gac10fed73419a9afc7442fcf685c9f4ef + (const __shared_ptr< _Tp, _Lp > *__p, memory_order) + + + __shared_ptr< _Tp, _Lp > + atomic_load + a01478.html + ga068286dfd18be5a7656c478f4b23ea11 + (const __shared_ptr< _Tp, _Lp > *__p) + + + void + atomic_store_explicit + a01478.html + gac459811f24dfa61ca04dff98c59b0433 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) + + + void + atomic_store + a01478.html + gaad7c9077082544dc2454ef66eb252cad + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r) + + + void + atomic_store_explicit + a01478.html + ga4fb42f2c743388ba4dcf24abf0cc2701 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r, memory_order) + + + void + atomic_store + a01478.html + gaf607a58027ea400e7688daa2832c67ef + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r) + + + shared_ptr< _Tp > + atomic_exchange_explicit + a01478.html + ga663e97cb5020aa674934c4eda56ea7a0 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) + + + shared_ptr< _Tp > + atomic_exchange + a01478.html + ga0e05e0e96f4b0cfdce2e7f6143976070 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r) + + + __shared_ptr< _Tp, _Lp > + atomic_exchange_explicit + a01478.html + gac73bf6a6160e468fc776581bcecd5424 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r, memory_order) + + + __shared_ptr< _Tp, _Lp > + atomic_exchange + a01478.html + ga419348e5a13dcd7fdccd244f6c15bd35 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r) + + + bool + atomic_compare_exchange_strong_explicit + a01478.html + ga7b812df2cdd0c01f09d65168d22418c9 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w, memory_order, memory_order) + + + bool + atomic_compare_exchange_strong + a01478.html + ga8b4c27092fe0543d16aa24679ab64f35 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w) + + + bool + atomic_compare_exchange_weak_explicit + a01478.html + ga8ddc9b0002afbe0001718de9c8ca931e + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w, memory_order __success, memory_order __failure) + + + bool + atomic_compare_exchange_weak + a01478.html + ga6aa9828191cf7749c72581e719dde0b0 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w) + + + bool + atomic_compare_exchange_strong_explicit + a01478.html + ga8ac0b3f7aae34919ebc25fc54ff6b9c8 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w, memory_order, memory_order) + + + bool + atomic_compare_exchange_strong + a01478.html + ga7f9e658275d4a2cdbf1b6a00d02adcc7 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w) + + + bool + atomic_compare_exchange_weak_explicit + a01478.html + ga31df9efdf79235d0f8e112d245deb431 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w, memory_order __success, memory_order __failure) + + + bool + atomic_compare_exchange_weak + a01478.html + ga6860aafd01c4daf71cca0efe5193437f + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w) + + + + shared_ptr_base.h + a00500 + typeinfo + bits/allocated_ptr.h + bits/stl_function.h + ext/aligned_buffer.h + std::_Sp_ebo_helper< _Nm, _Tp, false > + std::_Sp_ebo_helper< _Nm, _Tp, true > + std::bad_weak_ptr + std::enable_shared_from_this + std::hash< __shared_ptr< _Tp, _Lp > > + std::owner_less + std::shared_ptr + std::weak_ptr + std + + __shared_ptr< _Tp, _Lp > + const_pointer_cast + a01544.html + aa2f97c555285b7c2e771b789ccd7b126 + (const __shared_ptr< _Tp1, _Lp > &__r) noexcept + + + __shared_ptr< _Tp, _Lp > + dynamic_pointer_cast + a01544.html + aea22d7ec8d3648b381cf98d0ba570e9b + (const __shared_ptr< _Tp1, _Lp > &__r) noexcept + + + __shared_ptr< _Tp, _Lp > + static_pointer_cast + a01544.html + a6a221c308f0ca0e44b5fffa32a6d4595 + (const __shared_ptr< _Tp1, _Lp > &__r) noexcept + + + + size_fn_imps.hpp + a01289 + + + slice_array.h + a00503 + std::slice + std::slice_array + std + + + slist + a00854 + algorithm + bits/allocator.h + bits/stl_construct.h + bits/stl_uninitialized.h + bits/concept_check.h + __gnu_cxx::slist + __gnu_cxx + std + + + sort.h + a00956 + parallel/basic_iterator.h + parallel/features.h + parallel/parallel.h + parallel/multiway_mergesort.h + parallel/quicksort.h + parallel/balanced_quicksort.h + __gnu_parallel + + void + __parallel_sort + a01576.html + a1edbc983766e29af55322f9c983277ac + (_RAIter __begin, _RAIter __end, _Compare __comp, multiway_mergesort_tag __parallelism) + + + void + __parallel_sort + a01576.html + ac609a343c5522586ce1561c1390fab46 + (_RAIter __begin, _RAIter __end, _Compare __comp, multiway_mergesort_exact_tag __parallelism) + + + void + __parallel_sort + a01576.html + a81d9cc449b9b4122d5f4471dfdf02a78 + (_RAIter __begin, _RAIter __end, _Compare __comp, multiway_mergesort_sampling_tag __parallelism) + + + void + __parallel_sort + a01576.html + aceaaa622c34d2f28ba6bf79241fcee36 + (_RAIter __begin, _RAIter __end, _Compare __comp, quicksort_tag __parallelism) + + + void + __parallel_sort + a01576.html + a000f037b08d237d140dd6144a11fb73f + (_RAIter __begin, _RAIter __end, _Compare __comp, balanced_quicksort_tag __parallelism) + + + void + __parallel_sort + a01576.html + af2c2fb5ed2754de7c1acc336b62b57b0 + (_RAIter __begin, _RAIter __end, _Compare __comp, default_parallel_tag __parallelism) + + + void + __parallel_sort + a01576.html + aa47b469dd82347dd63c3996eda2e237b + (_RAIter __begin, _RAIter __end, _Compare __comp, parallel_tag __parallelism) + + + + specfun.h + a00506 + bits/c++config.h + bits/stl_algobase.h + limits + type_traits + __gnu_cxx + std + + __gnu_cxx::__promote< _Tp >::__type + assoc_laguerre + a01500.html + ga377bb7e038c464a27dfe0573fd2d7b33 + (unsigned int __n, unsigned int __m, _Tp __x) + + + float + assoc_laguerref + a01500.html + gaf83d98f350a1cfcebee6a1f723cf90d2 + (unsigned int __n, unsigned int __m, float __x) + + + long double + assoc_laguerrel + a01500.html + gac8e245671fb2df5de5fd978d03081f6c + (unsigned int __n, unsigned int __m, long double __x) + + + __gnu_cxx::__promote< _Tp >::__type + assoc_legendre + a01500.html + ga355349f79119c1fd1e2a9351cec57f0f + (unsigned int __l, unsigned int __m, _Tp __x) + + + float + assoc_legendref + a01500.html + ga3ced07ddd24bf4af56e2712d148e7f57 + (unsigned int __l, unsigned int __m, float __x) + + + long double + assoc_legendrel + a01500.html + ga55977b425a539146f060dec1c8003344 + (unsigned int __l, unsigned int __m, long double __x) + + + __gnu_cxx::__promote_2< _Tpa, _Tpb >::__type + beta + a01500.html + ga6a7220c87c942db48b18b527d92bbd2d + (_Tpa __a, _Tpb __b) + + + float + betaf + a01500.html + ga12dc61ee4c09172151cf092ed387e203 + (float __a, float __b) + + + long double + betal + a01500.html + ga8caca1cef099f41a88111209c36ce06c + (long double __a, long double __b) + + + __gnu_cxx::__promote< _Tp >::__type + comp_ellint_1 + a01500.html + gac559500c604c43ea943d593c9ad9d289 + (_Tp __k) + + + float + comp_ellint_1f + a01500.html + ga7fb5be999a8125cf7e55e630eb8444a1 + (float __k) + + + long double + comp_ellint_1l + a01500.html + ga7247d3dd77c1ff5df3c059fed862dc48 + (long double __k) + + + __gnu_cxx::__promote< _Tp >::__type + comp_ellint_2 + a01500.html + ga22fcc678829f0daf2de257896378e7e0 + (_Tp __k) + + + float + comp_ellint_2f + a01500.html + ga21700f2f125c42b1f1da1f9c7eea1135 + (float __k) + + + long double + comp_ellint_2l + a01500.html + ga47b647ec386c8d4b18a030c97842df18 + (long double __k) + + + __gnu_cxx::__promote_2< _Tp, _Tpn >::__type + comp_ellint_3 + a01500.html + gad833404645e24b7f0598a640ff92d623 + (_Tp __k, _Tpn __nu) + + + float + comp_ellint_3f + a01500.html + ga76834d3112f777703330892303267a39 + (float __k, float __nu) + + + long double + comp_ellint_3l + a01500.html + ga1ca081fee102cd0d4d6b091285e495e5 + (long double __k, long double __nu) + + + __gnu_cxx::__promote_3< _Tpa, _Tpc, _Tp >::__type + conf_hyperg + a01550.html + a2e17ccbbc4cbb99c987e875531d4a3de + (_Tpa __a, _Tpc __c, _Tp __x) + + + float + conf_hypergf + a01550.html + abd18e600aa78c3f2b2f835039506c810 + (float __a, float __c, float __x) + + + long double + conf_hypergl + a01550.html + a0a9853f30d8fa515a12cd45a92da832e + (long double __a, long double __c, long double __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_bessel_i + a01500.html + ga1c9b5a5c36f000a4f0a55f7fcc486cb0 + (_Tpnu __nu, _Tp __x) + + + float + cyl_bessel_if + a01500.html + gaaf738427d4da0bda66bc2274dfb853a7 + (float __nu, float __x) + + + long double + cyl_bessel_il + a01500.html + gab7962629216d03efb8ecaa3f70c6878f + (long double __nu, long double __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_bessel_j + a01500.html + ga47e21a13b6d68d0d7f057699bd3b3ce0 + (_Tpnu __nu, _Tp __x) + + + float + cyl_bessel_jf + a01500.html + ga15731a7bccd6351d28353e3c4c2a2d23 + (float __nu, float __x) + + + long double + cyl_bessel_jl + a01500.html + gade8e94a80520a8b628b2d658755b25c0 + (long double __nu, long double __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_bessel_k + a01500.html + ga76dcd3884620955680112aca0d327ada + (_Tpnu __nu, _Tp __x) + + + float + cyl_bessel_kf + a01500.html + ga1f50047f9aab0ec8b1a1615fe9fbe32f + (float __nu, float __x) + + + long double + cyl_bessel_kl + a01500.html + gac35194b926270d7857d651e06198c7d3 + (long double __nu, long double __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_neumann + a01500.html + ga5b7c72ab85e361cbd73f1a3b5f0725a6 + (_Tpnu __nu, _Tp __x) + + + float + cyl_neumannf + a01500.html + ga604c13e8f2bb7cd3c7c91d8b19d6b13a + (float __nu, float __x) + + + long double + cyl_neumannl + a01500.html + gaf8986bae9a523c48d861d233835bda8f + (long double __nu, long double __x) + + + __gnu_cxx::__promote_2< _Tp, _Tpp >::__type + ellint_1 + a01500.html + gae6b3df5556f38a7d72f9b4457d856f9c + (_Tp __k, _Tpp __phi) + + + float + ellint_1f + a01500.html + ga308d23d70f4b5e848eb7a4173628ef3b + (float __k, float __phi) + + + long double + ellint_1l + a01500.html + ga795383fa51e02351000b410b478d824f + (long double __k, long double __phi) + + + __gnu_cxx::__promote_2< _Tp, _Tpp >::__type + ellint_2 + a01500.html + gad6dd71db2b3f90d24ff49bf8cf37bc37 + (_Tp __k, _Tpp __phi) + + + float + ellint_2f + a01500.html + ga594a730163c6228c75b152462700062b + (float __k, float __phi) + + + long double + ellint_2l + a01500.html + ga5c791332d374a809d8ca16c69a1a30f5 + (long double __k, long double __phi) + + + __gnu_cxx::__promote_3< _Tp, _Tpn, _Tpp >::__type + ellint_3 + a01500.html + ga20832e3a67d25cc3d415cafc88019ac3 + (_Tp __k, _Tpn __nu, _Tpp __phi) + + + float + ellint_3f + a01500.html + ga1a80bd2c15bc9fbecda2630a9e9409e7 + (float __k, float __nu, float __phi) + + + long double + ellint_3l + a01500.html + gaa8c0e5864df8769021a7f3e21a30c5d2 + (long double __k, long double __nu, long double __phi) + + + __gnu_cxx::__promote< _Tp >::__type + expint + a01500.html + ga88ba17f5d050a6973ca4db1bf6e90590 + (_Tp __x) + + + float + expintf + a01500.html + ga5842816f6eed2594e0a327df4e4a2a47 + (float __x) + + + long double + expintl + a01500.html + ga1329130b32328d0666e290ee5931fa4f + (long double __x) + + + __gnu_cxx::__promote< _Tp >::__type + hermite + a01500.html + ga97632b8bf77c323b2369e8d327965bdf + (unsigned int __n, _Tp __x) + + + float + hermitef + a01500.html + ga94dae7444bb349e33057a92932db8abe + (unsigned int __n, float __x) + + + long double + hermitel + a01500.html + ga21f8e312ee3e65286f86bf141b0f32e0 + (unsigned int __n, long double __x) + + + __gnu_cxx::__promote_4< _Tpa, _Tpb, _Tpc, _Tp >::__type + hyperg + a01550.html + af52cf49736c63b0bb000be98b53c221f + (_Tpa __a, _Tpb __b, _Tpc __c, _Tp __x) + + + float + hypergf + a01550.html + ac4c81e4ea9cef149fe40291ca10d7e15 + (float __a, float __b, float __c, float __x) + + + long double + hypergl + a01550.html + a9961967087216e97f76283f29e1be152 + (long double __a, long double __b, long double __c, long double __x) + + + __gnu_cxx::__promote< _Tp >::__type + laguerre + a01500.html + gacae65579b397fddcd27954380d364a58 + (unsigned int __n, _Tp __x) + + + float + laguerref + a01500.html + gada763419b0e21b38e38daa8b6eb56a8c + (unsigned int __n, float __x) + + + long double + laguerrel + a01500.html + gaaf8b141edf9163b37ea4f2ed3e0191fc + (unsigned int __n, long double __x) + + + __gnu_cxx::__promote< _Tp >::__type + legendre + a01500.html + gaf6eac7fcb98e25b8f3f7d1b95fa7add8 + (unsigned int __l, _Tp __x) + + + float + legendref + a01500.html + gaed94e3c664c99f5204da75be75aeac21 + (unsigned int __l, float __x) + + + long double + legendrel + a01500.html + ga1b39bc22e3cc4860d08eb54099460391 + (unsigned int __l, long double __x) + + + __gnu_cxx::__promote< _Tp >::__type + riemann_zeta + a01500.html + ga67a6bfed9b6ab692e8c798b674431424 + (_Tp __s) + + + float + riemann_zetaf + a01500.html + gaf92063315061a56d3e2c4053156d968e + (float __s) + + + long double + riemann_zetal + a01500.html + ga1e92da3b878d75270f38d3ec9b513086 + (long double __s) + + + __gnu_cxx::__promote< _Tp >::__type + sph_bessel + a01500.html + ga478e517ed975bcb256de230e64f0fda5 + (unsigned int __n, _Tp __x) + + + float + sph_besself + a01500.html + ga534e36e1dcefad8daec98920db16eec4 + (unsigned int __n, float __x) + + + long double + sph_bessell + a01500.html + ga11d72b1af81ce9da3c878a25087ee927 + (unsigned int __n, long double __x) + + + __gnu_cxx::__promote< _Tp >::__type + sph_legendre + a01500.html + ga573842c12247b87746b548f1945755a8 + (unsigned int __l, unsigned int __m, _Tp __theta) + + + float + sph_legendref + a01500.html + gaae635d28c06a3be2679901b382090852 + (unsigned int __l, unsigned int __m, float __theta) + + + long double + sph_legendrel + a01500.html + ga2f6618dea1847f09fd67f3c974c1910d + (unsigned int __l, unsigned int __m, long double __theta) + + + __gnu_cxx::__promote< _Tp >::__type + sph_neumann + a01500.html + ga1cf4362a67ab5bae9e6b69c867e85371 + (unsigned int __n, _Tp __x) + + + float + sph_neumannf + a01500.html + ga789143122fa99536329bc2d1b1aac2f0 + (unsigned int __n, float __x) + + + long double + sph_neumannl + a01500.html + ga3cededa9b6e4601f190c3811e6aabfd6 + (unsigned int __n, long double __x) + + + + splay_fn_imps.hpp + a01424 + + + splay_tree_.hpp + a01427 + utility + vector + debug/debug.h + ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp + ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp + ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp + ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp + ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp + ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp + __gnu_pbds::detail::splay_tree_map + __gnu_pbds + + + split_fn_imps.hpp + a01379 + + + binary_heap_/split_join_fn_imps.hpp + a15795 + + + binomial_heap_base_/split_join_fn_imps.hpp + a15798 + + + bin_search_tree_/split_join_fn_imps.hpp + a15801 + + + ov_tree_map_/split_join_fn_imps.hpp + a15804 + + + pairing_heap_/split_join_fn_imps.hpp + a15807 + + + rb_tree_map_/split_join_fn_imps.hpp + a15810 + + + rc_binomial_heap_/split_join_fn_imps.hpp + a15813 + + + splay_tree_/split_join_fn_imps.hpp + a15816 + + + thin_heap_/split_join_fn_imps.hpp + a15819 + + + sso_string_base.h + a01079 + __gnu_cxx + + + sstream + a00140 + istream + ostream + bits/sstream.tcc + std::basic_istringstream + std::basic_ostringstream + std::basic_stringbuf + std::basic_stringstream + std + + void + swap + a01544.html + a87939e8186f838ff337074e945c78b6d + (basic_stringbuf< _CharT, _Traits, _Allocator > &__x, basic_stringbuf< _CharT, _Traits, _Allocator > &__y) + + + void + swap + a01544.html + a4dedd893b6faf3eb2e6c6aa0ca0f2e32 + (basic_istringstream< _CharT, _Traits, _Allocator > &__x, basic_istringstream< _CharT, _Traits, _Allocator > &__y) + + + void + swap + a01544.html + ab7f8e65ad7deb2a81c9178499d71731a + (basic_ostringstream< _CharT, _Traits, _Allocator > &__x, basic_ostringstream< _CharT, _Traits, _Allocator > &__y) + + + void + swap + a01544.html + a85a913837de066af6c23b0f4f28e02a0 + (basic_stringstream< _CharT, _Traits, _Allocator > &__x, basic_stringstream< _CharT, _Traits, _Allocator > &__y) + + + + sstream.tcc + a00509 + std + + + stack + a00143 + deque + bits/stl_stack.h + + + standard_policies.hpp + a01148 + memory + ext/pb_ds/hash_policy.hpp + ext/pb_ds/list_update_policy.hpp + ext/pb_ds/detail/branch_policy/null_node_metadata.hpp + ext/pb_ds/tree_policy.hpp + ext/pb_ds/trie_policy.hpp + ext/pb_ds/tag_and_trait.hpp + __gnu_pbds::detail::default_comb_hash_fn + __gnu_pbds::detail::default_eq_fn + __gnu_pbds::detail::default_hash_fn + __gnu_pbds::detail::default_probe_fn + __gnu_pbds::detail::default_resize_policy + __gnu_pbds::detail::default_trie_access_traits + __gnu_pbds::detail::default_trie_access_traits< std::basic_string< Char, Char_Traits, std::allocator< char > > > + __gnu_pbds::detail::default_update_policy + __gnu_pbds + + + std_abs.h + a00512 + bits/c++config.h + std + + + std_mutex.h + a00518 + system_error + bits/functexcept.h + bits/move.h + std::adopt_lock_t + std::defer_lock_t + std::lock_guard + std::mutex + std::try_to_lock_t + std::unique_lock + std + + void + swap + a01501.html + gac58580a65df691769770684cc985719d + (unique_lock< _Mutex > &__x, unique_lock< _Mutex > &__y) noexcept + + + _GLIBCXX17_INLINE constexpr adopt_lock_t + adopt_lock + a01501.html + ga742a9b4798379cd99d03bbf298d3685c + + + + _GLIBCXX17_INLINE constexpr defer_lock_t + defer_lock + a01501.html + ga70a73adf8c062ea682cd99580d0a39be + + + + _GLIBCXX17_INLINE constexpr try_to_lock_t + try_to_lock + a01501.html + ga05e641e1ecba98edb6fa4714a6c03e0d + + + + + stdc++.h + a00704 + cassert + cctype + cerrno + cfloat + ciso646 + climits + clocale + cmath + csetjmp + csignal + cstdarg + cstddef + cstdio + cstdlib + cstring + ctime + ccomplex + cfenv + cinttypes + cstdalign + cstdbool + cstdint + ctgmath + cuchar + cwchar + cwctype + algorithm + bitset + complex + deque + exception + fstream + functional + iomanip + ios + iosfwd + iostream + istream + iterator + limits + list + locale + map + memory + new + numeric + ostream + queue + set + sstream + stack + stdexcept + streambuf + string + typeinfo + utility + valarray + vector + array + atomic + chrono + codecvt + condition_variable + forward_list + future + initializer_list + mutex + random + ratio + regex + scoped_allocator + system_error + thread + tuple + typeindex + type_traits + unordered_map + unordered_set + shared_mutex + + + stdexcept + a00146 + exception + string + std::domain_error + std::invalid_argument + std::length_error + std::logic_error + std::out_of_range + std::overflow_error + std::range_error + std::runtime_error + std::underflow_error + std + + + stdio_filebuf.h + a01082 + fstream + __gnu_cxx::stdio_filebuf + __gnu_cxx + + + stdio_sync_filebuf.h + a01085 + streambuf + cstdio + bits/c++io.h + bits/move.h + cwchar + __gnu_cxx::stdio_sync_filebuf + __gnu_cxx + + + stdlib.h + a00014 + cstdlib + + + stdtr1c++.h + a00707 + bits/stdc++.h + tr1/cctype + tr1/cfenv + tr1/cfloat + tr1/cinttypes + tr1/climits + tr1/cmath + tr1/complex + tr1/cstdarg + tr1/cstdbool + tr1/cstdint + tr1/cstdio + tr1/cstdlib + tr1/ctgmath + tr1/ctime + tr1/cwchar + tr1/cwctype + + + stl_algo.h + a00521 + cstdlib + bits/algorithmfwd.h + bits/stl_heap.h + bits/stl_tempbuf.h + bits/predefined_ops.h + bits/uniform_int_dist.h + std + + void + __final_insertion_sort + a01544.html + ae096236f11685545855cb64a2a01c805 + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + _InputIterator + __find_if + a01544.html + a089224d4383696a6b69844cf0efc09fc + (_InputIterator __first, _InputIterator __last, _Predicate __pred, input_iterator_tag) + + + _RandomAccessIterator + __find_if + a01544.html + af7cb63fad814408f5986e99c8193d24f + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Predicate __pred, random_access_iterator_tag) + + + _InputIterator + __find_if_not + a01544.html + afb46fafe8518ec73399f340920d50f23 + (_InputIterator __first, _InputIterator __last, _Predicate __pred) + + + _InputIterator + __find_if_not_n + a01544.html + a589037988302a4734977f8294a989cfd + (_InputIterator __first, _Distance &__len, _Predicate __pred) + + + _EuclideanRingElement + __gcd + a01544.html + a64690c88f80577f3052168f0322749e6 + (_EuclideanRingElement __m, _EuclideanRingElement __n) + + + pair< _IntType, _IntType > + __gen_two_uniform_ints + a01544.html + acb9f8bf65addb84e0d02f036c51d3b42 + (_IntType __b0, _IntType __b1, _UniformRandomBitGenerator &&__g) + + + void + __heap_select + a01544.html + a477b8fea51f854556255aace8fdf9dca + (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last, _Compare __comp) + + + void + __inplace_stable_sort + a01544.html + a6d7c4a05285f443112dbd3dc14a50f6c + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + void + __insertion_sort + a01544.html + aa4e10ddb9a4c3ad0b0de3e5cea9e65cf + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + void + __introsort_loop + a01544.html + a1c04c6be26780067467b0b56e7da8f4b + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Size __depth_limit, _Compare __comp) + + + void + __merge_adaptive + a01544.html + a4cc388dc8e10b03ac038cc0b12dc6240 + (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, _Distance __len1, _Distance __len2, _Pointer __buffer, _Distance __buffer_size, _Compare __comp) + + + void + __merge_without_buffer + a01544.html + a26ce47f96abf2adba83d660cb214448d + (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, _Distance __len1, _Distance __len2, _Compare __comp) + + + void + __move_median_to_first + a01544.html + a3828327f606af064075b98b04bf027ed + (_Iterator __result, _Iterator __a, _Iterator __b, _Iterator __c, _Compare __comp) + + + _OutputIterator + __move_merge + a01544.html + aeaf96144e1b69ee30db93d03b2229c0d + (_InputIterator __first1, _InputIterator __last1, _InputIterator __first2, _InputIterator __last2, _OutputIterator __result, _Compare __comp) + + + void + __move_merge_adaptive + a01544.html + a940945d2d27db3c1e4ae3e33dce8f320 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) + + + void + __move_merge_adaptive_backward + a01544.html + ad03b2580591077ced2891d1913fec665 + (_BidirectionalIterator1 __first1, _BidirectionalIterator1 __last1, _BidirectionalIterator2 __first2, _BidirectionalIterator2 __last2, _BidirectionalIterator3 __result, _Compare __comp) + + + _ForwardIterator + __partition + a01544.html + a31278bba4e0a3ada88ea23ac04c0cdb2 + (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, forward_iterator_tag) + + + _BidirectionalIterator + __partition + a01544.html + a648f2a003c9c1e3bd5120f0f01d06412 + (_BidirectionalIterator __first, _BidirectionalIterator __last, _Predicate __pred, bidirectional_iterator_tag) + + + void + __reverse + a01544.html + a546f9a96d5345719bde5e04d08a805c2 + (_BidirectionalIterator __first, _BidirectionalIterator __last, bidirectional_iterator_tag) + + + void + __reverse + a01544.html + aeeef1adae0e33963efabeeb229c5b029 + (_RandomAccessIterator __first, _RandomAccessIterator __last, random_access_iterator_tag) + + + _ForwardIterator + __rotate + a00521.html + a9831bfd5fb5e938ebc17f22eabe080e0 + (_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last, forward_iterator_tag) + + + _BidirectionalIterator + __rotate + a00521.html + a84f6a6c9d0ca57db3d68a92414a4526f + (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, bidirectional_iterator_tag) + + + _RandomAccessIterator + __rotate + a00521.html + a9f6926011e131ac695d630e89f3b3c41 + (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last, random_access_iterator_tag) + + + _BidirectionalIterator1 + __rotate_adaptive + a01544.html + a02899bd1f77dda6d0032cf376440b1e0 + (_BidirectionalIterator1 __first, _BidirectionalIterator1 __middle, _BidirectionalIterator1 __last, _Distance __len1, _Distance __len2, _BidirectionalIterator2 __buffer, _Distance __buffer_size) + + + _RandomAccessIterator + __sample + a01544.html + a05a1fc441c3dfe4a8d561e947d716837 + (_InputIterator __first, _InputIterator __last, input_iterator_tag, _RandomAccessIterator __out, random_access_iterator_tag, _Size __n, _UniformRandomBitGenerator &&__g) + + + _OutputIterator + __sample + a01544.html + a6857f9e44fd8856c684fdcac53dfa362 + (_ForwardIterator __first, _ForwardIterator __last, forward_iterator_tag, _OutputIterator __out, _Cat, _Size __n, _UniformRandomBitGenerator &&__g) + + + _ForwardIterator + __search_n_aux + a01544.html + abf5f4a3dc084b0e3b2d15cd21205b1cf + (_ForwardIterator __first, _ForwardIterator __last, _Integer __count, _UnaryPredicate __unary_pred, std::forward_iterator_tag) + + + _RandomAccessIter + __search_n_aux + a01544.html + a9548d105c7309bb491fdeea779120081 + (_RandomAccessIter __first, _RandomAccessIter __last, _Integer __count, _UnaryPredicate __unary_pred, std::random_access_iterator_tag) + + + _ForwardIterator + __stable_partition_adaptive + a01544.html + ae310bd5b01ec7ac05fd5b1bd2011fd8d + (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, _Distance __len, _Pointer __buffer, _Distance __buffer_size) + + + void + __unguarded_insertion_sort + a01544.html + ae92110070de8c2dcc9196df0ae3cde6c + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + void + __unguarded_linear_insert + a01544.html + ac27b28daebf341a05400469830fa73d9 + (_RandomAccessIterator __last, _Compare __comp) + + + _RandomAccessIterator + __unguarded_partition + a01544.html + a0a564913e4321fcd2e52f2e2a486ee79 + (_RandomAccessIterator __first, _RandomAccessIterator __last, _RandomAccessIterator __pivot, _Compare __comp) + + + _RandomAccessIterator + __unguarded_partition_pivot + a01544.html + a63fb6c261c1ccb981dbab395b550f3fb + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + _OutputIterator + __unique_copy + a01544.html + a6bba95a84e90f8d4d402d8f538a7d3ef + (_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __result, _BinaryPredicate __binary_pred, forward_iterator_tag, output_iterator_tag) + + + _OutputIterator + __unique_copy + a01544.html + a3bfcb89de336f84fc2d8c12e602eb9d0 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __binary_pred, input_iterator_tag, output_iterator_tag) + + + _ForwardIterator + __unique_copy + a01544.html + afd19d3d26a6ca8d0f6c2dba6562a9eb5 + (_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _BinaryPredicate __binary_pred, input_iterator_tag, forward_iterator_tag) + + + _ForwardIterator + adjacent_find + a01487.html + ga094e6f312833388e6a97159b5d2c4177 + (_ForwardIterator __first, _ForwardIterator __last) + + + _ForwardIterator + adjacent_find + a01487.html + ga29b281099618951de1ab1315ac9e7737 + (_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __binary_pred) + + + bool + all_of + a01487.html + gaaef2d0f2f0d6942636f6f42eb940b850 + (_InputIterator __first, _InputIterator __last, _Predicate __pred) + + + bool + any_of + a01487.html + gaa8fada47994395ec51bb54536d6a87f9 + (_InputIterator __first, _InputIterator __last, _Predicate __pred) + + + bool + binary_search + a01490.html + ga8272a9835bf987be37a4203e336fffe4 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) + + + bool + binary_search + a01490.html + ga97bd3506e0ba43028e0d816a841d39cf + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) + + + _OutputIterator + copy_if + a01486.html + ga0450d291c012c315181300fb83de8501 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred) + + + _OutputIterator + copy_n + a01486.html + ga6b6a2a5b1c55fb141030b8e6c8aad212 + (_InputIterator __first, _Size __n, _OutputIterator __result) + + + iterator_traits< _InputIterator >::difference_type + count + a01487.html + gad2f89a1340c43c8451e522d045aaa1b6 + (_InputIterator __first, _InputIterator __last, const _Tp &__value) + + + iterator_traits< _InputIterator >::difference_type + count_if + a01487.html + gab17add9e8922a4e8a9893d0d094f5e4e + (_InputIterator __first, _InputIterator __last, _Predicate __pred) + + + pair< _ForwardIterator, _ForwardIterator > + equal_range + a01490.html + ga67b70af6f618f2c566d2f1849735fb6e + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) + + + pair< _ForwardIterator, _ForwardIterator > + equal_range + a01490.html + ga2d3802f907c482a269e17ec3714d3df0 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) + + + _InputIterator + find + a01487.html + ga346cc7c0b794d9a487a11b44b6b238ab + (_InputIterator __first, _InputIterator __last, const _Tp &__val) + + + _ForwardIterator1 + find_end + a01487.html + gaf97d3d3c35f24541246e9d222fd45d44 + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2) + + + _ForwardIterator1 + find_end + a01487.html + gac12e9d93b9b26024222cc645d2a4a8d5 + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, _BinaryPredicate __comp) + + + _InputIterator + find_first_of + a01487.html + ga5f2c547c925b080c25f17765a755a0cb + (_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2) + + + _InputIterator + find_first_of + a01487.html + ga4f6564022032cfc6ea5c24b6dce5b4a7 + (_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2, _BinaryPredicate __comp) + + + _InputIterator + find_if + a01487.html + gaaf6e9995ebbd27994d7c73b375f86088 + (_InputIterator __first, _InputIterator __last, _Predicate __pred) + + + _InputIterator + find_if_not + a01487.html + gaa0bfffb70439c7d2cab9e917e8d604a6 + (_InputIterator __first, _InputIterator __last, _Predicate __pred) + + + _Function + for_each + a01487.html + ga36d3b88a382b4ad3bf55aff3f597522d + (_InputIterator __first, _InputIterator __last, _Function __f) + + + void + generate + a01486.html + ga691c5789ea06238032ea649bf4b81855 + (_ForwardIterator __first, _ForwardIterator __last, _Generator __gen) + + + _OutputIterator + generate_n + a01486.html + gae428f053e61ca88f817152bd0f44c5fb + (_OutputIterator __first, _Size __n, _Generator __gen) + + + bool + includes + a01489.html + ga67c9386f01daa7763952b9096ab94c96 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) + + + bool + includes + a01489.html + gaeffeb80fabc63883a4d5e907ca922913 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _Compare __comp) + + + void + inplace_merge + a01488.html + ga5e5479e1ac5e92b0c1f77bcf762d07e9 + (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last) + + + void + inplace_merge + a01488.html + gaf6a8379ab8a648fd05d52ed0632081fa + (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, _Compare __comp) + + + bool + is_partitioned + a01486.html + gaba1a020bbd42810ce065fa9e239652d6 + (_InputIterator __first, _InputIterator __last, _Predicate __pred) + + + bool + is_permutation + a01487.html + gadc446c7587539490a05da590d6c51a58 + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2) + + + bool + is_permutation + a01487.html + ga714d45aee3d18a5e281557b48d092b8e + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _BinaryPredicate __pred) + + + bool + is_permutation + a01487.html + ga1ce2f1378028db705f805394b6e150a7 + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2) + + + bool + is_permutation + a01487.html + gad8c1b9d831347f0795b364b59b5c9daf + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, _BinaryPredicate __pred) + + + bool + is_sorted + a01488.html + ga3a5337f3b4d2394123033a6c6279abbb + (_ForwardIterator __first, _ForwardIterator __last) + + + bool + is_sorted + a01488.html + gaba6fffa1d87bd34155dcd980bbe02a53 + (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) + + + _ForwardIterator + is_sorted_until + a01488.html + ga76cfb20887dfce8ce554053b6b6935c9 + (_ForwardIterator __first, _ForwardIterator __last) + + + _ForwardIterator + is_sorted_until + a01488.html + ga07069e2148fa7ce5fc6df47a43fd8240 + (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) + + + _ForwardIterator + lower_bound + a01490.html + ga80229c3a1e83296551a68c44bda48696 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) + + + _GLIBCXX14_CONSTEXPR _ForwardIterator + max_element + a01488.html + ga6c310c6d1db64624d3097dd06838ef9b + (_ForwardIterator __first, _ForwardIterator __last) + + + _GLIBCXX14_CONSTEXPR _ForwardIterator + max_element + a01488.html + gab0bc7a1a77eead2e4af61c6506230104 + (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) + + + _OutputIterator + merge + a01488.html + gabb18bc670a27e539246a2eb154f60351 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) + + + _OutputIterator + merge + a01488.html + ga7f7771648d074e296d019153633efa8d + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) + + + _GLIBCXX14_CONSTEXPR _ForwardIterator + min_element + a01488.html + ga1de5df2bd9b3d6e5716e82c95ae6df2a + (_ForwardIterator __first, _ForwardIterator __last) + + + _GLIBCXX14_CONSTEXPR _ForwardIterator + min_element + a01488.html + gaef494344047573854d8e2d34070fd2b4 + (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) + + + _GLIBCXX14_CONSTEXPR pair< const _Tp &, const _Tp & > + minmax + a01488.html + ga67c7bf4c4b3c5cbf251a3812e06e0308 + (const _Tp &__a, const _Tp &__b) + + + _GLIBCXX14_CONSTEXPR pair< const _Tp &, const _Tp & > + minmax + a01488.html + ga74c98df71fd53702699434040aacb249 + (const _Tp &__a, const _Tp &__b, _Compare __comp) + + + _GLIBCXX14_CONSTEXPR pair< _ForwardIterator, _ForwardIterator > + minmax_element + a01488.html + gabaec6cf28af83896d2253693d08d4cfe + (_ForwardIterator __first, _ForwardIterator __last) + + + _GLIBCXX14_CONSTEXPR pair< _ForwardIterator, _ForwardIterator > + minmax_element + a01488.html + gaa8e6bf20463e0f605a548e7d7efb099d + (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) + + + bool + next_permutation + a01488.html + ga0a84cc794bbfca40a0664edaedd05c34 + (_BidirectionalIterator __first, _BidirectionalIterator __last) + + + bool + next_permutation + a01488.html + ga84b626c10da677e22bdbbb058cc8e7da + (_BidirectionalIterator __first, _BidirectionalIterator __last, _Compare __comp) + + + bool + none_of + a01487.html + ga245f9003d26e4ca6c9b304c4cca2c77f + (_InputIterator __first, _InputIterator __last, _Predicate __pred) + + + void + nth_element + a01488.html + ga3a4f2ca9c1c627576aeeaa99181c8c63 + (_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last) + + + void + nth_element + a01488.html + ga6d43f0d62204409f18762c8e1bf1867b + (_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last, _Compare __comp) + + + void + partial_sort + a01488.html + ga91f25d546637f075de3958a25928b687 + (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last) + + + void + partial_sort + a01488.html + ga6401ff7e25d2ef7a6119d894cb40eec0 + (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last, _Compare __comp) + + + _RandomAccessIterator + partial_sort_copy + a01488.html + ga7b262260421978833cc1b1c6b3969bb4 + (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __result_first, _RandomAccessIterator __result_last) + + + _RandomAccessIterator + partial_sort_copy + a01488.html + gaf53e3f9d5e3c9cd4d36a0801d411e324 + (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __result_first, _RandomAccessIterator __result_last, _Compare __comp) + + + _ForwardIterator + partition + a01486.html + ga64c8d89411856cea58194aa69a3c37f3 + (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) + + + pair< _OutputIterator1, _OutputIterator2 > + partition_copy + a01486.html + ga15ed8c195c2228b62770f24b4fd9de05 + (_InputIterator __first, _InputIterator __last, _OutputIterator1 __out_true, _OutputIterator2 __out_false, _Predicate __pred) + + + _ForwardIterator + partition_point + a01486.html + gaca57a24221766660c3b9d83e2b3f8f97 + (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) + + + bool + prev_permutation + a01488.html + ga0b0e35a43f5f87ea1c66363be3a34619 + (_BidirectionalIterator __first, _BidirectionalIterator __last) + + + bool + prev_permutation + a01488.html + ga44e9b1d39001f68fa9fcb408b25a77f0 + (_BidirectionalIterator __first, _BidirectionalIterator __last, _Compare __comp) + + + void + random_shuffle + a01486.html + gabf4e555bd94a923ad7d263703b4ab2bc + (_RandomAccessIterator __first, _RandomAccessIterator __last, _RandomNumberGenerator &&__rand) + + + _ForwardIterator + remove + a01486.html + ga166f118ed07d6a2dd58c9bbdd7c0f5b5 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__value) + + + _OutputIterator + remove_copy + a01486.html + ga6118d2d397ae6ad3b11604c6eb843a31 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, const _Tp &__value) + + + _OutputIterator + remove_copy_if + a01486.html + ga80d825ff82bc980758c885296cec1fb1 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred) + + + _ForwardIterator + remove_if + a01486.html + ga80cc02d9d8e0975b92933a90579b3678 + (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) + + + void + replace + a01486.html + ga77aa7f436223611f545f84715a30ffeb + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__old_value, const _Tp &__new_value) + + + _OutputIterator + replace_copy + a01544.html + a306bbe037bd6196bbe5e9c78b1108d13 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, const _Tp &__old_value, const _Tp &__new_value) + + + _OutputIterator + replace_copy_if + a01486.html + gaf42cb56a0d7dfd9124bddc4194cb53a4 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred, const _Tp &__new_value) + + + void + replace_if + a01486.html + ga0afa1177a761d23ec3ec965207144455 + (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, const _Tp &__new_value) + + + void + reverse + a01486.html + gaeee34a9f7380d22d29f0e895d1c014e0 + (_BidirectionalIterator __first, _BidirectionalIterator __last) + + + _OutputIterator + reverse_copy + a01486.html + gaea264a482d59bc9c99edca7595f025eb + (_BidirectionalIterator __first, _BidirectionalIterator __last, _OutputIterator __result) + + + _ForwardIterator + rotate + a01486.html + ga52864eec5d415d353701192a9db44f7c + (_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last) + + + _OutputIterator + rotate_copy + a01486.html + gaf2a738ab86e393c9c8689708fd9afbf0 + (_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last, _OutputIterator __result) + + + _ForwardIterator1 + search + a01487.html + ga37e40c12374da3b76f2af5d2025b3018 + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2) + + + _ForwardIterator1 + search + a01487.html + gab76055789d1a598394f609cf19724220 + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, _BinaryPredicate __predicate) + + + _ForwardIterator + search_n + a01487.html + ga98baadb721fcb143396118e3a678cd0e + (_ForwardIterator __first, _ForwardIterator __last, _Integer __count, const _Tp &__val) + + + _ForwardIterator + search_n + a01487.html + ga4fd2241c480f56cb4fef2ae7da4d36b0 + (_ForwardIterator __first, _ForwardIterator __last, _Integer __count, const _Tp &__val, _BinaryPredicate __binary_pred) + + + _OutputIterator + set_difference + a01489.html + ga35787a357982adc415c29c036f7aada7 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) + + + _OutputIterator + set_difference + a01489.html + ga7cbebc70e1550ea9939c9269d7c7c289 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) + + + _OutputIterator + set_intersection + a01489.html + gad7a7b81513c68b856c0a2699c29532d0 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) + + + _OutputIterator + set_intersection + a01489.html + ga63b5280a2c5009456a51d38084ce1062 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) + + + _OutputIterator + set_symmetric_difference + a01489.html + ga3b7e12cbdb1a0d4e7691e9730e1924c5 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) + + + _OutputIterator + set_symmetric_difference + a01489.html + gabd18017e018c3090eacd4509e28cc432 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) + + + _OutputIterator + set_union + a01489.html + ga45c2e77ca73dabf6b1ccabbecf0291a6 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) + + + _OutputIterator + set_union + a01489.html + ga3d54d31bc70a0ff4596f5171ec728906 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) + + + void + shuffle + a01486.html + ga9c197f83f8612241f91e0a44703fdeaf + (_RandomAccessIterator __first, _RandomAccessIterator __last, _UniformRandomNumberGenerator &&__g) + + + void + sort + a01488.html + ga4ea03048647c50ea7cbdd5da30e82755 + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + void + sort + a01488.html + gae3c0067ae83db1824367ded659a960b2 + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + _ForwardIterator + stable_partition + a01486.html + ga4396b91f26c7aaf0ae150a79ebd965b7 + (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) + + + void + stable_sort + a01488.html + ga7d8bb8e52b7b0e80301dcbec17225b4a + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + void + stable_sort + a01488.html + ga3a3ce3aa8ac2297f8290939a7988596d + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + _OutputIterator + transform + a01486.html + ga475f12632a75f77b41aa843dfddfe422 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _UnaryOperation __unary_op) + + + _OutputIterator + transform + a01486.html + ga92e41473c3907d39cbc98ab6bea346fe + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _OutputIterator __result, _BinaryOperation __binary_op) + + + _ForwardIterator + unique + a01486.html + ga84999f9a9f647b18e3ec9e9e9aaa81f4 + (_ForwardIterator __first, _ForwardIterator __last) + + + _ForwardIterator + unique + a01486.html + ga7db53d49590370140ef23f2c9bf7b225 + (_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __binary_pred) + + + _OutputIterator + unique_copy + a01486.html + ga6e0563edcc7414a3f1ee52d1c3e9e1e0 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result) + + + _OutputIterator + unique_copy + a01486.html + gae33ff01e114f7384a462a242a75dd311 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __binary_pred) + + + _ForwardIterator + upper_bound + a01490.html + ga0a8fc99be7f8267b6eb97ff9c712c75f + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) + + + _ForwardIterator + upper_bound + a01490.html + ga639d56cfebd6f1fbabf344c49a5c5539 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) + + + + stl_algobase.h + a00524 + bits/c++config.h + bits/functexcept.h + bits/cpp_type_traits.h + ext/type_traits.h + ext/numeric_traits.h + bits/stl_pair.h + bits/stl_iterator_base_types.h + bits/stl_iterator_base_funcs.h + bits/stl_iterator.h + bits/concept_check.h + debug/debug.h + bits/move.h + bits/predefined_ops.h + std::char_traits + std::istreambuf_iterator + std::ostreambuf_iterator + std + + constexpr int + __lg + a01544.html + a95f3b611c88f611e8bf7662d6b8db444 + (int __n) + + + _OI + copy + a01486.html + ga894f503412130680dc19c87af289f4f4 + (_II __first, _II __last, _OI __result) + + + _BI2 + copy_backward + a01486.html + gaf0de0305e64a82131960e2769624a740 + (_BI1 __first, _BI1 __last, _BI2 __result) + + + bool + equal + a01487.html + ga444f163947d0a55953d1c317b31aee89 + (_IIter1 __first1, _IIter1 __last1, _IIter2 __first2, _BinaryPredicate __binary_pred) + + + bool + equal + a01487.html + gad9f16258cd8b86bb63165c004cf660d5 + (_II1 __first1, _II1 __last1, _II2 __first2) + + + bool + equal + a01487.html + ga89c2fd41282045655b0edaa54773d4db + (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2) + + + bool + equal + a01487.html + ga8e56a22bed21e9134369f4b2a47ba407 + (_IIter1 __first1, _IIter1 __last1, _IIter2 __first2, _IIter2 __last2, _BinaryPredicate __binary_pred) + + + void + fill + a01486.html + gab2e4bb5cc3300aaf6c0e5bdc3371bf06 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__value) + + + _OI + fill_n + a01486.html + ga0af400b776b8486401daf6ecf91bacca + (_OI __first, _Size __n, const _Tp &__value) + + + void + iter_swap + a01486.html + gad93e66478d9a63e5777733be09931388 + (_ForwardIterator1 __a, _ForwardIterator2 __b) + + + bool + lexicographical_compare + a01488.html + ga869d1fd6bb4929ef491edbfdbcc9f7b9 + (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2) + + + bool + lexicographical_compare + a01488.html + gae179ce2d015dc0908973644687dce4c6 + (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2, _Compare __comp) + + + _ForwardIterator + lower_bound + a01490.html + ga6f1d41eed9a1fabbae1d54b384b07061 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) + + + _GLIBCXX14_CONSTEXPR const _Tp & + max + a01488.html + ga84d30d8c4b3f2cbe8ec2055c34a578da + (const _Tp &__a, const _Tp &__b) + + + _GLIBCXX14_CONSTEXPR const _Tp & + max + a01488.html + ga2a22232a7bcd3b1f87a45a5fb01ac9c3 + (const _Tp &__a, const _Tp &__b, _Compare __comp) + + + _GLIBCXX14_CONSTEXPR const _Tp & + min + a01488.html + gad48656de2f272a953455e1fff2532125 + (const _Tp &__a, const _Tp &__b) + + + _GLIBCXX14_CONSTEXPR const _Tp & + min + a01488.html + ga6499dc0f7db12560643a3b79db5357f6 + (const _Tp &__a, const _Tp &__b, _Compare __comp) + + + pair< _InputIterator1, _InputIterator2 > + mismatch + a01487.html + ga44ee120346d18fb398be3891eb4a8c0c + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2) + + + pair< _InputIterator1, _InputIterator2 > + mismatch + a01487.html + gad3cb7460f4803c1073882c89456bb75c + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredicate __binary_pred) + + + pair< _InputIterator1, _InputIterator2 > + mismatch + a01487.html + ga67d3e43b97d25f32dd1661a93aa85ff1 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) + + + pair< _InputIterator1, _InputIterator2 > + mismatch + a01487.html + ga07f5690e64fb9ece316f84ec99c28e5d + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _BinaryPredicate __binary_pred) + + + _OI + move + a01486.html + gaedffc88b77674cbf9966e30a9c275bb6 + (_II __first, _II __last, _OI __result) + + + _BI2 + move_backward + a01486.html + ga1743475fe627f5302b98ae41f8bf0ad5 + (_BI1 __first, _BI1 __last, _BI2 __result) + + + _ForwardIterator2 + swap_ranges + a01486.html + gae9603907c05659cb5cfc6ea20be9ae01 + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2) + + + + stl_bvector.h + a00527 + initializer_list + bits/stl_vector.h + bits/functional_hash.h + std::hash<::vector< bool, _Alloc > > + std::vector< bool, _Alloc > + std + + + stl_construct.h + a00530 + new + bits/move.h + ext/alloc_traits.h + std + + void + _Construct + a01544.html + ae0f6a1883f4e98bc2ca573c992447fc2 + (_T1 *__p, _Args &&... __args) + + + void + _Destroy + a01544.html + a468dae7cc599699643eafa95cc9999af + (_Tp *__pointer) + + + void + _Destroy + a01544.html + a861bec05eddf4c399633ec8ac1d20844 + (_ForwardIterator __first, _ForwardIterator __last) + + + void + _Destroy + a01544.html + aaebc2b9c5255ef8ceb7851484e83e0fa + (_ForwardIterator __first, _ForwardIterator __last, _Allocator &__alloc) + + + _ForwardIterator + _Destroy_n + a01544.html + aa2c8dbc3c44d5ffc170cd6cff9afd5b4 + (_ForwardIterator __first, _Size __count) + + + + stl_deque.h + a00533 + bits/concept_check.h + bits/stl_iterator_base_types.h + bits/stl_iterator_base_funcs.h + initializer_list + debug/assertions.h + std::_Deque_base + std::_Deque_iterator + std::deque + std + + #define + _GLIBCXX_DEQUE_BUF_SIZE + a00533.html + a87949eb8a238d15bbc7d30d84cd3b8cf + + + + bool + operator!= + a01544.html + a01fe16a0529fecdacda453c5cb1ce28a + (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) + + + bool + operator< + a01544.html + a15c710c3bf507d1a7bdf5f8de40cafe2 + (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) + + + bool + operator<= + a01544.html + a8921c2d57c14b7e9702a9500bde8aba9 + (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) + + + bool + operator== + a01544.html + a60c2de42339c226dbeaeb60ef54b7bd2 + (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) + + + bool + operator> + a01544.html + af745511bf2598950056525a3fd7a346b + (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) + + + bool + operator>= + a01544.html + a5e3f58e54e9cbbcda75328fada9fa1a5 + (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) + + + void + swap + a01544.html + a7e6765b86dfe7f33455aec5b8a7f7e2e + (deque< _Tp, _Alloc > &__x, deque< _Tp, _Alloc > &__y) noexcept(/*conditional */) + + + + stl_function.h + a00536 + bits/move.h + std::binary_function + std::binary_negate + std::const_mem_fun1_ref_t + std::const_mem_fun1_t + std::const_mem_fun_ref_t + std::const_mem_fun_t + std::divides + std::divides + std::divides< void > + std::equal_to + std::equal_to + std::equal_to< void > + std::greater + std::greater + std::greater< void > + std::greater_equal + std::greater_equal + std::greater_equal< void > + std::less + std::less + std::less< void > + std::less_equal + std::less_equal + std::less_equal< void > + std::logical_and + std::logical_and + std::logical_and< void > + std::logical_not + std::logical_not + std::logical_not< void > + std::logical_or + std::logical_or + std::logical_or< void > + std::mem_fun1_ref_t + std::mem_fun1_t + std::mem_fun_ref_t + std::mem_fun_t + std::minus + std::minus + std::minus< void > + std::modulus + std::modulus + std::modulus< void > + std::multiplies + std::multiplies + std::multiplies< void > + std::negate + std::negate + std::negate< void > + std::not_equal_to + std::not_equal_to + std::not_equal_to< void > + std::plus + std::plus + std::pointer_to_binary_function + std::pointer_to_unary_function + std::unary_function + std::unary_negate + std + + _GLIBCXX14_CONSTEXPR unary_negate< _Predicate > + not1 + a01506.html + gaa48ba7f453a3e4aec335c304eab89d3b + (const _Predicate &__pred) + + + _GLIBCXX14_CONSTEXPR binary_negate< _Predicate > + not2 + a01506.html + ga1244dfac05a74c4665bef243704f51b1 + (const _Predicate &__pred) + + + pointer_to_unary_function< _Arg, _Result > + ptr_fun + a01507.html + gaee61fcee12458d9d61b10f07de908134 + (_Result(*__x)(_Arg)) + + + pointer_to_binary_function< _Arg1, _Arg2, _Result > + ptr_fun + a01507.html + ga2c95cd7ca955ae3a4cbf98593456bd8e + (_Result(*__x)(_Arg1, _Arg2)) + + + + stl_heap.h + a00539 + debug/debug.h + bits/move.h + bits/predefined_ops.h + std + + bool + is_heap + a01509.html + ga33b76a74543508747285e182dce4e7ba + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + bool + is_heap + a01509.html + ga37f2af54af0ffe3b364736c8bd84314e + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + _RandomAccessIterator + is_heap_until + a01509.html + gad3cf2f5b736b585f20dfd29ba24293e1 + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + _RandomAccessIterator + is_heap_until + a01509.html + gac559e3fbb78b63111a38545f7f530f23 + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + void + make_heap + a01509.html + ga3de7da79c8fb3f306ce06ed566235b28 + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + void + make_heap + a01509.html + ga84545d446162758eb0dc4a9ea5fa5cbc + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + void + pop_heap + a01509.html + ga92aecc13151c6b58598e3dd9e54064b7 + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + void + pop_heap + a01509.html + ga27b771598145e151f01281b5cb0fdbbb + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + void + push_heap + a01509.html + gad2a3e8fb6069d9cd1b14c186ec125102 + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + void + push_heap + a01509.html + gac0d64c0744947b3d233779d9e9f656cc + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + void + sort_heap + a01509.html + ga7e302d6652402edae355b8726b2b7e27 + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + void + sort_heap + a01509.html + ga441060fda917c1aed4e8fab9c860f706 + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + + bits/stl_iterator.h + a15822 + bits/cpp_type_traits.h + ext/type_traits.h + bits/move.h + bits/ptr_traits.h + std::back_insert_iterator + std::front_insert_iterator + std::insert_iterator + std::move_iterator + std::reverse_iterator + __gnu_cxx + std + + back_insert_iterator< _Container > + back_inserter + a01510.html + ga59459a8d387b04212f0f270cf24269ff + (_Container &__x) + + + front_insert_iterator< _Container > + front_inserter + a01510.html + ga3042ef36dac917905beccc35389af1cb + (_Container &__x) + + + insert_iterator< _Container > + inserter + a01510.html + ga289787d62ed6190c55ce9f2ea65aaa41 + (_Container &__x, _Iterator __i) + + + _GLIBCXX17_CONSTEXPR reverse_iterator< _Iterator > + make_reverse_iterator + a01510.html + ga9e3e5a1381a184399ee52df0068818ae + (_Iterator __i) + + + _GLIBCXX17_CONSTEXPR bool + operator== + a01510.html + gaadf1270d8fcc1bdae9a699e3d85c7986 + (const reverse_iterator< _Iterator > &__x, const reverse_iterator< _Iterator > &__y) + + + + debug/stl_iterator.h + a15825 + debug/helper_functions.h + __gnu_debug + + + stl_iterator_base_funcs.h + a00545 + bits/concept_check.h + debug/assertions.h + std::_List_const_iterator + std::_List_iterator + std + + _GLIBCXX17_CONSTEXPR void + advance + a01544.html + aeb89c7ad75934cae5b0970b922879fdb + (_InputIterator &__i, _Distance __n) + + + _GLIBCXX17_CONSTEXPR iterator_traits< _InputIterator >::difference_type + distance + a01544.html + a99b049793a96260d190d781f847038bc + (_InputIterator __first, _InputIterator __last) + + + + stl_iterator_base_types.h + a00548 + bits/c++config.h + type_traits + std::__iterator_traits + std::bidirectional_iterator_tag + std::forward_iterator_tag + std::input_iterator_tag + std::iterator + std::iterator_traits< _Tp * > + std::iterator_traits< const _Tp * > + std::output_iterator_tag + std::random_access_iterator_tag + std + + constexpr iterator_traits< _Iter >::iterator_category + __iterator_category + a01510.html + ga89d3a7d239086516917bb7f6f9da213c + (const _Iter &) + + + + stl_list.h + a00551 + bits/concept_check.h + ext/alloc_traits.h + initializer_list + bits/allocated_ptr.h + ext/aligned_buffer.h + std::__detail::_List_node_base + std::_List_base + std::_List_const_iterator + std::_List_iterator + std::_List_node + std::list + std + std::__detail + + bool + operator!= + a01544.html + a44ba4a39615cc57e58325da2c9a2372c + (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) + + + bool + operator< + a01544.html + a7b31ae4487ff01fcb215071c0f521caa + (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) + + + bool + operator<= + a01544.html + ab0de944941fcbe6618dba4837b31deaa + (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) + + + _GLIBCXX_END_NAMESPACE_CXX11 bool + operator== + a01544.html + aa2053d06d62313a4cde70f0f1d1f04c0 + (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) + + + bool + operator> + a01544.html + a7788944c30c3070441dc376df8beb210 + (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) + + + bool + operator>= + a01544.html + a628eda81f6cb2988d8f5908f631cdb46 + (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) + + + void + swap + a01544.html + a335bd8d8bfd13a75e2e5c34552ec3daf + (list< _Tp, _Alloc > &__x, list< _Tp, _Alloc > &__y) noexcept(/*conditional */) + + + + stl_map.h + a00554 + bits/functexcept.h + bits/concept_check.h + initializer_list + tuple + std::map + std::multimap + std + + bool + operator!= + a01544.html + a6b5d199f9e89bfca5738b76671a4118b + (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) + + + bool + operator< + a01544.html + a3cbf6143f4ce61b7174408e06a4181f0 + (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) + + + bool + operator<= + a01544.html + a407132a3a46dfa53d8f1e7810ee5b54d + (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) + + + bool + operator== + a01544.html + a2cc59dba70d0427b9e006411b37aee81 + (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) + + + bool + operator> + a01544.html + ac70654ce03713da520f19dc5a9a87edc + (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) + + + bool + operator>= + a01544.html + a03f03b3697da916e95a09b1488df52df + (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) + + + void + swap + a01544.html + a520781978c7299c8f0e206542178d09c + (map< _Key, _Tp, _Compare, _Alloc > &__x, map< _Key, _Tp, _Compare, _Alloc > &__y) noexcept(/*conditional */) + + + + stl_multimap.h + a00557 + bits/concept_check.h + initializer_list + std::map + std::multimap + std + + bool + operator!= + a01544.html + a376c99e0db4e24c69c2beecd6c11b54e + (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) + + + bool + operator< + a01544.html + a64f0c6157f108a5bfe4ac5096e5bc4b2 + (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) + + + bool + operator<= + a01544.html + a54c920ed5017335b380d77d540169c76 + (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) + + + bool + operator== + a01544.html + a5d6c242794f6d1866eb9cc58678ce8b1 + (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) + + + bool + operator> + a01544.html + a14156f76400cead9187280c59587a8f1 + (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) + + + bool + operator>= + a01544.html + a69dd44d827cf392b3490c7498d47cd5b + (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) + + + void + swap + a01544.html + ae448a7aacea236579e3f239c9448482f + (multimap< _Key, _Tp, _Compare, _Alloc > &__x, multimap< _Key, _Tp, _Compare, _Alloc > &__y) noexcept(/*conditional */) + + + + stl_multiset.h + a00560 + bits/concept_check.h + initializer_list + std::multiset + std::set + std + + bool + operator!= + a01544.html + a20729b0ed4cf42aa7dba9c24e71243f0 + (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) + + + bool + operator< + a01544.html + a203ef17a8b706e78acfa3d05f30e20ca + (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) + + + bool + operator<= + a01544.html + adb3e9ff06db8a5cc1105aaea9e01abd2 + (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) + + + bool + operator== + a01544.html + ada60c841e9fe08814304ae79d35267de + (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) + + + bool + operator> + a01544.html + afd4ebca607a5d77bce0ce62ed7c86fb9 + (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) + + + bool + operator>= + a01544.html + acddc46a5f1205d53f5f682a89259c38e + (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) + + + void + swap + a01544.html + a4007a6b034645ec64b2d436df27a03ec + (multiset< _Key, _Compare, _Alloc > &__x, multiset< _Key, _Compare, _Alloc > &__y) noexcept(/*conditional */) + + + + stl_numeric.h + a00563 + bits/concept_check.h + debug/debug.h + bits/move.h + std + + _Tp + accumulate + a01544.html + aa0acc8476d79019e12bb3eab3702a352 + (_InputIterator __first, _InputIterator __last, _Tp __init) + + + _Tp + accumulate + a01544.html + a9fada48f61b8df42473d9b97f10f5094 + (_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op) + + + _OutputIterator + adjacent_difference + a01544.html + aa32b49ada366c1b4175cd0f9d0d3329d + (_InputIterator __first, _InputIterator __last, _OutputIterator __result) + + + _OutputIterator + adjacent_difference + a01544.html + a4039c3686e6968c94da56cf037d078ae + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op) + + + _Tp + inner_product + a01544.html + a721f223f1581a1054b7f55c4b456dd57 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init) + + + _Tp + inner_product + a01544.html + a20b37d44d13d779f7eab4a1ac98ca674 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1, _BinaryOperation2 __binary_op2) + + + void + iota + a01544.html + ae2511dfcafd338758fa6670e3055bec1 + (_ForwardIterator __first, _ForwardIterator __last, _Tp __value) + + + _OutputIterator + partial_sum + a01544.html + a9151a0519f8c180edbef22197f39dd5e + (_InputIterator __first, _InputIterator __last, _OutputIterator __result) + + + _OutputIterator + partial_sum + a01544.html + a17bad49fa9fb1c5c41d019b16970fe9e + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op) + + + + stl_pair.h + a00566 + bits/move.h + type_traits + std::pair + std::piecewise_construct_t + std::tuple + std + + constexpr pair< typename __decay_and_strip< _T1 >::__type, typename __decay_and_strip< _T2 >::__type > + make_pair + a01483.html + ga0409e288f07b697cb6885d1002df0bd6 + (_T1 &&__x, _T2 &&__y) + + + constexpr bool + operator!= + a01483.html + ga226dae1d9406b9c3804f20d31c15e21a + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) + + + constexpr bool + operator< + a01483.html + ga69e152dbea8e3ca77b307634084fb164 + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) + + + constexpr bool + operator<= + a01483.html + ga9e2bd7d69af9d03b7df4858595a3202e + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) + + + constexpr bool + operator== + a01483.html + ga5559f33b5ba6dbf83e961888d324dd40 + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) + + + constexpr bool + operator> + a01483.html + ga00de6fe7684f71fc08bad81b4bc65c52 + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) + + + constexpr bool + operator>= + a01483.html + ga4abfa75dbeb7ee6922ab97aaaba57d47 + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) + + + enable_if< __and_< __is_swappable< _T1 >, __is_swappable< _T2 > >::value >::type + swap + a01483.html + ga9d75305041fc556b922d4b3bd2667742 + (pair< _T1, _T2 > &__x, pair< _T1, _T2 > &__y) noexcept(noexcept(__x.swap(__y))) + + + enable_if<!__and_< __is_swappable< _T1 >, __is_swappable< _T2 > >::value >::type + swap + a01483.html + ga9d75305041fc556b922d4b3bd2667742 + (pair< _T1, _T2 > &, pair< _T1, _T2 > &)=delete + + + _GLIBCXX17_INLINE constexpr piecewise_construct_t + piecewise_construct + a01483.html + ga4be4b722e942cd646f19614bcff7a328 + + + + + stl_queue.h + a00569 + bits/concept_check.h + debug/debug.h + std::priority_queue + std::queue + std + + bool + operator!= + a01544.html + a98c391c7d64a5a01cf0d162c4fb959ca + (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) + + + bool + operator< + a01544.html + a7d32b48a9dc0ee1316aedbde00a1a8fd + (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) + + + bool + operator<= + a01544.html + a8d12abc1fb7e7cd1c53769a0fc5ff75f + (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) + + + bool + operator== + a01544.html + a7aeb223367d887a2b7f358a50e15e6f2 + (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) + + + bool + operator> + a01544.html + a6116f2ba6a75587900983e4a6662a528 + (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) + + + bool + operator>= + a01544.html + ac65d320a052a5d4d1477ef25b5627be5 + (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) + + + + stl_raw_storage_iter.h + a00572 + std::raw_storage_iterator + std + + + stl_relops.h + a00575 + std + std::rel_ops + + bool + operator!= + a01569.html + a90a8bcb2378458899b902c6eb8834bd2 + (const _Tp &__x, const _Tp &__y) + + + bool + operator<= + a01569.html + aaf5340c412fb69ca76ea39d768f04ce4 + (const _Tp &__x, const _Tp &__y) + + + bool + operator> + a01569.html + a05cd508a43f05f31e7fb298edd7a84e1 + (const _Tp &__x, const _Tp &__y) + + + bool + operator>= + a01569.html + ac93a7559412662f6dfd7c206ecb98f99 + (const _Tp &__x, const _Tp &__y) + + + + stl_set.h + a00578 + bits/concept_check.h + initializer_list + std::multiset + std::set + std + + bool + operator!= + a01544.html + a2855896e6ac169748344ed4e2f064ccb + (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) + + + bool + operator< + a01544.html + a7f56f6da4d4f20444cbbab54a95e99e5 + (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) + + + bool + operator<= + a01544.html + a5b152596ab130d1c97908b694e5fd761 + (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) + + + bool + operator== + a01544.html + aeed20ec23d92debc5bd1a0c0ee6c1b52 + (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) + + + bool + operator> + a01544.html + a76a6b1542f3e854da212df3a9046cd05 + (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) + + + bool + operator>= + a01544.html + abf5b635cc4dfc9f737e9a3933b6d7e06 + (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) + + + void + swap + a01544.html + a9bbb29387dfd4bfad2ef30fb555f649a + (set< _Key, _Compare, _Alloc > &__x, set< _Key, _Compare, _Alloc > &__y) noexcept(/*conditional */) + + + + stl_stack.h + a00581 + bits/concept_check.h + debug/debug.h + std::stack + std + + bool + operator!= + a01544.html + a481ee02f06a7c42bd2762516975d7082 + (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) + + + bool + operator< + a01544.html + a53d215eee36632ee43c5039c54d648ae + (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) + + + bool + operator<= + a01544.html + a930dd0467ade4b159f585b09a918c395 + (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) + + + bool + operator== + a01544.html + a05fbef1e7e15558f5933ed15a339e97d + (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) + + + bool + operator> + a01544.html + a886fc839debeebe4e1453774a028d1e3 + (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) + + + bool + operator>= + a01544.html + a11bb9b3800196c309babae27f4b4a900 + (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) + + + + stl_tempbuf.h + a00584 + bits/stl_algobase.h + bits/stl_construct.h + std::_Temporary_buffer + std + + pair< _Tp *, ptrdiff_t > + get_temporary_buffer + a01544.html + ae302e2095436090c1181b9fac877be51 + (ptrdiff_t __len) noexcept + + + void + return_temporary_buffer + a01544.html + a8033d777ccff23b31daf2feec4dd46ec + (_Tp *__p) + + + + stl_tree.h + a00587 + bits/stl_algobase.h + bits/allocator.h + bits/stl_function.h + bits/cpp_type_traits.h + ext/alloc_traits.h + ext/aligned_buffer.h + std + + + stl_uninitialized.h + a00590 + type_traits + std + + _ForwardIterator + uninitialized_copy + a01544.html + a9166c966d7525f4bda824700e5122c44 + (_InputIterator __first, _InputIterator __last, _ForwardIterator __result) + + + _ForwardIterator + uninitialized_copy_n + a01544.html + a0ebdef0da5f05e59240160b42eec594b + (_InputIterator __first, _Size __n, _ForwardIterator __result) + + + void + uninitialized_fill + a01544.html + a212218423340e07f199776decd3584b2 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__x) + + + _ForwardIterator + uninitialized_fill_n + a01544.html + a5f41b525d7eea5fe6a955406fddc7b8e + (_ForwardIterator __first, _Size __n, const _Tp &__x) + + + + stl_vector.h + a00593 + bits/stl_iterator_base_funcs.h + bits/functexcept.h + bits/concept_check.h + initializer_list + debug/assertions.h + std::_Vector_base + std::vector + std + + bool + operator!= + a01544.html + aa8e4871fc2d47ad1f14e43949b9ce938 + (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) + + + bool + operator< + a01544.html + a8fcefae1f44d9e5656f2231d04742454 + (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) + + + bool + operator<= + a01544.html + acc2c10d2a7234cc66fd327a6f65954f7 + (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) + + + bool + operator== + a01544.html + aa823b88deb57ba1b2494ea0dbcc028a8 + (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) + + + bool + operator> + a01544.html + a3a727df15fd08af612b872262e50a95f + (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) + + + bool + operator>= + a01544.html + a9a32938be630f180eddc69f0402d13ca + (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) + + + void + swap + a01544.html + a89a3a6f9c11a9ade523d0be6e5b3a190 + (vector< _Tp, _Alloc > &__x, vector< _Tp, _Alloc > &__y) noexcept(/*conditional */) + + + + stream_iterator.h + a00596 + debug/debug.h + std::istream_iterator + std::ostream_iterator + std + + bool + operator!= + a01510.html + ga51a6d053b3eb004ee172b8e7ef066854 + (const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__x, const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__y) + + + bool + operator== + a01510.html + ga0431ac39f84ec7f88d6bdb9db72bd5b9 + (const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__x, const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__y) + + + + streambuf + a00149 + bits/c++config.h + iosfwd + bits/localefwd.h + bits/ios_base.h + bits/cpp_type_traits.h + ext/type_traits.h + bits/streambuf.tcc + std::basic_streambuf + std + + + streambuf.tcc + a00599 + std + + + streambuf_iterator.h + a00602 + streambuf + debug/debug.h + std::istreambuf_iterator + std::ostreambuf_iterator + std + + + string + a00152 + bits/c++config.h + bits/stringfwd.h + bits/char_traits.h + bits/allocator.h + bits/cpp_type_traits.h + bits/localefwd.h + bits/ostream_insert.h + bits/stl_iterator_base_types.h + bits/stl_iterator_base_funcs.h + bits/stl_iterator.h + bits/stl_function.h + ext/numeric_traits.h + bits/stl_algobase.h + bits/range_access.h + bits/basic_string.h + bits/basic_string.tcc + + + debug/string + a15828 + string + debug/safe_sequence.h + debug/safe_container.h + debug/safe_iterator.h + __gnu_debug::basic_string + __gnu_debug + + + experimental/string + a15831 + string + algorithm + experimental/memory_resource + std + + + string_conversions.h + a01088 + bits/c++config.h + ext/numeric_traits.h + bits/functexcept.h + cstdlib + cwchar + cstdio + cerrno + __gnu_cxx + + + string_view + a01019 + string + limits + experimental/bits/lfts_config.h + experimental/bits/string_view.tcc + std::experimental::fundamentals_v1::basic_string_view + std::hash + std + + + experimental/bits/string_view.tcc + a15837 + std + + + stringfwd.h + a00608 + bits/c++config.h + bits/memoryfwd.h + std::basic_string + std::char_traits + std + + basic_string< char > + string + a01512.html + ga32db3d9898c44d3b3a578b560f7758cc + + + + basic_string< char16_t > + u16string + a01512.html + ga957ec6dee9435a81e37f7f70e711bf09 + + + + basic_string< char32_t > + u32string + a01512.html + ga83ce9bd7fd0896013d6ef39113119bf5 + + + + basic_string< wchar_t > + wstring + a01512.html + gacc5a707e71ec50089cb9f653282f22f7 + + + + + strstream + a00731 + backward_warning.h + iosfwd + ios + istream + ostream + std + + + synth_access_traits.hpp + a01382 + ext/pb_ds/detail/type_utils.hpp + __gnu_pbds::detail::synth_access_traits + __gnu_pbds + + + system_error + a00155 + bits/c++config.h + bits/error_constants.h + iosfwd + stdexcept + bits/functional_hash.h + std::_V2::error_category + std::error_code + std::error_condition + std::hash + std::hash< error_code > + std::is_error_code_enum + std::is_error_condition_enum + std::system_error + std + + + experimental/system_error + a15840 + system_error + experimental/bits/lfts_config.h + std + + + tag_and_trait.hpp + a01127 + bits/c++config.h + ext/pb_ds/detail/type_utils.hpp + __gnu_pbds::associative_tag + __gnu_pbds::basic_branch_tag + __gnu_pbds::basic_hash_tag + __gnu_pbds::basic_invalidation_guarantee + __gnu_pbds::binary_heap_tag + __gnu_pbds::binomial_heap_tag + __gnu_pbds::cc_hash_tag + __gnu_pbds::container_tag + __gnu_pbds::container_traits + __gnu_pbds::container_traits_base + __gnu_pbds::container_traits_base< binary_heap_tag > + __gnu_pbds::container_traits_base< binomial_heap_tag > + __gnu_pbds::container_traits_base< cc_hash_tag > + __gnu_pbds::container_traits_base< gp_hash_tag > + __gnu_pbds::container_traits_base< list_update_tag > + __gnu_pbds::container_traits_base< ov_tree_tag > + __gnu_pbds::container_traits_base< pairing_heap_tag > + __gnu_pbds::container_traits_base< pat_trie_tag > + __gnu_pbds::container_traits_base< rb_tree_tag > + __gnu_pbds::container_traits_base< rc_binomial_heap_tag > + __gnu_pbds::container_traits_base< splay_tree_tag > + __gnu_pbds::container_traits_base< thin_heap_tag > + __gnu_pbds::detail::container_base_dispatch + __gnu_pbds::gp_hash_tag + __gnu_pbds::list_update_tag + __gnu_pbds::null_node_update + __gnu_pbds::null_type + __gnu_pbds::ov_tree_tag + __gnu_pbds::pairing_heap_tag + __gnu_pbds::pat_trie_tag + __gnu_pbds::point_invalidation_guarantee + __gnu_pbds::priority_queue_tag + __gnu_pbds::range_invalidation_guarantee + __gnu_pbds::rb_tree_tag + __gnu_pbds::rc_binomial_heap_tag + __gnu_pbds::sequence_tag + __gnu_pbds::splay_tree_tag + __gnu_pbds::string_tag + __gnu_pbds::thin_heap_tag + __gnu_pbds::tree_tag + __gnu_pbds::trie_tag + __gnu_pbds::trivial_iterator_tag + __gnu_pbds + + void + trivial_iterator_difference_type + a01533.html + ga3a45dab56a44f762c97eb0eaee17f6f2 + + + + + tags.h + a00959 + parallel/types.h + __gnu_parallel::balanced_quicksort_tag + __gnu_parallel::balanced_tag + __gnu_parallel::constant_size_blocks_tag + __gnu_parallel::default_parallel_tag + __gnu_parallel::equal_split_tag + __gnu_parallel::exact_tag + __gnu_parallel::find_tag + __gnu_parallel::growing_blocks_tag + __gnu_parallel::multiway_mergesort_exact_tag + __gnu_parallel::multiway_mergesort_sampling_tag + __gnu_parallel::multiway_mergesort_tag + __gnu_parallel::omp_loop_static_tag + __gnu_parallel::omp_loop_tag + __gnu_parallel::parallel_tag + __gnu_parallel::quicksort_tag + __gnu_parallel::sampling_tag + __gnu_parallel::sequential_tag + __gnu_parallel::unbalanced_tag + __gnu_parallel + + + tgmath.h + a00017 + bits/c++config.h + ctgmath + + + thin_heap_.hpp + a01430 + algorithm + ext/pb_ds/detail/cond_dealtor.hpp + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp + debug/debug.h + ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp + ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp + ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp + ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp + ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp + ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp + ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp + __gnu_pbds::detail::thin_heap + __gnu_pbds + + + thread + a00158 + chrono + memory + tuple + cerrno + bits/functexcept.h + bits/functional_hash.h + bits/invoke.h + std::hash< thread::id > + std::thread + std::thread::id + std + std::this_thread + + thread::id + get_id + a01562.html + ad4ed754e0d5a61283cf36f4918ab3444 + () noexcept + + + void + sleep_for + a01562.html + a7ddb6a2d48e0bb2cace6dd67c4c38596 + (const chrono::duration< _Rep, _Period > &__rtime) + + + void + sleep_until + a01562.html + a277096a2cdd1fc66b7569f457b731bfb + (const chrono::time_point< _Clock, _Duration > &__atime) + + + void + yield + a01562.html + a2a1ecebfe73aaa3eb40e909991bbd16e + () noexcept + + + + throw_allocator.h + a01091 + cmath + ctime + map + string + ostream + stdexcept + utility + bits/functexcept.h + bits/move.h + functional + bits/functional_hash.h + __gnu_cxx::annotate_base + __gnu_cxx::condition_base + __gnu_cxx::forced_error + __gnu_cxx::limit_condition + __gnu_cxx::limit_condition::always_adjustor + __gnu_cxx::limit_condition::limit_adjustor + __gnu_cxx::limit_condition::never_adjustor + __gnu_cxx::random_condition + __gnu_cxx::random_condition::always_adjustor + __gnu_cxx::random_condition::group_adjustor + __gnu_cxx::random_condition::never_adjustor + __gnu_cxx::throw_allocator_base + __gnu_cxx::throw_allocator_limit + __gnu_cxx::throw_allocator_random + __gnu_cxx::throw_value_base + __gnu_cxx::throw_value_limit + __gnu_cxx::throw_value_random + std::hash< __gnu_cxx::throw_value_limit > + std::hash< __gnu_cxx::throw_value_random > + __gnu_cxx + std + + + time_members.h + a00710 + std + + + binary_heap_/trace_fn_imps.hpp + a15843 + + + cc_hash_table_map_/trace_fn_imps.hpp + a15846 + + + gp_hash_table_map_/trace_fn_imps.hpp + a15849 + + + left_child_next_sibling_heap_/trace_fn_imps.hpp + a15852 + + + list_update_map_/trace_fn_imps.hpp + a15855 + + + pat_trie_/trace_fn_imps.hpp + a15858 + + + rc_binomial_heap_/trace_fn_imps.hpp + a15861 + + + thin_heap_/trace_fn_imps.hpp + a15864 + + + bin_search_tree_/traits.hpp + a15867 + ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp + ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp + __gnu_pbds::detail::bin_search_tree_traits + __gnu_pbds::detail::bin_search_tree_traits< Key, null_type, Cmp_Fn, Node_Update, Node, _Alloc > + __gnu_pbds + + + branch_policy/traits.hpp + a15870 + ext/pb_ds/detail/types_traits.hpp + ext/pb_ds/detail/bin_search_tree_/traits.hpp + ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp + ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp + ext/pb_ds/detail/rb_tree_map_/traits.hpp + ext/pb_ds/detail/splay_tree_/traits.hpp + ext/pb_ds/detail/ov_tree_map_/traits.hpp + ext/pb_ds/detail/pat_trie_/traits.hpp + __gnu_pbds::detail::tree_traits + __gnu_pbds::detail::trie_traits + __gnu_pbds + + + ov_tree_map_/traits.hpp + a15873 + ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp + __gnu_pbds::detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, ov_tree_tag, _Alloc > + __gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, ov_tree_tag, _Alloc > + __gnu_pbds + + + pat_trie_/traits.hpp + a15876 + ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp + ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp + __gnu_pbds::detail::trie_traits< Key, Mapped, _ATraits, Node_Update, pat_trie_tag, _Alloc > + __gnu_pbds::detail::trie_traits< Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc > + __gnu_pbds + + + rb_tree_map_/traits.hpp + a15879 + ext/pb_ds/detail/rb_tree_map_/node.hpp + __gnu_pbds::detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, rb_tree_tag, _Alloc > + __gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, rb_tree_tag, _Alloc > + __gnu_pbds + + + splay_tree_/traits.hpp + a15882 + ext/pb_ds/detail/splay_tree_/node.hpp + __gnu_pbds::detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, splay_tree_tag, _Alloc > + __gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, splay_tree_tag, _Alloc > + __gnu_pbds + + + tree_policy.hpp + a01130 + bits/c++config.h + iterator + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/branch_policy/branch_policy.hpp + ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp + __gnu_pbds::tree_order_statistics_node_update + __gnu_pbds + + + tree_trace_base.hpp + a01151 + + + trie_policy.hpp + a01133 + bits/c++config.h + string + ext/pb_ds/detail/type_utils.hpp + ext/pb_ds/detail/trie_policy/trie_policy_base.hpp + ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp + ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp + ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp + __gnu_pbds::trie_order_statistics_node_update + __gnu_pbds::trie_prefix_search_node_update + __gnu_pbds::trie_string_access_traits + __gnu_pbds + + + trie_policy_base.hpp + a01451 + ext/pb_ds/detail/branch_policy/branch_policy.hpp + __gnu_pbds::detail::trie_policy_base + __gnu_pbds + + + trie_string_access_traits_imp.hpp + a01454 + + + tuple + a00161 + utility + array + bits/invoke.h + std::_Tuple_impl + std::_Tuple_impl< _Idx, _Head, _Tail... > + std::tuple + std::tuple + std::tuple< _T1, _T2 > + std::tuple_element< 0, tuple< _Head, _Tail... > > + std::tuple_element< __i, tuple< _Head, _Tail... > > + std::tuple_element< __i, tuple<> > + std::tuple_size< tuple< _Elements... > > + std::uses_allocator< tuple< _Types... >, _Alloc > + std + + constexpr __tuple_element_t< __i, tuple< _Elements... > > & + get + a01483.html + ga7f7d7109f98b031678c904fdd2a3613c + (tuple< _Elements... > &__t) noexcept + + + constexpr const __tuple_element_t< __i, tuple< _Elements... > > & + get + a01483.html + ga0387c70ab722f736a4ba52998469f1b3 + (const tuple< _Elements... > &__t) noexcept + + + constexpr __tuple_element_t< __i, tuple< _Elements... > > && + get + a01483.html + ga2403a27abb7055649be4b8176a87944f + (tuple< _Elements... > &&__t) noexcept + + + constexpr _Tp & + get + a01483.html + ga1a04510341e660eac4f8f6b062e935dc + (tuple< _Types... > &__t) noexcept + + + constexpr _Tp && + get + a01483.html + ga3f34a08fe13bed7a1d605c7ca6647ecc + (tuple< _Types... > &&__t) noexcept + + + constexpr const _Tp & + get + a01483.html + gadaa769abd0441f45a1c3968555cd9a21 + (const tuple< _Types... > &__t) noexcept + + + enable_if< __and_< __is_swappable< _Elements >... >::value >::type + swap + a01483.html + ga77f74f34f378f6d6b5b987ab9a684c2d + (tuple< _Elements... > &__x, tuple< _Elements... > &__y) noexcept(noexcept(__x.swap(__y))) + + + enable_if<!__and_< __is_swappable< _Elements >... >::value >::type + swap + a01483.html + ga77f74f34f378f6d6b5b987ab9a684c2d + (tuple< _Elements... > &, tuple< _Elements... > &)=delete + + + constexpr tuple< _Elements &... > + tie + a01483.html + ga2445a380e4367c31c737e4a1f1855950 + (_Elements &... __args) noexcept + + + constexpr auto + tuple_cat + a01483.html + ga23a2e3e40fefd39ffe278df7ebbd52a0 + (_Tpls &&... __tpls) -> typename __tuple_cat_result< _Tpls... >::__type + + + + experimental/tuple + a15885 + tuple + bits/invoke.h + experimental/bits/lfts_config.h + std + + + type_traits + a00167 + bits/c++config.h + cstdint + std::__is_nullptr_t + std::integral_constant + std::is_abstract + std::is_arithmetic + std::is_array + std::is_class + std::is_compound + std::is_const + std::is_empty + std::is_enum + std::is_final + std::is_floating_point + std::is_function + std::is_function + std::is_fundamental + std::is_integral + std::is_literal_type + std::is_lvalue_reference + std::is_member_function_pointer + std::is_member_object_pointer + std::is_member_pointer + std::is_member_pointer + std::is_null_pointer + std::is_object + std::is_pod + std::is_pointer + std::is_polymorphic + std::is_reference + std::is_rvalue_reference + std::is_scalar + std::is_standard_layout + std::is_trivial + std::is_union + std::is_void + std::is_volatile + std + + integral_constant< bool, false > + false_type + a01482.html + gaebe6729ab5488ecc76c762873d226857 + + + + integral_constant< bool, true > + true_type + a01482.html + ga6a860513044e23d34e553ea986e83fa1 + + + + + tr2/type_traits + a15888 + type_traits + bits/c++config.h + std::tr2::__reflection_typelist + std::tr2::__reflection_typelist< _First, _Rest... > + std::tr2::__reflection_typelist<> + std::tr2::bases + std::tr2::direct_bases + std + std::tr2 + + + experimental/type_traits + a15891 + type_traits + experimental/bits/lfts_config.h + std + + + type_traits.h + a01094 + bits/c++config.h + bits/cpp_type_traits.h + __gnu_cxx + + + type_utils.hpp + a01154 + cstddef + utility + ext/type_traits.h + ext/numeric_traits.h + __gnu_pbds + + + typeindex + a00164 + typeinfo + std::hash + std::hash< type_index > + std::type_index + std + + + typeinfo + a00035 + bits/exception.h + bits/hash_bytes.h + std::bad_cast + std::bad_typeid + std::type_info + std + + + typelist.h + a01097 + ext/type_traits.h + __gnu_cxx + __gnu_cxx::typelist + + void + apply_generator + a01592.html + a901aed464640d1d4b48ea99ef8456964 + (Gn &, Typelist) + + + + types.h + a00962 + cstdlib + limits + tr1/cstdint + __gnu_parallel + + int64_t + _CASable + a01576.html + aa1171c39f9e5afad6392c7aeefb81115 + + + + uint64_t + _SequenceIndex + a01576.html + a1cbb61a4863a306daa23823d89f9bef1 + + + + uint16_t + _ThreadIndex + a01576.html + a05e502e51bfc3233671730f74a44dc6a + + + + + _AlgorithmStrategy + a01576.html + abfff682f83a1eacf1b43ad2b33a1954f + + + + + _FindAlgorithm + a01576.html + a1a75203febda4d2e4fab646bf6a94252 + + + + + _MultiwayMergeAlgorithm + a01576.html + abf16f5ba3af149689c7ed95309b7e91d + + + + + _Parallelism + a01576.html + a76f6cbf29b1b8d57762cce1ed9bd01a8 + + + + sequential + a01576.html + a76f6cbf29b1b8d57762cce1ed9bd01a8a7e6aa054fd848be925726fcf7b4eb3ce + + + + parallel_unbalanced + a01576.html + a76f6cbf29b1b8d57762cce1ed9bd01a8ac530f35e669c50e9676af20454e1676f + + + + parallel_balanced + a01576.html + a76f6cbf29b1b8d57762cce1ed9bd01a8a44044e5486122945728060ea6de7d32c + + + + parallel_omp_loop + a01576.html + a76f6cbf29b1b8d57762cce1ed9bd01a8ad1e39d5a03b2603328b50ada20730bd0 + + + + parallel_omp_loop_static + a01576.html + a76f6cbf29b1b8d57762cce1ed9bd01a8aa5624cdd99806daed0060c56908fd043 + + + + parallel_taskqueue + a01576.html + a76f6cbf29b1b8d57762cce1ed9bd01a8aec9d9a6b7777354079bb906baaec2ff4 + + + + + _PartialSumAlgorithm + a01576.html + a6a4a811c81e2fb4a7722ee69762c7380 + + + + + _SortAlgorithm + a01576.html + a35bfabad218af713f172257aecd8414e + + + + + _SplittingAlgorithm + a01576.html + ace24b9f316fde5ea598815403cfd02bb + + + + static const int + _CASable_bits + a01576.html + add7da76e5782016cb1271e7537f0e94b + + + + static const _CASable + _CASable_mask + a01576.html + ad26f1c0a23abae27911dfbd0560a6048 + + + + + types_traits.hpp + a01157 + algorithm + utility + ext/pb_ds/tag_and_trait.hpp + ext/pb_ds/detail/type_utils.hpp + __gnu_pbds::detail::no_throw_copies + __gnu_pbds::detail::no_throw_copies< Key, null_type > + __gnu_pbds::detail::stored_data + __gnu_pbds::detail::stored_data< _Tv, null_type > + __gnu_pbds::detail::stored_hash + __gnu_pbds::detail::stored_value + __gnu_pbds::detail::type_base + __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, false > + __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, true > + __gnu_pbds::detail::type_base< Key, null_type, _Alloc, false > + __gnu_pbds::detail::type_base< Key, null_type, _Alloc, true > + __gnu_pbds::detail::type_dispatch + __gnu_pbds::detail::types_traits + __gnu_pbds + + + uniform_int_dist.h + a00611 + type_traits + limits + std::uniform_int_distribution + std::uniform_int_distribution::param_type + std + std::__detail + + + unique_copy.h + a00965 + parallel/parallel.h + parallel/multiseq_selection.h + __gnu_parallel + + _OutputIterator + __parallel_unique_copy + a01576.html + a15f31ee1c15e180d0d838571cd6c8b24 + (_IIter __first, _IIter __last, _OutputIterator __result, _BinaryPredicate __binary_pred) + + + _OutputIterator + __parallel_unique_copy + a01576.html + a3b3bd19508b4e34708a1dc647f5bc131 + (_IIter __first, _IIter __last, _OutputIterator __result) + + + + unique_ptr.h + a00614 + bits/c++config.h + debug/assertions.h + type_traits + utility + tuple + bits/stl_function.h + bits/functional_hash.h + std::default_delete + std::default_delete< _Tp[]> + std::hash< unique_ptr< _Tp, _Dp > > + std::unique_ptr + std::unique_ptr< _Tp[], _Dp > + std + + _MakeUniq< _Tp >::__single_object + make_unique + a01478.html + gab72611d8b399709730dd7be9a90edd50 + (_Args &&... __args) + + + _MakeUniq< _Tp >::__array + make_unique + a01478.html + ga09f53b8490110f541d003bf411412060 + (size_t __num) + + + _MakeUniq< _Tp >::__invalid_type + make_unique + a01478.html + ga387ad6ac7691e01c380813a870d6483e + (_Args &&...)=delete + + + + unordered_base.h + a00806 + std + std::__profile + + + unordered_map + a00170 + utility + type_traits + initializer_list + tuple + bits/allocator.h + ext/alloc_traits.h + ext/aligned_buffer.h + bits/stl_function.h + bits/functional_hash.h + bits/hashtable.h + bits/unordered_map.h + bits/range_access.h + + + debug/unordered_map + a15894 + unordered_map + debug/safe_unordered_container.h + debug/safe_container.h + debug/safe_iterator.h + debug/safe_local_iterator.h + std::__debug::unordered_map + std::__debug::unordered_multimap + std + std::__debug + + + profile/unordered_map + a15897 + unordered_map + profile/base.h + profile/unordered_base.h + std::__profile::unordered_map + std::__profile::unordered_multimap + std + std::__profile + + + experimental/unordered_map + a15900 + unordered_map + experimental/bits/erase_if.h + experimental/memory_resource + std + + + unordered_map.h + a00617 + std::unordered_map + std::unordered_multimap + std::unordered_multimap + std + + __detail::_Hashtable_traits< _Cache, false, true > + __umap_traits + a01544.html + a84b02064179c0ef21d0189a7bf15803b + + + + __detail::_Hashtable_traits< _Cache, false, false > + __ummap_traits + a01544.html + a1a55f2ace43a0a61a859367d227d245f + + + + + unordered_set + a00173 + utility + type_traits + initializer_list + tuple + bits/allocator.h + ext/alloc_traits.h + ext/aligned_buffer.h + bits/stl_function.h + bits/functional_hash.h + bits/hashtable.h + bits/unordered_set.h + bits/range_access.h + + + debug/unordered_set + a15903 + unordered_set + debug/safe_unordered_container.h + debug/safe_container.h + debug/safe_iterator.h + debug/safe_local_iterator.h + std::__debug::unordered_multiset + std::__debug::unordered_set + std + std::__debug + + + profile/unordered_set + a15906 + unordered_set + profile/base.h + profile/unordered_base.h + std::__profile::unordered_multiset + std::__profile::unordered_set + std + std::__profile + + + experimental/unordered_set + a15909 + unordered_set + experimental/bits/erase_if.h + experimental/memory_resource + std + + + unordered_set.h + a00620 + std::unordered_multiset + std::unordered_multiset + std::unordered_set + std + + __detail::_Hashtable_traits< _Cache, true, false > + __umset_traits + a01544.html + a82ea41b760d4cfe35fb4ce095415a24a + + + + __detail::_Hashtable_traits< _Cache, true, true > + __uset_traits + a01544.html + a39fcc5869a652c651d6911a64a020e21 + + + + + update_fn_imps.hpp + a01385 + + + utility + a00176 + bits/c++config.h + bits/stl_relops.h + bits/stl_pair.h + type_traits + bits/move.h + initializer_list + std::__is_tuple_like_impl< std::pair< _T1, _T2 > > + std::integer_sequence + std::tuple_element + std::tuple_element< 0, std::pair< _Tp1, _Tp2 > > + std::tuple_element< 1, std::pair< _Tp1, _Tp2 > > + std::tuple_size + std::tuple_size< std::pair< _Tp1, _Tp2 > > + std + + integer_sequence< size_t, _Idx... > + index_sequence + a01544.html + acdfada06a9fb47abbf52c264b95e689e + + + + make_index_sequence< sizeof...(_Types)> + index_sequence_for + a01544.html + af540abd32f95a08e48ea6ca00a5a8ad3 + + + + make_integer_sequence< size_t, _Num > + make_index_sequence + a01544.html + a52f9da82a634cff032d6df672cd9a25d + + + + typename _Make_integer_sequence< _Tp, _Num >::__type + make_integer_sequence + a01544.html + a23e82d341331dd9ab30e8176c34d4932 + + + + _Tp + exchange + a01544.html + a38a02a658328c056688ab79c7ab7bbf6 + (_Tp &__obj, _Up &&__new_val) + + + + experimental/utility + a15912 + utility + experimental/bits/lfts_config.h + std + + + valarray + a00179 + bits/c++config.h + cmath + algorithm + debug/debug.h + initializer_list + bits/valarray_array.h + bits/valarray_before.h + bits/valarray_after.h + bits/slice_array.h + bits/gslice.h + bits/gslice_array.h + bits/mask_array.h + bits/indirect_array.h + std::gslice_array + std::indirect_array + std::mask_array + std::slice_array + std::valarray + std::valarray + std + + _Tp * + begin + a01484.html + ga2b9285c84fd9d9ee4ac2e4d6f590960c + (valarray< _Tp > &__va) + + + const _Tp * + begin + a01484.html + ga27f2d9026b541b9d219da941459e768e + (const valarray< _Tp > &__va) + + + _Tp * + end + a01484.html + ga3541bf5385594aac72a9424aa6dd86e1 + (valarray< _Tp > &__va) + + + const _Tp * + end + a01484.html + gab777d802b5dfa668d030039c2fd78b3b + (const valarray< _Tp > &__va) + + + + valarray_after.h + a00626 + std + + + valarray_array.h + a00629 + bits/c++config.h + bits/cpp_type_traits.h + cstdlib + new + bits/valarray_array.tcc + std + + + valarray_array.tcc + a00632 + std + + + valarray_before.h + a00635 + bits/slice_array.h + std + + + vector + a00182 + bits/stl_algobase.h + bits/allocator.h + bits/stl_construct.h + bits/stl_uninitialized.h + bits/stl_vector.h + bits/stl_bvector.h + bits/range_access.h + bits/vector.tcc + + + debug/vector + a15915 + vector + utility + debug/safe_sequence.h + debug/safe_container.h + debug/safe_iterator.h + __gnu_debug::_Safe_vector + std::__debug::vector + std::hash< __debug::vector< bool, _Alloc > > + __gnu_debug + std + std::__debug + + + profile/vector + a15918 + vector + utility + profile/base.h + profile/iterator_tracker.h + std::hash< __profile::vector< bool, _Alloc > > + std + std::__profile + + + experimental/vector + a15921 + vector + algorithm + experimental/memory_resource + std + + + vector.tcc + a00638 + std + + + vstring.h + a01100 + initializer_list + ext/vstring_util.h + ext/rc_string_base.h + ext/sso_string_base.h + ext/string_conversions.h + bits/functional_hash.h + vstring.tcc + __gnu_cxx::__versa_string + std::hash< __gnu_cxx::__u16vstring > + std::hash< __gnu_cxx::__u32vstring > + std::hash< __gnu_cxx::__vstring > + std::hash< __gnu_cxx::__wvstring > + __gnu_cxx + std + + basic_istream< _CharT, _Traits > & + getline + a01544.html + a35decf46238ae28699f1a8adccae8577 + (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str, _CharT __delim) + + + basic_istream< _CharT, _Traits > & + getline + a01544.html + a566ff30345f38dddfaf335a25088f5f7 + (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str) + + + bool + operator!= + a01550.html + ab051cea08cf039852e3351b93b8c5a81 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + bool + operator!= + a01550.html + a1181402b4656a1da4bf2e9608aed3c38 + (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + bool + operator!= + a01550.html + a9deee1071e354ea98296b431b4643511 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) + + + __versa_string< _CharT, _Traits, _Alloc, _Base > + operator+ + a01550.html + a7e943cfd42382fe2fcba3fd5b4fc1476 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + __versa_string< _CharT, _Traits, _Alloc, _Base > + operator+ + a01550.html + ab2b89b39ac900719a3a14e634ec860a5 + (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + __versa_string< _CharT, _Traits, _Alloc, _Base > + operator+ + a01550.html + acc9338b2661112c05017dbdeb21df9c7 + (_CharT __lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + __versa_string< _CharT, _Traits, _Alloc, _Base > + operator+ + a01550.html + ab0f3593c273db1a2619a43db92c66efe + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) + + + __versa_string< _CharT, _Traits, _Alloc, _Base > + operator+ + a01550.html + a72c2b3659c31815c11e1d6b1a1d7e924 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, _CharT __rhs) + + + bool + operator< + a01550.html + a322f7449964a51cfe95142e14db0ef72 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + bool + operator< + a01550.html + ad7d9e389800dcea7b1748d08f70f0358 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) + + + bool + operator< + a01550.html + afdc865f8e1dd5fb8be54c6a608d6ca17 + (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + ac4faea5494eaad9201d45d8687792782 + (basic_ostream< _CharT, _Traits > &__os, const __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str) + + + bool + operator<= + a01550.html + a8002d09a2b548cf3abc2bd4aeafbce78 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + bool + operator<= + a01550.html + a08ad6f0a285af9120e6d882594281672 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) + + + bool + operator<= + a01550.html + a3672b11b2bb1fc3a4b22f6d29473af87 + (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + bool + operator== + a01550.html + acbaf9ba3f0e9c26a8239a313ad714fa8 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + bool + operator== + a01550.html + ad0ff7d116cd8134193d3d843552d750c + (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + bool + operator== + a01550.html + a20ca06133e85c3a0ea49857488a5b94c + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) + + + bool + operator> + a01550.html + a4888830ee6fb21e7bb62e14a2ab70ba2 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + bool + operator> + a01550.html + a15ea80c5370562c6713c383c5277c3c0 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) + + + bool + operator> + a01550.html + a3137c36cfc4f7bc7580eb06bc8d2845c + (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + bool + operator>= + a01550.html + a1ec2deb39f1b5127f5a8bb2b26450c03 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + bool + operator>= + a01550.html + a9fd2a7c53cf7d775379e0d6097658545 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) + + + bool + operator>= + a01550.html + aa626858a9a44d7932ad8c38fb4905b34 + (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + basic_istream< _CharT, _Traits > & + operator>> + a01544.html + a113f151882a47755a4b297813977bbdc + (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str) + + + void + swap + a01550.html + ac29506dd75ee99d6a88ade595233c6f8 + (__versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + + vstring.tcc + a01103 + bits/cxxabi_forced.h + __gnu_cxx + std + + basic_istream< _CharT, _Traits > & + getline + a01544.html + a35decf46238ae28699f1a8adccae8577 + (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str, _CharT __delim) + + + __versa_string< _CharT, _Traits, _Alloc, _Base > + operator+ + a01550.html + a7e943cfd42382fe2fcba3fd5b4fc1476 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + __versa_string< _CharT, _Traits, _Alloc, _Base > + operator+ + a01550.html + ab2b89b39ac900719a3a14e634ec860a5 + (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + __versa_string< _CharT, _Traits, _Alloc, _Base > + operator+ + a01550.html + acc9338b2661112c05017dbdeb21df9c7 + (_CharT __lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + __versa_string< _CharT, _Traits, _Alloc, _Base > + operator+ + a01550.html + ab0f3593c273db1a2619a43db92c66efe + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) + + + __versa_string< _CharT, _Traits, _Alloc, _Base > + operator+ + a01550.html + a72c2b3659c31815c11e1d6b1a1d7e924 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, _CharT __rhs) + + + basic_istream< _CharT, _Traits > & + operator>> + a01544.html + a113f151882a47755a4b297813977bbdc + (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str) + + + + vstring_fwd.h + a01106 + bits/c++config.h + bits/char_traits.h + bits/allocator.h + __gnu_cxx::__rc_string_base + __gnu_cxx::__versa_string + __gnu_cxx + + + vstring_util.h + a01109 + ext/vstring_fwd.h + debug/debug.h + bits/stl_function.h + bits/functexcept.h + bits/localefwd.h + bits/ostream_insert.h + bits/stl_iterator.h + ext/numeric_traits.h + bits/move.h + bits/range_access.h + __gnu_cxx + + + workstealing.h + a00968 + parallel/parallel.h + parallel/random_number.h + parallel/compatibility.h + __gnu_parallel::_Job + __gnu_parallel + + _Op + __for_each_template_random_access_workstealing + a01576.html + a14bdca2e9c62cde7dd8478d972f60272 + (_RAIter __begin, _RAIter __end, _Op __op, _Fu &__f, _Red __r, _Result __base, _Result &__output, typename std::iterator_traits< _RAIter >::difference_type __bound) + + + + __alloc_traits< _Tp_alloc_type > + a09156.html + allocator_traits< _Tp_alloc_type > + + typename _Ptr< __cv_pointer, const void >::type + const_void_pointer + a03788.html + a5a9cb47519e4840523e38e45cf56bf1d + + + + __detected_or_t< typename is_empty< _Tp_alloc_type >::type, __equal, _Tp_alloc_type > + is_always_equal + a03788.html + afae6957b1a6d68084b2b6114dff01ae8 + + + + __detected_or_t< false_type, __pocca, _Tp_alloc_type > + propagate_on_container_copy_assignment + a03788.html + acd5ad3d84299a655ad2c59e2345b7796 + + + + __detected_or_t< false_type, __pocma, _Tp_alloc_type > + propagate_on_container_move_assignment + a03788.html + a1db75f5aec19020544743134c961f607 + + + + __detected_or_t< false_type, __pocs, _Tp_alloc_type > + propagate_on_container_swap + a03788.html + adad7997e545350e38d1b44d01568741a + + + + typename _Ptr< __v_pointer, void >::type + void_pointer + a03788.html + a242e530b7ee8e5d17a017983cc7cc705 + + + + static pointer + allocate + a03788.html + a1afbf725286c9e82ba6166dcc04b10bc + (_Tp_alloc_type &__a, size_type __n) + + + static pointer + allocate + a03788.html + a79296fdf0f48ef0a49f2d5de6193f867 + (_Tp_alloc_type &__a, size_type __n, const_void_pointer __hint) + + + static auto + construct + a03788.html + aad7d7b8604439d1ecf953a1b9a426e7b + (_Tp_alloc_type &__a, _Tp *__p, _Args &&... __args) -> decltype(_S_construct(__a, __p, std::forward< _Args >(__args)...)) + + + static void + deallocate + a03788.html + ae5f6b86b98b17e2ba39243ca8eaf4ee1 + (_Tp_alloc_type &__a, pointer __p, size_type __n) + + + static void + destroy + a03788.html + ac73f3d164cf01c9d61b44d42c30db3d3 + (_Tp_alloc_type &__a, _Tp *__p) + + + static size_type + max_size + a03788.html + a29c306bcb6a7676a516430a0e50b990a + (const _Tp_alloc_type &__a) noexcept + + + static _Tp_alloc_type + select_on_container_copy_construction + a03788.html + ac324d9065f45f7ae2dd1e0014c73f218 + (const _Tp_alloc_type &__rhs) + + + + __atomic_base< _Tp * > + a03880.html + + + __atomic_base< bool > + a03880.html + + + __atomic_base< char > + a03880.html + + + __atomic_base< char16_t > + a03880.html + + + __atomic_base< char32_t > + a03880.html + + + __atomic_base< int > + a03880.html + + + __atomic_base< long > + a03880.html + + + __atomic_base< long long > + a03880.html + + + __atomic_base< short > + a03880.html + + + __atomic_base< signed char > + a03880.html + + + __atomic_base< unsigned char > + a03880.html + + + __atomic_base< unsigned int > + a03880.html + + + __atomic_base< unsigned long > + a03880.html + + + __atomic_base< unsigned long long > + a03880.html + + + __atomic_base< unsigned short > + a03880.html + + + __atomic_base< wchar_t > + a03880.html + + + __basic_future< _Res &> + a02452.html + std::__future_base + + unique_ptr< _Res, _Result_base::_Deleter > + _Ptr + a02364.html + a832cc3cad4729e395bea2475e1b3a741 + + + + __result_type + _M_get_result + a02452.html + a71d62e5218e561c5c4507eb3e7f70474 + () const + + + + __basic_future< void > + a02452.html + std::__future_base + + unique_ptr< _Res, _Result_base::_Deleter > + _Ptr + a02364.html + a832cc3cad4729e395bea2475e1b3a741 + + + + __result_type + _M_get_result + a02452.html + a71d62e5218e561c5c4507eb3e7f70474 + () const + + + + __codecvt_abstract_base< _InternT, _ExternT, encoding_state > + a04264.html + std::locale::facet + std::codecvt_base + + result + in + a04264.html + a38117d39e9725f52735f51f4f4b72354 + (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + + result + out + a04264.html + a3a2b1f2da1bc0d89ccd1eceaa66bb79f + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + result + unshift + a04264.html + a4da56b36b489eded5053172e9f6c0bff + (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + virtual result + do_out + a04264.html + aa969d1e16dd100e737c5d777aa0cdf02 + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const=0 + + + + __codecvt_abstract_base< char, char, mbstate_t > + a04264.html + std::locale::facet + std::codecvt_base + + result + in + a04264.html + a38117d39e9725f52735f51f4f4b72354 + (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + + result + out + a04264.html + a3a2b1f2da1bc0d89ccd1eceaa66bb79f + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + result + unshift + a04264.html + a4da56b36b489eded5053172e9f6c0bff + (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + virtual result + do_out + a04264.html + aa969d1e16dd100e737c5d777aa0cdf02 + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const=0 + + + + __codecvt_abstract_base< char16_t, char, mbstate_t > + a04264.html + std::locale::facet + std::codecvt_base + + result + in + a04264.html + a38117d39e9725f52735f51f4f4b72354 + (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + + result + out + a04264.html + a3a2b1f2da1bc0d89ccd1eceaa66bb79f + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + result + unshift + a04264.html + a4da56b36b489eded5053172e9f6c0bff + (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + virtual result + do_out + a04264.html + aa969d1e16dd100e737c5d777aa0cdf02 + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const=0 + + + + __codecvt_abstract_base< char32_t, char, mbstate_t > + a04264.html + std::locale::facet + std::codecvt_base + + result + in + a04264.html + a38117d39e9725f52735f51f4f4b72354 + (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + + result + out + a04264.html + a3a2b1f2da1bc0d89ccd1eceaa66bb79f + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + result + unshift + a04264.html + a4da56b36b489eded5053172e9f6c0bff + (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + virtual result + do_out + a04264.html + aa969d1e16dd100e737c5d777aa0cdf02 + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const=0 + + + + __codecvt_abstract_base< wchar_t, char, mbstate_t > + a04264.html + std::locale::facet + std::codecvt_base + + result + in + a04264.html + a38117d39e9725f52735f51f4f4b72354 + (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + + result + out + a04264.html + a3a2b1f2da1bc0d89ccd1eceaa66bb79f + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + result + unshift + a04264.html + a4da56b36b489eded5053172e9f6c0bff + (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + virtual result + do_out + a04264.html + aa969d1e16dd100e737c5d777aa0cdf02 + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const=0 + + + + __ctype_abstract_base< wchar_t > + a04988.html + std::locale::facet + std::ctype_base + + wchar_t + char_type + a04988.html + a6b04fb1c6b10871f93cd4f60d0f78f8d + + + + bool + is + a04988.html + af6d5ac31c2da7cd350672e88a4b6c89e + (mask __m, char_type __c) const + + + const char_type * + is + a04988.html + a98b93b10d5d0700394d0dbd2dd1a3742 + (const char_type *__lo, const char_type *__hi, mask *__vec) const + + + char + narrow + a04988.html + a6d7dfa83561cc124e75a25b7b311f7db + (char_type __c, char __dfault) const + + + const char_type * + narrow + a04988.html + a5bf8de5d297e81cd4812c5754e1b70a6 + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + + + const char_type * + scan_is + a04988.html + ad6c3f07029e022d82a459a12693fab50 + (mask __m, const char_type *__lo, const char_type *__hi) const + + + const char_type * + scan_not + a04988.html + a083176729448869cdc7b5353299efac8 + (mask __m, const char_type *__lo, const char_type *__hi) const + + + char_type + tolower + a04988.html + a0ebd233aadf12ec7725b961c469855cf + (char_type __c) const + + + const char_type * + tolower + a04988.html + a60b8b7de0aed52f3e98e3b4103e088f8 + (char_type *__lo, const char_type *__hi) const + + + char_type + toupper + a04988.html + a3308c7447a3a2c54ab8cb344f502baff + (char_type __c) const + + + const char_type * + toupper + a04988.html + ae8000f95414789f7a5cba135b3b1e7b8 + (char_type *__lo, const char_type *__hi) const + + + char_type + widen + a04988.html + a48efd45b6e1d43d5120ffd37884b9f83 + (char __c) const + + + const char * + widen + a04988.html + a2dc39e55a8ed1c402dcfbd8b4cb01207 + (const char *__lo, const char *__hi, char_type *__to) const + + + virtual bool + do_is + a04988.html + a13f6a9df12541e794f95b69dd7c12d8d + (mask __m, char_type __c) const=0 + + + virtual const char_type * + do_is + a04988.html + a11e40e753bfcc987db52294dc0c99878 + (const char_type *__lo, const char_type *__hi, mask *__vec) const=0 + + + virtual char + do_narrow + a04988.html + ab2c37d0e04ecf5a71d618ca97478c893 + (char_type __c, char __dfault) const=0 + + + virtual const char_type * + do_narrow + a04988.html + a5bd09acf78baf8b8ae9cff1938cf6668 + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const=0 + + + virtual const char_type * + do_scan_is + a04988.html + a6d63444db4c605c256c36343394bb883 + (mask __m, const char_type *__lo, const char_type *__hi) const=0 + + + virtual const char_type * + do_scan_not + a04988.html + a40c1314bb60f9b9795ec8e628ffbcc34 + (mask __m, const char_type *__lo, const char_type *__hi) const=0 + + + virtual char_type + do_tolower + a04988.html + a322123706f52d8c72b9c8bee3f612676 + (char_type __c) const=0 + + + virtual const char_type * + do_tolower + a04988.html + afe5fc2040092e4f8fb6e88d253f4d3c3 + (char_type *__lo, const char_type *__hi) const=0 + + + virtual char_type + do_toupper + a04988.html + af90fbcc9340edf7ca0002520cccb0b8f + (char_type __c) const=0 + + + virtual const char_type * + do_toupper + a04988.html + a51eeaf4fefdd3a85b0706028cec0c5e7 + (char_type *__lo, const char_type *__hi) const=0 + + + virtual char_type + do_widen + a04988.html + a0f4951419f48a08bd975cb49a81995a5 + (char __c) const=0 + + + virtual const char * + do_widen + a04988.html + a289ae9e9ce16c7c26a8356b4610c7dee + (const char *__lo, const char *__hi, char_type *__to) const=0 + + + + __cxxabiv1::__forced_unwind + a04464.html + + + __gnu_cxx::__alloc_traits + a09156.html + _Alloc + std::allocator_traits + + typename _Ptr< __cv_pointer, const void >::type + const_void_pointer + a03788.html + a5a9cb47519e4840523e38e45cf56bf1d + + + + __detected_or_t< typename is_empty< _Alloc >::type, __equal, _Alloc > + is_always_equal + a03788.html + afae6957b1a6d68084b2b6114dff01ae8 + + + + __detected_or_t< false_type, __pocca, _Alloc > + propagate_on_container_copy_assignment + a03788.html + acd5ad3d84299a655ad2c59e2345b7796 + + + + __detected_or_t< false_type, __pocma, _Alloc > + propagate_on_container_move_assignment + a03788.html + a1db75f5aec19020544743134c961f607 + + + + __detected_or_t< false_type, __pocs, _Alloc > + propagate_on_container_swap + a03788.html + adad7997e545350e38d1b44d01568741a + + + + typename _Ptr< __v_pointer, void >::type + void_pointer + a03788.html + a242e530b7ee8e5d17a017983cc7cc705 + + + + static pointer + allocate + a03788.html + a1afbf725286c9e82ba6166dcc04b10bc + (_Alloc &__a, size_type __n) + + + static pointer + allocate + a03788.html + a79296fdf0f48ef0a49f2d5de6193f867 + (_Alloc &__a, size_type __n, const_void_pointer __hint) + + + static auto + construct + a03788.html + aad7d7b8604439d1ecf953a1b9a426e7b + (_Alloc &__a, _Tp *__p, _Args &&... __args) -> decltype(_S_construct(__a, __p, std::forward< _Args >(__args)...)) + + + static void + deallocate + a03788.html + ae5f6b86b98b17e2ba39243ca8eaf4ee1 + (_Alloc &__a, pointer __p, size_type __n) + + + static void + destroy + a03788.html + ac73f3d164cf01c9d61b44d42c30db3d3 + (_Alloc &__a, _Tp *__p) + + + static size_type + max_size + a03788.html + a29c306bcb6a7676a516430a0e50b990a + (const _Alloc &__a) noexcept + + + static _Alloc + select_on_container_copy_construction + a03788.html + ac324d9065f45f7ae2dd1e0014c73f218 + (const _Alloc &__rhs) + + + + __gnu_cxx::__common_pool_policy + a09388.html + _PoolTp + _Thread + + + __gnu_cxx::__detail::__mini_vector + a09176.html + + + + __gnu_cxx::__detail::_Bitmap_counter + a09200.html + _Tp + + + __gnu_cxx::__detail::_Ffit_finder + a09196.html + + unary_function< std::pair< _Tp, _Tp >, bool > + + std::pair< _Tp, _Tp > + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + bool + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + __gnu_cxx::__mt_alloc + a09424.html + _Tp + _Poolp + __gnu_cxx::__mt_alloc_base + + + __gnu_cxx::__mt_alloc_base + a09420.html + + + + __gnu_cxx::__per_type_pool_policy + a09412.html + + _PoolTp + _Thread + + + __gnu_cxx::__pool + a09340.html + _Thread + + + __gnu_cxx::__pool< false > + a09344.html + __gnu_cxx::__pool_base + + + __gnu_cxx::__pool< true > + a09356.html + __gnu_cxx::__pool_base + + + __gnu_cxx::__pool_alloc + a09520.html + + __gnu_cxx::__pool_alloc_base + + + __gnu_cxx::__pool_alloc_base + a09512.html + + + __gnu_cxx::__pool_base + a09328.html + + + __gnu_cxx::__rc_string_base + a09548.html + _CharT + _Traits + _Alloc + + + __gnu_cxx::__scoped_lock + a09280.html + + + __gnu_cxx::__versa_string + a09992.html + _CharT + _Traits + _Alloc + _Base + + + __versa_string + a09992.html + a5a2e6f8b7e941094312ca04f6183895c + (const _Alloc &__a=_Alloc()) noexcept + + + + __versa_string + a09992.html + aea0b07c6aa21a88d3901301e5a2b88eb + (const __versa_string &__str) + + + + __versa_string + a09992.html + a939fa808865a72fea2e565d1df874b4b + (__versa_string &&__str) noexcept + + + + __versa_string + a09992.html + a6c16bfef8fe51b28730c8cfd95c7f3a5 + (std::initializer_list< _CharT > __l, const _Alloc &__a=_Alloc()) + + + + __versa_string + a09992.html + aba9d18b5003b1134600125503d20aca9 + (const __versa_string &__str, size_type __pos, size_type __n=npos) + + + + __versa_string + a09992.html + abc0815a50d229e07ae85b8bb2090674b + (const __versa_string &__str, size_type __pos, size_type __n, const _Alloc &__a) + + + + __versa_string + a09992.html + a9e8157dc234be1b120e4bbedaa8ac0a0 + (const _CharT *__s, size_type __n, const _Alloc &__a=_Alloc()) + + + + __versa_string + a09992.html + ab8705bfd60091cb1de24fea419bdea67 + (const _CharT *__s, const _Alloc &__a=_Alloc()) + + + + __versa_string + a09992.html + a9960793ce81ffc0589a9ad74f5ed6090 + (size_type __n, _CharT __c, const _Alloc &__a=_Alloc()) + + + + __versa_string + a09992.html + a55b4287fd4a6be0228f2faaf6ae9eede + (_InputIterator __beg, _InputIterator __end, const _Alloc &__a=_Alloc()) + + + + ~__versa_string + a09992.html + a891d66d5c8927e2a762aa8a7025a211d + () noexcept + + + __versa_string & + append + a09992.html + a951ff9afc9f61474a79b0233ff010289 + (const __versa_string &__str) + + + __versa_string & + append + a09992.html + ae5b284367d022a51a33e4118e25866bb + (const __versa_string &__str, size_type __pos, size_type __n) + + + __versa_string & + append + a09992.html + aea54d824534ee9f125a58ec9033cdd48 + (const _CharT *__s, size_type __n) + + + __versa_string & + append + a09992.html + ae6d34116930903e7bc8354fe92ef8593 + (const _CharT *__s) + + + __versa_string & + append + a09992.html + a3fb56cb34ced33afd4b5c53b30c10a46 + (size_type __n, _CharT __c) + + + __versa_string & + append + a09992.html + a4f19cd669d7f21d93f5fb36ba8384e65 + (std::initializer_list< _CharT > __l) + + + __versa_string & + append + a09992.html + a9f84dceb2e21c9e61ca067d54c2957ad + (_InputIterator __first, _InputIterator __last) + + + __versa_string & + assign + a09992.html + a2f8201f5e82e07e27c2f39f13a1c04a9 + (const __versa_string &__str) + + + __versa_string & + assign + a09992.html + a34d8c156d115ee2ee8ec527d324581b1 + (__versa_string &&__str) noexcept + + + __versa_string & + assign + a09992.html + ab5ba7120a3e81545fcbdbf055c8e392d + (const __versa_string &__str, size_type __pos, size_type __n) + + + __versa_string & + assign + a09992.html + a861c4286beece654abd5b3a828f4ff49 + (const _CharT *__s, size_type __n) + + + __versa_string & + assign + a09992.html + a9faa9dc311635300ef2e2fee77262b61 + (const _CharT *__s) + + + __versa_string & + assign + a09992.html + acf5a7b1fd517200f124373026b7bd807 + (size_type __n, _CharT __c) + + + __versa_string & + assign + a09992.html + a0cd3b8029b8958b6f02852e240b50899 + (_InputIterator __first, _InputIterator __last) + + + __versa_string & + assign + a09992.html + ab375104c3d2ef95f7d2b56a25d91bef8 + (std::initializer_list< _CharT > __l) + + + const_reference + at + a09992.html + a1dbcd4e782ab5ac789de302889097f4d + (size_type __n) const + + + reference + at + a09992.html + a918448764b4f015d1ef5823415115db0 + (size_type __n) + + + reference + back + a09992.html + a8b57e6342b28e0d5e2b8c7441946dd04 + () noexcept + + + const_reference + back + a09992.html + aa670e1b5630bf0d6ba75cc1f99b6f55d + () const noexcept + + + iterator + begin + a09992.html + a09add145f97333c7ecc22d2591f0fd6a + () noexcept + + + const_iterator + begin + a09992.html + aad48e43cd6894b4e646dc90e5079727a + () const noexcept + + + const _CharT * + c_str + a09992.html + a74426cc065679e05d5b3f279d1440fe3 + () const noexcept + + + size_type + capacity + a09992.html + a7875f908db08e3d0940ab928eb160268 + () const noexcept + + + const_iterator + cbegin + a09992.html + acd9303d9a1eea900367172706bbea0fc + () const noexcept + + + const_iterator + cend + a09992.html + a48e703791d3549f4e4c84af68b382f99 + () const noexcept + + + void + clear + a09992.html + ab778e468351ba1d0365bccda523e1eba + () noexcept + + + int + compare + a09992.html + a967b5317590fba87cc166bb8d03a1f2b + (const __versa_string &__str) const + + + int + compare + a09992.html + ac72042b419538e58816048f02d8a939c + (size_type __pos, size_type __n, const __versa_string &__str) const + + + int + compare + a09992.html + a75d59248b3ce3544737ae337ec0e45e6 + (size_type __pos1, size_type __n1, const __versa_string &__str, size_type __pos2, size_type __n2) const + + + int + compare + a09992.html + a43985f2d884a45395bfad2efc5c6e8cf + (const _CharT *__s) const + + + int + compare + a09992.html + a03ec24fe3c64fb1b05ff8e9de14c086f + (size_type __pos, size_type __n1, const _CharT *__s) const + + + int + compare + a09992.html + a7e89f6009dd81acd8a93cedef5e88e65 + (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) const + + + size_type + copy + a09992.html + ad4a99dc8d3755b195b89f4d0e2b5bb49 + (_CharT *__s, size_type __n, size_type __pos=0) const + + + const_reverse_iterator + crbegin + a09992.html + aac8666029362e1d65769694f28f28d7a + () const noexcept + + + const_reverse_iterator + crend + a09992.html + af1e98d795f3b288cff0e0ead0b882634 + () const noexcept + + + const _CharT * + data + a09992.html + a4dd3ac918e886a29d8a0bf9331f2e8d9 + () const noexcept + + + bool + empty + a09992.html + a9b10c593f3b534c91f16fa6c91db3d76 + () const noexcept + + + iterator + end + a09992.html + a0acafbbfa0d432074373506cc9ed631f + () noexcept + + + const_iterator + end + a09992.html + ac99321a98ffc407b9747352bec9551c2 + () const noexcept + + + __versa_string & + erase + a09992.html + ad63b0c68fd53a88dd84b88151da790e3 + (size_type __pos=0, size_type __n=npos) + + + iterator + erase + a09992.html + a76c619cf8a8209bc94c50da98772326f + (const_iterator __position) + + + iterator + erase + a09992.html + a936fb32c88d2acb1e3d318cbb53c91a2 + (const_iterator __first, const_iterator __last) + + + size_type + find + a09992.html + a1cd14e7fb27530a1859047f74e7262f9 + (const _CharT *__s, size_type __pos, size_type __n) const + + + size_type + find + a09992.html + a68746de47d8142951be577a34bad453f + (const __versa_string &__str, size_type __pos=0) const noexcept + + + size_type + find + a09992.html + aff1f1c68135474bef1e118d9f90a0624 + (const _CharT *__s, size_type __pos=0) const + + + size_type + find + a09992.html + a68d1fb6f098a29470128421c04605a18 + (_CharT __c, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a09992.html + a1cc1fe69137d69e0d691c83a8b7a877a + (const __versa_string &__str, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a09992.html + a2a9d4a0f8ffbcaca7a55c874ca69bcaf + (const _CharT *__s, size_type __pos, size_type __n) const + + + size_type + find_first_not_of + a09992.html + a911f590a4037fa8c455eeb69836b83b6 + (const _CharT *__s, size_type __pos=0) const + + + size_type + find_first_not_of + a09992.html + aa02fafa27ba203b3ebc29fa52c093865 + (_CharT __c, size_type __pos=0) const noexcept + + + size_type + find_first_of + a09992.html + a51b79cb3c4f9cd8af4cead91f4faa39c + (const __versa_string &__str, size_type __pos=0) const noexcept + + + size_type + find_first_of + a09992.html + ac9799d12f46f0c9ec33d0fd311e1b3c1 + (const _CharT *__s, size_type __pos, size_type __n) const + + + size_type + find_first_of + a09992.html + add4cabafc8f7d3a89e6317b1e690b095 + (const _CharT *__s, size_type __pos=0) const + + + size_type + find_first_of + a09992.html + a291c0f4c8db9612efad3c478a3a0619d + (_CharT __c, size_type __pos=0) const noexcept + + + size_type + find_last_not_of + a09992.html + a44ea35572c1492b236ddc2b5977309bb + (const __versa_string &__str, size_type __pos=npos) const noexcept + + + size_type + find_last_not_of + a09992.html + a85e9808581c06885d492a7dc230b9c3d + (const _CharT *__s, size_type __pos, size_type __n) const + + + size_type + find_last_not_of + a09992.html + a69d482699c2e775c7f62dcb9392c7ada + (const _CharT *__s, size_type __pos=npos) const + + + size_type + find_last_not_of + a09992.html + a2e8dd285274cf21efe56bb58792ac67a + (_CharT __c, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a09992.html + a14963706e6c95eea43af12f44d9b95ad + (const __versa_string &__str, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a09992.html + add62aca46b830b7b503354a0e5da6dfc + (const _CharT *__s, size_type __pos, size_type __n) const + + + size_type + find_last_of + a09992.html + a12fc7455ac41d07a9350824d71d5ab3a + (const _CharT *__s, size_type __pos=npos) const + + + size_type + find_last_of + a09992.html + ae533d7eec1df0fb48aeaf38195134214 + (_CharT __c, size_type __pos=npos) const noexcept + + + reference + front + a09992.html + ae5b6f85c316a0f9007f76047ad424a4b + () noexcept + + + const_reference + front + a09992.html + a2d530a251f3c1e3d9e1b6163bda94df8 + () const noexcept + + + allocator_type + get_allocator + a09992.html + a75580d8f4a1ff6bd7e58136436894673 + () const noexcept + + + iterator + insert + a09992.html + ae2330468c2acd43907a611293334baf0 + (const_iterator __p, size_type __n, _CharT __c) + + + iterator + insert + a09992.html + a9f4193d5c08023732ca08b2e3b069b55 + (const_iterator __p, _InputIterator __beg, _InputIterator __end) + + + iterator + insert + a09992.html + a801fdd1dc9aaa55ef858fcf5414ae385 + (const_iterator __p, std::initializer_list< _CharT > __l) + + + __versa_string & + insert + a09992.html + a3f98b8577d9a4c1a9d01216e4c308136 + (size_type __pos1, const __versa_string &__str) + + + __versa_string & + insert + a09992.html + a5a80f90cbf0f3913738a1480b3a1bd86 + (size_type __pos1, const __versa_string &__str, size_type __pos2, size_type __n) + + + __versa_string & + insert + a09992.html + a90943cd50dde194d35e6efb62165a53d + (size_type __pos, const _CharT *__s, size_type __n) + + + __versa_string & + insert + a09992.html + a99de3540d81c73d650f605329019a161 + (size_type __pos, const _CharT *__s) + + + __versa_string & + insert + a09992.html + a2f59bd59e348597a85efa6b068013b33 + (size_type __pos, size_type __n, _CharT __c) + + + iterator + insert + a09992.html + a11bac87efc12b1fc97b0508ce66a4eff + (const_iterator __p, _CharT __c) + + + size_type + length + a09992.html + a9409606a0963903c52cc2cb72f21fb27 + () const noexcept + + + size_type + max_size + a09992.html + ac8315ed08ac178584cf4a80ff4f7346a + () const noexcept + + + __versa_string & + operator+= + a09992.html + a4b8715fc8f6a53505b98b9b19b512453 + (const __versa_string &__str) + + + __versa_string & + operator+= + a09992.html + a79d20017299bbfc786b2d5540e5af61d + (const _CharT *__s) + + + __versa_string & + operator+= + a09992.html + ac14c7143cc1a4ed1ad31593b4a8da43b + (_CharT __c) + + + __versa_string & + operator+= + a09992.html + a1a409030e39ba995df18fefc38525c2a + (std::initializer_list< _CharT > __l) + + + __versa_string & + operator= + a09992.html + a7bee901f7465419633250caa04983ef6 + (const __versa_string &__str) + + + __versa_string & + operator= + a09992.html + a46713802e19d9139db7468030060ebaf + (__versa_string &&__str) noexcept + + + __versa_string & + operator= + a09992.html + aa833376e55c1b6c75179e976043e6dd6 + (std::initializer_list< _CharT > __l) + + + __versa_string & + operator= + a09992.html + a01f0f4f2476992da89a882cb4f35c52e + (const _CharT *__s) + + + __versa_string & + operator= + a09992.html + aa1d106b3b5ff8313d6d646f9aec5adc6 + (_CharT __c) + + + const_reference + operator[] + a09992.html + ab2b57e74d31d0fc2340d2cece8700b4a + (size_type __pos) const noexcept + + + reference + operator[] + a09992.html + a9b58791d4ef7809989f8eaf599f980f1 + (size_type __pos) noexcept + + + void + pop_back + a09992.html + afa3b9e5ebf3b075576d5f9d8a4b9aa18 + () + + + void + push_back + a09992.html + ae447c4a9eff875257d755a7f8f6d15f4 + (_CharT __c) + + + reverse_iterator + rbegin + a09992.html + afafcdd90aee602e7dee77c634b27604d + () noexcept + + + const_reverse_iterator + rbegin + a09992.html + a68dfba201272143f3b4bffcd6377b110 + () const noexcept + + + reverse_iterator + rend + a09992.html + a08cc9cc1c8df58728f94b5533b643073 + () noexcept + + + const_reverse_iterator + rend + a09992.html + aad836eb6a1c101e4a27defcaefb7e5cf + () const noexcept + + + __versa_string & + replace + a09992.html + ab198c2154e2446b3800221546fa5c49a + (size_type __pos, size_type __n, const __versa_string &__str) + + + __versa_string & + replace + a09992.html + a2baedb7b7e66fa32852e1e5f7b03f839 + (size_type __pos1, size_type __n1, const __versa_string &__str, size_type __pos2, size_type __n2) + + + __versa_string & + replace + a09992.html + a3c9f1deec90a0bc60fd256a104da92ce + (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) + + + __versa_string & + replace + a09992.html + ae54741e836d397dd56e21e5e62d1ccbf + (size_type __pos, size_type __n1, const _CharT *__s) + + + __versa_string & + replace + a09992.html + acc1eff3a64f7840cbef6f6fe3b5429f5 + (size_type __pos, size_type __n1, size_type __n2, _CharT __c) + + + __versa_string & + replace + a09992.html + a2c79e5c619c0d549e5f014fc5e28b9a3 + (const_iterator __i1, const_iterator __i2, const __versa_string &__str) + + + __versa_string & + replace + a09992.html + a4a87e0419fea6c1548e867619a8544e4 + (const_iterator __i1, const_iterator __i2, const _CharT *__s, size_type __n) + + + __versa_string & + replace + a09992.html + aacd71b513fe378c6e44f7a85a9d9335b + (const_iterator __i1, const_iterator __i2, const _CharT *__s) + + + __versa_string & + replace + a09992.html + af5b9f5d9b9d4e6d8d3acedc2d9f8b113 + (const_iterator __i1, const_iterator __i2, size_type __n, _CharT __c) + + + __versa_string & + replace + a09992.html + a98e9ff42df6157eed9db5bfd9a7604ed + (const_iterator __i1, const_iterator __i2, _InputIterator __k1, _InputIterator __k2) + + + __versa_string & + replace + a09992.html + a9ade44d5751cd139715d603036d24683 + (const_iterator __i1, const_iterator __i2, std::initializer_list< _CharT > __l) + + + void + reserve + a09992.html + aec0611cbd406403c883086089c95a512 + (size_type __res_arg=0) + + + void + resize + a09992.html + a71062fb582528519cd66bbe96a89be13 + (size_type __n, _CharT __c) + + + void + resize + a09992.html + aab92cb1d9ba7c14d17cbf4a6a6578bbd + (size_type __n) + + + size_type + rfind + a09992.html + aed303c4b352ab6457acd8951c36a8b43 + (const __versa_string &__str, size_type __pos=npos) const noexcept + + + size_type + rfind + a09992.html + a8f8e404eff65c29c463d5f9ec77b71ea + (const _CharT *__s, size_type __pos, size_type __n) const + + + size_type + rfind + a09992.html + ad21072d1890f3b24181b0781ca1eb1e9 + (const _CharT *__s, size_type __pos=npos) const + + + size_type + rfind + a09992.html + a6a0ee375ebadab1446301069152851e7 + (_CharT __c, size_type __pos=npos) const noexcept + + + void + shrink_to_fit + a09992.html + a979da4f0d7e764ee55fbafbce4ea9a3e + () noexcept + + + size_type + size + a09992.html + a942b15c04edb2c0c0635d22b50dfa338 + () const noexcept + + + __versa_string + substr + a09992.html + ab38b3bdb3cf4f19355202b28b8424997 + (size_type __pos=0, size_type __n=npos) const + + + void + swap + a09992.html + a05eed1a275b62f425fe4843edb708956 + (__versa_string &__s) noexcept + + + static const size_type + npos + a09992.html + a8ae69d8d271de80c7989283cd34a1790 + + + + + __gnu_cxx::_Caster + a09236.html + + + + __gnu_cxx::_Char_types + a04232.html + _CharT + + + __gnu_cxx::_ExtPtr_allocator + a09304.html + _Tp + + + __gnu_cxx::_Invalid_type + a09472.html + + + __gnu_cxx::_Pointer_adapter + a09504.html + _Storage_policy + + + __gnu_cxx::_Relative_pointer_impl + a09464.html + + + + __gnu_cxx::_Relative_pointer_impl< const _Tp > + a09468.html + + + + __gnu_cxx::_Std_pointer_impl + a09460.html + + + + __gnu_cxx::_Unqualified_type + a09496.html + + + + __gnu_cxx::annotate_base + a09600.html + + + __gnu_cxx::array_allocator + a09168.html + + + __gnu_cxx::array_allocator_base + + + __gnu_cxx::array_allocator_base + a09164.html + + + + __gnu_cxx::binary_compose + a08088.html + _Operation1 + _Operation2 + _Operation3 + std::unary_function + + _Arg + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Result + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + __gnu_cxx::bitmap_allocator + a09212.html + _Tp + __gnu_cxx::free_list + + pointer + _M_allocate_single_object + a09212.html + ac77b949a33d56571818a29d403d29c0f + () + + + void + _M_deallocate_single_object + a09212.html + ae0ef4419b8cbba9cb3dd18f54767011b + (pointer __p) + + + void + _M_clear + a09204.html + aa818ab5db6cd984caf19488acd99e773 + () + + + size_t * + _M_get + a09204.html + a97b71b00432393bcd261e184762ca39a + (size_t __sz) + + + void + _M_insert + a09204.html + ae74ae06db0ef7dad012081a3c73e6483 + (size_t *__addr) + + + + __gnu_cxx::char_traits + a04236.html + + + + __gnu_cxx::character + a09452.html + _Value + _Int + _St + + + __gnu_cxx::condition_base + a09604.html + + + __gnu_cxx::constant_binary_fun + a08140.html + + + + + + __gnu_cxx::constant_unary_fun + a08136.html + + + + + __gnu_cxx::constant_void_fun + a08132.html + + + + __gnu_cxx::debug_allocator + a09284.html + _Alloc + + + __gnu_cxx::enc_filebuf + a09300.html + + basic_filebuf< _CharT, encoding_char_traits< _CharT > > + + __filebuf_type * + close + a02072.html + a5e13a128abb0a5dd8ef1e3d10597031f + () + + + locale + getloc + a02568.html + a09508701b27d68740a5473d096437f65 + () const + + + streamsize + in_avail + a02568.html + a924a684fe2a6844d766e25f4051b705c + () + + + bool + is_open + a02072.html + a56ddf5ebdff55e7aaf51077a51c4d42f + () const + + + __filebuf_type * + open + a02072.html + ad72dc61561f4420b36f9e626b4426433 + (const char *__s, ios_base::openmode __mode) + + + __filebuf_type * + open + a02072.html + a541062313b01b7bb74af2582f88a365f + (const std::string &__s, ios_base::openmode __mode) + + + locale + pubimbue + a02568.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) + + + int_type + sbumpc + a02568.html + a72d8037e21ad370e3643ff3c865f91f9 + () + + + int_type + sgetc + a02568.html + ac773fb2c87cf938fb6eb89c987f8e04e + () + + + streamsize + sgetn + a02568.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) + + + int_type + snextc + a02568.html + a6d281db46069df3043b566f10e5397b2 + () + + + int_type + sputbackc + a02568.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) + + + int_type + sputc + a02568.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) + + + streamsize + sputn + a02568.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) + + + int_type + sungetc + a02568.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + void + _M_create_pback + a02072.html + ac4c7480aea8087a568d10b87a06b4d4e + () + + + void + _M_destroy_pback + a02072.html + a7b95d650e7a161b18ca9fcbd3f792253 + () + + + void + _M_set_buffer + a02072.html + af3d033b08f1641d4594fb5d21eb2db89 + (streamsize __off) + + + void + gbump + a02568.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) + + + virtual void + imbue + a02072.html + a4e8214d23c9895a180231de6cf463449 + (const locale &__loc) + + + virtual int_type + overflow + a02072.html + ac1941000c0d1480052cc8ee84fd8a665 + (int_type __c=encoding_char_traits< _CharT > ::eof()) + + + virtual int_type + pbackfail + a02072.html + a98e6cafd6256f907c4fff74afa49be3e + (int_type __c=encoding_char_traits< _CharT > ::eof()) + + + void + pbump + a02568.html + abd017296cfc054910ca7de102e6a6998 + (int __n) + + + virtual pos_type + seekoff + a02072.html + a0152beebcac8c9542b6b0efe3de5bbfb + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + virtual pos_type + seekpos + a02072.html + a91365d684bb298cb7ad42e3c73cd0252 + (pos_type __pos, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + virtual __streambuf_type * + setbuf + a02072.html + afdc468aedafb80e43f14569d09485e6b + (char_type *__s, streamsize __n) + + + void + setg + a02568.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) + + + void + setp + a02568.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) + + + virtual streamsize + showmanyc + a02072.html + a0e8e4218ba9766e34b74e69b17fb28b3 + () + + + virtual int + sync + a02072.html + af42cd30ec66c6eb0df56026098b6e04f + () + + + virtual int_type + uflow + a02568.html + a4e0c932f41122eaec83e7008ece5e207 + () + + + virtual int_type + underflow + a02072.html + a051ec9d0aa68d3bbf3a2b8cb2e41c93b + () + + + virtual streamsize + xsgetn + a02072.html + a4fb6d662a8351a9c790be9fbe78be8b4 + (char_type *__s, streamsize __n) + + + virtual streamsize + xsputn + a02072.html + a9e78a1d5dec2c7eea816ada4e43d7576 + (const char_type *__s, streamsize __n) + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + char_type * + _M_buf + a02072.html + a981a6d9fa6672d57f94dc2578f3d4b07 + + + + locale + _M_buf_locale + a02568.html + aef4d5a82b6a51fa750fa43d80b4a8564 + + + + size_t + _M_buf_size + a02072.html + a59de9f582ce410ea2c7583eaf4228e2f + + + + char * + _M_ext_buf + a02072.html + a65f15e25bc11ffc20ca24e1c437ee5c0 + + + + streamsize + _M_ext_buf_size + a02072.html + a284d196740028e4047586fe923e7a595 + + + + const char * + _M_ext_next + a02072.html + af4a3bae8038d32dffd03676c93feccbc + + + + char_type * + _M_in_beg + a02568.html + a08c7afbf0ec4df6f6d8e29a46484197d + + + + char_type * + _M_in_cur + a02568.html + a7b4e50d872ecb80867eaab9e7897b625 + + + + char_type * + _M_in_end + a02568.html + adf0f7b58227c057d018ab6a8b0a123d4 + + + + ios_base::openmode + _M_mode + a02072.html + a14cdd23152cee458aaa655cf9508f9a6 + + + + char_type * + _M_out_beg + a02568.html + a66b958241a34e8b7da6ade8f3434ce61 + + + + char_type * + _M_out_cur + a02568.html + a83c368ebeed6b39269fd45d38b9a8b53 + + + + char_type * + _M_out_end + a02568.html + af2973fa34894190ce5885749fa148bbe + + + + bool + _M_reading + a02072.html + acde765e7a5ddaca79683176fe981cec1 + + + + char_type + _M_pback + a02072.html + a0763759a2b15f0d18f869978aded8f84 + + + + char_type * + _M_pback_cur_save + a02072.html + a293a2014b3f6801df3764e2c502e6e25 + + + + char_type * + _M_pback_end_save + a02072.html + a65dce41d776ab7f376607436e7c5455c + + + + bool + _M_pback_init + a02072.html + aa144642d688ad4c36807ce149e632995 + + + + char_type + _M_pback + a02072.html + a0763759a2b15f0d18f869978aded8f84 + + + + char_type * + _M_pback_cur_save + a02072.html + a293a2014b3f6801df3764e2c502e6e25 + + + + char_type * + _M_pback_end_save + a02072.html + a65dce41d776ab7f376607436e7c5455c + + + + bool + _M_pback_init + a02072.html + aa144642d688ad4c36807ce149e632995 + + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + + __gnu_cxx::encoding_char_traits + a09248.html + + std::char_traits + + + __gnu_cxx::encoding_state + a09244.html + + + __gnu_cxx::forced_error + a09596.html + std::exception + + virtual const char * + what + a01492.html + gab115ebeb6ac845ab4f4336617ad33165 + () const _GLIBCXX_TXN_SAFE_DYN noexcept + + + + __gnu_cxx::free_list + a09204.html + + void + _M_clear + a09204.html + aa818ab5db6cd984caf19488acd99e773 + () + + + size_t * + _M_get + a09204.html + a97b71b00432393bcd261e184762ca39a + (size_t __sz) + + + void + _M_insert + a09204.html + ae74ae06db0ef7dad012081a3c73e6483 + (size_t *__addr) + + + + __gnu_cxx::hash_map + a07528.html + _Key + _Tp + _HashFn + _EqualKey + _Alloc + + + __gnu_cxx::hash_multimap + a07532.html + _Key + _Tp + _HashFn + _EqualKey + _Alloc + + + __gnu_cxx::hash_multiset + a07548.html + _Value + _HashFcn + _EqualKey + _Alloc + + + __gnu_cxx::hash_set + a07544.html + _Value + _HashFcn + _EqualKey + _Alloc + + + __gnu_cxx::limit_condition + a09608.html + __gnu_cxx::condition_base + __gnu_cxx::limit_condition::always_adjustor + __gnu_cxx::limit_condition::limit_adjustor + __gnu_cxx::limit_condition::never_adjustor + + + __gnu_cxx::limit_condition::always_adjustor + a09620.html + + + __gnu_cxx::limit_condition::limit_adjustor + a09624.html + + + __gnu_cxx::limit_condition::never_adjustor + a09616.html + + + __gnu_cxx::malloc_allocator + a09320.html + + + + __gnu_cxx::new_allocator + a09432.html + + + + __gnu_cxx::project1st + a08112.html + + + + _Arg1 + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Result + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Arg2 + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + __gnu_cxx::project2nd + a08116.html + + + + _Arg1 + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Result + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Arg2 + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + __gnu_cxx::random_condition + a09628.html + __gnu_cxx::condition_base + __gnu_cxx::random_condition::always_adjustor + __gnu_cxx::random_condition::group_adjustor + __gnu_cxx::random_condition::never_adjustor + + + __gnu_cxx::random_condition::always_adjustor + a09644.html + + + __gnu_cxx::random_condition::group_adjustor + a09636.html + + + __gnu_cxx::random_condition::never_adjustor + a09640.html + + + __gnu_cxx::rb_tree + a08152.html + + + + + + + + __gnu_cxx::recursive_init_error + a01648.html + std::exception + + virtual const char * + what + a01492.html + gab115ebeb6ac845ab4f4336617ad33165 + () const _GLIBCXX_TXN_SAFE_DYN noexcept + + + + __gnu_cxx::rope + a08168.html + _CharT + _Alloc + + + __gnu_cxx::select1st + a08096.html + + + _Pair + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Pair::first_type + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + __gnu_cxx::select2nd + a08100.html + + + _Pair + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Pair::second_type + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + __gnu_cxx::slist + a08260.html + _Tp + _Alloc + + + __gnu_cxx::stdio_filebuf + a09588.html + + + std::basic_filebuf + + + stdio_filebuf + a09588.html + a8b64983961c6d4f32b5021a79ad39447 + () + + + + stdio_filebuf + a09588.html + a777faeb6849444b4663d1cbe543e1ae3 + (int __fd, std::ios_base::openmode __mode, size_t __size=static_cast< size_t >(BUFSIZ)) + + + + stdio_filebuf + a09588.html + a197c58345703b4c82256fe5c1574273f + (std::__c_file *__f, std::ios_base::openmode __mode, size_t __size=static_cast< size_t >(BUFSIZ)) + + + virtual + ~stdio_filebuf + a09588.html + a331254f7330187859fb6d823bfa8b1a0 + () + + + __filebuf_type * + close + a02072.html + a5e13a128abb0a5dd8ef1e3d10597031f + () + + + int + fd + a09588.html + aa4a4bb4a6e25428d723c624b048b7e36 + () + + + std::__c_file * + file + a09588.html + ad6abbe04f3851c05497276f37eb2c154 + () + + + locale + getloc + a02568.html + a09508701b27d68740a5473d096437f65 + () const + + + streamsize + in_avail + a02568.html + a924a684fe2a6844d766e25f4051b705c + () + + + bool + is_open + a02072.html + a56ddf5ebdff55e7aaf51077a51c4d42f + () const + + + __filebuf_type * + open + a02072.html + ad72dc61561f4420b36f9e626b4426433 + (const char *__s, ios_base::openmode __mode) + + + __filebuf_type * + open + a02072.html + a541062313b01b7bb74af2582f88a365f + (const std::string &__s, ios_base::openmode __mode) + + + locale + pubimbue + a02568.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) + + + int_type + sbumpc + a02568.html + a72d8037e21ad370e3643ff3c865f91f9 + () + + + int_type + sgetc + a02568.html + ac773fb2c87cf938fb6eb89c987f8e04e + () + + + streamsize + sgetn + a02568.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) + + + int_type + snextc + a02568.html + a6d281db46069df3043b566f10e5397b2 + () + + + int_type + sputbackc + a02568.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) + + + int_type + sputc + a02568.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) + + + streamsize + sputn + a02568.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) + + + int_type + sungetc + a02568.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + void + _M_create_pback + a02072.html + ac4c7480aea8087a568d10b87a06b4d4e + () + + + void + _M_destroy_pback + a02072.html + a7b95d650e7a161b18ca9fcbd3f792253 + () + + + void + _M_set_buffer + a02072.html + af3d033b08f1641d4594fb5d21eb2db89 + (streamsize __off) + + + void + gbump + a02568.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) + + + virtual void + imbue + a02072.html + a4e8214d23c9895a180231de6cf463449 + (const locale &__loc) + + + virtual int_type + overflow + a02072.html + ac1941000c0d1480052cc8ee84fd8a665 + (int_type __c=_Traits::eof()) + + + virtual int_type + pbackfail + a02072.html + a98e6cafd6256f907c4fff74afa49be3e + (int_type __c=_Traits::eof()) + + + void + pbump + a02568.html + abd017296cfc054910ca7de102e6a6998 + (int __n) + + + virtual pos_type + seekoff + a02072.html + a0152beebcac8c9542b6b0efe3de5bbfb + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + virtual pos_type + seekpos + a02072.html + a91365d684bb298cb7ad42e3c73cd0252 + (pos_type __pos, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + virtual __streambuf_type * + setbuf + a02072.html + afdc468aedafb80e43f14569d09485e6b + (char_type *__s, streamsize __n) + + + void + setg + a02568.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) + + + void + setp + a02568.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) + + + virtual streamsize + showmanyc + a02072.html + a0e8e4218ba9766e34b74e69b17fb28b3 + () + + + virtual int + sync + a02072.html + af42cd30ec66c6eb0df56026098b6e04f + () + + + virtual int_type + uflow + a02568.html + a4e0c932f41122eaec83e7008ece5e207 + () + + + virtual int_type + underflow + a02072.html + a051ec9d0aa68d3bbf3a2b8cb2e41c93b + () + + + virtual streamsize + xsgetn + a02072.html + a4fb6d662a8351a9c790be9fbe78be8b4 + (char_type *__s, streamsize __n) + + + virtual streamsize + xsputn + a02072.html + a9e78a1d5dec2c7eea816ada4e43d7576 + (const char_type *__s, streamsize __n) + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + char_type * + _M_buf + a02072.html + a981a6d9fa6672d57f94dc2578f3d4b07 + + + + locale + _M_buf_locale + a02568.html + aef4d5a82b6a51fa750fa43d80b4a8564 + + + + size_t + _M_buf_size + a02072.html + a59de9f582ce410ea2c7583eaf4228e2f + + + + char * + _M_ext_buf + a02072.html + a65f15e25bc11ffc20ca24e1c437ee5c0 + + + + streamsize + _M_ext_buf_size + a02072.html + a284d196740028e4047586fe923e7a595 + + + + const char * + _M_ext_next + a02072.html + af4a3bae8038d32dffd03676c93feccbc + + + + char_type * + _M_in_beg + a02568.html + a08c7afbf0ec4df6f6d8e29a46484197d + + + + char_type * + _M_in_cur + a02568.html + a7b4e50d872ecb80867eaab9e7897b625 + + + + char_type * + _M_in_end + a02568.html + adf0f7b58227c057d018ab6a8b0a123d4 + + + + ios_base::openmode + _M_mode + a02072.html + a14cdd23152cee458aaa655cf9508f9a6 + + + + char_type * + _M_out_beg + a02568.html + a66b958241a34e8b7da6ade8f3434ce61 + + + + char_type * + _M_out_cur + a02568.html + a83c368ebeed6b39269fd45d38b9a8b53 + + + + char_type * + _M_out_end + a02568.html + af2973fa34894190ce5885749fa148bbe + + + + bool + _M_reading + a02072.html + acde765e7a5ddaca79683176fe981cec1 + + + + char_type + _M_pback + a02072.html + a0763759a2b15f0d18f869978aded8f84 + + + + char_type * + _M_pback_cur_save + a02072.html + a293a2014b3f6801df3764e2c502e6e25 + + + + char_type * + _M_pback_end_save + a02072.html + a65dce41d776ab7f376607436e7c5455c + + + + bool + _M_pback_init + a02072.html + aa144642d688ad4c36807ce149e632995 + + + + char_type + _M_pback + a02072.html + a0763759a2b15f0d18f869978aded8f84 + + + + char_type * + _M_pback_cur_save + a02072.html + a293a2014b3f6801df3764e2c502e6e25 + + + + char_type * + _M_pback_end_save + a02072.html + a65dce41d776ab7f376607436e7c5455c + + + + bool + _M_pback_init + a02072.html + aa144642d688ad4c36807ce149e632995 + + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + + __gnu_cxx::stdio_sync_filebuf + a09592.html + _CharT + _Traits + std::basic_streambuf + + std::__c_file * + file + a09592.html + ad299b6d238aa256ffb021a3d4cd544da + () + + + locale + getloc + a02568.html + a09508701b27d68740a5473d096437f65 + () const + + + streamsize + in_avail + a02568.html + a924a684fe2a6844d766e25f4051b705c + () + + + locale + pubimbue + a02568.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) + + + int_type + sbumpc + a02568.html + a72d8037e21ad370e3643ff3c865f91f9 + () + + + int_type + sgetc + a02568.html + ac773fb2c87cf938fb6eb89c987f8e04e + () + + + streamsize + sgetn + a02568.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) + + + int_type + snextc + a02568.html + a6d281db46069df3043b566f10e5397b2 + () + + + int_type + sputbackc + a02568.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) + + + int_type + sputc + a02568.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) + + + streamsize + sputn + a02568.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) + + + int_type + sungetc + a02568.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + void + gbump + a02568.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) + + + virtual void + imbue + a02568.html + a70048277614282b8631e5fbf3106093e + (const locale &__loc) + + + virtual int_type + overflow + a09592.html + a8670cb3d15c3775bef8f03d92758bf71 + (int_type __c=traits_type::eof()) + + + virtual int_type + pbackfail + a09592.html + a2c6b12a6af22e590e5daa1f7ce6e07e2 + (int_type __c=traits_type::eof()) + + + void + pbump + a02568.html + abd017296cfc054910ca7de102e6a6998 + (int __n) + + + virtual pos_type + seekoff + a02568.html + ad6d5177e376efdb0dccf62890eebc9b0 + (off_type, ios_base::seekdir, ios_base::openmode=ios_base::in|ios_base::out) + + + virtual pos_type + seekpos + a02568.html + a008405d586f640e109c7ab7bf424aa39 + (pos_type, ios_base::openmode=ios_base::in|ios_base::out) + + + virtual basic_streambuf< char_type, _Traits > * + setbuf + a02568.html + aad2e731291673229100bde1f24ce828f + (char_type *, streamsize) + + + void + setg + a02568.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) + + + void + setp + a02568.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) + + + virtual streamsize + showmanyc + a02568.html + a85e9299b4d91188c1c0070111604ece8 + () + + + virtual int + sync + a09592.html + aaf870a6b01d27af87ca27c16e601d1df + () + + + virtual int_type + uflow + a09592.html + ad8647cc09ffa804cfe6b903b8415c9aa + () + + + virtual int_type + underflow + a09592.html + a4789b9e8139b3884909949d7ce9b15cd + () + + + virtual streamsize + xsgetn + a02568.html + a5eaa7fbc16e49b8105d6387fcbbfad61 + (char_type *__s, streamsize __n) + + + virtual streamsize + xsputn + a02568.html + a23e843afc42e2875d1f2fc945821499a + (const char_type *__s, streamsize __n) + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + locale + _M_buf_locale + a02568.html + aef4d5a82b6a51fa750fa43d80b4a8564 + + + + char_type * + _M_in_beg + a02568.html + a08c7afbf0ec4df6f6d8e29a46484197d + + + + char_type * + _M_in_cur + a02568.html + a7b4e50d872ecb80867eaab9e7897b625 + + + + char_type * + _M_in_end + a02568.html + adf0f7b58227c057d018ab6a8b0a123d4 + + + + char_type * + _M_out_beg + a02568.html + a66b958241a34e8b7da6ade8f3434ce61 + + + + char_type * + _M_out_cur + a02568.html + a83c368ebeed6b39269fd45d38b9a8b53 + + + + char_type * + _M_out_end + a02568.html + af2973fa34894190ce5885749fa148bbe + + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + + __gnu_cxx::subtractive_rng + a08144.html + std::unary_function + + _Arg + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Result + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + subtractive_rng + a08144.html + a4e0180804e5e548805eca04c560571d5 + (unsigned int __seed) + + + + subtractive_rng + a08144.html + a8763d20bcd47a2f9acd2da92e39193a8 + () + + + unsigned int + operator() + a08144.html + a01fb6415bad2c6df91eb607f863fd9e5 + (unsigned int __limit) + + + + __gnu_cxx::temporary_buffer + a08148.html + + + std::_Temporary_buffer + + + temporary_buffer + a08148.html + a984575528c7bf7f532c7ff4b16a6a09c + (_ForwardIterator __first, _ForwardIterator __last) + + + + ~temporary_buffer + a08148.html + af2c0719cd475f4291891f508afc14059 + () + + + iterator + begin + a06788.html + acd631918c7c80bd4d4edd871c5122064 + () + + + iterator + end + a06788.html + a0a05d06255dbcf619bb312133b13cc97 + () + + + size_type + requested_size + a06788.html + a6cc6bd1d6df0b852168f5065c01433ca + () const + + + size_type + size + a06788.html + a9bc2a952203a764d5a1cdf80f94bd2a8 + () const + + + + __gnu_cxx::throw_allocator_base + a09660.html + _Tp + _Cond + __gnu_cxx::annotate_base + + + __gnu_cxx::throw_allocator_limit + a09664.html + + throw_allocator_base< _Tp, limit_condition > + + + __gnu_cxx::throw_allocator_random + a09672.html + + throw_allocator_base< _Tp, random_condition > + + + __gnu_cxx::throw_value_base + a09648.html + _Cond + + + __gnu_cxx::throw_value_limit + a09652.html + throw_value_base< limit_condition > + + + __gnu_cxx::throw_value_random + a09656.html + throw_value_base< random_condition > + + + __gnu_cxx::unary_compose + a08084.html + _Operation1 + _Operation2 + std::unary_function + + _Arg + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Result + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + __gnu_debug::_After_nth_from + a07708.html + + + + __gnu_debug::_BeforeBeginHelper + a07684.html + + + + __gnu_debug::_Equal_to + a07704.html + + + + __gnu_debug::_Not_equal_to + a07700.html + + + + __gnu_debug::_Safe_container + a07680.html + _SafeContainer + _Alloc + _SafeBase + _IsCxx11AllocatorAware + + + __gnu_debug::_Safe_forward_list + a07768.html + _SafeSequence + _Safe_sequence< _SafeSequence > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + + __gnu_debug::_Safe_iterator + a07576.html + _Iterator + _Sequence + __gnu_debug::_Safe_iterator_base + + + _Safe_iterator + a07576.html + af818ad242ea59d0754d787e22047668e + () noexcept + + + + _Safe_iterator + a07576.html + ad00cfe13afd639ef572c8195ceaf2067 + (const _Iterator &__i, const _Safe_sequence_base *__seq) noexcept + + + + _Safe_iterator + a07576.html + a5e2e4bf1d865160996b6ca3189224682 + (const _Safe_iterator &__x) noexcept + + + + _Safe_iterator + a07576.html + a6858ea7d7e4685b2a171acb00cb4b4d1 + (_Safe_iterator &&__x) noexcept + + + + _Safe_iterator + a07576.html + a4d86abde8c5007c75af5002f5e604302 + (const _Safe_iterator< _MutableIterator, typename __gnu_cxx::__enable_if<(std::__are_same< _MutableIterator, typename _Sequence::iterator::iterator_type >::__value), _Sequence >::__type > &__x) noexcept + + + void + _M_attach + a07576.html + acf3709cd9dcb3a7d4c5b7e2c7d975de2 + (_Safe_sequence_base *__seq) + + + void + _M_attach_single + a07576.html + a5c2eb995642e4aff7cce9d21def9d0e1 + (_Safe_sequence_base *__seq) + + + bool + _M_attached_to + a07672.html + a66a6d55e473c9ee51324b1bd3a4d087d + (const _Safe_sequence_base *__seq) const + + + bool + _M_before_dereferenceable + a07576.html + ab0efcd051204050a29ed7f440b5fe828 + () const + + + bool + _M_can_compare + a07672.html + adf82bbc78fe95b56a9b7682e7436fd45 + (const _Safe_iterator_base &__x) const + + + bool + _M_dereferenceable + a07576.html + ae1af2fada7005bb8545b4f354059d073 + () const + + + void + _M_detach_single + a07672.html + af1899eb4a27c3de8a74e9bf24dc920b4 + () + + + bool + _M_incrementable + a07576.html + a891008919386786a74a52b40db8dfde7 + () const + + + void + _M_invalidate + a07672.html + a231c2eca561476c79c326ae696512cd2 + () + + + bool + _M_is_before_begin + a07576.html + a2f1e2987ad4bf23c446ef9e04f9efe4f + () const + + + bool + _M_is_begin + a07576.html + a49229901605035229866375706c6effb + () const + + + bool + _M_is_beginnest + a07576.html + a2c6c67de960356b7b0289ed519a60c3c + () const + + + bool + _M_is_end + a07576.html + a0ad4bb1560e6e9ff36b0076795876559 + () const + + + void + _M_reset + a07672.html + a1546bb95326eb29d175cb45140a128dd + () + + + bool + _M_singular + a07672.html + a6b53f0fdddebe4b27ee7f9e6410a9616 + () const + + + void + _M_unlink + a07672.html + a15200550c9de14f693bd2fd9badbce2b + () + + + _Iterator & + base + a07576.html + a29ea66ae79f56b47fccb9285a173f0a3 + () noexcept + + + + operator _Iterator + a07576.html + a88ec2e064033945d02770dc9489b49be + () const noexcept + + + reference + operator* + a07576.html + a057b5b69dbc2acfeba0a3e631f399ff9 + () const noexcept + + + _Safe_iterator & + operator++ + a07576.html + a869b845a51e5a26a57a58d10bf67f382 + () noexcept + + + _Safe_iterator + operator++ + a07576.html + ab7804651b863e0813fcb1f7c9d174d3f + (int) noexcept + + + _Safe_iterator & + operator-- + a07576.html + a7cded199c7e0dba936964bb0220763dd + () noexcept + + + _Safe_iterator + operator-- + a07576.html + a71ebea05c967b78ab017f1452bcd4bab + (int) noexcept + + + pointer + operator-> + a07576.html + a2e93dbb412077e446510fdc27f2d4834 + () const noexcept + + + _Safe_iterator & + operator= + a07576.html + ae0c2d9d050f4e9b6a545da84153369b4 + (const _Safe_iterator &__x) noexcept + + + _Safe_iterator & + operator= + a07576.html + a5e69db25a052231b0a30be50eb416dcf + (_Safe_iterator &&__x) noexcept + + + _Safe_iterator_base * + _M_next + a07672.html + ae1d73bfac68a69f3ffe56c0f0d4c6063 + + + + _Safe_iterator_base * + _M_prior + a07672.html + ad3aa8afe2713aba16a79e934cbe50f1c + + + + _Safe_sequence_base * + _M_sequence + a07672.html + a0ee820218a8e43841a84d866dc94f1e3 + + + + unsigned int + _M_version + a07672.html + ad07568d7660eb8b85493b548d10c637a + + + + void + _M_attach + a07672.html + a51809843192abdf6415ec0342fb0fdb9 + (_Safe_sequence_base *__seq, bool __constant) + + + void + _M_attach_single + a07672.html + a45148b9f8f44371fedfd62f39827a18b + (_Safe_sequence_base *__seq, bool __constant) + + + void + _M_detach + a07672.html + a8deb31273aaf1912a5540ae046581c54 + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07672.html + a8503df34e352af4f20a519bd5a2ffc10 + () + + + + __gnu_debug::_Safe_iterator_base + a07672.html + + bool + _M_attached_to + a07672.html + a66a6d55e473c9ee51324b1bd3a4d087d + (const _Safe_sequence_base *__seq) const + + + bool + _M_can_compare + a07672.html + adf82bbc78fe95b56a9b7682e7436fd45 + (const _Safe_iterator_base &__x) const + + + void + _M_detach_single + a07672.html + af1899eb4a27c3de8a74e9bf24dc920b4 + () + + + void + _M_invalidate + a07672.html + a231c2eca561476c79c326ae696512cd2 + () + + + void + _M_reset + a07672.html + a1546bb95326eb29d175cb45140a128dd + () + + + bool + _M_singular + a07672.html + a6b53f0fdddebe4b27ee7f9e6410a9616 + () const + + + void + _M_unlink + a07672.html + a15200550c9de14f693bd2fd9badbce2b + () + + + _Safe_iterator_base * + _M_next + a07672.html + ae1d73bfac68a69f3ffe56c0f0d4c6063 + + + + _Safe_iterator_base * + _M_prior + a07672.html + ad3aa8afe2713aba16a79e934cbe50f1c + + + + _Safe_sequence_base * + _M_sequence + a07672.html + a0ee820218a8e43841a84d866dc94f1e3 + + + + unsigned int + _M_version + a07672.html + ad07568d7660eb8b85493b548d10c637a + + + + + _Safe_iterator_base + a07672.html + a3e6e1cb37b5585e5ee3b254bbd7d5cbb + () + + + + _Safe_iterator_base + a07672.html + a74a667bf14e3feb71571c352430fcf12 + (const _Safe_sequence_base *__seq, bool __constant) + + + + _Safe_iterator_base + a07672.html + a0993fe5b5c385572b6261e2100f01191 + (const _Safe_iterator_base &__x, bool __constant) + + + void + _M_attach + a07672.html + a51809843192abdf6415ec0342fb0fdb9 + (_Safe_sequence_base *__seq, bool __constant) + + + void + _M_attach_single + a07672.html + a45148b9f8f44371fedfd62f39827a18b + (_Safe_sequence_base *__seq, bool __constant) + + + void + _M_detach + a07672.html + a8deb31273aaf1912a5540ae046581c54 + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07672.html + a8503df34e352af4f20a519bd5a2ffc10 + () + + + + __gnu_debug::_Safe_local_iterator + a07580.html + _Iterator + _Sequence + __gnu_debug::_Safe_local_iterator_base + + + _Safe_local_iterator + a07580.html + adc916fc873a967e3c62525fb890de36b + () noexcept + + + + _Safe_local_iterator + a07580.html + a4ff1376224bdbaf79eaa666055a0c8d5 + (const _Iterator &__i, const _Safe_sequence_base *__cont) + + + + _Safe_local_iterator + a07580.html + a0a7e70d70fe6ebf02a59eb4ed6704642 + (const _Safe_local_iterator &__x) noexcept + + + + _Safe_local_iterator + a07580.html + a281a8ffa72a96b7599ad892efc6f4367 + (_Safe_local_iterator &&__x) noexcept + + + + _Safe_local_iterator + a07580.html + ad1962adda89092c2ec740c7398e28ed2 + (const _Safe_local_iterator< _MutableIterator, typename __gnu_cxx::__enable_if< std::__are_same< _MutableIterator, typename _Sequence::local_iterator::iterator_type >::__value, _Sequence >::__type > &__x) + + + void + _M_attach + a07580.html + ae844aa725bcfae4523cd9c050821e0f5 + (_Safe_sequence_base *__seq) + + + void + _M_attach_single + a07580.html + a8da8a15a449165ca5f17393e82445fd3 + (_Safe_sequence_base *__seq) + + + bool + _M_attached_to + a07672.html + a66a6d55e473c9ee51324b1bd3a4d087d + (const _Safe_sequence_base *__seq) const + + + bool + _M_can_compare + a07672.html + adf82bbc78fe95b56a9b7682e7436fd45 + (const _Safe_iterator_base &__x) const + + + bool + _M_dereferenceable + a07580.html + a6aa79a341cb886c9747c9889a3794ed8 + () const + + + bool + _M_in_same_bucket + a07580.html + a39baef008b322b79b4946d682018d4f2 + (const _Safe_local_iterator< _Other, _Sequence > &__other) const + + + bool + _M_incrementable + a07580.html + a230223745882ecdae6c0d0c68beb7027 + () const + + + void + _M_invalidate + a07672.html + a231c2eca561476c79c326ae696512cd2 + () + + + bool + _M_is_begin + a07580.html + aec66d198e8316a67bd61262fb635d63a + () const + + + bool + _M_is_end + a07580.html + a10fc12a7ddc4e7d5a554ad0194b0cd90 + () const + + + void + _M_reset + a07672.html + a1546bb95326eb29d175cb45140a128dd + () + + + bool + _M_singular + a07672.html + a6b53f0fdddebe4b27ee7f9e6410a9616 + () const + + + void + _M_unlink + a07672.html + a15200550c9de14f693bd2fd9badbce2b + () + + + _Iterator & + base + a07580.html + a37fd9d3b91b2f222dbdfb95286e9e80f + () noexcept + + + size_type + bucket + a07580.html + a15955b785b5ba3c61918a1c549fda0d2 + () const + + + + operator _Iterator + a07580.html + a996c63351ba75c6b08c729662f1e2809 + () const + + + reference + operator* + a07580.html + a8e237d9370458e65ea6141b677e8e8f8 + () const + + + _Safe_local_iterator & + operator++ + a07580.html + ae86d3f9ac2f797a9231fb441c3a85f04 + () + + + _Safe_local_iterator + operator++ + a07580.html + a970d20722ad94a43afaa2e4db289f85e + (int) + + + pointer + operator-> + a07580.html + a4789f11d5d5c248e478a79f590186f1a + () const + + + _Safe_local_iterator & + operator= + a07580.html + aa7d1bbc86a00f5af9a96cc55c7914cce + (const _Safe_local_iterator &__x) + + + _Safe_local_iterator & + operator= + a07580.html + a63641a3d3e09e8c2ef28e47d9f4b6057 + (_Safe_local_iterator &&__x) noexcept + + + _Safe_iterator_base * + _M_next + a07672.html + ae1d73bfac68a69f3ffe56c0f0d4c6063 + + + + _Safe_iterator_base * + _M_prior + a07672.html + ad3aa8afe2713aba16a79e934cbe50f1c + + + + _Safe_sequence_base * + _M_sequence + a07672.html + a0ee820218a8e43841a84d866dc94f1e3 + + + + unsigned int + _M_version + a07672.html + ad07568d7660eb8b85493b548d10c637a + + + + void + _M_attach + a07716.html + a78f52529ca9957c3f87afb0920456374 + (_Safe_sequence_base *__seq, bool __constant) + + + void + _M_attach_single + a07716.html + a1d77bdc38465edcace6943056f867725 + (_Safe_sequence_base *__seq, bool __constant) + + + void + _M_detach + a07716.html + ad88baf5072fed556979aaf901b3dfafd + () + + + void + _M_detach_single + a07716.html + a78cee76dec3476ad6c790e55d00eef46 + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07672.html + a8503df34e352af4f20a519bd5a2ffc10 + () + + + + __gnu_debug::_Safe_local_iterator_base + a07716.html + __gnu_debug::_Safe_iterator_base + + bool + _M_attached_to + a07672.html + a66a6d55e473c9ee51324b1bd3a4d087d + (const _Safe_sequence_base *__seq) const + + + bool + _M_can_compare + a07672.html + adf82bbc78fe95b56a9b7682e7436fd45 + (const _Safe_iterator_base &__x) const + + + void + _M_invalidate + a07672.html + a231c2eca561476c79c326ae696512cd2 + () + + + void + _M_reset + a07672.html + a1546bb95326eb29d175cb45140a128dd + () + + + bool + _M_singular + a07672.html + a6b53f0fdddebe4b27ee7f9e6410a9616 + () const + + + void + _M_unlink + a07672.html + a15200550c9de14f693bd2fd9badbce2b + () + + + _Safe_iterator_base * + _M_next + a07672.html + ae1d73bfac68a69f3ffe56c0f0d4c6063 + + + + _Safe_iterator_base * + _M_prior + a07672.html + ad3aa8afe2713aba16a79e934cbe50f1c + + + + _Safe_sequence_base * + _M_sequence + a07672.html + a0ee820218a8e43841a84d866dc94f1e3 + + + + unsigned int + _M_version + a07672.html + ad07568d7660eb8b85493b548d10c637a + + + + + _Safe_local_iterator_base + a07716.html + ad7d51ed8396149f6d4d44e9bbf48ddf3 + () + + + + _Safe_local_iterator_base + a07716.html + a7958bccd20b93cf3f6cffc4ed922346d + (const _Safe_sequence_base *__seq, bool __constant) + + + + _Safe_local_iterator_base + a07716.html + aba66dde2adb286395bcb7714f32e64d9 + (const _Safe_local_iterator_base &__x, bool __constant) + + + void + _M_attach + a07716.html + a78f52529ca9957c3f87afb0920456374 + (_Safe_sequence_base *__seq, bool __constant) + + + void + _M_attach_single + a07716.html + a1d77bdc38465edcace6943056f867725 + (_Safe_sequence_base *__seq, bool __constant) + + + void + _M_detach + a07716.html + ad88baf5072fed556979aaf901b3dfafd + () + + + void + _M_detach_single + a07716.html + a78cee76dec3476ad6c790e55d00eef46 + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07672.html + a8503df34e352af4f20a519bd5a2ffc10 + () + + + + __gnu_debug::_Safe_node_sequence + a07712.html + _Sequence + __gnu_debug::_Safe_sequence + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + __gnu_debug::_Safe_sequence + a07584.html + _Sequence + __gnu_debug::_Safe_sequence_base + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + __gnu_debug::_Safe_sequence_base + a07676.html + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + + ~_Safe_sequence_base + a07676.html + a9061ce48f8c5627d61a2e4a72a43f479 + () + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + __gnu_debug::_Safe_unordered_container + a07724.html + _Container + __gnu_debug::_Safe_unordered_container_base + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_const_local_iterators + a07720.html + aada883d3554a2f87ca780c2457c09d5d + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + _Safe_iterator_base * + _M_local_iterators + a07720.html + ad62db24fbffa1fb93099351281b7ce65 + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07720.html + aa7ec5c80048329d10fe2916fff73aeff + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_invalidate_if + a07724.html + aff0fe666b60f05c5f8da0ae92548ad42 + (_Predicate __pred) + + + void + _M_invalidate_local_if + a07724.html + aa3e9b27e61fad7cb80cfab023eac395d + (_Predicate __pred) + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07720.html + a1ff909e73bfb6e9646caf6df99db2d70 + (_Safe_unordered_container_base &__x) noexcept + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + __gnu_debug::_Safe_unordered_container_base + a07720.html + __gnu_debug::_Safe_sequence_base + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_const_local_iterators + a07720.html + aada883d3554a2f87ca780c2457c09d5d + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + _Safe_iterator_base * + _M_local_iterators + a07720.html + ad62db24fbffa1fb93099351281b7ce65 + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + + ~_Safe_unordered_container_base + a07720.html + a918ae91156e92a8701da15fc61d05b63 + () noexcept + + + void + _M_detach_all + a07720.html + aa7ec5c80048329d10fe2916fff73aeff + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07720.html + a1ff909e73bfb6e9646caf6df99db2d70 + (_Safe_unordered_container_base &__x) noexcept + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + __gnu_debug::_Safe_vector + a07824.html + _SafeSequence + _BaseSequence + + + __gnu_debug::_Sequence_traits + a07688.html + + + + __gnu_debug::basic_string + a07800.html + _CharT + _Traits + _Allocator + _Safe_container< basic_string< _CharT, _Traits, _Allocator >, _Allocator, _Safe_sequence, bool(_GLIBCXX_USE_CXX11_ABI)> + basic_string< _CharT, _Traits, _Allocator > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + basic_string & + append + a03900.html + a93795d6e4ab56974a69099a52726c1e1 + (const basic_string &__str) + + + basic_string & + append + a03900.html + a994d19c140f66be9b1b7219e4d64d111 + (const basic_string &__str, size_type __pos, size_type __n) + + + basic_string & + append + a03900.html + abbc4bbfee03cbca12a25929455036337 + (initializer_list< _CharT > __l) + + + basic_string & + assign + a03900.html + a40c0c4216ddc30d2d77595a0af24e0a6 + (const basic_string &__str) + + + basic_string & + assign + a03900.html + ab0d36f7b093518f2473845747b2e386f + (basic_string &&__str) + + + basic_string & + assign + a03900.html + a9ce57ae0fe2a2ff9f66f7a3e7e6330b7 + (const basic_string &__str, size_type __pos, size_type __n) + + + const_reference + at + a03900.html + a7b3f71d659cec45cc094e220814402e6 + (size_type __n) const + + + reference + at + a03900.html + afb57639cf518335a43c9b2875438fe0d + (size_type __n) + + + reference + back + a03900.html + ac12faa42fdb7031770f89f43f8901376 + () + + + const_reference + back + a03900.html + a7b7634d8024933699b736e271f88cdac + () const noexcept + + + size_type + capacity + a03900.html + adbd70b5afd5d6a0b47dfe2e2ec491c07 + () const noexcept + + + int + compare + a03900.html + a2e55254a1296e57e119415607247b8f2 + (const basic_string &__str) const + + + int + compare + a03900.html + a2bd799002ba56d91f9d7da0f66a39034 + (size_type __pos, size_type __n, const basic_string &__str) const + + + int + compare + a03900.html + ad5deb315b5f9164af31594f841c75d85 + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) const + + + bool + empty + a03900.html + ab646860c309686e5dfa9ab42e062a1bf + () const noexcept + + + iterator + erase + a03900.html + a28aff931bdb19be2c6b1658d6bb03f71 + (iterator __position) + + + iterator + erase + a03900.html + a14043b49e3ab3c8834b1936a8bdf7fd7 + (iterator __first, iterator __last) + + + size_type + find + a03900.html + a295acb36c3779a550ca1792fef74736e + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a3d161e0b4182e43e70778769cefdab8c + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + a118aa1e4afbe9d35b49eb36ad74e230a + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find_last_not_of + a03900.html + a2a7d997ad1bf8f9667a18ba72f3d1608 + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + a5bd1d6df971b6e4cb7468ac97e1dd338 + (const basic_string &__str, size_type __pos=npos) const noexcept + + + reference + front + a03900.html + a4e7ef41fd4dbb69e831e2721fef8c1f5 + () + + + const_reference + front + a03900.html + a3dd02d2967a250d1e115f96907b05411 + () const noexcept + + + allocator_type + get_allocator + a03900.html + ac74bf867dd0c370a371d27715417037d + () const noexcept + + + void + insert + a03900.html + a3e9371291649e0ef913b1db6eca30fe6 + (iterator __p, size_type __n, _CharT __c) + + + void + insert + a03900.html + adfba5cd6a9aa65ba311bccf50cb372f1 + (iterator __p, _InputIterator __beg, _InputIterator __end) + + + void + insert + a03900.html + a222550ae5e2797c94ec1843e1c5d534d + (iterator __p, initializer_list< _CharT > __l) + + + basic_string & + insert + a03900.html + a573db36b336dacb30f9597947fb9cbba + (size_type __pos1, const basic_string &__str) + + + basic_string & + insert + a03900.html + a70baff37172ea468e37cb11d7e38363d + (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n) + + + iterator + insert + a03900.html + afd1100ed98bdacbf118baaf860bb2feb + (iterator __p, _CharT __c) + + + size_type + length + a03900.html + a5963813a61b3dbc4edd03cf1f91608b5 + () const noexcept + + + size_type + max_size + a03900.html + ae64648328b956cc014db981cfd763df4 + () const noexcept + + + basic_string & + operator+= + a03900.html + a3f985c5b2f4e7220ca0f49fba85ee836 + (const basic_string &__str) + + + basic_string & + replace + a03900.html + a499572a795055fb2b4640aa8fa933a7d + (size_type __pos, size_type __n, const basic_string &__str) + + + basic_string & + replace + a03900.html + ad87fcdf010de7bf39af1e0784399913a + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) + + + basic_string & + replace + a03900.html + ad19978649741d77947601dd6d9060790 + (iterator __i1, iterator __i2, const basic_string &__str) + + + basic_string & + replace + a03900.html + a7445d4650ad19f82110fc756829a3f5f + (iterator __i1, iterator __i2, const _CharT *__s, size_type __n) + + + basic_string & + replace + a03900.html + a0d1b1f02005d10780da0025d702188ef + (iterator __i1, iterator __i2, const _CharT *__s) + + + basic_string & + replace + a03900.html + a2e2e22f1f92a2344a7b08773a7d1eb5e + (iterator __i1, iterator __i2, size_type __n, _CharT __c) + + + basic_string & + replace + a03900.html + ab14ece76be0afccddda61836f3683ba4 + (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) + + + basic_string & + replace + a03900.html + a5c6756c900299cb0b024dae3bb036285 + (iterator __i1, iterator __i2, initializer_list< _CharT > __l) + + + void + reserve + a03900.html + a33d4d3491641d9129f660cb46a9ccac8 + (size_type __res_arg=0) + + + size_type + rfind + a03900.html + a6cab7f0f853a0f230ea585888e21d34d + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + size + a03900.html + a676f896c88073521cfac7aab5f3da5af + () const noexcept + + + void + swap + a03900.html + a82c14c3fd8fa3cd5a7ccf1c76fa89b03 + (basic_string &__s) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + static const size_type + npos + a03900.html + ac73924a70ab202e90e1c18c2dea125c9 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + __gnu_parallel::__accumulate_binop_reduct + a08420.html + + + + __gnu_parallel::__accumulate_selector + a08388.html + _It + __gnu_parallel::__generic_for_each_selector + + std::iterator_traits< _It >::value_type + operator() + a08388.html + a3cf37f56d2b37200d0708f75f872ada7 + (_Op __o, _It __i) + + + _It + _M_finish_iterator + a08348.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + + __gnu_parallel::__adjacent_difference_selector + a08400.html + _It + __gnu_parallel::__generic_for_each_selector + + _It + _M_finish_iterator + a08348.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + + __gnu_parallel::__adjacent_find_selector + a08336.html + __gnu_parallel::__generic_find_selector + + std::pair< _RAIter1, _RAIter2 > + _M_sequential_algorithm + a08336.html + a89987a97e4d94cb47f92c113de4a1a48 + (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred) + + + bool + operator() + a08336.html + afba73305cf46d20618b0deb3cbd4a1ba + (_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) + + + + __gnu_parallel::__binder1st + a08284.html + + + + + unary_function< _SecondArgumentType, _ResultType > + + _SecondArgumentType + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _ResultType + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + __gnu_parallel::__binder2nd + a08288.html + _Operation + _FirstArgumentType + _SecondArgumentType + _ResultType + unary_function< _FirstArgumentType, _ResultType > + + _FirstArgumentType + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _ResultType + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + __gnu_parallel::__count_if_selector + a08384.html + _It + _Diff + __gnu_parallel::__generic_for_each_selector + + _Diff + operator() + a08384.html + a56b55a96d25ead3f5a39c062913f7804 + (_Op &__o, _It __i) + + + _It + _M_finish_iterator + a08348.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + + __gnu_parallel::__count_selector + a08380.html + _It + _Diff + __gnu_parallel::__generic_for_each_selector + + _Diff + operator() + a08380.html + a0e1e5ee862269d12a04fd59864f07e66 + (_ValueType &__v, _It __i) + + + _It + _M_finish_iterator + a08348.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + + __gnu_parallel::__fill_selector + a08360.html + + __gnu_parallel::__generic_for_each_selector + + bool + operator() + a08360.html + a1e3e5bf39d889705dbb9424ac1a4fc01 + (_ValueType &__v, _It __i) + + + _It + _M_finish_iterator + a08348.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + + __gnu_parallel::__find_first_of_selector + a08344.html + + __gnu_parallel::__generic_find_selector + + std::pair< _RAIter1, _RAIter2 > + _M_sequential_algorithm + a08344.html + a1b4029217a30dbc7e06ed2d022f30727 + (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred) + + + bool + operator() + a08344.html + ab86537005f7f266bbaebc18f9d44b077 + (_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) + + + + __gnu_parallel::__find_if_selector + a08332.html + __gnu_parallel::__generic_find_selector + + std::pair< _RAIter1, _RAIter2 > + _M_sequential_algorithm + a08332.html + a63d5cc3dfce9c02f30dd7c4cc468d157 + (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred) + + + bool + operator() + a08332.html + ab5c063395b4e4f3e1be257ac5327f8b2 + (_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) + + + + __gnu_parallel::__for_each_selector + a08352.html + _It + __gnu_parallel::__generic_for_each_selector + + bool + operator() + a08352.html + a96ab04030fc97ceace13df652312cca7 + (_Op &__o, _It __i) + + + _It + _M_finish_iterator + a08348.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + + __gnu_parallel::__generate_selector + a08356.html + _It + __gnu_parallel::__generic_for_each_selector + + bool + operator() + a08356.html + aace006f0e22d008dbfbd4170ec504ff4 + (_Op &__o, _It __i) + + + _It + _M_finish_iterator + a08348.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + + __gnu_parallel::__generic_find_selector + a08328.html + + + __gnu_parallel::__generic_for_each_selector + a08348.html + + + _It + _M_finish_iterator + a08348.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + + __gnu_parallel::__identity_selector + a08396.html + _It + __gnu_parallel::__generic_for_each_selector + + _It + operator() + a08396.html + a5a619614699498f9a13f1c64d27005e6 + (_Op __o, _It __i) + + + _It + _M_finish_iterator + a08348.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + + __gnu_parallel::__inner_product_selector + a08392.html + + + + __gnu_parallel::__generic_for_each_selector + + + __inner_product_selector + a08392.html + a25f2715c4f3a97fc90884d9eaa458a71 + (_It __b1, _It2 __b2) + + + _Tp + operator() + a08392.html + aa518cf31e5b678e0ad8ed27ec50b995f + (_Op __mult, _It __current) + + + _It + __begin1_iterator + a08392.html + a41d6aec1a243a4cd10c8beca20d3de75 + + + + _It2 + __begin2_iterator + a08392.html + a11bb81ff8c7ccd4d5e4437e606e138bc + + + + _It + _M_finish_iterator + a08348.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + + __gnu_parallel::__max_element_reduct + a08416.html + + + + + __gnu_parallel::__min_element_reduct + a08412.html + + + + + __gnu_parallel::__mismatch_selector + a08340.html + __gnu_parallel::__generic_find_selector + + std::pair< _RAIter1, _RAIter2 > + _M_sequential_algorithm + a08340.html + a9c307c47e6a7d2b3211c92c767d2a448 + (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred) + + + bool + operator() + a08340.html + acce7eaf03f5dcb028e255f8b40ad9dfd + (_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) + + + + __gnu_parallel::__multiway_merge_3_variant_sentinel_switch + a08516.html + __sentinels + + + + + + + __gnu_parallel::__multiway_merge_3_variant_sentinel_switch< true, _RAIterIterator, _RAIter3, _DifferenceTp, _Compare > + a08520.html + + + + + + + __gnu_parallel::__multiway_merge_4_variant_sentinel_switch + a08524.html + __sentinels + + + + + + + __gnu_parallel::__multiway_merge_4_variant_sentinel_switch< true, _RAIterIterator, _RAIter3, _DifferenceTp, _Compare > + a08528.html + + + + + + + __gnu_parallel::__multiway_merge_k_variant_sentinel_switch + a08532.html + __sentinels + __stable + + + + + + + __gnu_parallel::__multiway_merge_k_variant_sentinel_switch< false, __stable, _RAIterIterator, _RAIter3, _DifferenceTp, _Compare > + a08536.html + __stable + + + + + + + __gnu_parallel::__replace_if_selector + a08376.html + _It + _Op + _Tp + __gnu_parallel::__generic_for_each_selector + + + __replace_if_selector + a08376.html + adbc9d0217ad343205522064b78116f27 + (const _Tp &__new_val) + + + bool + operator() + a08376.html + aac84e11aceb0e9a3a784639d4df228c3 + (_Op &__o, _It __i) + + + const _Tp & + __new_val + a08376.html + ae1c51abc88821f95a5cb95ae9736d021 + + + + _It + _M_finish_iterator + a08348.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + + __gnu_parallel::__replace_selector + a08372.html + + + __gnu_parallel::__generic_for_each_selector + + + __replace_selector + a08372.html + a0fc622ae3902dd1b6c81541545262db7 + (const _Tp &__new_val) + + + bool + operator() + a08372.html + af3f1faaa44808a57f241b03a0f9be9a5 + (_Tp &__v, _It __i) + + + const _Tp & + __new_val + a08372.html + a64e384e0d3c57b0f0a545f56262fa012 + + + + _It + _M_finish_iterator + a08348.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + + __gnu_parallel::__transform1_selector + a08364.html + _It + __gnu_parallel::__generic_for_each_selector + + bool + operator() + a08364.html + a8292d668f885bee0747c9d154fb9a77e + (_Op &__o, _It __i) + + + _It + _M_finish_iterator + a08348.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + + __gnu_parallel::__transform2_selector + a08368.html + _It + __gnu_parallel::__generic_for_each_selector + + bool + operator() + a08368.html + a4e0226a0b61723e0e8e716fb3a8be78f + (_Op &__o, _It __i) + + + _It + _M_finish_iterator + a08348.html + a3b43c6fa8f1aa9bf6a3506102d0755c9 + + + + + __gnu_parallel::__unary_negate + a08280.html + + + unary_function< argument_type, bool > + + argument_type + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + bool + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + __gnu_parallel::_DRandomShufflingGlobalData + a08600.html + _RAIter + + + _DRandomShufflingGlobalData + a08600.html + a49c246799f069b451b53333929d4084b + (_RAIter &__source) + + + _ThreadIndex * + _M_bin_proc + a08600.html + ab8ca1d69017a8d989c2a6513f7ee5dff + + + + _DifferenceType ** + _M_dist + a08600.html + a3daea3a567c0812cbd6f952f09cf749e + + + + int + _M_num_bins + a08600.html + a97f25c495ee3f15f536662ab66ed3090 + + + + int + _M_num_bits + a08600.html + aea997549c9b932168aa3604c93d8ffc8 + + + + _RAIter & + _M_source + a08600.html + acfd543398248a5b739699df3a525c3c2 + + + + _DifferenceType * + _M_starts + a08600.html + ad6b06c75f81ed22652e7885f5f24b8f8 + + + + _ValueType ** + _M_temporaries + a08600.html + ab4a993d7f3f535fb1e966844a742c346 + + + + + __gnu_parallel::_DRSSorterPU + a08604.html + _RAIter + _RandomNumberGenerator + + _BinIndex + __bins_end + a08604.html + a57cad95133be224e950058f49d8efa88 + + + + _BinIndex + _M_bins_begin + a08604.html + a4f1586846d7c1364d0bdb4495050be75 + + + + int + _M_num_threads + a08604.html + a98ee0afe2a8b24ccca4438ac7d9aa05d + + + + _DRandomShufflingGlobalData< _RAIter > * + _M_sd + a08604.html + a8e416537b5c329254dbc66c20416629f + + + + uint32_t + _M_seed + a08604.html + a81dfd4b63950e76d2b540051a234cd5d + + + + + __gnu_parallel::_DummyReduct + a08408.html + + + __gnu_parallel::_EqualFromLess + a08276.html + + + + binary_function< _T1, _T2, bool > + + _T1 + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _T2 + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + __gnu_parallel::_EqualTo + a08292.html + + + binary_function< _T1, _T2, bool > + + _T1 + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _T2 + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + __gnu_parallel::_GuardedIterator + a08504.html + + + + + _GuardedIterator + a08504.html + ae5f70394d5c15f471216c6483d846b1c + (_RAIter __begin, _RAIter __end, _Compare &__comp) + + + + operator _RAIter + a08504.html + aaa63e1e4c5f2ad032d7deac8dbd8d2d6 + () + + + std::iterator_traits< _RAIter >::value_type & + operator* + a08504.html + a89e62967a92648f52f3da16144bf9b75 + () + + + _GuardedIterator< _RAIter, _Compare > & + operator++ + a08504.html + ab5ee82c060324ccc10d02831a5270a7c + () + + + friend bool + operator< + a08504.html + a2bf5c5fcb9aba7fef572a48701d84f9d + (_GuardedIterator< _RAIter, _Compare > &__bi1, _GuardedIterator< _RAIter, _Compare > &__bi2) + + + friend bool + operator<= + a08504.html + a406eb3652a303e46bd225a4046401bf4 + (_GuardedIterator< _RAIter, _Compare > &__bi1, _GuardedIterator< _RAIter, _Compare > &__bi2) + + + + __gnu_parallel::_IteratorPair + a08424.html + + + + pair< _Iterator1, _Iterator2 > + + _PCC<!is_same< _Iterator1, _U1 >::value||!is_same< _Iterator2, _U2 >::value, _Iterator1, _Iterator2 > + _PCCFP + a06756.html + a685ed9e4eb27e5926029813616218270 + + + + _PCC< true, _Iterator1, _Iterator2 > + _PCCP + a06756.html + a1f43fbe0731e417b35a98d52ac6b8287 + + + + _Iterator2 + second_type + a06756.html + a6d205c1eab800cb27d82060d11d531a3 + + + + _Iterator1 + first + a06756.html + a198b03cffc037835dc1dc01c926ce251 + + + + _Iterator2 + second + a06756.html + a91179413226db12e66346d3673b7835f + + + + + __gnu_parallel::_IteratorTriple + a08428.html + + + + + + + __gnu_parallel::_Job + a08700.html + _DifferenceTp + + volatile _DifferenceType + _M_first + a08700.html + a815b2e740292adbcc40185ebae5b1c67 + + + + volatile _DifferenceType + _M_last + a08700.html + a6893a607875d35bea0a2c15b6a448129 + + + + volatile _DifferenceType + _M_load + a08700.html + a46f2881dc8a59f16b0cb6761d7f632c4 + + + + + __gnu_parallel::_Less + a08296.html + + + binary_function< _T1, _T2, bool > + + _T1 + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _T2 + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + __gnu_parallel::_Lexicographic + a08496.html + _T1 + _T2 + _Compare + binary_function< std::pair< _T1, _T2 >, std::pair< _T1, _T2 >, bool > + + std::pair< _T1, _T2 > + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + std::pair< _T1, _T2 > + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + __gnu_parallel::_LexicographicReverse + a08500.html + _T1 + _T2 + _Compare + binary_function< _T1, _T2, bool > + + _T1 + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _T2 + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + __gnu_parallel::_LoserTree + a08440.html + __stable + + + __gnu_parallel::_LoserTreeBase + + void + __delete_min_insert + a08440.html + a35d4c47719d2f41603ba9c650f3f1e5a + (_Tp __key, bool __sup) + + + int + __get_min_source + a08432.html + ae03e177c456afb3093d6aed490de7b70 + () + + + void + __insert_start + a08432.html + ae40e9ed966e6afbbdcfca290b3992130 + (const _Tp &__key, int __source, bool __sup) + + + _Compare + _M_comp + a08432.html + a7bbc4162a7a7aad013038e076f516512 + + + + bool + _M_first_insert + a08432.html + afd84c329905b58ec69ade3066f138124 + + + + unsigned int + _M_log_k + a08432.html + a75bba27325ffeb227186440dfc836fb9 + + + + _Loser * + _M_losers + a08432.html + a018ad8a7b6c35a776bce15ce4c1d7974 + + + + + __gnu_parallel::_LoserTree< false, _Tp, _Compare > + a08444.html + + + __gnu_parallel::_LoserTreeBase + + void + __delete_min_insert + a08444.html + aadac29421984aa702191fc81c3942afb + (_Tp __key, bool __sup) + + + int + __get_min_source + a08432.html + ae03e177c456afb3093d6aed490de7b70 + () + + + unsigned int + __init_winner + a08444.html + a72f173966387d5b8bd2fe3f9cedd32c8 + (unsigned int __root) + + + void + __insert_start + a08432.html + ae40e9ed966e6afbbdcfca290b3992130 + (const _Tp &__key, int __source, bool __sup) + + + _Compare + _M_comp + a08432.html + a7bbc4162a7a7aad013038e076f516512 + + + + bool + _M_first_insert + a08432.html + afd84c329905b58ec69ade3066f138124 + + + + unsigned int + _M_log_k + a08432.html + a75bba27325ffeb227186440dfc836fb9 + + + + _Loser * + _M_losers + a08432.html + a018ad8a7b6c35a776bce15ce4c1d7974 + + + + + __gnu_parallel::_LoserTreeBase + a08432.html + + + __gnu_parallel::_LoserTreeBase::_Loser + + + _LoserTreeBase + a08432.html + acae75ac10b89e74fcabfd598399280e8 + (unsigned int __k, _Compare __comp) + + + + ~_LoserTreeBase + a08432.html + aab2d1be8f756025bc63f64218c88a559 + () + + + int + __get_min_source + a08432.html + ae03e177c456afb3093d6aed490de7b70 + () + + + void + __insert_start + a08432.html + ae40e9ed966e6afbbdcfca290b3992130 + (const _Tp &__key, int __source, bool __sup) + + + _Compare + _M_comp + a08432.html + a7bbc4162a7a7aad013038e076f516512 + + + + bool + _M_first_insert + a08432.html + afd84c329905b58ec69ade3066f138124 + + + + unsigned int + _M_log_k + a08432.html + a75bba27325ffeb227186440dfc836fb9 + + + + _Loser * + _M_losers + a08432.html + a018ad8a7b6c35a776bce15ce4c1d7974 + + + + + __gnu_parallel::_LoserTreeBase::_Loser + a08436.html + + _Tp + _M_key + a08436.html + a8450fa226312185aa27a526f23677a75 + + + + int + _M_source + a08436.html + a6887fcf9b3448e958f46c5a822befc5b + + + + bool + _M_sup + a08436.html + a704e30d74cc22713c993d8a22c145fef + + + + + __gnu_parallel::_LoserTreePointer + a08456.html + __stable + + + __gnu_parallel::_LoserTreePointerBase + + + __gnu_parallel::_LoserTreePointer< false, _Tp, _Compare > + a08460.html + + + __gnu_parallel::_LoserTreePointerBase + + + __gnu_parallel::_LoserTreePointerBase + a08448.html + + + __gnu_parallel::_LoserTreePointerBase::_Loser + + + __gnu_parallel::_LoserTreePointerBase::_Loser + a08452.html + + + __gnu_parallel::_LoserTreePointerUnguarded + a08488.html + __stable + + + __gnu_parallel::_LoserTreePointerUnguardedBase + + + __gnu_parallel::_LoserTreePointerUnguarded< false, _Tp, _Compare > + a08492.html + + + __gnu_parallel::_LoserTreePointerUnguardedBase + + + __gnu_parallel::_LoserTreePointerUnguardedBase + a08480.html + + + + + __gnu_parallel::_LoserTreeTraits + a08512.html + + + static const bool + _M_use_pointer + a08512.html + ae896521258e61f2158af412742d7276b + + + + + __gnu_parallel::_LoserTreeUnguarded + a08472.html + __stable + + + __gnu_parallel::_LoserTreeUnguardedBase + + + __gnu_parallel::_LoserTreeUnguarded< false, _Tp, _Compare > + a08476.html + + + __gnu_parallel::_LoserTreeUnguardedBase + + + __gnu_parallel::_LoserTreeUnguardedBase + a08464.html + + + + + __gnu_parallel::_Multiplies + a08312.html + + + + binary_function< _Tp1, _Tp2, _Result > + + _Tp1 + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Result + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp2 + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + __gnu_parallel::_Nothing + a08404.html + + void + operator() + a08404.html + ac510e7f38f4ddc7d13db646cb65d2e25 + (_It __i) + + + + __gnu_parallel::_Piece + a08548.html + + + _DifferenceType + _M_begin + a08548.html + a6f846c8afc04193f46d5a1a490bd3ee2 + + + + _DifferenceType + _M_end + a08548.html + ab0315ceba623516eccee17cd7650d705 + + + + + __gnu_parallel::_Plus + a08304.html + + + + binary_function< _Tp1, _Tp2, _Result > + + _Tp1 + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Result + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp2 + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + __gnu_parallel::_PMWMSSortingData + a08552.html + _RAIter + + _ThreadIndex + _M_num_threads + a08552.html + a96502c73cd4bc2be361ec19eb3ff4927 + + + + _DifferenceType * + _M_offsets + a08552.html + a16303d6bb873db661b0ea3605d5d0151 + + + + std::vector< _Piece< _DifferenceType > > * + _M_pieces + a08552.html + a6d425f3ac66ac84994cb4f353ffb16f4 + + + + _ValueType * + _M_samples + a08552.html + a2ce4dc3b1896ffd807b1e78cad4fb6ad + + + + _RAIter + _M_source + a08552.html + a3a63332260c5462d462764091a404a49 + + + + _DifferenceType * + _M_starts + a08552.html + a630e321737804622cfe40105b321d745 + + + + _ValueType ** + _M_temporary + a08552.html + abee24a2790b37147ee79b73dc22d6054 + + + + + __gnu_parallel::_PseudoSequence + a08324.html + _Tp + _DifferenceTp + + + _PseudoSequence + a08324.html + ab0fca6cced869a995c28f541f7116f3f + (const _Tp &__val, _DifferenceType __count) + + + iterator + begin + a08324.html + a51b9740eb71084e18aec7d254cab3e30 + () const + + + iterator + end + a08324.html + a8a0b6be67bf27256c7701980673775b6 + () const + + + + __gnu_parallel::_PseudoSequenceIterator + a08320.html + + + + + __gnu_parallel::_QSBThreadLocal + a08272.html + _RAIter + + std::pair< _RAIter, _RAIter > + _Piece + a08272.html + a4b151f36b1cac07063a9e6ae1ae9fd5a + + + + + _QSBThreadLocal + a08272.html + a47e9a744d2981943c13ac5a0af56f493 + (int __queue_size) + + + volatile _DifferenceType * + _M_elements_leftover + a08272.html + a02cf2d3081cda15fa671ec19cb62b551 + + + + _Piece + _M_global + a08272.html + aba7a5f9235cc1a847e3754df018eb9b4 + + + + _Piece + _M_initial + a08272.html + a0018330a1faea8911bb0a8a7ee44f72e + + + + _RestrictedBoundedConcurrentQueue< _Piece > + _M_leftover_parts + a08272.html + ab857deaace34709581c5573bc62afd49 + + + + _ThreadIndex + _M_num_threads + a08272.html + a0b63568837becdfbbd1f7accc1c05d1d + + + + + __gnu_parallel::_RandomNumber + a08596.html + + + _RandomNumber + a08596.html + acdf323e8c00b83892d86bf932bf3a966 + () + + + + _RandomNumber + a08596.html + ae80e68e8fce17ae590fd4ca1b5ea40d4 + (uint32_t __seed, uint64_t _M_supremum=0x100000000ULL) + + + unsigned long + __genrand_bits + a08596.html + a4fd974d8ce4f13ea3c1aad5cb999c55b + (int __bits) + + + uint32_t + operator() + a08596.html + ac0da7b514eddc08518d496c93015bb39 + () + + + uint32_t + operator() + a08596.html + a58e1450c9d06b629dde759438bc7d83c + (uint64_t local_supremum) + + + + __gnu_parallel::_RestrictedBoundedConcurrentQueue + a08592.html + _Tp + + + _RestrictedBoundedConcurrentQueue + a08592.html + a7070da9f66983a3fa24ae4dc92614c0c + (_SequenceIndex __max_size) + + + + ~_RestrictedBoundedConcurrentQueue + a08592.html + a0e201d45c998cc913577af578f0b9a16 + () + + + bool + pop_back + a08592.html + aff5854a49d63fcd08aae08eb282361e7 + (_Tp &__t) + + + bool + pop_front + a08592.html + a4b760899cefaccb86586c447b12c4cc3 + (_Tp &__t) + + + void + push_front + a08592.html + a2ac4fcc26b5a8e8d3db9993ca3b6f777 + (const _Tp &__t) + + + + __gnu_parallel::_SamplingSorter + a08540.html + __stable + + + + + __gnu_parallel::_SamplingSorter< false, _RAIter, _StrictWeakOrdering > + a08544.html + + + + + __gnu_parallel::_Settings + a08624.html + + static const _Settings & + get + a08624.html + abc4965eacae0b49945ebc887cb11adc1 + () + + + static void + set + a08624.html + ab8315853244a863923059790ac776299 + (_Settings &) + + + _SequenceIndex + accumulate_minimal_n + a08624.html + aca7032b6e6e0e84d00e83ea57e6f89d4 + + + + unsigned int + adjacent_difference_minimal_n + a08624.html + a54ef7c9960d233b219343ac7894c7fc4 + + + + unsigned int + cache_line_size + a08624.html + a2918b2f3f97a4fbbcfe990e73ace805b + + + + _SequenceIndex + count_minimal_n + a08624.html + ad8cdfe2324ea2ea32021f2625b2299f1 + + + + _SequenceIndex + fill_minimal_n + a08624.html + ae12932b6ecb49293c8c68a0d5dbf8919 + + + + double + find_increasing_factor + a08624.html + a9450672486f402afac0c0741fe1d76a8 + + + + _SequenceIndex + find_initial_block_size + a08624.html + a52caf5becdee8026dc2bf029f46e15d1 + + + + _SequenceIndex + find_maximum_block_size + a08624.html + a6e85e9dffe870aad7d2155188b3dea99 + + + + float + find_scale_factor + a08624.html + ad1123e5b2d57ff40c415d893cfbf5a11 + + + + _SequenceIndex + find_sequential_search_size + a08624.html + a755b0ae67b24dfe7d6f436e097a49620 + + + + _SequenceIndex + for_each_minimal_n + a08624.html + a334f583634130237ff56881c3e3e9570 + + + + _SequenceIndex + generate_minimal_n + a08624.html + a7f594850297e77470588b017b3afe81e + + + + unsigned long long + L1_cache_size + a08624.html + a46efaab4e04cdca5b5ab2fe7fc8d24f4 + + + + unsigned long long + L2_cache_size + a08624.html + a5a8b6a19fe32819d625800fdcdb97c25 + + + + _SequenceIndex + max_element_minimal_n + a08624.html + ad032e9ab491119f763bfb79cbfcc24d8 + + + + _SequenceIndex + merge_minimal_n + a08624.html + a6daa1846a1a935cd6ec684087e063ac4 + + + + unsigned int + merge_oversampling + a08624.html + a14ded8ea54764e899f1d24ef1fe12b19 + + + + _SequenceIndex + min_element_minimal_n + a08624.html + aa85f76a1f1bfd6c87efed32062222a05 + + + + int + multiway_merge_minimal_k + a08624.html + a4859415fa2642fbdf9324007b75b020e + + + + _SequenceIndex + multiway_merge_minimal_n + a08624.html + a15bef2dad4920451b8eb798ccdbf68f8 + + + + unsigned int + multiway_merge_oversampling + a08624.html + aa514e4bd6da6380bf7526c5306d6b173 + + + + _SequenceIndex + nth_element_minimal_n + a08624.html + a34bef940cd171e22210e1c349152aab9 + + + + _SequenceIndex + partial_sort_minimal_n + a08624.html + a79a53af11312c55af15998bf7a3f46d3 + + + + float + partial_sum_dilation + a08624.html + a781c6a0034d1669b90e37407e1c6d09e + + + + unsigned int + partial_sum_minimal_n + a08624.html + a768fbc7a7e588eabb25fd3824c4322fb + + + + double + partition_chunk_share + a08624.html + aaac9b17f2715c8b9101a2905562a43d1 + + + + _SequenceIndex + partition_chunk_size + a08624.html + ad796aab8446ea9eaadfbc0b7b0787c71 + + + + _SequenceIndex + partition_minimal_n + a08624.html + ae56b6a01dc27becaa478828011527b4b + + + + _SequenceIndex + qsb_steals + a08624.html + ad2087c371858b65ed5af5070e82fc80b + + + + unsigned int + random_shuffle_minimal_n + a08624.html + a5726332beba72b016508f1c641978265 + + + + _SequenceIndex + replace_minimal_n + a08624.html + a524589fca5b42e749dd5d5c2561fdacd + + + + _SequenceIndex + search_minimal_n + a08624.html + a0a323f305cb24d5c555e35031553ef02 + + + + _SequenceIndex + set_difference_minimal_n + a08624.html + a5b63306dcd3a70e85dd42790b91aa0af + + + + _SequenceIndex + set_intersection_minimal_n + a08624.html + a397d3c431a2dc32de6e2eef4e7134b50 + + + + _SequenceIndex + set_symmetric_difference_minimal_n + a08624.html + abf47bf2bbef9261d3d10b59558ddbdf2 + + + + _SequenceIndex + set_union_minimal_n + a08624.html + ab42faf337cfe7b64edfb7e61c6dadd08 + + + + _SequenceIndex + sort_minimal_n + a08624.html + a16e8a6461d487c29d0657c8f48575616 + + + + unsigned int + sort_mwms_oversampling + a08624.html + a0f435bbb73735fb8fdec296eed3c5996 + + + + unsigned int + sort_qs_num_samples_preset + a08624.html + a5d52b268aa07e731f6b01ff2fdd49904 + + + + _SequenceIndex + sort_qsb_base_case_maximal_n + a08624.html + a3a0bbce1f017d9a3ea2ea176722ed853 + + + + unsigned int + TLB_size + a08624.html + a5685189f3c14bde3fc8857e5217a359d + + + + _SequenceIndex + transform_minimal_n + a08624.html + aebdcc2cdd7ed5932001f979f6cd1167c + + + + _SequenceIndex + unique_copy_minimal_n + a08624.html + afc0b0f931fe74be4ec20cb3a34168898 + + + + + __gnu_parallel::_SplitConsistently + a08556.html + __exact + + + + + + __gnu_parallel::_SplitConsistently< false, _RAIter, _Compare, _SortingPlacesIterator > + a08564.html + + + + + + __gnu_parallel::_SplitConsistently< true, _RAIter, _Compare, _SortingPlacesIterator > + a08560.html + + + + + + __gnu_parallel::balanced_quicksort_tag + a08684.html + __gnu_parallel::parallel_tag + + _ThreadIndex + __get_num_threads + a08632.html + a18b32829b31b902699690b750e190e59 + () + + + void + set_num_threads + a08632.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) + + + + __gnu_parallel::balanced_tag + a08640.html + __gnu_parallel::parallel_tag + + _ThreadIndex + __get_num_threads + a08632.html + a18b32829b31b902699690b750e190e59 + () + + + void + set_num_threads + a08632.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) + + + + __gnu_parallel::constant_size_blocks_tag + a08692.html + __gnu_parallel::find_tag + + + __gnu_parallel::default_parallel_tag + a08636.html + __gnu_parallel::parallel_tag + + _ThreadIndex + __get_num_threads + a08632.html + a18b32829b31b902699690b750e190e59 + () + + + void + set_num_threads + a08632.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) + + + + __gnu_parallel::equal_split_tag + a08696.html + __gnu_parallel::find_tag + + + __gnu_parallel::exact_tag + a08660.html + __gnu_parallel::parallel_tag + + _ThreadIndex + __get_num_threads + a08632.html + a18b32829b31b902699690b750e190e59 + () + + + void + set_num_threads + a08632.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) + + + + __gnu_parallel::find_tag + a08656.html + + + __gnu_parallel::growing_blocks_tag + a08688.html + __gnu_parallel::find_tag + + + __gnu_parallel::multiway_mergesort_exact_tag + a08672.html + __gnu_parallel::parallel_tag + + _ThreadIndex + __get_num_threads + a08632.html + a18b32829b31b902699690b750e190e59 + () + + + void + set_num_threads + a08632.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) + + + + __gnu_parallel::multiway_mergesort_sampling_tag + a08676.html + __gnu_parallel::parallel_tag + + _ThreadIndex + __get_num_threads + a08632.html + a18b32829b31b902699690b750e190e59 + () + + + void + set_num_threads + a08632.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) + + + + __gnu_parallel::multiway_mergesort_tag + a08668.html + __gnu_parallel::parallel_tag + + _ThreadIndex + __get_num_threads + a08632.html + a18b32829b31b902699690b750e190e59 + () + + + void + set_num_threads + a08632.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) + + + + __gnu_parallel::omp_loop_static_tag + a08652.html + __gnu_parallel::parallel_tag + + _ThreadIndex + __get_num_threads + a08632.html + a18b32829b31b902699690b750e190e59 + () + + + void + set_num_threads + a08632.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) + + + + __gnu_parallel::omp_loop_tag + a08648.html + __gnu_parallel::parallel_tag + + _ThreadIndex + __get_num_threads + a08632.html + a18b32829b31b902699690b750e190e59 + () + + + void + set_num_threads + a08632.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) + + + + __gnu_parallel::parallel_tag + a08632.html + + + parallel_tag + a08632.html + a078f748f2174e172bc02da9e8858e10e + () + + + + parallel_tag + a08632.html + a861ef80b7465fe2984625ebf5f1bea97 + (_ThreadIndex __num_threads) + + + _ThreadIndex + __get_num_threads + a08632.html + a18b32829b31b902699690b750e190e59 + () + + + void + set_num_threads + a08632.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) + + + + __gnu_parallel::quicksort_tag + a08680.html + __gnu_parallel::parallel_tag + + _ThreadIndex + __get_num_threads + a08632.html + a18b32829b31b902699690b750e190e59 + () + + + void + set_num_threads + a08632.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) + + + + __gnu_parallel::sampling_tag + a08664.html + __gnu_parallel::parallel_tag + + _ThreadIndex + __get_num_threads + a08632.html + a18b32829b31b902699690b750e190e59 + () + + + void + set_num_threads + a08632.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) + + + + __gnu_parallel::sequential_tag + a08628.html + + + __gnu_parallel::unbalanced_tag + a08644.html + __gnu_parallel::parallel_tag + + _ThreadIndex + __get_num_threads + a08632.html + a18b32829b31b902699690b750e190e59 + () + + + void + set_num_threads + a08632.html + ac4b2be3fbb957a3754b13167428ab6eb + (_ThreadIndex __num_threads) + + + + __gnu_pbds::associative_tag + a10140.html + __gnu_pbds::container_tag + + + __gnu_pbds::basic_branch + a10032.html + Key + Mapped + Tag + Node_Update + Policy_Tl + _Alloc + + + __gnu_pbds::basic_branch_tag + a10156.html + __gnu_pbds::associative_tag + + + __gnu_pbds::basic_hash_table + a10020.html + Key + Mapped + Hash_Fn + Eq_Fn + Resize_Policy + Store_Hash + Tag + Policy_Tl + _Alloc + + + __gnu_pbds::basic_hash_tag + a10144.html + __gnu_pbds::associative_tag + + + __gnu_pbds::basic_invalidation_guarantee + a10116.html + + + __gnu_pbds::binary_heap_tag + a10204.html + __gnu_pbds::priority_queue_tag + + + __gnu_pbds::binomial_heap_tag + a10196.html + __gnu_pbds::priority_queue_tag + + + __gnu_pbds::cc_hash_max_collision_check_resize_trigger + a10084.html + External_Load_Access + + + external_load_access + a10084.html + afd8e1e7947fd32043e5a161234d6bb8cabc495279215d973cef60eeedf09f5a70 + + + + external_load_access + a10084.html + afd8e1e7947fd32043e5a161234d6bb8cabc495279215d973cef60eeedf09f5a70 + + + + + cc_hash_max_collision_check_resize_trigger + a10084.html + a3570f81e8bebfa7c217839b679c1692c + (float load=0.5) + + + float + get_load + a10084.html + a65eddf9416d51fc632010a8667fe58c2 + () const + + + void + set_load + a10084.html + acbe6814913bb7c30a34f4fc4d99d4e01 + (float load) + + + bool + is_grow_needed + a10084.html + ad50aebe50070ae305b6c17a522bf6d0b + (size_type size, size_type num_entries) const + + + bool + is_resize_needed + a10084.html + a7c5123f36dfca1b53699730fd2d184e8 + () const + + + void + notify_cleared + a10084.html + afe7436bbd2219b3bb023834046574805 + () + + + void + notify_erase_search_collision + a10084.html + a751447ee7cf5a38825c91c46156f1553 + () + + + void + notify_erase_search_end + a10084.html + ad2553af559204a400e889dfce3793555 + () + + + void + notify_erase_search_start + a10084.html + a240b4b28ea1cdc784d5e95c62db3c15f + () + + + void + notify_erased + a10084.html + a1f46c2c9b293370318f1e2abb64cfcc1 + (size_type num_entries) + + + void + notify_externally_resized + a10084.html + a548dc80e54ce98dfb63b6197b0a5367f + (size_type new_size) + + + void + notify_find_search_collision + a10084.html + aa657361a797637c5894f887b2f68b08d + () + + + void + notify_find_search_end + a10084.html + a495e2209b7f02d5006404aaaa1087768 + () + + + void + notify_find_search_start + a10084.html + aecfd626845c5f41b5996a98ce41abe5d + () + + + void + notify_insert_search_collision + a10084.html + a0ada2bfdc28eb5b321d4e40ae1d383f1 + () + + + void + notify_insert_search_end + a10084.html + a64694cff7ecc080077cf5a1d77cfb91f + () + + + void + notify_insert_search_start + a10084.html + ac180a1382d59cb873053ef1a00aeaf7a + () + + + void + notify_inserted + a10084.html + a3873f31f2d3d3ff8118f48fa2bead1a8 + (size_type num_entries) + + + void + notify_resized + a10084.html + a21c9dcb73448b7a0e82857a272ad43a8 + (size_type new_size) + + + + __gnu_pbds::cc_hash_table + a10024.html + + + + + + + Store_Hash + + basic_hash_table< Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, cc_hash_tag, __gnu_cxx::typelist::create1< Comb_Hash_Fn >::type, _Alloc > + + + cc_hash_table + a10024.html + a5bb84ecde74cb41964822f5d7cce74e1 + () + + + + cc_hash_table + a10024.html + ae82fe7fcb8c0975de60e6fa15ce95085 + (const hash_fn &h) + + + + cc_hash_table + a10024.html + a27bdb924e2946488ec465fcacde15e21 + (const hash_fn &h, const eq_fn &e) + + + + cc_hash_table + a10024.html + a2f83d8a3065813574b512ebbf8437447 + (const hash_fn &h, const eq_fn &e, const comb_hash_fn &ch) + + + + cc_hash_table + a10024.html + af141c65bc358d5c20b19adfe317ad7ac + (const hash_fn &h, const eq_fn &e, const comb_hash_fn &ch, const resize_policy &rp) + + + + cc_hash_table + a10024.html + a70bcd64a9cb68398c169151c36365be9 + (It first, It last) + + + + cc_hash_table + a10024.html + a406cabdd8523a7b910875ce4ecce1cbc + (It first, It last, const hash_fn &h) + + + + cc_hash_table + a10024.html + a824df817359f701b3d157ed8638d4528 + (It first, It last, const hash_fn &h, const eq_fn &e) + + + + cc_hash_table + a10024.html + a1bca4b04926462c9f409b902ebb0b397 + (It first, It last, const hash_fn &h, const eq_fn &e, const comb_hash_fn &ch) + + + + cc_hash_table + a10024.html + a2ffb9ad5d7b0bdde4f5e079ed3c0a6a5 + (It first, It last, const hash_fn &h, const eq_fn &e, const comb_hash_fn &ch, const resize_policy &rp) + + + + __gnu_pbds::cc_hash_tag + a10148.html + __gnu_pbds::basic_hash_tag + + + __gnu_pbds::container_error + a10048.html + std::logic_error + + virtual const char * + what + a02900.html + ae8b3821398a8d041bbfdf2c44c972569 + () const _GLIBCXX_TXN_SAFE_DYN noexcept + + + + __gnu_pbds::container_tag + a10128.html + + + __gnu_pbds::container_traits + a10272.html + + container_traits_base< Cntnr::container_category > + + order_preserving + a10272.html + ace925c8be06b3640abb7b6f486290daba7a8084f7409a761ceaa0de948e82363d + + + + erase_can_throw + a10272.html + ace925c8be06b3640abb7b6f486290daba04adc70b657d67c81caf60c8722c9ada + + + + split_join_can_throw + a10272.html + ace925c8be06b3640abb7b6f486290daba065162f99ac47cfa946b17a85f2e5f1e + + + + reverse_iteration + a10272.html + ace925c8be06b3640abb7b6f486290dabad65704fae44294b3e727d6704fd61ab6 + + + + erase_can_throw + a10272.html + ace925c8be06b3640abb7b6f486290daba04adc70b657d67c81caf60c8722c9ada + + + + order_preserving + a10272.html + ace925c8be06b3640abb7b6f486290daba7a8084f7409a761ceaa0de948e82363d + + + + reverse_iteration + a10272.html + ace925c8be06b3640abb7b6f486290dabad65704fae44294b3e727d6704fd61ab6 + + + + split_join_can_throw + a10272.html + ace925c8be06b3640abb7b6f486290daba065162f99ac47cfa946b17a85f2e5f1e + + + + + __gnu_pbds::container_traits_base + a10220.html + + + + __gnu_pbds::container_traits_base< binary_heap_tag > + a10268.html + + + __gnu_pbds::container_traits_base< binomial_heap_tag > + a10260.html + + + __gnu_pbds::container_traits_base< cc_hash_tag > + a10224.html + + + __gnu_pbds::container_traits_base< gp_hash_tag > + a10228.html + + + __gnu_pbds::container_traits_base< list_update_tag > + a10248.html + + + __gnu_pbds::container_traits_base< ov_tree_tag > + a10240.html + + + __gnu_pbds::container_traits_base< pairing_heap_tag > + a10252.html + + + __gnu_pbds::container_traits_base< pat_trie_tag > + a10244.html + + + __gnu_pbds::container_traits_base< rb_tree_tag > + a10232.html + + + __gnu_pbds::container_traits_base< rc_binomial_heap_tag > + a10264.html + + + __gnu_pbds::container_traits_base< splay_tree_tag > + a10236.html + + + __gnu_pbds::container_traits_base< thin_heap_tag > + a10256.html + + + __gnu_pbds::detail::bin_search_tree_const_it_ + a10556.html + + + + + + + Is_Forward_Iterator + + + + __gnu_pbds::detail::bin_search_tree_const_node_it_ + a10548.html + + + + + + Const_Iterator + const_reference + a10548.html + a7c469cca98a372efbd8ed9cb086fa3ae + + + + trivial_iterator_difference_type + difference_type + a10548.html + a60ca6e16f3a71fde157c1376d14afc62 + + + + trivial_iterator_tag + iterator_category + a10548.html + ae7cdc704c64581039293828b5c6f4b15 + + + + _Alloc::template rebind< metadata_type >::other::const_reference + metadata_const_reference + a10548.html + a1cc97219243280077e011641b5a34d7c + + + + Node::metadata_type + metadata_type + a10548.html + a7eb0036cd037c9139ab0019c557be22d + + + + Const_Iterator + reference + a10548.html + a00a0a67e9558dd2891dd4ddc9a568fab + + + + Const_Iterator + value_type + a10548.html + a67882de51ea972e066ed1ea5e39ae76c + + + + bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc > + get_l_child + a10548.html + adef28620e7ee83e27bf0a3850c31765b + () const + + + metadata_const_reference + get_metadata + a10548.html + ac2361c1a9389f98ad1476a463670ad30 + () const + + + bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc > + get_r_child + a10548.html + a29777270beba31264794e507ac3b7fee + () const + + + bool + operator!= + a10548.html + af00d0999bd1cb1c6a731bf5327caea72 + (const bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc > &other) const + + + const_reference + operator* + a10548.html + aeebd8eab002abaceeeeedbb0850ae617 + () const + + + bool + operator== + a10548.html + a7acc944a17c34a7e6a1f46a18319abe7 + (const bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc > &other) const + + + + __gnu_pbds::detail::bin_search_tree_it_ + a10560.html + + + + + + + Is_Forward_Iterator + + __gnu_pbds::detail::bin_search_tree_const_it_ + + + __gnu_pbds::detail::bin_search_tree_node_it_ + a10552.html + + + + + __gnu_pbds::detail::bin_search_tree_const_node_it_ + + Iterator + const_reference + a10552.html + a4929c6c309b332e7e61ca667d4970f34 + + + + trivial_iterator_difference_type + difference_type + a10548.html + a60ca6e16f3a71fde157c1376d14afc62 + + + + trivial_iterator_tag + iterator_category + a10548.html + ae7cdc704c64581039293828b5c6f4b15 + + + + _Alloc::template rebind< metadata_type >::other::const_reference + metadata_const_reference + a10548.html + a1cc97219243280077e011641b5a34d7c + + + + Node::metadata_type + metadata_type + a10548.html + a7eb0036cd037c9139ab0019c557be22d + + + + Iterator + reference + a10552.html + a4ad1cd9fab408c3e3bb9aaac4fb02ca9 + + + + Iterator + value_type + a10552.html + ac8e3c7ff2237536b5567dc23b5218d38 + + + + bin_search_tree_node_it_< Node, Const_Iterator, Iterator, _Alloc > + get_l_child + a10552.html + a7c165db48078740c7eb8d7d9acd5eba8 + () const + + + metadata_const_reference + get_metadata + a10548.html + ac2361c1a9389f98ad1476a463670ad30 + () const + + + bin_search_tree_node_it_< Node, Const_Iterator, Iterator, _Alloc > + get_r_child + a10552.html + aafe527c188b1b6900addb0bcb67f5f0b + () const + + + bool + operator!= + a10548.html + af00d0999bd1cb1c6a731bf5327caea72 + (const bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc > &other) const + + + Iterator + operator* + a10552.html + aab710c87290d148b6dd2eb260ff27a1d + () const + + + bool + operator== + a10548.html + a7acc944a17c34a7e6a1f46a18319abe7 + (const bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc > &other) const + + + + __gnu_pbds::detail::bin_search_tree_traits + a10564.html + Key + Mapped + Cmp_Fn + Node_Update + Node + _Alloc + + bin_search_tree_const_node_it_< Node, point_const_iterator, point_iterator, _Alloc > + node_const_iterator + a10564.html + a34153991f6bcc5f12afc0879ba367393 + + + + + __gnu_pbds::detail::bin_search_tree_traits< Key, null_type, Cmp_Fn, Node_Update, Node, _Alloc > + a10568.html + + + Node_Update + + + + bin_search_tree_const_node_it_< Node, point_const_iterator, point_iterator, _Alloc > + node_const_iterator + a10568.html + a7956a5cdcec778e8abce36c69ccd3053 + + + + + __gnu_pbds::detail::binary_heap + a10488.html + Value_Type + Cmp_Fn + _Alloc + resize_policy< _Alloc::size_type > + + + __gnu_pbds::detail::binary_heap_const_iterator_ + a10492.html + + + Simple + + __gnu_pbds::detail::binary_heap_point_const_iterator_ + + base_type::const_pointer + const_pointer + a10492.html + a8233f5369e1b6e60da547f7f1843e030 + + + + base_type::const_reference + const_reference + a10492.html + a157eb231eb4380523a8b4f619829787e + + + + _Alloc::difference_type + difference_type + a10492.html + a74b080229c28726dcc2bf12ce54cfefe + + + + std::forward_iterator_tag + iterator_category + a10492.html + aac3f2af936b4120fe980c2d7075dd6f4 + + + + base_type::pointer + pointer + a10492.html + a0907bb639cf9ac29dab204626ec12377 + + + + base_type::reference + reference + a10492.html + adc01f11049fc8b3283d60458c4e2d04f + + + + base_type::value_type + value_type + a10492.html + af7d6e44fa7c917f95357a470af816658 + + + + + binary_heap_const_iterator_ + a10492.html + af0a2dc25dbba85fcd249ab120194f33e + () + + + + binary_heap_const_iterator_ + a10492.html + ae1e5c7467605a29e1268bd34dd84a624 + (const binary_heap_const_iterator_ &other) + + + bool + operator!= + a10492.html + ade2fe116ea5d8252d04e3205d8a097f5 + (const binary_heap_const_iterator_ &other) const + + + bool + operator!= + a10528.html + ac2a94a28e8beb3b3b2e66632636930f9 + (const binary_heap_point_const_iterator_ &other) const + + + const_reference + operator* + a10528.html + a50d89bdcb26164ff380a312673cf0f06 + () const + + + const_pointer + operator-> + a10528.html + a60137368e9df33aaca43271c842f0dea + () const + + + bool + operator== + a10492.html + a49be997a654cf31a5688f876b3a0926b + (const binary_heap_const_iterator_ &other) const + + + bool + operator== + a10528.html + a086ba257226b242633bc6519023da110 + (const binary_heap_point_const_iterator_ &other) const + + + + __gnu_pbds::detail::binary_heap_point_const_iterator_ + a10528.html + + + Simple + + + _Alloc::template rebind< value_type >::other::const_pointer + const_pointer + a10528.html + abc8067c1b2d82a54c6836768b76f0383 + + + + _Alloc::template rebind< value_type >::other::const_reference + const_reference + a10528.html + ac229bf024f7824ff3c9b29333d3e2dd9 + + + + trivial_iterator_difference_type + difference_type + a10528.html + afa0007845d620ae7f329c9813ecfe7d0 + + + + trivial_iterator_tag + iterator_category + a10528.html + a0d1b6774adedb170ee1ed23fcff30ba2 + + + + _Alloc::template rebind< value_type >::other::pointer + pointer + a10528.html + abd81453d36a2f45a3609f24f0aa72fc7 + + + + _Alloc::template rebind< value_type >::other::reference + reference + a10528.html + a28fd70badd5b824bf3269a0da6fe1765 + + + + Value_Type + value_type + a10528.html + af4eb9042a7175d970490ed0cdd89eda4 + + + + + binary_heap_point_const_iterator_ + a10528.html + a51849dc1d50e671689acdc7ca14297f9 + () + + + + binary_heap_point_const_iterator_ + a10528.html + a4caa8f4cc657a7fd700f07c51653c29b + (const binary_heap_point_const_iterator_ &other) + + + bool + operator!= + a10528.html + ac2a94a28e8beb3b3b2e66632636930f9 + (const binary_heap_point_const_iterator_ &other) const + + + const_reference + operator* + a10528.html + a50d89bdcb26164ff380a312673cf0f06 + () const + + + const_pointer + operator-> + a10528.html + a60137368e9df33aaca43271c842f0dea + () const + + + bool + operator== + a10528.html + a086ba257226b242633bc6519023da110 + (const binary_heap_point_const_iterator_ &other) const + + + + __gnu_pbds::detail::binomial_heap + a10536.html + + + + __gnu_pbds::detail::binomial_heap_base + + + __gnu_pbds::detail::binomial_heap_base + a10540.html + Value_Type + Cmp_Fn + _Alloc + left_child_next_sibling_heap< Value_Type, Cmp_Fn, _Alloc::size_type, _Alloc > + + + __gnu_pbds::detail::branch_policy + a10572.html + + + + + + __gnu_pbds::detail::branch_policy< Node_CItr, Node_CItr, _Alloc > + a10576.html + + + + + __gnu_pbds::detail::cc_ht_map + a10592.html + Key + Mapped + Hash_Fn + Eq_Fn + _Alloc + Store_Hash + Comb_Hash_Fn + Resize_Policy + __gnu_pbds::detail::hash_eq_fn + __gnu_pbds::detail::ranged_hash_fn + __gnu_pbds::detail::types_traits + + bool + empty + a10592.html + a81c25bcdaf87a204dd90b224fa29b068 + () const + + + Comb_Hash_Fn & + get_comb_hash_fn + a10592.html + a09dad2894fd75d409efd53ece6e1f969 + () + + + const Comb_Hash_Fn & + get_comb_hash_fn + a10592.html + ae947bcd495e9dca14128ae58454027d0 + () const + + + Eq_Fn & + get_eq_fn + a10592.html + a499836c2e251f6b6c465b900253f88aa + () + + + const Eq_Fn & + get_eq_fn + a10592.html + a1562fb5f4d4bd3754311ad1a1dee0b68 + () const + + + Hash_Fn & + get_hash_fn + a10592.html + a16c4ebed0fcde585f4635d9120c0087e + () + + + const Hash_Fn & + get_hash_fn + a10592.html + ac623c273c8e37c4d7532a46c9d6e7b8b + () const + + + Resize_Policy & + get_resize_policy + a10592.html + a43eb462879caae9ccd3b4ba6731acde8 + () + + + const Resize_Policy & + get_resize_policy + a10592.html + aeeb24d2cf8a6e89ecf1f62b9e45a8b5a + () const + + + + __gnu_pbds::detail::cond_dealtor + a10296.html + Entry + _Alloc + + + __gnu_pbds::detail::container_base_dispatch + a10276.html + + + + + + + + __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, binary_heap_tag, null_type > + a10368.html + + + + + binary_heap< _VTp, Cmp_Fn, _Alloc > + type + a10368.html + adbbd8131d9a4cdc53e280a34f161dd3c + + + + + __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, binomial_heap_tag, null_type > + a10360.html + + + + + binomial_heap< _VTp, Cmp_Fn, _Alloc > + type + a10360.html + ab4cecfd9b1ed21229fe049cabebe321c + + + + + __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, pairing_heap_tag, null_type > + a10356.html + + + + + pairing_heap< _VTp, Cmp_Fn, _Alloc > + type + a10356.html + adecf3a56bd35a5ca376d0492e7123a7b + + + + + __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, rc_binomial_heap_tag, null_type > + a10364.html + + + + + rc_binomial_heap< _VTp, Cmp_Fn, _Alloc > + type + a10364.html + a7d1df51ac2b0c2e893e450bf7fe9e379 + + + + + __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, thin_heap_tag, null_type > + a10372.html + + + + + thin_heap< _VTp, Cmp_Fn, _Alloc > + type + a10372.html + a9810405868a4fa2e115def4f7da71b66 + + + + + __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, cc_hash_tag, Policy_Tl > + a10340.html + + + + + + cc_ht_map< Key, Mapped, at0t, at1t, _Alloc, at3t::value, at4t, at2t > + type + a10340.html + a23615b62e54e710b3434f9fa1ec9e3d1 + + + + + __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, gp_hash_tag, Policy_Tl > + a10348.html + + + + + + gp_ht_map< Key, Mapped, at0t, at1t, _Alloc, at3t::value, at4t, at5t, at2t > + type + a10348.html + abd5c9e94abb13133205d4974cb2c396f + + + + + __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, list_update_tag, Policy_Tl > + a10300.html + + + + + + lu_map< Key, Mapped, at0t, _Alloc, at1t > + type + a10300.html + acdf7426a920b3c4b7e483cd738099f08 + + + + + __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, ov_tree_tag, Policy_Tl > + a10332.html + + + + + + ov_tree_map< Key, Mapped, at0t, at1t, _Alloc > + type + a10332.html + a9dee3e80b552749aba49a387cfef6768 + + + + + __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, pat_trie_tag, Policy_Tl > + a10308.html + + + + + + + __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, rb_tree_tag, Policy_Tl > + a10316.html + + + + + + rb_tree_map< Key, Mapped, at0t, at1t, _Alloc > + type + a10316.html + a4dc67d36e7e28cebbf0696edd715d8a6 + + + + + __gnu_pbds::detail::container_base_dispatch< Key, Mapped, _Alloc, splay_tree_tag, Policy_Tl > + a10324.html + + + + + + splay_tree_map< Key, Mapped, at0t, at1t, _Alloc > + type + a10324.html + a7539df56bb60708acd2660656ceee4a8 + + + + + __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, cc_hash_tag, Policy_Tl > + a10344.html + + + + + cc_ht_set< Key, null_type, at0t, at1t, _Alloc, at3t::value, at4t, at2t > + type + a10344.html + a3ecac13ca9bd3607b2cc2aba336c4c2c + + + + + __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, gp_hash_tag, Policy_Tl > + a10352.html + + + + + gp_ht_set< Key, null_type, at0t, at1t, _Alloc, at3t::value, at4t, at5t, at2t > + type + a10352.html + a315c9e64b8e3cf04bf9ca02ca72e5914 + + + + + __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, list_update_tag, Policy_Tl > + a10304.html + + + + + lu_set< Key, null_type, at0t, _Alloc, at1t > + type + a10304.html + a3567565c4791014129d9271f665960dd + + + + + __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, ov_tree_tag, Policy_Tl > + a10336.html + + + + + ov_tree_set< Key, null_type, at0t, at1t, _Alloc > + type + a10336.html + ac19add69b1550d2db0c651b84634ddca + + + + + __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, pat_trie_tag, Policy_Tl > + a10312.html + + + + + pat_trie_set< Key, null_type, at1t, _Alloc > + type + a10312.html + a52af7516d4c19d6fe0a0cbd61c047eb8 + + + + + __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, rb_tree_tag, Policy_Tl > + a10320.html + + + + + + __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, splay_tree_tag, Policy_Tl > + a10328.html + + + + + splay_tree_set< Key, null_type, at0t, at1t, _Alloc > + type + a10328.html + a1d218c006e5fec5f988d65044d11b85f + + + + + __gnu_pbds::detail::default_comb_hash_fn + a10384.html + + direct_mask_range_hashing + type + a10384.html + acf71610ce6c7a4a66b87e61fbc3e7407 + + + + + __gnu_pbds::detail::default_eq_fn + a10380.html + Key + + std::equal_to< Key > + type + a10380.html + a504bba9208637bab17e2da42601884ba + + + + + __gnu_pbds::detail::default_hash_fn + a10376.html + Key + + std::tr1::hash< Key > + type + a10376.html + a9d4935ab2b6d39c2dd35d2d6d395b45a + + + + + __gnu_pbds::detail::default_probe_fn + a10396.html + Comb_Probe_Fn + + cond_type::__type + type + a10396.html + a37d9371e79bf6ce01e4bdcc723df1017 + + + + + __gnu_pbds::detail::default_resize_policy + a10388.html + Comb_Hash_Fn + + hash_standard_resize_policy< size_policy_type, trigger, false, size_type > + type + a10388.html + a76f207395a752f928b216799653b005d + + + + + __gnu_pbds::detail::default_trie_access_traits + a10400.html + + + + __gnu_pbds::detail::default_trie_access_traits< std::basic_string< Char, Char_Traits, std::allocator< char > > > + a10404.html + + + + trie_string_access_traits< string_type > + type + a10404.html + a3d7eb49d274057829afe1bce8418ca14 + + + + + __gnu_pbds::detail::default_update_policy + a10392.html + + lu_move_to_front_policy + type + a10392.html + a386b5f8ac62032f7854bec47c859d9b8 + + + + + __gnu_pbds::detail::dumnode_const_iterator + a10580.html + + + + + + __gnu_pbds::detail::entry_cmp + a10496.html + + + + No_Throw + + + __gnu_pbds::detail::entry_cmp< _VTp, Cmp_Fn, _Alloc, false > + a10504.html + + + + __gnu_pbds::detail::entry_cmp< _VTp, Cmp_Fn, _Alloc, false >::type + + + __gnu_pbds::detail::entry_cmp< _VTp, Cmp_Fn, _Alloc, false >::type + a10508.html + + + __gnu_pbds::detail::entry_cmp< _VTp, Cmp_Fn, _Alloc, true > + a10500.html + + + + + Cmp_Fn + type + a10500.html + aec3a9bedeb284ef0b99f1a279adae4c3 + + + + + __gnu_pbds::detail::entry_pred + a10512.html + + + + No_Throw + + + __gnu_pbds::detail::entry_pred< _VTp, Pred, _Alloc, false > + a10520.html + + + + + + __gnu_pbds::detail::entry_pred< _VTp, Pred, _Alloc, true > + a10516.html + + + + + + __gnu_pbds::detail::eq_by_less + a10616.html + + + + + __gnu_pbds::detail::gp_ht_map + a10632.html + Key + Mapped + Hash_Fn + Eq_Fn + _Alloc + Store_Hash + Comb_Probe_Fn + Probe_Fn + Resize_Policy + __gnu_pbds::detail::hash_eq_fn + __gnu_pbds::detail::ranged_probe_fn + __gnu_pbds::detail::types_traits + + bool + empty + a10632.html + a3bab1fd3177ead540ec019702d62f6b1 + () const + + + Comb_Probe_Fn & + get_comb_probe_fn + a10632.html + a4c7961be5e6ee27343278295a5fc1f53 + () + + + const Comb_Probe_Fn & + get_comb_probe_fn + a10632.html + a5919c7db7294ef860a47ac2467bc4be8 + () const + + + Eq_Fn & + get_eq_fn + a10632.html + a7888c9fcbeb9dcac9c3cb43dce782fa5 + () + + + const Eq_Fn & + get_eq_fn + a10632.html + a8379880ce29e472e63228e4b537e8c77 + () const + + + Hash_Fn & + get_hash_fn + a10632.html + ab8bf76d476b8be7af48690bf9c695ef8 + () + + + const Hash_Fn & + get_hash_fn + a10632.html + a5b80892ebd4f1f59c0edc51862e508c7 + () const + + + Probe_Fn & + get_probe_fn + a10632.html + a9a2f3059267ed53868d6a79596a9e90a + () + + + const Probe_Fn & + get_probe_fn + a10632.html + ae4ff977c13fdefd2110d05632acc8119 + () const + + + Resize_Policy & + get_resize_policy + a10632.html + a6603ab7c2c23c037c19fa2fe3f9e549c + () + + + const Resize_Policy & + get_resize_policy + a10632.html + aa0fe28f4265431fccb4784cfb519e1f5 + () const + + + + __gnu_pbds::detail::hash_eq_fn + a10620.html + + + + Store_Hash + + + __gnu_pbds::detail::hash_eq_fn< Key, Eq_Fn, _Alloc, false > + a10624.html + + + + + + __gnu_pbds::detail::hash_eq_fn< Key, Eq_Fn, _Alloc, true > + a10628.html + + + + + + __gnu_pbds::detail::hash_load_check_resize_trigger_size_base + a10916.html + + Hold_Size + + + __gnu_pbds::detail::hash_load_check_resize_trigger_size_base< Size_Type, true > + a10920.html + + + + __gnu_pbds::detail::left_child_next_sibling_heap + a10724.html + Value_Type + Cmp_Fn + Node_Metadata + _Alloc + + + __gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_ + a10720.html + + + __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_ + + base_type::const_pointer + const_pointer + a10720.html + a162def37be44e8be8c4a67ae92e99e4e + + + + base_type::const_reference + const_reference + a10720.html + a21dc840b511d19faf16ba33864df72df + + + + _Alloc::difference_type + difference_type + a10720.html + a7a99e74779506a128cd9557bcdb62294 + + + + std::forward_iterator_tag + iterator_category + a10720.html + abfb76ff099663b004647df58f5caea7a + + + + base_type::pointer + pointer + a10720.html + a1db8d2d6a17d1ede94fa15d0d6056460 + + + + base_type::reference + reference + a10720.html + ab5f6bb8d56264c9fa8c54b38ffda86ce + + + + base_type::value_type + value_type + a10720.html + ad38e84193ee9d64e723d209b57d94656 + + + + + left_child_next_sibling_heap_const_iterator_ + a10720.html + a6d0bc89961b0ee4562057769c0b6d65d + () + + + + left_child_next_sibling_heap_const_iterator_ + a10720.html + ad84cc711e4b85e7e3cd6a56bf0e123fb + (const left_child_next_sibling_heap_const_iterator_< Node, _Alloc > &other) + + + bool + operator!= + a10720.html + aa943274d090a3ccb2e74e2937ac00e13 + (const left_child_next_sibling_heap_const_iterator_< Node, _Alloc > &other) const + + + bool + operator!= + a10736.html + ad5876d650788d02f01035cdb3040dd88 + (const left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &other) const + + + const_reference + operator* + a10736.html + a60ad369139de2b800a5a729f10b992bb + () const + + + const_pointer + operator-> + a10736.html + a2096ba7f4be3c22e0f883172ba323f5c + () const + + + bool + operator== + a10720.html + ae75829a8ccd781a3914acd4e19e3ce3e + (const left_child_next_sibling_heap_const_iterator_< Node, _Alloc > &other) const + + + bool + operator== + a10736.html + a0a47dab89d7acfb414046e40887e3064 + (const left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &other) const + + + + __gnu_pbds::detail::left_child_next_sibling_heap_node_ + a10728.html + + + + + + __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_ + a10736.html + + + + _Alloc::template rebind< value_type >::other::const_pointer + const_pointer + a10736.html + acd2508c18e3fd2bf7bee7f9614412b35 + + + + _Alloc::template rebind< value_type >::other::const_reference + const_reference + a10736.html + a1c27f284ce4ba239912eb348bebff5c3 + + + + trivial_iterator_difference_type + difference_type + a10736.html + a616b40631335033152a105b5f70abd0a + + + + trivial_iterator_tag + iterator_category + a10736.html + ad578e2244dc434c3efe2c432b2ed6e49 + + + + _Alloc::template rebind< value_type >::other::pointer + pointer + a10736.html + ad53a8fcb73619f92271d7972614ddde1 + + + + _Alloc::template rebind< value_type >::other::reference + reference + a10736.html + a51d72ce957898641d2c4ccb57af15b36 + + + + Node::value_type + value_type + a10736.html + a0d64aeaf34a1aa7635345e4100c2da38 + + + + + left_child_next_sibling_heap_node_point_const_iterator_ + a10736.html + a2b5ec53c4fd8841483c95d86548cea47 + () + + + + left_child_next_sibling_heap_node_point_const_iterator_ + a10736.html + a4e9379a36eba962914ad7afe36fd5a98 + (const left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &other) + + + bool + operator!= + a10736.html + ad5876d650788d02f01035cdb3040dd88 + (const left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &other) const + + + const_reference + operator* + a10736.html + a60ad369139de2b800a5a729f10b992bb + () const + + + const_pointer + operator-> + a10736.html + a2096ba7f4be3c22e0f883172ba323f5c + () const + + + bool + operator== + a10736.html + a0a47dab89d7acfb414046e40887e3064 + (const left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &other) const + + + + __gnu_pbds::detail::lu_counter_metadata + a10776.html + + + + __gnu_pbds::detail::lu_counter_policy_base + a10772.html + Size_Type + + + __gnu_pbds::detail::lu_map + a10748.html + Key + Mapped + Eq_Fn + _Alloc + Update_Policy + types_traits< Key, Mapped, _Alloc, false > + + + __gnu_pbds::detail::mask_based_range_hashing + a10656.html + Size_Type + + + __gnu_pbds::detail::mod_based_range_hashing + a10660.html + + + + __gnu_pbds::detail::no_throw_copies + a10436.html + + + + + __gnu_pbds::detail::no_throw_copies< Key, null_type > + a10440.html + + + + __gnu_pbds::detail::ov_tree_map + a10792.html + Key + Mapped + Cmp_Fn + Node_And_It_Traits + _Alloc + types_traits< Key, Mapped, _Alloc, false > + __gnu_pbds::detail::ov_tree_map::cond_dtor + + node_const_iterator + node_begin + a10792.html + aca223c3ee20287cd81e0a2531f6c1ae9 + () const + + + node_iterator + node_begin + a10792.html + a0219630894698aa4bab588b80ff4ebce + () + + + node_const_iterator + node_end + a10792.html + a8e887ff6a27b34396414744b4dda3e29 + () const + + + node_iterator + node_end + a10792.html + a3201dc70375ce5c9646bf82e2dfaf110 + () + + + + __gnu_pbds::detail::ov_tree_map::cond_dtor + a10796.html + Size_Type + + + __gnu_pbds::detail::ov_tree_node_const_it_ + a10784.html + + + + + this_type + get_l_child + a10784.html + a0042e586a7f4eb89dc5701140e3adb05 + () const + + + this_type + get_r_child + a10784.html + ab5c65f8b148fced3b2e38f12f37312b7 + () const + + + + __gnu_pbds::detail::ov_tree_node_it_ + a10788.html + + + + __gnu_pbds::detail::ov_tree_node_const_it_ + + ov_tree_node_it_ + get_l_child + a10788.html + ad60f8b97cb50e3afd196eafbfa04fb48 + () const + + + ov_tree_node_it_ + get_r_child + a10788.html + a788c2a4ac9e879eb8e12dd186064694a + () const + + + reference + operator* + a10788.html + a89338f1c18b5234bf80ef61c8f839359 + () const + + + + __gnu_pbds::detail::pairing_heap + a10808.html + Value_Type + Cmp_Fn + _Alloc + left_child_next_sibling_heap< Value_Type, Cmp_Fn, null_type, _Alloc > + + + __gnu_pbds::detail::pat_trie_base + a10824.html + __gnu_pbds::detail::pat_trie_base::_CIter + __gnu_pbds::detail::pat_trie_base::_Head + __gnu_pbds::detail::pat_trie_base::_Inode + __gnu_pbds::detail::pat_trie_base::_Iter + __gnu_pbds::detail::pat_trie_base::_Leaf + __gnu_pbds::detail::pat_trie_base::_Metadata + __gnu_pbds::detail::pat_trie_base::_Metadata< null_type, _Alloc > + __gnu_pbds::detail::pat_trie_base::_Node_base + __gnu_pbds::detail::pat_trie_base::_Node_citer + __gnu_pbds::detail::pat_trie_base::_Node_iter + + + node_type + a10824.html + a3df5e43907830910e3ce34d411088940 + + + + + __gnu_pbds::detail::pat_trie_base::_CIter + a10860.html + + + + + Is_Forward_Iterator + + + __gnu_pbds::detail::pat_trie_base::_Head + a10840.html + + + __gnu_pbds::detail::pat_trie_base::_Node_base + + + __gnu_pbds::detail::pat_trie_base::_Inode + a10848.html + _ATraits + Metadata + __gnu_pbds::detail::pat_trie_base::_Node_base + __gnu_pbds::detail::pat_trie_base::_Inode::const_iterator + __gnu_pbds::detail::pat_trie_base::_Inode::iterator + + + __gnu_pbds::detail::pat_trie_base::_Inode::const_iterator + a10852.html + + + __gnu_pbds::detail::pat_trie_base::_Inode::iterator + a10856.html + __gnu_pbds::detail::pat_trie_base::_Inode::const_iterator + + + __gnu_pbds::detail::pat_trie_base::_Iter + a10864.html + + + + + Is_Forward_Iterator + __gnu_pbds::detail::pat_trie_base::_CIter + + + __gnu_pbds::detail::pat_trie_base::_Leaf + a10844.html + + + __gnu_pbds::detail::pat_trie_base::_Node_base + + + __gnu_pbds::detail::pat_trie_base::_Metadata + a10828.html + + + + + __gnu_pbds::detail::pat_trie_base::_Metadata< null_type, _Alloc > + a10832.html + + + + __gnu_pbds::detail::pat_trie_base::_Node_base + a10836.html + + + + + __gnu_pbds::detail::pat_trie_base::_Node_citer + a10868.html + + + + + + + + + _Alloc::template rebind< metadata_type > + __rebind_m + a10868.html + aa2695627c4f28244cd9293d1100fc511 + + + + Node::metadata_type + metadata_type + a10868.html + a28fd8a987e41c1d2f3d413b8018f7957 + + + + _Node_citer + get_child + a10868.html + a5059988db056938bffdb07f2256e9702 + (size_type i) const + + + metadata_const_reference + get_metadata + a10868.html + aa1d2c39c7f6e4ab52440a40836f030b7 + () const + + + size_type + num_children + a10868.html + a78db74c5de3cfff1de97561e5d530147 + () const + + + bool + operator!= + a10868.html + a210f5b96aa65b4a025d3f4998378862f + (const _Node_citer &other) const + + + const_reference + operator* + a10868.html + a951a43bd97e277ad638e8cf8229d0af3 + () const + + + bool + operator== + a10868.html + a46409e64d8adbfd9be6a641313d150da + (const _Node_citer &other) const + + + std::pair< a_const_iterator, a_const_iterator > + valid_prefix + a10868.html + a02d5021b34020bc97aeb4ea618a92740 + () const + + + + __gnu_pbds::detail::pat_trie_base::_Node_iter + a10872.html + + + + + + + + __gnu_pbds::detail::pat_trie_base::_Node_citer + + _Alloc::template rebind< metadata_type > + __rebind_m + a10868.html + aa2695627c4f28244cd9293d1100fc511 + + + + Node::metadata_type + metadata_type + a10868.html + a28fd8a987e41c1d2f3d413b8018f7957 + + + + _Node_iter + get_child + a10872.html + ae5f9f072a56d4c9319d79bd6efb2cdcb + (size_type i) const + + + metadata_const_reference + get_metadata + a10868.html + aa1d2c39c7f6e4ab52440a40836f030b7 + () const + + + size_type + num_children + a10868.html + a78db74c5de3cfff1de97561e5d530147 + () const + + + bool + operator!= + a10868.html + a210f5b96aa65b4a025d3f4998378862f + (const _Node_citer &other) const + + + reference + operator* + a10872.html + a575ff0f4d10725779405d8e83dc27463 + () const + + + bool + operator== + a10868.html + a46409e64d8adbfd9be6a641313d150da + (const _Node_citer &other) const + + + std::pair< a_const_iterator, a_const_iterator > + valid_prefix + a10868.html + a02d5021b34020bc97aeb4ea618a92740 + () const + + + + __gnu_pbds::detail::pat_trie_map + a10812.html + Key + Mapped + Node_And_It_Traits + _Alloc + types_traits< Key, Mapped, _Alloc, false > + __gnu_pbds::detail::pat_trie_base + + + node_type + a10824.html + a3df5e43907830910e3ce34d411088940 + + + + node_const_iterator + node_begin + a10812.html + a838ce48eabe1bc0e39ab30be4db3871d + () const + + + node_iterator + node_begin + a10812.html + ac9b60cb2ae918dc8d324525d78a4f470 + () + + + node_const_iterator + node_end + a10812.html + ac7bae9afb7a1120013b017cf52409090 + () const + + + node_iterator + node_end + a10812.html + ad8f66bcf85fce7c72b57f9f050a302d7 + () + + + + __gnu_pbds::detail::probe_fn_base + a10664.html + + + + __gnu_pbds::detail::ranged_hash_fn + a10668.html + + + + + Store_Hash + + + __gnu_pbds::detail::ranged_hash_fn< Key, Hash_Fn, _Alloc, Comb_Hash_Fn, false > + a10672.html + + + + + + + __gnu_pbds::detail::ranged_hash_fn< Key, Hash_Fn, _Alloc, Comb_Hash_Fn, true > + a10676.html + + + + + + + __gnu_pbds::detail::ranged_hash_fn< Key, null_type, _Alloc, Comb_Hash_Fn, false > + a10680.html + + + + + + __gnu_pbds::detail::ranged_hash_fn< Key, null_type, _Alloc, Comb_Hash_Fn, true > + a10684.html + + + + + + __gnu_pbds::detail::ranged_probe_fn + a10688.html + + + + + + Store_Hash + + + __gnu_pbds::detail::ranged_probe_fn< Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, false > + a10692.html + + + + + + + + __gnu_pbds::detail::ranged_probe_fn< Key, Hash_Fn, _Alloc, Comb_Probe_Fn, Probe_Fn, true > + a10696.html + + + + + + + + __gnu_pbds::detail::ranged_probe_fn< Key, null_type, _Alloc, Comb_Probe_Fn, null_type, false > + a10700.html + + + + + + __gnu_pbds::detail::rb_tree_map + a10896.html + Key + Mapped + Cmp_Fn + Node_And_It_Traits + _Alloc + + + __gnu_pbds::detail::rb_tree_node_ + a10888.html + + + + + + __gnu_pbds::detail::rc + a10908.html + _Node + _Alloc + + + __gnu_pbds::detail::rc_binomial_heap + a10912.html + Value_Type + Cmp_Fn + _Alloc + __gnu_pbds::detail::binomial_heap_base + + + __gnu_pbds::detail::resize_policy + a10532.html + _Tp + + + __gnu_pbds::detail::splay_tree_map + a10948.html + Key + Mapped + Cmp_Fn + Node_And_It_Traits + _Alloc + + + __gnu_pbds::detail::splay_tree_node_ + a10940.html + + + + + + __gnu_pbds::detail::stored_data + a10452.html + + + __gnu_pbds::detail::stored_value + __gnu_pbds::detail::stored_hash + + + __gnu_pbds::detail::stored_data< _Tv, null_type > + a10456.html + + __gnu_pbds::detail::stored_value + + + __gnu_pbds::detail::stored_hash + a10448.html + + + + __gnu_pbds::detail::stored_value + a10444.html + + + + __gnu_pbds::detail::synth_access_traits + a10876.html + Type_Traits + Set + _ATraits + + + __gnu_pbds::detail::thin_heap + a10960.html + Value_Type + Cmp_Fn + _Alloc + left_child_next_sibling_heap< Value_Type, Cmp_Fn, _Alloc::size_type, _Alloc > + + + __gnu_pbds::detail::tree_metadata_helper + a10964.html + + _BTp + + + __gnu_pbds::detail::tree_metadata_helper< Node_Update, false > + a10968.html + + + + __gnu_pbds::detail::tree_metadata_helper< Node_Update, true > + a10972.html + + + + __gnu_pbds::detail::tree_node_metadata_dispatch + a10976.html + Key + Data + Cmp_Fn + Node_Update + _Alloc + + + __gnu_pbds::detail::tree_traits + a10584.html + + + + Node_Update + + + + + __gnu_pbds::detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, ov_tree_tag, _Alloc > + a10800.html + + + + Node_Update + + + ov_tree_node_const_it_< value_type, metadata_type, _Alloc > + node_const_iterator + a10800.html + aa623b4dd1c1f576ef1ad3f8643d2d24a + + + + + __gnu_pbds::detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, rb_tree_tag, _Alloc > + a10900.html + + + + Node_Update + + bin_search_tree_traits< Key, Mapped, Cmp_Fn, Node_Update, rb_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > + + bin_search_tree_const_node_it_< rb_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > + node_const_iterator + a10564.html + a34153991f6bcc5f12afc0879ba367393 + + + + + __gnu_pbds::detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, splay_tree_tag, _Alloc > + a10952.html + + + + Node_Update + + bin_search_tree_traits< Key, Mapped, Cmp_Fn, Node_Update, splay_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > + + bin_search_tree_const_node_it_< splay_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > + node_const_iterator + a10564.html + a34153991f6bcc5f12afc0879ba367393 + + + + + __gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, ov_tree_tag, _Alloc > + a10804.html + + + Node_Update + + + ov_tree_node_const_it_< value_type, metadata_type, _Alloc > + node_const_iterator + a10804.html + a37ce1fb575484aa3bcab916f9d2f5586 + + + + + __gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, rb_tree_tag, _Alloc > + a10904.html + + + Node_Update + + bin_search_tree_traits< Key, null_type, Cmp_Fn, Node_Update, rb_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > + + bin_search_tree_const_node_it_< rb_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > + node_const_iterator + a10564.html + a34153991f6bcc5f12afc0879ba367393 + + + + + __gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, splay_tree_tag, _Alloc > + a10956.html + + + Node_Update + + bin_search_tree_traits< Key, null_type, Cmp_Fn, Node_Update, splay_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > + + bin_search_tree_const_node_it_< splay_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > + node_const_iterator + a10564.html + a34153991f6bcc5f12afc0879ba367393 + + + + + __gnu_pbds::detail::trie_metadata_helper + a10984.html + + _BTp + + + __gnu_pbds::detail::trie_metadata_helper< Node_Update, false > + a10988.html + + + + __gnu_pbds::detail::trie_metadata_helper< Node_Update, true > + a10992.html + + + + __gnu_pbds::detail::trie_node_metadata_dispatch + a10996.html + Key + Data + Cmp_Fn + Node_Update + _Alloc + + + __gnu_pbds::detail::trie_policy_base + a11008.html + Node_CItr + Node_Itr + _ATraits + _Alloc + __gnu_pbds::detail::branch_policy + + + __gnu_pbds::detail::trie_traits + a10588.html + + + + Node_Update + + + + + __gnu_pbds::detail::trie_traits< Key, Mapped, _ATraits, Node_Update, pat_trie_tag, _Alloc > + a10880.html + + + + Node_Update + + + base_type::_Node_citer< node, leaf, head, inode, const_iterator, iterator, _Alloc > + node_const_iterator + a10880.html + a52596c1faa5ae4c55f2cbb7872c0e478 + + + + Node_Update< node_const_iterator, node_iterator, _ATraits, _Alloc > + node_update + a10880.html + a1d89507b401632d21a8afa5f8475db88 + + + + __gnu_pbds::detail::synth_access_traits< type_traits, false, access_traits > + synth_access_traits + a10880.html + a076ca568f4c7eea0eddeca4690af15c9 + + + + + __gnu_pbds::detail::trie_traits< Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc > + a10884.html + + + Node_Update + + + base_type::_Node_citer< node, leaf, head, inode, const_iterator, iterator, _Alloc > + node_const_iterator + a10884.html + a6b9b24aec02d5b81b47bdad843750d4f + + + + Node_Update< node_const_iterator, node_iterator, _ATraits, _Alloc > + node_update + a10884.html + a19326cc52a16fcfc9afe45cdfbb100bd + + + + __gnu_pbds::detail::synth_access_traits< type_traits, true, access_traits > + synth_access_traits + a10884.html + a2ae24123cf94f809e6baf7cb21b97b3d + + + + + __gnu_pbds::detail::type_base + a10460.html + + + + Store_Hash + + + __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, false > + a10464.html + + + + + + __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, true > + a10468.html + + + + + + __gnu_pbds::detail::type_base< Key, null_type, _Alloc, false > + a10472.html + + + + + __gnu_pbds::detail::type_base< Key, null_type, _Alloc, true > + a10476.html + + + + + __gnu_pbds::detail::type_dispatch + a10480.html + Key + Mapped + _Alloc + Store_Hash + + + __gnu_pbds::detail::types_traits + a10484.html + Key + Mapped + _Alloc + Store_Hash + __gnu_pbds::detail::type_base + + + __gnu_pbds::direct_mask_range_hashing + a10072.html + Size_Type + __gnu_pbds::detail::mask_based_range_hashing + + size_type + operator() + a10072.html + a01ee7eade182938e160f79cb9c68d73c + (size_type hash) const + + + + __gnu_pbds::direct_mod_range_hashing + a10076.html + Size_Type + __gnu_pbds::detail::mod_based_range_hashing + + size_type + operator() + a10076.html + a0b75e4a9b61ac153724d2c120d2a56dd + (size_type hash) const + + + + __gnu_pbds::gp_hash_table + a10028.html + + + + + + + + Store_Hash + + basic_hash_table< Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, gp_hash_tag, __gnu_cxx::typelist::create2< Comb_Probe_Fn, Probe_Fn >::type, _Alloc > + + + gp_hash_table + a10028.html + a090fe23fa9a464334f41bac7c58839d7 + () + + + + gp_hash_table + a10028.html + aa868348b5d0403163cc3fcff72488ecf + (const hash_fn &h) + + + + gp_hash_table + a10028.html + a46ef48ae07c1e2407f5676a519fda8d2 + (const hash_fn &h, const eq_fn &e) + + + + gp_hash_table + a10028.html + afc4daba066d47ce7f3687adadb8d49e7 + (const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp) + + + + gp_hash_table + a10028.html + a02d894524f232f722315e57158ea6c62 + (const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp, const probe_fn &p) + + + + gp_hash_table + a10028.html + a57a476e9e07131b80495dd9bfe56f3f0 + (const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp, const probe_fn &p, const resize_policy &rp) + + + + gp_hash_table + a10028.html + a3b2755912ddc11a6aa6387825f1b4dd2 + (It first, It last) + + + + gp_hash_table + a10028.html + a79315b5c79f3c457c2ed81a6e369ef79 + (It first, It last, const hash_fn &h) + + + + gp_hash_table + a10028.html + ad8b1efc6af0b813705792313fd566b04 + (It first, It last, const hash_fn &h, const eq_fn &e) + + + + gp_hash_table + a10028.html + a1e09abc416f9e136eba0221560b61002 + (It first, It last, const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp) + + + + gp_hash_table + a10028.html + a1483741a8699383e857cefa0834767db + (It first, It last, const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp, const probe_fn &p) + + + + gp_hash_table + a10028.html + a046c24793ff31b211894e668ae0146a5 + (It first, It last, const hash_fn &h, const eq_fn &e, const comb_probe_fn &cp, const probe_fn &p, const resize_policy &rp) + + + + __gnu_pbds::gp_hash_tag + a10152.html + __gnu_pbds::basic_hash_tag + + + __gnu_pbds::hash_exponential_size_policy + a10088.html + Size_Type + + + hash_exponential_size_policy + a10088.html + afaa82af641851bf662b2cf2f60ea1eb9 + (size_type start_size=8, size_type grow_factor=2) + + + + __gnu_pbds::hash_load_check_resize_trigger + a10080.html + External_Load_Access + + hash_load_check_resize_trigger_size_base< Size_Type, External_Load_Access > + + external_load_access + a10080.html + a05e423b5b9d07f35207c370d62f499caa8dad02122f698bdbd58666bcbc3fdf62 + + + + external_load_access + a10080.html + a05e423b5b9d07f35207c370d62f499caa8dad02122f698bdbd58666bcbc3fdf62 + + + + + hash_load_check_resize_trigger + a10080.html + af5404477bbd9dca79da25daf6bd77592 + (float load_min=0.125, float load_max=0.5) + + + std::pair< float, float > + get_loads + a10080.html + a81fa82cbe3d7c6eab0febcba7f31a4d2 + () const + + + void + set_loads + a10080.html + a5dba0dabb39ff7313a02f51b1bfefe24 + (std::pair< float, float > load_pair) + + + void + notify_cleared + a10080.html + a4c92b235ca2dcda57fe3d4cee1afb48b + () + + + void + notify_inserted + a10080.html + a6389dcb57ad2dc82804a7dbf32d96fc8 + (size_type num_entries) + + + void + notify_resized + a10080.html + a027d59f653ccc3272bb94540164bfd77 + (size_type new_size) + + + + __gnu_pbds::hash_prime_size_policy + a10092.html + + std::size_t + size_type + a10092.html + a74744bfab3764b78a3cf339de9479a80 + + + + + hash_prime_size_policy + a10092.html + ad18b7b7fe2840b81542376ddb4e0bcfa + (size_type start_size=8) + + + + __gnu_pbds::hash_standard_resize_policy + a10096.html + Size_Policy + Trigger_Policy + External_Size_Access + Size_Type + + + hash_standard_resize_policy + a10096.html + adecad428987dfd07cf4df9aa49a25dc3 + () + + + + hash_standard_resize_policy + a10096.html + aba05ccfca9dd3a44f331377bd7cc2c42 + (const Size_Policy &r_size_policy) + + + + hash_standard_resize_policy + a10096.html + a8f0e49859d29501c85eacf73af545119 + (const Size_Policy &r_size_policy, const Trigger_Policy &r_trigger_policy) + + + size_type + get_actual_size + a10096.html + ad37fb95749d1e67ee327b9a47198242c + () const + + + Size_Policy & + get_size_policy + a10096.html + a85ef6c33782f4a5e1e7fd2921d010e1a + () + + + const Size_Policy & + get_size_policy + a10096.html + acbf933ac9a8d4356949207fa762ad9e9 + () const + + + Trigger_Policy & + get_trigger_policy + a10096.html + ab897e097208419985aaba8fa685f7af1 + () + + + const Trigger_Policy & + get_trigger_policy + a10096.html + ab98dda215945468c1fae60ccd9253f8b + () const + + + void + resize + a10096.html + aa602ba7bfa4925ea84591734c68d49e2 + (size_type suggested_new_size) + + + size_type + get_new_size + a10096.html + aa07771b548262c254a703ae15eab2e2a + (size_type size, size_type num_used_e) const + + + + __gnu_pbds::insert_error + a10052.html + __gnu_pbds::container_error + + virtual const char * + what + a02900.html + ae8b3821398a8d041bbfdf2c44c972569 + () const _GLIBCXX_TXN_SAFE_DYN noexcept + + + + __gnu_pbds::join_error + a10056.html + __gnu_pbds::container_error + + virtual const char * + what + a02900.html + ae8b3821398a8d041bbfdf2c44c972569 + () const _GLIBCXX_TXN_SAFE_DYN noexcept + + + + __gnu_pbds::linear_probe_fn + a10064.html + Size_Type + + size_type + operator() + a10064.html + a8974edcb80c2e1a8aee992a01b517b34 + (size_type i) const + + + + __gnu_pbds::list_update + a10044.html + + + + + + + + list_update + a10044.html + a9d7daaa0c1b890842f1117e4be17366d + (It first, It last) + + + + __gnu_pbds::list_update_tag + a10184.html + __gnu_pbds::associative_tag + + + __gnu_pbds::lu_counter_policy + a10104.html + Max_Count + + lu_counter_policy_base< _Alloc::size_type > + + max_count + a10104.html + aa038f38231a225b4eae4b7a641cae9d0a7c66d09f76b308caa4430f2f04575835 + + + + max_count + a10104.html + aa038f38231a225b4eae4b7a641cae9d0a7c66d09f76b308caa4430f2f04575835 + + + + __rebind_m::other::reference + metadata_reference + a10104.html + a9b1f819009fec959d74668594f98852d + + + + detail::lu_counter_metadata< size_type > + metadata_type + a10104.html + aa53180229ff61fd4f105cd893740b12d + + + + metadata_type + operator() + a10104.html + aba9450255401d4b96c50bf7c56d4c49a + () const + + + bool + operator() + a10104.html + afa66044dd6264f0c6d6f1cfd05c2fe34 + (metadata_reference r_data) const + + + + __gnu_pbds::lu_move_to_front_policy + a10100.html + + + __rebind_m::other::reference + metadata_reference + a10100.html + abed5686c84f4f62f95894f692a53fedf + + + + null_type + metadata_type + a10100.html + acfcd460068d88a84f3931c05942fd979 + + + + metadata_type + operator() + a10100.html + afa1064441fc28b323b7b28176686ef65 + () const + + + bool + operator() + a10100.html + a009f2dea97b29bdffa640258f86b6135 + (metadata_reference r_metadata) const + + + + __gnu_pbds::null_node_update + a10216.html + + + + + __gnu_pbds::null_type + + + __gnu_pbds::null_type + a10212.html + + + __gnu_pbds::ov_tree_tag + a10172.html + __gnu_pbds::tree_tag + + + __gnu_pbds::pairing_heap_tag + a10192.html + __gnu_pbds::priority_queue_tag + + + __gnu_pbds::pat_trie_tag + a10180.html + __gnu_pbds::trie_tag + + + __gnu_pbds::point_invalidation_guarantee + a10120.html + __gnu_pbds::basic_invalidation_guarantee + + + __gnu_pbds::priority_queue + a10108.html + + + + + + + priority_queue + a01530.html + gaa6332f0e852dc89f0879cb5408d168c0 + (const cmp_fn &r_cmp_fn) + + + + priority_queue + a01530.html + ga2b637d89cbd874881a4da920d57b0487 + (It first_it, It last_it) + + + + priority_queue + a01530.html + gad0141192206747833a170be548fd51e0 + (It first_it, It last_it, const cmp_fn &r_cmp_fn) + + + + __gnu_pbds::priority_queue_tag + a10188.html + __gnu_pbds::container_tag + + + __gnu_pbds::quadratic_probe_fn + a10068.html + Size_Type + + size_type + operator() + a10068.html + ae22be7552bf62d81aa93eb0b151e6016 + (size_type i) const + + + + __gnu_pbds::range_invalidation_guarantee + a10124.html + __gnu_pbds::point_invalidation_guarantee + + + __gnu_pbds::rb_tree_tag + a10164.html + __gnu_pbds::tree_tag + + + __gnu_pbds::rc_binomial_heap_tag + a10200.html + __gnu_pbds::priority_queue_tag + + + __gnu_pbds::resize_error + a10060.html + __gnu_pbds::container_error + + virtual const char * + what + a02900.html + ae8b3821398a8d041bbfdf2c44c972569 + () const _GLIBCXX_TXN_SAFE_DYN noexcept + + + + __gnu_pbds::sample_probe_fn + a10704.html + + + sample_probe_fn + a10704.html + acaa1d2b84788943fd256db1c2fc3abc1 + () + + + + sample_probe_fn + a10704.html + a9f9890ae0772e8500ac21b133e6782ab + (const sample_probe_fn &) + + + void + swap + a10704.html + a3a1a56d0954c344eb4db26dce4b84562 + (sample_probe_fn &) + + + size_type + operator() + a10704.html + aa6ced743b2988788dea80b762e85986d + (key_const_reference r_key, size_type i) const + + + + __gnu_pbds::sample_range_hashing + a10708.html + + std::size_t + size_type + a10708.html + af4fea3ec891b02cccd88355a969c90ba + + + + + sample_range_hashing + a10708.html + a809450350940137a64853b8cc1ac7b00 + () + + + + sample_range_hashing + a10708.html + a4e2f5a334dd0073a90bca2fa93317521 + (const sample_range_hashing &other) + + + void + swap + a10708.html + a7a6dee2c024c6c77e605c9814e5979cb + (sample_range_hashing &other) + + + void + notify_resized + a10708.html + a1394c13061424917235d675059ae554e + (size_type) + + + size_type + operator() + a10708.html + aa99807ceec7e628556967db52a07bc0b + (size_type) const + + + + __gnu_pbds::sample_ranged_hash_fn + a10712.html + + + sample_ranged_hash_fn + a10712.html + a94f61632b1d2c8a3c2763f04e4983900 + () + + + + sample_ranged_hash_fn + a10712.html + a431d3af3267147fcac48f4383cab5a74 + (const sample_ranged_hash_fn &) + + + void + swap + a10712.html + a72bbcd1a06b6196c03a35a880ba6ed72 + (sample_ranged_hash_fn &) + + + void + notify_resized + a10712.html + a60cf8f7475787a8828380db05189e452 + (size_type) + + + size_type + operator() + a10712.html + a0dd67bb1412f11f8898f67bb3cd1e8ec + (key_const_reference) const + + + + __gnu_pbds::sample_ranged_probe_fn + a10716.html + + + __gnu_pbds::sample_resize_policy + a10928.html + + std::size_t + size_type + a10928.html + afa708b47ccdbdfd9e35edc2121fd2d89 + + + + + sample_resize_policy + a10928.html + a4faec4cd8c50820fc8c75279d5db0e5a + () + + + + sample_range_hashing + a10928.html + a833591089ba0ea690411e6de22072a31 + (const sample_resize_policy &other) + + + void + swap + a10928.html + ae0e145612d3056d7186fffcacce2c85d + (sample_resize_policy &other) + + + size_type + get_new_size + a10928.html + a22262166cea11a2a45fa17ddc5a499fc + (size_type size, size_type num_used_e) const + + + bool + is_resize_needed + a10928.html + a58af3aa0d57d0192ac037607f26f37e5 + () const + + + void + notify_cleared + a10928.html + a05de88b76a627079b289c79e6211b2ff + () + + + void + notify_erase_search_collision + a10928.html + a4ffa318ca12b0f6e94025404d719dac6 + () + + + void + notify_erase_search_end + a10928.html + a422ecd561446279e732bdd769d0b3e4b + () + + + void + notify_erase_search_start + a10928.html + a5fd680a16511a80b749dd7822fa8f9bc + () + + + void + notify_erased + a10928.html + ab70b8dc8913637ca0f01d35b9773566e + (size_type num_e) + + + void + notify_find_search_collision + a10928.html + a5a06ce787b7413b6acb303828152ae7c + () + + + void + notify_find_search_end + a10928.html + a835318af4e9e95601fc28a30c6bafa48 + () + + + void + notify_find_search_start + a10928.html + a049a9b26e770f5856ba47127603952bf + () + + + void + notify_insert_search_collision + a10928.html + aca8c593c0e90ebd7e9e76507f2a66681 + () + + + void + notify_insert_search_end + a10928.html + a324ce12091c2c37a6b0e8157b76ab63b + () + + + void + notify_insert_search_start + a10928.html + af97f835b6224de469cefcf56c56af820 + () + + + void + notify_inserted + a10928.html + ad86ab0f36470d704ca8641b07717c1c7 + (size_type num_e) + + + void + notify_resized + a10928.html + a1f8207b058608607c137773eef92679c + (size_type new_size) + + + + __gnu_pbds::sample_resize_trigger + a10932.html + + std::size_t + size_type + a10932.html + a201fc8206c4854233d6290f37c35458b + + + + + sample_resize_trigger + a10932.html + a307f7dbb447b9fa6ca7111cb7463c73f + () + + + + sample_range_hashing + a10932.html + a0da105cbda34bca75782dcc9d0b3f6d7 + (const sample_resize_trigger &) + + + void + swap + a10932.html + a822549474a8d6f889f3aa0abf99656ce + (sample_resize_trigger &) + + + bool + is_grow_needed + a10932.html + a5ae2c89a2bd75110d67fef5f361fed8c + (size_type size, size_type num_entries) const + + + bool + is_resize_needed + a10932.html + a7f3e6d0aaabbde56e883bf742f301a46 + () const + + + void + notify_cleared + a10932.html + ad71aeb3fd1e05e60f995c36e3d35767f + () + + + void + notify_erase_search_collision + a10932.html + a088f748acb2a93d3bef0845f30817095 + () + + + void + notify_erase_search_end + a10932.html + a0d557313c011b673d803dda8053708ef + () + + + void + notify_erase_search_start + a10932.html + a23ea236b72a1cf5c89554f61dcefc3e5 + () + + + void + notify_erased + a10932.html + a7bfcb5953beee28b074a8226acad55d5 + (size_type num_entries) + + + void + notify_externally_resized + a10932.html + af2b8a2fbe273f91aaf149eaedecd56de + (size_type new_size) + + + void + notify_find_search_collision + a10932.html + a9c0b640580ae2e181daabbf9957da8e7 + () + + + void + notify_find_search_end + a10932.html + af0e3483a3dcb16e0be3f94f0affb2056 + () + + + void + notify_find_search_start + a10932.html + af384d9703a5ed2c0e7d2bc70889f659f + () + + + void + notify_insert_search_collision + a10932.html + a2abd2edcc33007cf820628cb17fe98cb + () + + + void + notify_insert_search_end + a10932.html + a126cd2bc9ea39c89a5dee38f9eaf5c38 + () + + + void + notify_insert_search_start + a10932.html + a0f332904f1c430cb8a914b50cb1ec6c8 + () + + + void + notify_inserted + a10932.html + af820554398c7ec86b22255c89e6aadfa + (size_type num_entries) + + + void + notify_resized + a10932.html + a21662c6d33a62336b1ed122cf717ff00 + (size_type new_size) + + + + __gnu_pbds::sample_size_policy + a10936.html + + std::size_t + size_type + a10936.html + a655a04ece92c1f5542fdf3f89c934c07 + + + + + sample_size_policy + a10936.html + a67fcab3ee24978aa912be00908806213 + () + + + + sample_range_hashing + a10936.html + ae5c45f8c63188d1bba14ed41667d6c21 + (const sample_size_policy &) + + + void + swap + a10936.html + a48c1b41db4e557029b119c8c5d6002f8 + (sample_size_policy &other) + + + size_type + get_nearest_larger_size + a10936.html + afa918b1fc483f66f5fcb367643fb894a + (size_type size) const + + + size_type + get_nearest_smaller_size + a10936.html + a5b4ee8bae352b8291d52d28674d624d9 + (size_type size) const + + + + __gnu_pbds::sample_tree_node_update + a10980.html + + + + + + + __gnu_pbds::sample_trie_access_traits + a11000.html + + char + e_type + a11000.html + aa2dd3a25e94ca227c9091491fa2c780f + + + + static const_iterator + begin + a11000.html + adc4b245feaab8c471b406fd0002645b0 + (key_const_reference) + + + static size_type + e_pos + a11000.html + a2383ac05567211029913e7562b8b7680 + (e_type) + + + static const_iterator + end + a11000.html + a91709489f927e5cfb388b57dd05d7f52 + (key_const_reference) + + + + __gnu_pbds::sample_trie_node_update + a11004.html + + + + + + + sample_trie_node_update + a11004.html + a303d518c5c155beff935af9eb5c5d5f1 + () + + + void + operator() + a11004.html + ae4db417d4455178d78933ae2fae0c0c1 + (node_iterator, node_const_iterator) const + + + + __gnu_pbds::sample_update_policy + a10780.html + + + sample_update_policy + a10780.html + a8e0be7e3ad0a78c29f0ae1815fffb724 + () + + + + sample_update_policy + a10780.html + a2bc99546d773781197d013405b68d6e5 + (const sample_update_policy &) + + + void + swap + a10780.html + ad866a56fdeeed727b04774acdc78ab1e + (sample_update_policy &other) + + + some_metadata_type + metadata_type + a10780.html + ae04b006c23ec3b6064311bd1df20ba8c + + + + metadata_type + operator() + a10780.html + ac935e838124407bc51c0bf7c01933341 + () const + + + bool + operator() + a10780.html + a6eefac672a1bb0513d6d3b145d35fd56 + (metadata_reference) const + + + + __gnu_pbds::sequence_tag + a10132.html + __gnu_pbds::container_tag + + + __gnu_pbds::splay_tree_tag + a10168.html + __gnu_pbds::tree_tag + + + __gnu_pbds::string_tag + a10136.html + __gnu_pbds::sequence_tag + + + __gnu_pbds::thin_heap_tag + a10208.html + __gnu_pbds::priority_queue_tag + + + __gnu_pbds::tree + a10036.html + + + + + Node_Update + + basic_branch< Key, Mapped, Tag, detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, Tag, _Alloc > ::node_update, __gnu_cxx::typelist::create2< Cmp_Fn, detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, Tag, _Alloc > >::type, _Alloc > + + Cmp_Fn + cmp_fn + a10036.html + acb3bfca7ffae5a572e1a8698bf0c1255 + + + + + tree + a10036.html + a5c900b3230feb9f5c59bf80995eaa2b1 + (const cmp_fn &c) + + + + tree + a10036.html + a9d2c8a45cf06ac2da54bef2ff3514468 + (It first, It last) + + + + tree + a10036.html + a75e6c7ff0c466d02e91bfe5243684109 + (It first, It last, const cmp_fn &c) + + + + __gnu_pbds::tree_order_statistics_node_update + a10280.html + Node_CItr + Node_Itr + Cmp_Fn + _Alloc + __gnu_pbds::detail::branch_policy + + const_iterator + find_by_order + a10280.html + a514976f742b56de21e6672e674ab62f5 + (size_type) const + + + iterator + find_by_order + a10280.html + ac8200dc2f6a2b071509c9a817bc48248 + (size_type) + + + size_type + order_of_key + a10280.html + a1c33a80afedc268c76b5ad8468fb84ee + (key_const_reference) const + + + void + operator() + a10280.html + a9f14ab1bc7aee93a77e4c73c37d1b9f5 + (node_iterator, node_const_iterator) const + + + + __gnu_pbds::tree_tag + a10160.html + __gnu_pbds::basic_branch_tag + + + __gnu_pbds::trie + a10040.html + + + + + Node_Update + + basic_branch< Key, Mapped, Tag, detail::trie_traits< Key, Mapped, _ATraits, Node_Update, Tag, _Alloc > ::node_update, __gnu_cxx::typelist::create2< _ATraits, detail::trie_traits< Key, Mapped, _ATraits, Node_Update, Tag, _Alloc > >::type, _Alloc > + + _ATraits + access_traits + a10040.html + a77193204101c7dda4a7286f56b9731c1 + + + + + trie + a10040.html + a5feddcc5a253f6fc4ff4567ad0359b6d + (const access_traits &t) + + + + trie + a10040.html + a0aaac7de1516a27993552064782cdec2 + (It first, It last) + + + + trie + a10040.html + a0f9b513af82c2a51ba44849a2155096d + (It first, It last, const access_traits &t) + + + + __gnu_pbds::trie_order_statistics_node_update + a10292.html + Node_CItr + Node_Itr + _ATraits + _Alloc + __gnu_pbds::detail::trie_policy_base + + const_iterator + find_by_order + a10292.html + ae110b0862e2ece5ba1e6c35c4ac4e2a6 + (size_type) const + + + iterator + find_by_order + a10292.html + a635c02fe43bd67dd830531d387e9467c + (size_type) + + + size_type + order_of_key + a10292.html + afc18e57812078123f3fb91a1148ec5f5 + (key_const_reference) const + + + size_type + order_of_prefix + a10292.html + a5baafac1f227b055faf0f836ccf166fc + (a_const_iterator, a_const_iterator) const + + + void + operator() + a10292.html + ac03a1d37b467c2f12926fcb78fb2803a + (node_iterator, node_const_iterator) const + + + + __gnu_pbds::trie_prefix_search_node_update + a10288.html + Node_CItr + Node_Itr + _ATraits + _Alloc + __gnu_pbds::detail::trie_policy_base + + access_traits::const_iterator + a_const_iterator + a10288.html + a9c7f1810b16cd0d2cd32725ca0ea8776 + + + + _ATraits + access_traits + a10288.html + a08b64c1b3cd0b0490384e960cf38fb0f + + + + _Alloc + allocator_type + a10288.html + a9daab8bbfe3a02a6241b4e0a7354d3f9 + + + + allocator_type::size_type + size_type + a10288.html + acb7ab4835031bde4cbf2787c341b7cb7 + + + + std::pair< const_iterator, const_iterator > + prefix_range + a10288.html + ac07e23033a7082e95a059e56227a5a79 + (key_const_reference) const + + + std::pair< iterator, iterator > + prefix_range + a10288.html + a0a5588142f380274ac33c5a243b394d1 + (key_const_reference) + + + std::pair< const_iterator, const_iterator > + prefix_range + a10288.html + a5c3ff0a8d56d0d771d3391ae1d0de06e + (a_const_iterator, a_const_iterator) const + + + std::pair< iterator, iterator > + prefix_range + a10288.html + af29b3894ff0f8fad9217cdcde5e5af1f + (a_const_iterator, a_const_iterator) + + + void + operator() + a10288.html + a8366820208119a5e4179d91d09d8ea9b + (node_iterator node_it, node_const_iterator end_nd_it) const + + + + __gnu_pbds::trie_string_access_traits + a10284.html + String + Min_E_Val + Max_E_Val + Reverse + _Alloc + + detail::__conditional_type< Reverse, typename String::const_reverse_iterator, typename String::const_iterator >::__type + const_iterator + a10284.html + aa520fee6d39690828c3ea6cf7142030d + + + + std::iterator_traits< const_iterator >::value_type + e_type + a10284.html + a1fb66f19b741835bbd52b2b5610f6ca1 + + + + static const_iterator + begin + a10284.html + a4f63f9ce4d06614c9e53eed9316872ea + (key_const_reference) + + + static size_type + e_pos + a10284.html + a559a0491eaf08e005eead3d4aca3a4f2 + (e_type e) + + + static const_iterator + end + a10284.html + af95db97b3bb5e9c70c5e4da927727e2d + (key_const_reference) + + + + __gnu_pbds::trie_tag + a10176.html + __gnu_pbds::basic_branch_tag + + + __gnu_pbds::trivial_iterator_tag + a10112.html + + + __gnu_profile::__container_size_info + a07912.html + __gnu_profile::__object_info_base + + + __gnu_profile::__container_size_stack_info + a07916.html + __gnu_profile::__container_size_info + + + __gnu_profile::__hashfunc_info + a07924.html + __gnu_profile::__object_info_base + + + __gnu_profile::__hashfunc_stack_info + a07928.html + __gnu_profile::__hashfunc_info + + + __gnu_profile::__list2vector_info + a07952.html + __gnu_profile::__object_info_base + + + __gnu_profile::__map2umap_info + a07964.html + __gnu_profile::__object_info_base + + + __gnu_profile::__map2umap_stack_info + a07968.html + __gnu_profile::__map2umap_info + + + __gnu_profile::__object_info_base + a07980.html + + + __gnu_profile::__reentrance_guard + a07908.html + + + __gnu_profile::__stack_hash + a07976.html + + + __gnu_profile::__trace_base + a07992.html + __object_info + __stack_info + + + __gnu_profile::__trace_container_size + a07920.html + __trace_base< __container_size_info, __container_size_stack_info > + + + __gnu_profile::__trace_hash_func + a07932.html + __trace_base< __hashfunc_info, __hashfunc_stack_info > + + + __gnu_profile::__trace_hashtable_size + a07936.html + __gnu_profile::__trace_container_size + + + __gnu_profile::__trace_map2umap + a07972.html + __trace_base< __map2umap_info, __map2umap_stack_info > + + + __gnu_profile::__trace_vector_size + a08008.html + __gnu_profile::__trace_container_size + + + __gnu_profile::__trace_vector_to_list + a08020.html + __trace_base< __vector2list_info, __vector2list_stack_info > + + + __gnu_profile::__vector2list_info + a08012.html + __gnu_profile::__object_info_base + + + __gnu_profile::__vector2list_stack_info + a08016.html + __gnu_profile::__vector2list_info + + + __gnu_profile::__warning_data + a07984.html + + + __iterator_traits< _Iterator > + a06676.html + + + __iterator_traits< _Tp > + a06676.html + + + __trace_base< __container_size_info, __container_size_stack_info > + a07992.html + + + __trace_base< __hashfunc_info, __hashfunc_stack_info > + a07992.html + + + __trace_base< __list2slist_info, __list2slist_stack_info > + a07992.html + + + __trace_base< __list2vector_info, __list2vector_stack_info > + a07992.html + + + __trace_base< __map2umap_info, __map2umap_stack_info > + a07992.html + + + __trace_base< __vector2list_info, __vector2list_stack_info > + a07992.html + + + _Base_bitset<((_Nb)/(__CHAR_BIT__ *__SIZEOF_LONG__)+((_Nb) %(__CHAR_BIT__ *__SIZEOF_LONG__)==0 ? 0 :1))> + a01788.html + + _WordT + _M_w + a01788.html + a935cf17f91719fcd39d284151064f170 + [_Nw] + + + + _Bitmap_counter< _Alloc_block *> + a09200.html + + + _Deque_base< _StateSeqT, std::allocator< _StateSeqT > > + a06380.html + + void + _M_initialize_map + a06380.html + a0ba38b77ebabad6056d04d9f65ffa74c + (size_t) + + + + _Deque_iterator< _Tp, _Tp &, _Ptr > + a06376.html + + void + _M_set_node + a06376.html + a8d2581de34cff0de15953128185cbe55 + (_Map_pointer __new_node) noexcept + + + + _Enable_copy_move< is_copy_constructible< _Tp >::value, __and_< is_copy_constructible< _Tp >, is_copy_assignable< _Tp > >::value, is_move_constructible< _Tp >::value, __and_< is_move_constructible< _Tp >, is_move_assignable< _Tp > >::value, optional< _Tp > > + a04480.html + + + _Enable_default_constructor< _Default, _Tag > + a04472.html + + + _Enable_destructor< _Destructor, _Tag > + a04476.html + + + _Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits > + a04916.html + + + _Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, _Traits::__hash_cached::value > + a04860.html + + + _Hashtable< _Key, _Tp, _Hash, _Pred, _Alloc > + a04712.html + std::__detail::_Hashtable_base + std::__detail::_Map_base + std::__detail::_Insert + std::__detail::_Rehash_base + std::__detail::_Equality + std::__detail::_Hashtable_alloc + + + _Hashtable< _Key, _Tp, _Hash, _Pred, std::allocator< std::pair< const _Key, _Tp > > > + a04712.html + std::__detail::_Hashtable_base + std::__detail::_Map_base + std::__detail::_Insert + std::__detail::_Rehash_base + std::__detail::_Equality + std::__detail::_Hashtable_alloc + + + _Hashtable< _Value, _Hash, _Pred, _Alloc > + a04712.html + std::__detail::_Hashtable_base + std::__detail::_Map_base + std::__detail::_Insert + std::__detail::_Rehash_base + std::__detail::_Equality + std::__detail::_Hashtable_alloc + + + _Hashtable_alloc< __alloc_rebind< _Alloc, __detail::_Hash_node< _Value, _Traits::__hash_cached::value > > > + a04736.html + _Hashtable_ebo_helper< 0, __alloc_rebind< _Alloc, __detail::_Hash_node< _Value, _Traits::__hash_cached::value > > > + + + _Hashtable_ebo_helper< 0, __alloc_rebind< _Alloc, __detail::_Hash_node< _Value, _Traits::__hash_cached::value > > > + a04844.html + + + _Hashtable_ebo_helper< 0, _Equal > + a04844.html + + + _Hashtable_ebo_helper< 0, _ExtractKey > + a04844.html + + + _Hashtable_ebo_helper< 0, _H2 > + a04844.html + + + _Hashtable_ebo_helper< 0, _NodeAlloc > + a04844.html + + + _Hashtable_ebo_helper< 1, _H1 > + a04844.html + + + _Hashtable_ebo_helper< 1, _Hash > + a04844.html + + + _Hashtable_ebo_helper< 2, _H2 > + a04844.html + + + _Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits > + a04820.html + + + _List_base< __inp, __rebind_inp > + a06704.html + + + _Local_iterator_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, __cache > + a04856.html + + + _Map_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits > + a04804.html + + + _Maybe_get_result_type< _Functor > + a05588.html + + + _Maybe_get_result_type< remove_cv< _Functor >::type > + a05588.html + + + _Maybe_get_result_type< remove_cv< _Tp >::type > + a05588.html + + + _Maybe_get_result_type< remove_cv< remove_cv< _Tp >::type >::type > + a05588.html + + + _Maybe_unary_or_binary_function< _Res, _ArgTypes... > + a06156.html + + + _Node_iterator_base< _Value, __cache > + a04772.html + + + _Optional_base< _Tp > + a09024.html + + + _Reference_wrapper_base< remove_cv< _Tp >::type > + a05700.html + _Weak_result_type< remove_cv< _Tp >::type > + + + _Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits > + a04832.html + + + _RestrictedBoundedConcurrentQueue< pair< _RAIter, _RAIter > > + a08592.html + + + _RestrictedBoundedConcurrentQueue + a08592.html + a7070da9f66983a3fa24ae4dc92614c0c + (_SequenceIndex __max_size) + + + + ~_RestrictedBoundedConcurrentQueue + a08592.html + a0e201d45c998cc913577af578f0b9a16 + () + + + bool + pop_back + a08592.html + aff5854a49d63fcd08aae08eb282361e7 + (pair< _RAIter, _RAIter > &__t) + + + bool + pop_front + a08592.html + a4b760899cefaccb86586c447b12c4cc3 + (pair< _RAIter, _RAIter > &__t) + + + void + push_front + a08592.html + a2ac4fcc26b5a8e8d3db9993ca3b6f777 + (const pair< _RAIter, _RAIter > &__t) + + + + _Safe_container< basic_string< _CharT, _Traits, _Allocator >, _Allocator, _Safe_sequence, bool(_GLIBCXX_USE_CXX11_ABI)> + a07680.html + _Safe_sequence< basic_string< _CharT, _Traits, _Allocator > > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_container< deque< _Tp, _Allocator >, _Allocator, __gnu_debug::_Safe_sequence > + a07680.html + _Safe_sequence< deque< _Tp, _Allocator > > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_container< forward_list< _Tp, _Alloc >, _Alloc, __gnu_debug::_Safe_forward_list > + a07680.html + _Safe_forward_list< forward_list< _Tp, _Alloc > > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + + _Safe_container< list< _Tp, _Allocator >, _Allocator, __gnu_debug::_Safe_node_sequence > + a07680.html + _Safe_node_sequence< list< _Tp, _Allocator > > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_container< map< _Key, _Tp, _Compare, _Allocator >, _Allocator, __gnu_debug::_Safe_node_sequence > + a07680.html + _Safe_node_sequence< map< _Key, _Tp, _Compare, _Allocator > > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_container< multimap< _Key, _Tp, _Compare, _Allocator >, _Allocator, __gnu_debug::_Safe_node_sequence > + a07680.html + _Safe_node_sequence< multimap< _Key, _Tp, _Compare, _Allocator > > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_container< multiset< _Key, _Compare, _Allocator >, _Allocator, __gnu_debug::_Safe_node_sequence > + a07680.html + _Safe_node_sequence< multiset< _Key, _Compare, _Allocator > > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_container< set< _Key, _Compare, _Allocator >, _Allocator, __gnu_debug::_Safe_node_sequence > + a07680.html + _Safe_node_sequence< set< _Key, _Compare, _Allocator > > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_container< unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc >, _Alloc, __gnu_debug::_Safe_unordered_container > + a07680.html + _Safe_unordered_container< unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > > + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_const_local_iterators + a07720.html + aada883d3554a2f87ca780c2457c09d5d + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + _Safe_iterator_base * + _M_local_iterators + a07720.html + ad62db24fbffa1fb93099351281b7ce65 + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07720.html + aa7ec5c80048329d10fe2916fff73aeff + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_invalidate_if + a07724.html + aff0fe666b60f05c5f8da0ae92548ad42 + (_Predicate __pred) + + + void + _M_invalidate_local_if + a07724.html + aa3e9b27e61fad7cb80cfab023eac395d + (_Predicate __pred) + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07720.html + a1ff909e73bfb6e9646caf6df99db2d70 + (_Safe_unordered_container_base &__x) noexcept + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_container< unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc >, _Alloc, __gnu_debug::_Safe_unordered_container > + a07680.html + _Safe_unordered_container< unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > > + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_const_local_iterators + a07720.html + aada883d3554a2f87ca780c2457c09d5d + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + _Safe_iterator_base * + _M_local_iterators + a07720.html + ad62db24fbffa1fb93099351281b7ce65 + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07720.html + aa7ec5c80048329d10fe2916fff73aeff + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_invalidate_if + a07724.html + aff0fe666b60f05c5f8da0ae92548ad42 + (_Predicate __pred) + + + void + _M_invalidate_local_if + a07724.html + aa3e9b27e61fad7cb80cfab023eac395d + (_Predicate __pred) + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07720.html + a1ff909e73bfb6e9646caf6df99db2d70 + (_Safe_unordered_container_base &__x) noexcept + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_container< unordered_multiset< _Value, _Hash, _Pred, _Alloc >, _Alloc, __gnu_debug::_Safe_unordered_container > + a07680.html + _Safe_unordered_container< unordered_multiset< _Value, _Hash, _Pred, _Alloc > > + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_const_local_iterators + a07720.html + aada883d3554a2f87ca780c2457c09d5d + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + _Safe_iterator_base * + _M_local_iterators + a07720.html + ad62db24fbffa1fb93099351281b7ce65 + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07720.html + aa7ec5c80048329d10fe2916fff73aeff + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_invalidate_if + a07724.html + aff0fe666b60f05c5f8da0ae92548ad42 + (_Predicate __pred) + + + void + _M_invalidate_local_if + a07724.html + aa3e9b27e61fad7cb80cfab023eac395d + (_Predicate __pred) + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07720.html + a1ff909e73bfb6e9646caf6df99db2d70 + (_Safe_unordered_container_base &__x) noexcept + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_container< unordered_set< _Value, _Hash, _Pred, _Alloc >, _Alloc, __gnu_debug::_Safe_unordered_container > + a07680.html + _Safe_unordered_container< unordered_set< _Value, _Hash, _Pred, _Alloc > > + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_const_local_iterators + a07720.html + aada883d3554a2f87ca780c2457c09d5d + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + _Safe_iterator_base * + _M_local_iterators + a07720.html + ad62db24fbffa1fb93099351281b7ce65 + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07720.html + aa7ec5c80048329d10fe2916fff73aeff + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_invalidate_if + a07724.html + aff0fe666b60f05c5f8da0ae92548ad42 + (_Predicate __pred) + + + void + _M_invalidate_local_if + a07724.html + aa3e9b27e61fad7cb80cfab023eac395d + (_Predicate __pred) + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07720.html + a1ff909e73bfb6e9646caf6df99db2d70 + (_Safe_unordered_container_base &__x) noexcept + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_container< vector< _Tp, _Allocator >, _Allocator, __gnu_debug::_Safe_sequence > + a07680.html + _Safe_sequence< vector< _Tp, _Allocator > > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_forward_list< forward_list< _Tp, _Alloc > > + a07768.html + _Safe_sequence< forward_list< _Tp, _Alloc > > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + + _Safe_node_sequence< list< _Tp, _Allocator > > + a07712.html + _Safe_sequence< list< _Tp, _Allocator > > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_node_sequence< map< _Key, _Tp, _Compare, _Allocator > > + a07712.html + _Safe_sequence< map< _Key, _Tp, _Compare, _Allocator > > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_node_sequence< multimap< _Key, _Tp, _Compare, _Allocator > > + a07712.html + _Safe_sequence< multimap< _Key, _Tp, _Compare, _Allocator > > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_node_sequence< multiset< _Key, _Compare, _Allocator > > + a07712.html + _Safe_sequence< multiset< _Key, _Compare, _Allocator > > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_node_sequence< set< _Key, _Compare, _Allocator > > + a07712.html + _Safe_sequence< set< _Key, _Compare, _Allocator > > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_sequence< _SafeSequence > + a07584.html + __gnu_debug::_Safe_sequence_base + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_sequence< basic_string< _CharT, _Traits, _Allocator > > + a07584.html + __gnu_debug::_Safe_sequence_base + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_sequence< deque< _Tp, _Allocator > > + a07584.html + __gnu_debug::_Safe_sequence_base + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_sequence< forward_list< _Tp, _Alloc > > + a07584.html + __gnu_debug::_Safe_sequence_base + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_sequence< list< _Tp, _Allocator > > + a07584.html + __gnu_debug::_Safe_sequence_base + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_sequence< map< _Key, _Tp, _Compare, _Allocator > > + a07584.html + __gnu_debug::_Safe_sequence_base + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_sequence< multimap< _Key, _Tp, _Compare, _Allocator > > + a07584.html + __gnu_debug::_Safe_sequence_base + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_sequence< multiset< _Key, _Compare, _Allocator > > + a07584.html + __gnu_debug::_Safe_sequence_base + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_sequence< set< _Key, _Compare, _Allocator > > + a07584.html + __gnu_debug::_Safe_sequence_base + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_sequence< vector< _Tp, _Allocator > > + a07584.html + __gnu_debug::_Safe_sequence_base + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_unordered_container< unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > > + a07724.html + __gnu_debug::_Safe_unordered_container_base + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_const_local_iterators + a07720.html + aada883d3554a2f87ca780c2457c09d5d + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + _Safe_iterator_base * + _M_local_iterators + a07720.html + ad62db24fbffa1fb93099351281b7ce65 + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07720.html + aa7ec5c80048329d10fe2916fff73aeff + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_invalidate_if + a07724.html + aff0fe666b60f05c5f8da0ae92548ad42 + (_Predicate __pred) + + + void + _M_invalidate_local_if + a07724.html + aa3e9b27e61fad7cb80cfab023eac395d + (_Predicate __pred) + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07720.html + a1ff909e73bfb6e9646caf6df99db2d70 + (_Safe_unordered_container_base &__x) noexcept + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_unordered_container< unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > > + a07724.html + __gnu_debug::_Safe_unordered_container_base + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_const_local_iterators + a07720.html + aada883d3554a2f87ca780c2457c09d5d + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + _Safe_iterator_base * + _M_local_iterators + a07720.html + ad62db24fbffa1fb93099351281b7ce65 + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07720.html + aa7ec5c80048329d10fe2916fff73aeff + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_invalidate_if + a07724.html + aff0fe666b60f05c5f8da0ae92548ad42 + (_Predicate __pred) + + + void + _M_invalidate_local_if + a07724.html + aa3e9b27e61fad7cb80cfab023eac395d + (_Predicate __pred) + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07720.html + a1ff909e73bfb6e9646caf6df99db2d70 + (_Safe_unordered_container_base &__x) noexcept + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_unordered_container< unordered_multiset< _Value, _Hash, _Pred, _Alloc > > + a07724.html + __gnu_debug::_Safe_unordered_container_base + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_const_local_iterators + a07720.html + aada883d3554a2f87ca780c2457c09d5d + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + _Safe_iterator_base * + _M_local_iterators + a07720.html + ad62db24fbffa1fb93099351281b7ce65 + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07720.html + aa7ec5c80048329d10fe2916fff73aeff + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_invalidate_if + a07724.html + aff0fe666b60f05c5f8da0ae92548ad42 + (_Predicate __pred) + + + void + _M_invalidate_local_if + a07724.html + aa3e9b27e61fad7cb80cfab023eac395d + (_Predicate __pred) + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07720.html + a1ff909e73bfb6e9646caf6df99db2d70 + (_Safe_unordered_container_base &__x) noexcept + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_unordered_container< unordered_set< _Value, _Hash, _Pred, _Alloc > > + a07724.html + __gnu_debug::_Safe_unordered_container_base + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_const_local_iterators + a07720.html + aada883d3554a2f87ca780c2457c09d5d + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + _Safe_iterator_base * + _M_local_iterators + a07720.html + ad62db24fbffa1fb93099351281b7ce65 + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07720.html + aa7ec5c80048329d10fe2916fff73aeff + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_invalidate_if + a07724.html + aff0fe666b60f05c5f8da0ae92548ad42 + (_Predicate __pred) + + + void + _M_invalidate_local_if + a07724.html + aa3e9b27e61fad7cb80cfab023eac395d + (_Predicate __pred) + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07720.html + a1ff909e73bfb6e9646caf6df99db2d70 + (_Safe_unordered_container_base &__x) noexcept + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + _Safe_vector< vector< _Tp, _Allocator >, ::vector< _Tp, _Allocator > > + a07824.html + + + _Tuple_impl< 0, _Elements... > + a03020.html + + + _Tuple_impl< 0, _T1, _T2 > + a03020.html + + + _Tuple_impl< _Idx+1, _Tail... > + a03020.html + + + _Vector_base< __diff_type, std::allocator< __diff_type > > + a06904.html + + + _Vector_base< __gnu_parallel::_Piece< _DifferenceType >, std::allocator< __gnu_parallel::_Piece< _DifferenceType > > > + a06904.html + + + _Vector_base< _CharClassT, std::allocator< _CharClassT > > + a06904.html + + + _Vector_base< _CharT, std::allocator< _CharT > > + a06904.html + + + _Vector_base< _Cmpt, std::allocator< _Cmpt > > + a06904.html + + + _Vector_base< _Node *, _Nodeptr_Alloc > + a06904.html + + + _Vector_base< _RealType, std::allocator< _RealType > > + a06904.html + + + _Vector_base< _State< _TraitsT::char_type >, std::allocator< _State< _TraitsT::char_type > > > + a06904.html + + + _Vector_base< _StringT, std::allocator< _StringT > > + a06904.html + + + _Vector_base< block_type, allocator_type > + a06904.html + + + _Vector_base< Catalog_info *, std::allocator< Catalog_info *> > + a06904.html + + + _Vector_base< double, std::allocator< double > > + a06904.html + + + _Vector_base< int, std::allocator< int > > + a06904.html + + + _Vector_base< result_type, std::allocator< result_type > > + a06904.html + + + _Vector_base< size_t, std::allocator< size_t > > + a06904.html + + + _Vector_base< std::pair< _BiIter, int >, std::allocator< std::pair< _BiIter, int > > > + a06904.html + + + _Vector_base< std::pair< _StateIdT, std::vector >, std::allocator< std::pair< _StateIdT, std::vector > > > + a06904.html + + + _Vector_base< std::pair< _StrTransT, _StrTransT >, std::allocator< std::pair< _StrTransT, _StrTransT > > > + a06904.html + + + _Vector_base< sub_match< _Bi_iter >, _Alloc > + a06904.html + + + _Vector_base< sub_match< _Bi_iter >, allocator< sub_match< _Bi_iter > > > + a06904.html + + + _Vector_base< sub_match< _BiIter >, _Alloc > + a06904.html + + + _Weak_result_type< _Tp > + a05680.html + _Weak_result_type_impl< remove_cv< _Tp >::type > + + + _Weak_result_type< remove_cv< _Tp >::type > + a05680.html + _Weak_result_type_impl< remove_cv< remove_cv< _Tp >::type >::type > + + + _Weak_result_type_impl< remove_cv< _Functor >::type > + a05596.html + _Maybe_get_result_type< remove_cv< _Functor >::type > + + + _Weak_result_type_impl< remove_cv< _Tp >::type > + a05596.html + _Maybe_get_result_type< remove_cv< _Tp >::type > + + + _Weak_result_type_impl< remove_cv< remove_cv< _Tp >::type >::type > + a05596.html + _Maybe_get_result_type< remove_cv< remove_cv< _Tp >::type >::type > + + + allocator< value_type > + a03848.html + __gnu_cxx::new_allocator + + + allocator_traits< _Tp_alloc_type > + a03788.html + + _Tp_alloc_type + allocator_type + a03788.html + afca1125c7f138bdffa1fda17a5181429 + + + + typename _Ptr< __c_pointer, const value_type >::type + const_pointer + a03788.html + a841791873537638dfc36c80ecc98bc48 + + + + typename _Ptr< __cv_pointer, const void >::type + const_void_pointer + a03788.html + a5a9cb47519e4840523e38e45cf56bf1d + + + + typename _Diff< _Tp_alloc_type, pointer >::type + difference_type + a03788.html + a653e076069bf6f57a6b09ca015d56a4e + + + + __detected_or_t< typename is_empty< _Tp_alloc_type >::type, __equal, _Tp_alloc_type > + is_always_equal + a03788.html + afae6957b1a6d68084b2b6114dff01ae8 + + + + __detected_or_t< value_type *, __pointer, _Tp_alloc_type > + pointer + a03788.html + a4931a231115cbef628c29b147a7d7336 + + + + __detected_or_t< false_type, __pocca, _Tp_alloc_type > + propagate_on_container_copy_assignment + a03788.html + acd5ad3d84299a655ad2c59e2345b7796 + + + + __detected_or_t< false_type, __pocma, _Tp_alloc_type > + propagate_on_container_move_assignment + a03788.html + a1db75f5aec19020544743134c961f607 + + + + __detected_or_t< false_type, __pocs, _Tp_alloc_type > + propagate_on_container_swap + a03788.html + adad7997e545350e38d1b44d01568741a + + + + typename _Size< _Tp_alloc_type, difference_type >::type + size_type + a03788.html + a528d5c1afff59af1a90aa9273dddb806 + + + + _Tp_alloc_type ::value_type + value_type + a03788.html + aa51dca0f6ab162918c10679e8feb57df + + + + typename _Ptr< __v_pointer, void >::type + void_pointer + a03788.html + a242e530b7ee8e5d17a017983cc7cc705 + + + + static pointer + allocate + a03788.html + a1afbf725286c9e82ba6166dcc04b10bc + (_Tp_alloc_type &__a, size_type __n) + + + static pointer + allocate + a03788.html + a79296fdf0f48ef0a49f2d5de6193f867 + (_Tp_alloc_type &__a, size_type __n, const_void_pointer __hint) + + + static auto + construct + a03788.html + aad7d7b8604439d1ecf953a1b9a426e7b + (_Tp_alloc_type &__a, _Tp *__p, _Args &&... __args) -> decltype(_S_construct(__a, __p, std::forward< _Args >(__args)...)) + + + static void + deallocate + a03788.html + ae5f6b86b98b17e2ba39243ca8eaf4ee1 + (_Tp_alloc_type &__a, pointer __p, size_type __n) + + + static void + destroy + a03788.html + ac73f3d164cf01c9d61b44d42c30db3d3 + (_Tp_alloc_type &__a, _Tp *__p) + + + static size_type + max_size + a03788.html + a29c306bcb6a7676a516430a0e50b990a + (const _Tp_alloc_type &__a) noexcept + + + static _Tp_alloc_type + select_on_container_copy_construction + a03788.html + ac324d9065f45f7ae2dd1e0014c73f218 + (const _Tp_alloc_type &__rhs) + + + + basic_branch< Key, Mapped, Tag, detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, Tag, _Alloc > ::node_update, __gnu_cxx::typelist::create2< Cmp_Fn, detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, Tag, _Alloc > >::type, _Alloc > + a10032.html + + + basic_branch< Key, Mapped, Tag, detail::trie_traits< Key, Mapped, _ATraits, Node_Update, Tag, _Alloc > ::node_update, __gnu_cxx::typelist::create2< _ATraits, detail::trie_traits< Key, Mapped, _ATraits, Node_Update, Tag, _Alloc > >::type, _Alloc > + a10032.html + + + basic_filebuf< _CharT, encoding_char_traits< _CharT > > + a02072.html + std::basic_streambuf + + + basic_filebuf + a02072.html + add2d16a8965c490cd9b4cc95b958e09f + () + + + virtual + ~basic_filebuf + a02072.html + a226a8efc1add60c0fc04ce2714a56b4c + () + + + __filebuf_type * + close + a02072.html + a5e13a128abb0a5dd8ef1e3d10597031f + () + + + locale + getloc + a02568.html + a09508701b27d68740a5473d096437f65 + () const + + + streamsize + in_avail + a02568.html + a924a684fe2a6844d766e25f4051b705c + () + + + bool + is_open + a02072.html + a56ddf5ebdff55e7aaf51077a51c4d42f + () const + + + __filebuf_type * + open + a02072.html + ad72dc61561f4420b36f9e626b4426433 + (const char *__s, ios_base::openmode __mode) + + + __filebuf_type * + open + a02072.html + a541062313b01b7bb74af2582f88a365f + (const std::string &__s, ios_base::openmode __mode) + + + locale + pubimbue + a02568.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) + + + int_type + sbumpc + a02568.html + a72d8037e21ad370e3643ff3c865f91f9 + () + + + int_type + sgetc + a02568.html + ac773fb2c87cf938fb6eb89c987f8e04e + () + + + streamsize + sgetn + a02568.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) + + + int_type + snextc + a02568.html + a6d281db46069df3043b566f10e5397b2 + () + + + int_type + sputbackc + a02568.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) + + + int_type + sputc + a02568.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) + + + streamsize + sputn + a02568.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) + + + int_type + sungetc + a02568.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + void + _M_create_pback + a02072.html + ac4c7480aea8087a568d10b87a06b4d4e + () + + + void + _M_destroy_pback + a02072.html + a7b95d650e7a161b18ca9fcbd3f792253 + () + + + void + _M_set_buffer + a02072.html + af3d033b08f1641d4594fb5d21eb2db89 + (streamsize __off) + + + void + gbump + a02568.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) + + + virtual void + imbue + a02072.html + a4e8214d23c9895a180231de6cf463449 + (const locale &__loc) + + + virtual int_type + overflow + a02072.html + ac1941000c0d1480052cc8ee84fd8a665 + (int_type __c=encoding_char_traits< _CharT > ::eof()) + + + virtual int_type + pbackfail + a02072.html + a98e6cafd6256f907c4fff74afa49be3e + (int_type __c=encoding_char_traits< _CharT > ::eof()) + + + void + pbump + a02568.html + abd017296cfc054910ca7de102e6a6998 + (int __n) + + + virtual pos_type + seekoff + a02072.html + a0152beebcac8c9542b6b0efe3de5bbfb + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + virtual pos_type + seekpos + a02072.html + a91365d684bb298cb7ad42e3c73cd0252 + (pos_type __pos, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + virtual __streambuf_type * + setbuf + a02072.html + afdc468aedafb80e43f14569d09485e6b + (char_type *__s, streamsize __n) + + + void + setg + a02568.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) + + + void + setp + a02568.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) + + + virtual streamsize + showmanyc + a02072.html + a0e8e4218ba9766e34b74e69b17fb28b3 + () + + + virtual int + sync + a02072.html + af42cd30ec66c6eb0df56026098b6e04f + () + + + virtual int_type + uflow + a02568.html + a4e0c932f41122eaec83e7008ece5e207 + () + + + virtual int_type + underflow + a02072.html + a051ec9d0aa68d3bbf3a2b8cb2e41c93b + () + + + virtual streamsize + xsgetn + a02072.html + a4fb6d662a8351a9c790be9fbe78be8b4 + (char_type *__s, streamsize __n) + + + virtual streamsize + xsputn + a02072.html + a9e78a1d5dec2c7eea816ada4e43d7576 + (const char_type *__s, streamsize __n) + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + char_type * + _M_buf + a02072.html + a981a6d9fa6672d57f94dc2578f3d4b07 + + + + locale + _M_buf_locale + a02568.html + aef4d5a82b6a51fa750fa43d80b4a8564 + + + + size_t + _M_buf_size + a02072.html + a59de9f582ce410ea2c7583eaf4228e2f + + + + char * + _M_ext_buf + a02072.html + a65f15e25bc11ffc20ca24e1c437ee5c0 + + + + streamsize + _M_ext_buf_size + a02072.html + a284d196740028e4047586fe923e7a595 + + + + const char * + _M_ext_next + a02072.html + af4a3bae8038d32dffd03676c93feccbc + + + + char_type * + _M_in_beg + a02568.html + a08c7afbf0ec4df6f6d8e29a46484197d + + + + char_type * + _M_in_cur + a02568.html + a7b4e50d872ecb80867eaab9e7897b625 + + + + char_type * + _M_in_end + a02568.html + adf0f7b58227c057d018ab6a8b0a123d4 + + + + ios_base::openmode + _M_mode + a02072.html + a14cdd23152cee458aaa655cf9508f9a6 + + + + char_type * + _M_out_beg + a02568.html + a66b958241a34e8b7da6ade8f3434ce61 + + + + char_type * + _M_out_cur + a02568.html + a83c368ebeed6b39269fd45d38b9a8b53 + + + + char_type * + _M_out_end + a02568.html + af2973fa34894190ce5885749fa148bbe + + + + bool + _M_reading + a02072.html + acde765e7a5ddaca79683176fe981cec1 + + + + char_type + _M_pback + a02072.html + a0763759a2b15f0d18f869978aded8f84 + + + + char_type * + _M_pback_cur_save + a02072.html + a293a2014b3f6801df3764e2c502e6e25 + + + + char_type * + _M_pback_end_save + a02072.html + a65dce41d776ab7f376607436e7c5455c + + + + bool + _M_pback_init + a02072.html + aa144642d688ad4c36807ce149e632995 + + + + char_type + _M_pback + a02072.html + a0763759a2b15f0d18f869978aded8f84 + + + + char_type * + _M_pback_cur_save + a02072.html + a293a2014b3f6801df3764e2c502e6e25 + + + + char_type * + _M_pback_end_save + a02072.html + a65dce41d776ab7f376607436e7c5455c + + + + bool + _M_pback_init + a02072.html + aa144642d688ad4c36807ce149e632995 + + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + + basic_filebuf< char_type, traits_type > + a02072.html + std::basic_streambuf + + + basic_filebuf + a02072.html + add2d16a8965c490cd9b4cc95b958e09f + () + + + virtual + ~basic_filebuf + a02072.html + a226a8efc1add60c0fc04ce2714a56b4c + () + + + __filebuf_type * + close + a02072.html + a5e13a128abb0a5dd8ef1e3d10597031f + () + + + locale + getloc + a02568.html + a09508701b27d68740a5473d096437f65 + () const + + + streamsize + in_avail + a02568.html + a924a684fe2a6844d766e25f4051b705c + () + + + bool + is_open + a02072.html + a56ddf5ebdff55e7aaf51077a51c4d42f + () const + + + __filebuf_type * + open + a02072.html + ad72dc61561f4420b36f9e626b4426433 + (const char *__s, ios_base::openmode __mode) + + + __filebuf_type * + open + a02072.html + a541062313b01b7bb74af2582f88a365f + (const std::string &__s, ios_base::openmode __mode) + + + locale + pubimbue + a02568.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) + + + int_type + sbumpc + a02568.html + a72d8037e21ad370e3643ff3c865f91f9 + () + + + int_type + sgetc + a02568.html + ac773fb2c87cf938fb6eb89c987f8e04e + () + + + streamsize + sgetn + a02568.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) + + + int_type + snextc + a02568.html + a6d281db46069df3043b566f10e5397b2 + () + + + int_type + sputbackc + a02568.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) + + + int_type + sputc + a02568.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) + + + streamsize + sputn + a02568.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) + + + int_type + sungetc + a02568.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + void + _M_create_pback + a02072.html + ac4c7480aea8087a568d10b87a06b4d4e + () + + + void + _M_destroy_pback + a02072.html + a7b95d650e7a161b18ca9fcbd3f792253 + () + + + void + _M_set_buffer + a02072.html + af3d033b08f1641d4594fb5d21eb2db89 + (streamsize __off) + + + void + gbump + a02568.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) + + + virtual void + imbue + a02072.html + a4e8214d23c9895a180231de6cf463449 + (const locale &__loc) + + + virtual int_type + overflow + a02072.html + ac1941000c0d1480052cc8ee84fd8a665 + (int_type __c=traits_type ::eof()) + + + virtual int_type + pbackfail + a02072.html + a98e6cafd6256f907c4fff74afa49be3e + (int_type __c=traits_type ::eof()) + + + void + pbump + a02568.html + abd017296cfc054910ca7de102e6a6998 + (int __n) + + + virtual pos_type + seekoff + a02072.html + a0152beebcac8c9542b6b0efe3de5bbfb + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + virtual pos_type + seekpos + a02072.html + a91365d684bb298cb7ad42e3c73cd0252 + (pos_type __pos, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + virtual __streambuf_type * + setbuf + a02072.html + afdc468aedafb80e43f14569d09485e6b + (char_type *__s, streamsize __n) + + + void + setg + a02568.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) + + + void + setp + a02568.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) + + + virtual streamsize + showmanyc + a02072.html + a0e8e4218ba9766e34b74e69b17fb28b3 + () + + + virtual int + sync + a02072.html + af42cd30ec66c6eb0df56026098b6e04f + () + + + virtual int_type + uflow + a02568.html + a4e0c932f41122eaec83e7008ece5e207 + () + + + virtual int_type + underflow + a02072.html + a051ec9d0aa68d3bbf3a2b8cb2e41c93b + () + + + virtual streamsize + xsgetn + a02072.html + a4fb6d662a8351a9c790be9fbe78be8b4 + (char_type *__s, streamsize __n) + + + virtual streamsize + xsputn + a02072.html + a9e78a1d5dec2c7eea816ada4e43d7576 + (const char_type *__s, streamsize __n) + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + char_type * + _M_buf + a02072.html + a981a6d9fa6672d57f94dc2578f3d4b07 + + + + locale + _M_buf_locale + a02568.html + aef4d5a82b6a51fa750fa43d80b4a8564 + + + + size_t + _M_buf_size + a02072.html + a59de9f582ce410ea2c7583eaf4228e2f + + + + char * + _M_ext_buf + a02072.html + a65f15e25bc11ffc20ca24e1c437ee5c0 + + + + streamsize + _M_ext_buf_size + a02072.html + a284d196740028e4047586fe923e7a595 + + + + const char * + _M_ext_next + a02072.html + af4a3bae8038d32dffd03676c93feccbc + + + + char_type * + _M_in_beg + a02568.html + a08c7afbf0ec4df6f6d8e29a46484197d + + + + char_type * + _M_in_cur + a02568.html + a7b4e50d872ecb80867eaab9e7897b625 + + + + char_type * + _M_in_end + a02568.html + adf0f7b58227c057d018ab6a8b0a123d4 + + + + ios_base::openmode + _M_mode + a02072.html + a14cdd23152cee458aaa655cf9508f9a6 + + + + char_type * + _M_out_beg + a02568.html + a66b958241a34e8b7da6ade8f3434ce61 + + + + char_type * + _M_out_cur + a02568.html + a83c368ebeed6b39269fd45d38b9a8b53 + + + + char_type * + _M_out_end + a02568.html + af2973fa34894190ce5885749fa148bbe + + + + bool + _M_reading + a02072.html + acde765e7a5ddaca79683176fe981cec1 + + + + char_type + _M_pback + a02072.html + a0763759a2b15f0d18f869978aded8f84 + + + + char_type * + _M_pback_cur_save + a02072.html + a293a2014b3f6801df3764e2c502e6e25 + + + + char_type * + _M_pback_end_save + a02072.html + a65dce41d776ab7f376607436e7c5455c + + + + bool + _M_pback_init + a02072.html + aa144642d688ad4c36807ce149e632995 + + + + char_type + _M_pback + a02072.html + a0763759a2b15f0d18f869978aded8f84 + + + + char_type * + _M_pback_cur_save + a02072.html + a293a2014b3f6801df3764e2c502e6e25 + + + + char_type * + _M_pback_end_save + a02072.html + a65dce41d776ab7f376607436e7c5455c + + + + bool + _M_pback_init + a02072.html + aa144642d688ad4c36807ce149e632995 + + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + + basic_hash_table< Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, cc_hash_tag, __gnu_cxx::typelist::create1< Comb_Hash_Fn >::type, _Alloc > + a10020.html + + + basic_hash_table< Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, gp_hash_tag, __gnu_cxx::typelist::create2< Comb_Probe_Fn, Probe_Fn >::type, _Alloc > + a10020.html + + + basic_ios< char, _Traits > + a02564.html + std::ios_base + + + event + a04932.html + a411605aa4a6914dded5a9308ce28257b + + + + void(* + event_callback + a04932.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) + + + _Ios_Fmtflags + fmtflags + a04932.html + a03fbf244b3dfb55651c7460537abb89e + + + + _Ios_Iostate + iostate + a04932.html + a0487f09dbaf55c34d14350a54daf0bbd + + + + _Ios_Openmode + openmode + a04932.html + aa7e2408680d83e0bac8979774aeecdad + + + + _Ios_Seekdir + seekdir + a04932.html + ac19bbe98949795f6038952b6c7759a0a + + + + char + char_type + a02564.html + ab79c2147554ac3080647828e0bd75c17 + + + + _Traits::int_type + int_type + a02564.html + abed08c42ca8297417265888a1232709a + + + + _Traits::pos_type + pos_type + a02564.html + a1a7a5dbd05bfd3ebcc7a4febd35e58d9 + + + + _Traits::off_type + off_type + a02564.html + a9b0940b8e61b43dbb5c0f1bb268ce944 + + + + _Traits + traits_type + a02564.html + a2ce652e072a7f6664c71548df3e43af4 + + + + ctype< char > + __ctype_type + a02564.html + a182d68de5e0177334ea13de288105523 + + + + num_put< char, ostreambuf_iterator< char, _Traits > > + __num_put_type + a02564.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + num_get< char, istreambuf_iterator< char, _Traits > > + __num_get_type + a02564.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc + + + + + basic_ios + a02564.html + aec6ddbe42050441c71ec066b901f332c + (basic_streambuf< char, _Traits > *__sb) + + + virtual + ~basic_ios + a02564.html + a9988b5612652454d970d5ad856c6e8d2 + () + + + const locale & + _M_getloc + a04932.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 + () const + + + bool + bad + a02564.html + ad79b64356f78198654c36480f670738c + () const + + + void + clear + a02564.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) + + + basic_ios & + copyfmt + a02564.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) + + + bool + eof + a02564.html + a0a9f086f16995b35aad9db9d3adf843f + () const + + + iostate + exceptions + a02564.html + a2af07612846b93cd56e19d56ad9ee7c5 + () const + + + void + exceptions + a02564.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) + + + bool + fail + a02564.html + a9ce7a228245eefeceacc05fe6feff2e0 + () const + + + char_type + fill + a02564.html + a8b6a8fc0ddc82328520534e9e99de88e + () const + + + char_type + fill + a02564.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) + + + fmtflags + flags + a04932.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const + + + fmtflags + flags + a04932.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) + + + locale + getloc + a04932.html + ad2ef2af6c7194c081df6c0d505c28699 + () const + + + bool + good + a02564.html + a89bf36df306bb4682f9b74694619b2cf + () const + + + locale + imbue + a02564.html + a0aee263fdd9d10e05634c8b8d0f2114e + (const locale &__loc) + + + long & + iword + a04932.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) + + + char + narrow + a02564.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const + + + streamsize + precision + a04932.html + a22f2e1638f5fcac7fff2442122dc51e6 + () const + + + streamsize + precision + a04932.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) + + + void *& + pword + a04932.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) + + + basic_streambuf< char, _Traits > * + rdbuf + a02564.html + a21f92cbfd296f81694cdaef956d0bd6d + () const + + + basic_streambuf< char, _Traits > * + rdbuf + a02564.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< char, _Traits > *__sb) + + + iostate + rdstate + a02564.html + a5f082a6a02ca25407fa6806bbd84e887 + () const + + + void + register_callback + a04932.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) + + + fmtflags + setf + a04932.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) + + + fmtflags + setf + a04932.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) + + + void + setstate + a02564.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) + + + basic_ostream< char, _Traits > * + tie + a02564.html + a191fdfa0d70cd77c7e396a6411d1febc + () const + + + basic_ostream< char, _Traits > * + tie + a02564.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< char, _Traits > *__tiestr) + + + void + unsetf + a04932.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) + + + char_type + widen + a02564.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const + + + streamsize + width + a04932.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const + + + streamsize + width + a04932.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + static bool + sync_with_stdio + a04932.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) + + + static int + xalloc + a04932.html + a3faeb4739cfe621262ceef0aad98f0ea + () + + + static const fmtflags + adjustfield + a04932.html + afb35e86e0979426d5271e7da619e564b + + + + static const openmode + app + a04932.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + + + + static const openmode + ate + a04932.html + ad22225874e26210dfe11263279587e75 + + + + static const iostate + badbit + a04932.html + aa3cd1e1667eb566ad6e23a67117eef8b + + + + static const fmtflags + basefield + a04932.html + a1c78bab2448707823dbb382c1f9d872a + + + + static const seekdir + beg + a04932.html + a214f784b4a9d7ce92eb23ed99e44aecf + + + + static const openmode + binary + a04932.html + a88a28f18badafdd8e605841b8b7042d5 + + + + static const fmtflags + boolalpha + a04932.html + a7643f003a532a377d00ebe8bd288985f + + + + static const seekdir + cur + a04932.html + a1965600e26ca83d186504a4fd337cb9e + + + + static const fmtflags + dec + a04932.html + a3b38d2c92a8191a8f6d4994c663d408e + + + + static const seekdir + end + a04932.html + a505c3780386ccd5ca9679f7264db97f9 + + + + static const iostate + eofbit + a04932.html + a806f6f377e4fb4525d19e6d24df3cd62 + + + + static const iostate + failbit + a04932.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + + + + static const fmtflags + fixed + a04932.html + ab68a9e528eb897d85741f7a21adf4368 + + + + static const fmtflags + floatfield + a04932.html + a82663733691c649e8138a0fa959cb8c4 + + + + static const iostate + goodbit + a04932.html + a9af3b6f8ace7d893e1a0853d8fb29778 + + + + static const fmtflags + hex + a04932.html + a0dec2040942a5b127ce98be81486466f + + + + static const openmode + in + a04932.html + a652e2323949eea3d906e1c81bd8ce8f7 + + + + static const fmtflags + internal + a04932.html + a6e38abfae36f1fce1d01ec47487ba226 + + + + static const fmtflags + left + a04932.html + ac3795cde4efbdf63b27ea978f1a2755d + + + + static const fmtflags + oct + a04932.html + ab9d72ba493c0a12da9e6669c32af98ed + + + + static const openmode + out + a04932.html + a7187e216e5d16ec820ea1791002f85e0 + + + + static const fmtflags + right + a04932.html + a13753798f5c9da6f9372429c53039767 + + + + static const fmtflags + scientific + a04932.html + af4966eeb93a789a84f9acd92375d8483 + + + + static const fmtflags + showbase + a04932.html + a69acbf246475f065d6648303e452fd4d + + + + static const fmtflags + showpoint + a04932.html + a4c79db16d6509208744e2b698a2d107f + + + + static const fmtflags + showpos + a04932.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 + + + + static const fmtflags + skipws + a04932.html + a0092524de17db6438bc3bdcb914ac62b + + + + static const openmode + trunc + a04932.html + ae6831a611ce41b51a873c55b30d8534d + + + + static const fmtflags + unitbuf + a04932.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + + + + static const fmtflags + uppercase + a04932.html + a1be02544c10366da9fd9183a905d4910 + + + + + basic_ios + a02564.html + a3ecd9e8f6ad7e3f910a1b9ef2962c6a4 + () + + + void + init + a02564.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< char, _Traits > *__sb) + + + char + char_type + a02564.html + ab79c2147554ac3080647828e0bd75c17 + + + + _Traits::int_type + int_type + a02564.html + abed08c42ca8297417265888a1232709a + + + + _Traits::pos_type + pos_type + a02564.html + a1a7a5dbd05bfd3ebcc7a4febd35e58d9 + + + + _Traits::off_type + off_type + a02564.html + a9b0940b8e61b43dbb5c0f1bb268ce944 + + + + _Traits + traits_type + a02564.html + a2ce652e072a7f6664c71548df3e43af4 + + + + ctype< char > + __ctype_type + a02564.html + a182d68de5e0177334ea13de288105523 + + + + num_put< char, ostreambuf_iterator< char, _Traits > > + __num_put_type + a02564.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + num_get< char, istreambuf_iterator< char, _Traits > > + __num_get_type + a02564.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc + + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + + basic_iostream< char > + a02580.html + basic_istream< char, _Traits > + basic_ostream< char, _Traits > + + + event + a04932.html + a411605aa4a6914dded5a9308ce28257b + + + + void(* + event_callback + a04932.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) + + + _Ios_Fmtflags + fmtflags + a04932.html + a03fbf244b3dfb55651c7460537abb89e + + + + _Ios_Iostate + iostate + a04932.html + a0487f09dbaf55c34d14350a54daf0bbd + + + + _Ios_Openmode + openmode + a04932.html + aa7e2408680d83e0bac8979774aeecdad + + + + _Ios_Seekdir + seekdir + a04932.html + ac19bbe98949795f6038952b6c7759a0a + + + + num_put< char, ostreambuf_iterator< char, _Traits > > + __num_put_type + a02564.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + + basic_iostream + a02580.html + ab1cea733f7a42667a83144a06857450b + (basic_streambuf< char, _Traits > *__sb) + + + virtual + ~basic_iostream + a02580.html + ae6395051f05575ecd1f386e0eb46fff7 + () + + + const locale & + _M_getloc + a04932.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 + () const + + + bool + bad + a02564.html + ad79b64356f78198654c36480f670738c + () const + + + void + clear + a02564.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) + + + basic_ios & + copyfmt + a02564.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) + + + bool + eof + a02564.html + a0a9f086f16995b35aad9db9d3adf843f + () const + + + iostate + exceptions + a02564.html + a2af07612846b93cd56e19d56ad9ee7c5 + () const + + + void + exceptions + a02564.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) + + + bool + fail + a02564.html + a9ce7a228245eefeceacc05fe6feff2e0 + () const + + + char_type + fill + a02564.html + a8b6a8fc0ddc82328520534e9e99de88e + () const + + + char_type + fill + a02564.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) + + + fmtflags + flags + a04932.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const + + + fmtflags + flags + a04932.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) + + + __ostream_type & + flush + a02576.html + ab5155ad385b78192ef1436bf31a0cde0 + () + + + streamsize + gcount + a02572.html + a14cc48ec617f1c1a65d8532e7807882c + () const + + + basic_istream< char > & + getline + a02572.html + ac221a81cafbff201778d85d7a1c48361 + (char_type *__s, streamsize __n, char_type __delim) + + + locale + getloc + a04932.html + ad2ef2af6c7194c081df6c0d505c28699 + () const + + + bool + good + a02564.html + a89bf36df306bb4682f9b74694619b2cf + () const + + + locale + imbue + a02564.html + a0aee263fdd9d10e05634c8b8d0f2114e + (const locale &__loc) + + + long & + iword + a04932.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) + + + char + narrow + a02564.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const + + + __ostream_type & + operator<< + a02576.html + a55c3406610bedc51adf69c5bf5e91f87 + (const void *__p) + + + __ostream_type & + operator<< + a02576.html + ae44501375408f184570a51b04f9f984c + (__streambuf_type *__sb) + + + __istream_type & + operator>> + a02572.html + adeaf1064509afa95a3eb1b49c2d351e1 + (void *&__p) + + + __istream_type & + operator>> + a02572.html + a3e27102f9fe4c77782e581f359a6a118 + (__streambuf_type *__sb) + + + streamsize + precision + a04932.html + a22f2e1638f5fcac7fff2442122dc51e6 + () const + + + streamsize + precision + a04932.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) + + + void *& + pword + a04932.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) + + + basic_streambuf< char, _Traits > * + rdbuf + a02564.html + a21f92cbfd296f81694cdaef956d0bd6d + () const + + + basic_streambuf< char, _Traits > * + rdbuf + a02564.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< char, _Traits > *__sb) + + + iostate + rdstate + a02564.html + a5f082a6a02ca25407fa6806bbd84e887 + () const + + + void + register_callback + a04932.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) + + + __ostream_type & + seekp + a02576.html + abb04da4da073ece1c0222004b6f3207b + (pos_type) + + + __ostream_type & + seekp + a02576.html + a6c7c5283e1f9b0a49c85f1f81c976226 + (off_type, ios_base::seekdir) + + + fmtflags + setf + a04932.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) + + + fmtflags + setf + a04932.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) + + + void + setstate + a02564.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) + + + pos_type + tellp + a02576.html + a57b81a67592e9a2692704ef6cb675946 + () + + + basic_ostream< char, _Traits > * + tie + a02564.html + a191fdfa0d70cd77c7e396a6411d1febc + () const + + + basic_ostream< char, _Traits > * + tie + a02564.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< char, _Traits > *__tiestr) + + + void + unsetf + a04932.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) + + + char_type + widen + a02564.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const + + + streamsize + width + a04932.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const + + + streamsize + width + a04932.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) + + + __istream_type & + operator>> + a02572.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) + + + __istream_type & + operator>> + a02572.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) + + + __istream_type & + operator>> + a02572.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) + + + __istream_type & + operator>> + a02572.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) + + + __istream_type & + operator>> + a02572.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) + + + __istream_type & + operator>> + a02572.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) + + + __istream_type & + operator>> + a02572.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) + + + __istream_type & + operator>> + a02572.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) + + + __istream_type & + operator>> + a02572.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) + + + __istream_type & + operator>> + a02572.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) + + + __istream_type & + operator>> + a02572.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) + + + __istream_type & + operator>> + a02572.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) + + + __istream_type & + operator>> + a02572.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) + + + __istream_type & + operator>> + a02572.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) + + + __istream_type & + operator>> + a02572.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) + + + int_type + get + a02572.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () + + + __istream_type & + get + a02572.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) + + + __istream_type & + get + a02572.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + get + a02572.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) + + + __istream_type & + get + a02572.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) + + + __istream_type & + get + a02572.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) + + + __istream_type & + getline + a02572.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + getline + a02572.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) + + + __istream_type & + ignore + a02572.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) + + + __istream_type & + ignore + a02572.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) + + + __istream_type & + ignore + a02572.html + a64f338d738e8de460fa4a2be744cff8f + () + + + int_type + peek + a02572.html + a2f0e75e1691608c66f634191e54ec4d9 + () + + + __istream_type & + read + a02572.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) + + + streamsize + readsome + a02572.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) + + + __istream_type & + putback + a02572.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) + + + __istream_type & + unget + a02572.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () + + + int + sync + a02572.html + af3f3c68797d19724d8add89b15a08908 + () + + + pos_type + tellg + a02572.html + a46cc2065d192a9689f39d298a9573341 + () + + + __istream_type & + seekg + a02572.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02572.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + __ostream_type & + operator<< + a02576.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) + + + __ostream_type & + operator<< + a02576.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) + + + __ostream_type & + operator<< + a02576.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) + + + __ostream_type & + operator<< + a02576.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) + + + __ostream_type & + operator<< + a02576.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) + + + __ostream_type & + operator<< + a02576.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) + + + __ostream_type & + operator<< + a02576.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) + + + __ostream_type & + operator<< + a02576.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) + + + __ostream_type & + operator<< + a02576.html + a90608b96fbe83830a71760b741ae3159 + (int __n) + + + __ostream_type & + operator<< + a02576.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) + + + __ostream_type & + operator<< + a02576.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) + + + __ostream_type & + operator<< + a02576.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) + + + __ostream_type & + operator<< + a02576.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) + + + __ostream_type & + operator<< + a02576.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) + + + __ostream_type & + operator<< + a02576.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) + + + __ostream_type & + put + a02576.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) + + + void + _M_write + a02576.html + ac8e60326ec9f82e24274e3f457dc887a + (const char_type *__s, streamsize __n) + + + __ostream_type & + write + a02576.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) + + + static bool + sync_with_stdio + a04932.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) + + + static int + xalloc + a04932.html + a3faeb4739cfe621262ceef0aad98f0ea + () + + + static const fmtflags + adjustfield + a04932.html + afb35e86e0979426d5271e7da619e564b + + + + static const openmode + app + a04932.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + + + + static const openmode + ate + a04932.html + ad22225874e26210dfe11263279587e75 + + + + static const iostate + badbit + a04932.html + aa3cd1e1667eb566ad6e23a67117eef8b + + + + static const fmtflags + basefield + a04932.html + a1c78bab2448707823dbb382c1f9d872a + + + + static const seekdir + beg + a04932.html + a214f784b4a9d7ce92eb23ed99e44aecf + + + + static const openmode + binary + a04932.html + a88a28f18badafdd8e605841b8b7042d5 + + + + static const fmtflags + boolalpha + a04932.html + a7643f003a532a377d00ebe8bd288985f + + + + static const seekdir + cur + a04932.html + a1965600e26ca83d186504a4fd337cb9e + + + + static const fmtflags + dec + a04932.html + a3b38d2c92a8191a8f6d4994c663d408e + + + + static const seekdir + end + a04932.html + a505c3780386ccd5ca9679f7264db97f9 + + + + static const iostate + eofbit + a04932.html + a806f6f377e4fb4525d19e6d24df3cd62 + + + + static const iostate + failbit + a04932.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + + + + static const fmtflags + fixed + a04932.html + ab68a9e528eb897d85741f7a21adf4368 + + + + static const fmtflags + floatfield + a04932.html + a82663733691c649e8138a0fa959cb8c4 + + + + static const iostate + goodbit + a04932.html + a9af3b6f8ace7d893e1a0853d8fb29778 + + + + static const fmtflags + hex + a04932.html + a0dec2040942a5b127ce98be81486466f + + + + static const openmode + in + a04932.html + a652e2323949eea3d906e1c81bd8ce8f7 + + + + static const fmtflags + internal + a04932.html + a6e38abfae36f1fce1d01ec47487ba226 + + + + static const fmtflags + left + a04932.html + ac3795cde4efbdf63b27ea978f1a2755d + + + + static const fmtflags + oct + a04932.html + ab9d72ba493c0a12da9e6669c32af98ed + + + + static const openmode + out + a04932.html + a7187e216e5d16ec820ea1791002f85e0 + + + + static const fmtflags + right + a04932.html + a13753798f5c9da6f9372429c53039767 + + + + static const fmtflags + scientific + a04932.html + af4966eeb93a789a84f9acd92375d8483 + + + + static const fmtflags + showbase + a04932.html + a69acbf246475f065d6648303e452fd4d + + + + static const fmtflags + showpoint + a04932.html + a4c79db16d6509208744e2b698a2d107f + + + + static const fmtflags + showpos + a04932.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 + + + + static const fmtflags + skipws + a04932.html + a0092524de17db6438bc3bdcb914ac62b + + + + static const openmode + trunc + a04932.html + ae6831a611ce41b51a873c55b30d8534d + + + + static const fmtflags + unitbuf + a04932.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + + + + static const fmtflags + uppercase + a04932.html + a1be02544c10366da9fd9183a905d4910 + + + + void + init + a02564.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< char, _Traits > *__sb) + + + streamsize + _M_gcount + a02572.html + a561684f2822987bda56c7e8817f91892 + + + + num_put< char, ostreambuf_iterator< char, _Traits > > + __num_put_type + a02564.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + __istream_type & + operator>> + a02572.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) + + + __istream_type & + operator>> + a02572.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) + + + __istream_type & + operator>> + a02572.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) + + + __istream_type & + operator>> + a02572.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) + + + __istream_type & + operator>> + a02572.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) + + + __istream_type & + operator>> + a02572.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) + + + __istream_type & + operator>> + a02572.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) + + + __istream_type & + operator>> + a02572.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) + + + __istream_type & + operator>> + a02572.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) + + + __istream_type & + operator>> + a02572.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) + + + __istream_type & + operator>> + a02572.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) + + + __istream_type & + operator>> + a02572.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) + + + __istream_type & + operator>> + a02572.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) + + + __istream_type & + operator>> + a02572.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) + + + __istream_type & + operator>> + a02572.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) + + + int_type + get + a02572.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () + + + __istream_type & + get + a02572.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) + + + __istream_type & + get + a02572.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + get + a02572.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) + + + __istream_type & + get + a02572.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) + + + __istream_type & + get + a02572.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) + + + __istream_type & + getline + a02572.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + getline + a02572.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) + + + __istream_type & + ignore + a02572.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) + + + __istream_type & + ignore + a02572.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) + + + __istream_type & + ignore + a02572.html + a64f338d738e8de460fa4a2be744cff8f + () + + + int_type + peek + a02572.html + a2f0e75e1691608c66f634191e54ec4d9 + () + + + __istream_type & + read + a02572.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) + + + streamsize + readsome + a02572.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) + + + __istream_type & + putback + a02572.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) + + + __istream_type & + unget + a02572.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () + + + int + sync + a02572.html + af3f3c68797d19724d8add89b15a08908 + () + + + pos_type + tellg + a02572.html + a46cc2065d192a9689f39d298a9573341 + () + + + __istream_type & + seekg + a02572.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02572.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + __ostream_type & + operator<< + a02576.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) + + + __ostream_type & + operator<< + a02576.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) + + + __ostream_type & + operator<< + a02576.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) + + + __ostream_type & + operator<< + a02576.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) + + + __ostream_type & + operator<< + a02576.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) + + + __ostream_type & + operator<< + a02576.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) + + + __ostream_type & + operator<< + a02576.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) + + + __ostream_type & + operator<< + a02576.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) + + + __ostream_type & + operator<< + a02576.html + a90608b96fbe83830a71760b741ae3159 + (int __n) + + + __ostream_type & + operator<< + a02576.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) + + + __ostream_type & + operator<< + a02576.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) + + + __ostream_type & + operator<< + a02576.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) + + + __ostream_type & + operator<< + a02576.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) + + + __ostream_type & + operator<< + a02576.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) + + + __ostream_type & + operator<< + a02576.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) + + + __ostream_type & + put + a02576.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) + + + void + _M_write + a02576.html + ac8e60326ec9f82e24274e3f457dc887a + (const char_type *__s, streamsize __n) + + + __ostream_type & + write + a02576.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) + + + + basic_istream< char > + a02572.html + basic_ios< char, _Traits > + + + event + a04932.html + a411605aa4a6914dded5a9308ce28257b + + + + void(* + event_callback + a04932.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) + + + _Ios_Fmtflags + fmtflags + a04932.html + a03fbf244b3dfb55651c7460537abb89e + + + + _Ios_Iostate + iostate + a04932.html + a0487f09dbaf55c34d14350a54daf0bbd + + + + _Ios_Openmode + openmode + a04932.html + aa7e2408680d83e0bac8979774aeecdad + + + + _Ios_Seekdir + seekdir + a04932.html + ac19bbe98949795f6038952b6c7759a0a + + + + num_put< char, ostreambuf_iterator< char, _Traits > > + __num_put_type + a02564.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + + basic_istream + a02572.html + aafe5687995bf38a165786a7ec224ee7f + (__streambuf_type *__sb) + + + virtual + ~basic_istream + a02572.html + a7556d385b49d449f67b8a0cd795977ff + () + + + const locale & + _M_getloc + a04932.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 + () const + + + bool + bad + a02564.html + ad79b64356f78198654c36480f670738c + () const + + + void + clear + a02564.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) + + + basic_ios & + copyfmt + a02564.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) + + + bool + eof + a02564.html + a0a9f086f16995b35aad9db9d3adf843f + () const + + + iostate + exceptions + a02564.html + a2af07612846b93cd56e19d56ad9ee7c5 + () const + + + void + exceptions + a02564.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) + + + bool + fail + a02564.html + a9ce7a228245eefeceacc05fe6feff2e0 + () const + + + char_type + fill + a02564.html + a8b6a8fc0ddc82328520534e9e99de88e + () const + + + char_type + fill + a02564.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) + + + fmtflags + flags + a04932.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const + + + fmtflags + flags + a04932.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) + + + streamsize + gcount + a02572.html + a14cc48ec617f1c1a65d8532e7807882c + () const + + + basic_istream< char > & + getline + a02572.html + ac221a81cafbff201778d85d7a1c48361 + (char_type *__s, streamsize __n, char_type __delim) + + + locale + getloc + a04932.html + ad2ef2af6c7194c081df6c0d505c28699 + () const + + + bool + good + a02564.html + a89bf36df306bb4682f9b74694619b2cf + () const + + + locale + imbue + a02564.html + a0aee263fdd9d10e05634c8b8d0f2114e + (const locale &__loc) + + + long & + iword + a04932.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) + + + char + narrow + a02564.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const + + + __istream_type & + operator>> + a02572.html + adeaf1064509afa95a3eb1b49c2d351e1 + (void *&__p) + + + __istream_type & + operator>> + a02572.html + a3e27102f9fe4c77782e581f359a6a118 + (__streambuf_type *__sb) + + + streamsize + precision + a04932.html + a22f2e1638f5fcac7fff2442122dc51e6 + () const + + + streamsize + precision + a04932.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) + + + void *& + pword + a04932.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) + + + basic_streambuf< char, _Traits > * + rdbuf + a02564.html + a21f92cbfd296f81694cdaef956d0bd6d + () const + + + basic_streambuf< char, _Traits > * + rdbuf + a02564.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< char, _Traits > *__sb) + + + iostate + rdstate + a02564.html + a5f082a6a02ca25407fa6806bbd84e887 + () const + + + void + register_callback + a04932.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) + + + fmtflags + setf + a04932.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) + + + fmtflags + setf + a04932.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) + + + void + setstate + a02564.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) + + + basic_ostream< char, _Traits > * + tie + a02564.html + a191fdfa0d70cd77c7e396a6411d1febc + () const + + + basic_ostream< char, _Traits > * + tie + a02564.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< char, _Traits > *__tiestr) + + + void + unsetf + a04932.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) + + + char_type + widen + a02564.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const + + + streamsize + width + a04932.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const + + + streamsize + width + a04932.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) + + + __istream_type & + operator>> + a02572.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) + + + __istream_type & + operator>> + a02572.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) + + + __istream_type & + operator>> + a02572.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) + + + __istream_type & + operator>> + a02572.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) + + + __istream_type & + operator>> + a02572.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) + + + __istream_type & + operator>> + a02572.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) + + + __istream_type & + operator>> + a02572.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) + + + __istream_type & + operator>> + a02572.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) + + + __istream_type & + operator>> + a02572.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) + + + __istream_type & + operator>> + a02572.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) + + + __istream_type & + operator>> + a02572.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) + + + __istream_type & + operator>> + a02572.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) + + + __istream_type & + operator>> + a02572.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) + + + __istream_type & + operator>> + a02572.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) + + + __istream_type & + operator>> + a02572.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) + + + int_type + get + a02572.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () + + + __istream_type & + get + a02572.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) + + + __istream_type & + get + a02572.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + get + a02572.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) + + + __istream_type & + get + a02572.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) + + + __istream_type & + get + a02572.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) + + + __istream_type & + getline + a02572.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + getline + a02572.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) + + + __istream_type & + ignore + a02572.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) + + + __istream_type & + ignore + a02572.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) + + + __istream_type & + ignore + a02572.html + a64f338d738e8de460fa4a2be744cff8f + () + + + int_type + peek + a02572.html + a2f0e75e1691608c66f634191e54ec4d9 + () + + + __istream_type & + read + a02572.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) + + + streamsize + readsome + a02572.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) + + + __istream_type & + putback + a02572.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) + + + __istream_type & + unget + a02572.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () + + + int + sync + a02572.html + af3f3c68797d19724d8add89b15a08908 + () + + + pos_type + tellg + a02572.html + a46cc2065d192a9689f39d298a9573341 + () + + + __istream_type & + seekg + a02572.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02572.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + static bool + sync_with_stdio + a04932.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) + + + static int + xalloc + a04932.html + a3faeb4739cfe621262ceef0aad98f0ea + () + + + static const fmtflags + adjustfield + a04932.html + afb35e86e0979426d5271e7da619e564b + + + + static const openmode + app + a04932.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + + + + static const openmode + ate + a04932.html + ad22225874e26210dfe11263279587e75 + + + + static const iostate + badbit + a04932.html + aa3cd1e1667eb566ad6e23a67117eef8b + + + + static const fmtflags + basefield + a04932.html + a1c78bab2448707823dbb382c1f9d872a + + + + static const seekdir + beg + a04932.html + a214f784b4a9d7ce92eb23ed99e44aecf + + + + static const openmode + binary + a04932.html + a88a28f18badafdd8e605841b8b7042d5 + + + + static const fmtflags + boolalpha + a04932.html + a7643f003a532a377d00ebe8bd288985f + + + + static const seekdir + cur + a04932.html + a1965600e26ca83d186504a4fd337cb9e + + + + static const fmtflags + dec + a04932.html + a3b38d2c92a8191a8f6d4994c663d408e + + + + static const seekdir + end + a04932.html + a505c3780386ccd5ca9679f7264db97f9 + + + + static const iostate + eofbit + a04932.html + a806f6f377e4fb4525d19e6d24df3cd62 + + + + static const iostate + failbit + a04932.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + + + + static const fmtflags + fixed + a04932.html + ab68a9e528eb897d85741f7a21adf4368 + + + + static const fmtflags + floatfield + a04932.html + a82663733691c649e8138a0fa959cb8c4 + + + + static const iostate + goodbit + a04932.html + a9af3b6f8ace7d893e1a0853d8fb29778 + + + + static const fmtflags + hex + a04932.html + a0dec2040942a5b127ce98be81486466f + + + + static const openmode + in + a04932.html + a652e2323949eea3d906e1c81bd8ce8f7 + + + + static const fmtflags + internal + a04932.html + a6e38abfae36f1fce1d01ec47487ba226 + + + + static const fmtflags + left + a04932.html + ac3795cde4efbdf63b27ea978f1a2755d + + + + static const fmtflags + oct + a04932.html + ab9d72ba493c0a12da9e6669c32af98ed + + + + static const openmode + out + a04932.html + a7187e216e5d16ec820ea1791002f85e0 + + + + static const fmtflags + right + a04932.html + a13753798f5c9da6f9372429c53039767 + + + + static const fmtflags + scientific + a04932.html + af4966eeb93a789a84f9acd92375d8483 + + + + static const fmtflags + showbase + a04932.html + a69acbf246475f065d6648303e452fd4d + + + + static const fmtflags + showpoint + a04932.html + a4c79db16d6509208744e2b698a2d107f + + + + static const fmtflags + showpos + a04932.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 + + + + static const fmtflags + skipws + a04932.html + a0092524de17db6438bc3bdcb914ac62b + + + + static const openmode + trunc + a04932.html + ae6831a611ce41b51a873c55b30d8534d + + + + static const fmtflags + unitbuf + a04932.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + + + + static const fmtflags + uppercase + a04932.html + a1be02544c10366da9fd9183a905d4910 + + + + void + init + a02564.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< char, _Traits > *__sb) + + + streamsize + _M_gcount + a02572.html + a561684f2822987bda56c7e8817f91892 + + + + num_put< char, ostreambuf_iterator< char, _Traits > > + __num_put_type + a02564.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + __istream_type & + operator>> + a02572.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) + + + __istream_type & + operator>> + a02572.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) + + + __istream_type & + operator>> + a02572.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) + + + __istream_type & + operator>> + a02572.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) + + + __istream_type & + operator>> + a02572.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) + + + __istream_type & + operator>> + a02572.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) + + + __istream_type & + operator>> + a02572.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) + + + __istream_type & + operator>> + a02572.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) + + + __istream_type & + operator>> + a02572.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) + + + __istream_type & + operator>> + a02572.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) + + + __istream_type & + operator>> + a02572.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) + + + __istream_type & + operator>> + a02572.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) + + + __istream_type & + operator>> + a02572.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) + + + __istream_type & + operator>> + a02572.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) + + + __istream_type & + operator>> + a02572.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) + + + int_type + get + a02572.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () + + + __istream_type & + get + a02572.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) + + + __istream_type & + get + a02572.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + get + a02572.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) + + + __istream_type & + get + a02572.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) + + + __istream_type & + get + a02572.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) + + + __istream_type & + getline + a02572.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + getline + a02572.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) + + + __istream_type & + ignore + a02572.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) + + + __istream_type & + ignore + a02572.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) + + + __istream_type & + ignore + a02572.html + a64f338d738e8de460fa4a2be744cff8f + () + + + int_type + peek + a02572.html + a2f0e75e1691608c66f634191e54ec4d9 + () + + + __istream_type & + read + a02572.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) + + + streamsize + readsome + a02572.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) + + + __istream_type & + putback + a02572.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) + + + __istream_type & + unget + a02572.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () + + + int + sync + a02572.html + af3f3c68797d19724d8add89b15a08908 + () + + + pos_type + tellg + a02572.html + a46cc2065d192a9689f39d298a9573341 + () + + + __istream_type & + seekg + a02572.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02572.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + + basic_istream< char, _Traits > + a02572.html + basic_ios< char, _Traits > + + + event + a04932.html + a411605aa4a6914dded5a9308ce28257b + + + + void(* + event_callback + a04932.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) + + + _Ios_Fmtflags + fmtflags + a04932.html + a03fbf244b3dfb55651c7460537abb89e + + + + _Ios_Iostate + iostate + a04932.html + a0487f09dbaf55c34d14350a54daf0bbd + + + + _Ios_Openmode + openmode + a04932.html + aa7e2408680d83e0bac8979774aeecdad + + + + _Ios_Seekdir + seekdir + a04932.html + ac19bbe98949795f6038952b6c7759a0a + + + + num_put< char, ostreambuf_iterator< char, _Traits > > + __num_put_type + a02564.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + + basic_istream + a02572.html + aafe5687995bf38a165786a7ec224ee7f + (__streambuf_type *__sb) + + + virtual + ~basic_istream + a02572.html + a7556d385b49d449f67b8a0cd795977ff + () + + + const locale & + _M_getloc + a04932.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 + () const + + + bool + bad + a02564.html + ad79b64356f78198654c36480f670738c + () const + + + void + clear + a02564.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) + + + basic_ios & + copyfmt + a02564.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) + + + bool + eof + a02564.html + a0a9f086f16995b35aad9db9d3adf843f + () const + + + iostate + exceptions + a02564.html + a2af07612846b93cd56e19d56ad9ee7c5 + () const + + + void + exceptions + a02564.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) + + + bool + fail + a02564.html + a9ce7a228245eefeceacc05fe6feff2e0 + () const + + + char_type + fill + a02564.html + a8b6a8fc0ddc82328520534e9e99de88e + () const + + + char_type + fill + a02564.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) + + + fmtflags + flags + a04932.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const + + + fmtflags + flags + a04932.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) + + + streamsize + gcount + a02572.html + a14cc48ec617f1c1a65d8532e7807882c + () const + + + basic_istream< char > & + getline + a02572.html + ac221a81cafbff201778d85d7a1c48361 + (char_type *__s, streamsize __n, char_type __delim) + + + locale + getloc + a04932.html + ad2ef2af6c7194c081df6c0d505c28699 + () const + + + bool + good + a02564.html + a89bf36df306bb4682f9b74694619b2cf + () const + + + locale + imbue + a02564.html + a0aee263fdd9d10e05634c8b8d0f2114e + (const locale &__loc) + + + long & + iword + a04932.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) + + + char + narrow + a02564.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const + + + __istream_type & + operator>> + a02572.html + adeaf1064509afa95a3eb1b49c2d351e1 + (void *&__p) + + + __istream_type & + operator>> + a02572.html + a3e27102f9fe4c77782e581f359a6a118 + (__streambuf_type *__sb) + + + streamsize + precision + a04932.html + a22f2e1638f5fcac7fff2442122dc51e6 + () const + + + streamsize + precision + a04932.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) + + + void *& + pword + a04932.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) + + + basic_streambuf< char, _Traits > * + rdbuf + a02564.html + a21f92cbfd296f81694cdaef956d0bd6d + () const + + + basic_streambuf< char, _Traits > * + rdbuf + a02564.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< char, _Traits > *__sb) + + + iostate + rdstate + a02564.html + a5f082a6a02ca25407fa6806bbd84e887 + () const + + + void + register_callback + a04932.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) + + + fmtflags + setf + a04932.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) + + + fmtflags + setf + a04932.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) + + + void + setstate + a02564.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) + + + basic_ostream< char, _Traits > * + tie + a02564.html + a191fdfa0d70cd77c7e396a6411d1febc + () const + + + basic_ostream< char, _Traits > * + tie + a02564.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< char, _Traits > *__tiestr) + + + void + unsetf + a04932.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) + + + char_type + widen + a02564.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const + + + streamsize + width + a04932.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const + + + streamsize + width + a04932.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) + + + __istream_type & + operator>> + a02572.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) + + + __istream_type & + operator>> + a02572.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) + + + __istream_type & + operator>> + a02572.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) + + + __istream_type & + operator>> + a02572.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) + + + __istream_type & + operator>> + a02572.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) + + + __istream_type & + operator>> + a02572.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) + + + __istream_type & + operator>> + a02572.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) + + + __istream_type & + operator>> + a02572.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) + + + __istream_type & + operator>> + a02572.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) + + + __istream_type & + operator>> + a02572.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) + + + __istream_type & + operator>> + a02572.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) + + + __istream_type & + operator>> + a02572.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) + + + __istream_type & + operator>> + a02572.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) + + + __istream_type & + operator>> + a02572.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) + + + __istream_type & + operator>> + a02572.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) + + + int_type + get + a02572.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () + + + __istream_type & + get + a02572.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) + + + __istream_type & + get + a02572.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + get + a02572.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) + + + __istream_type & + get + a02572.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) + + + __istream_type & + get + a02572.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) + + + __istream_type & + getline + a02572.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + getline + a02572.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) + + + __istream_type & + ignore + a02572.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) + + + __istream_type & + ignore + a02572.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) + + + __istream_type & + ignore + a02572.html + a64f338d738e8de460fa4a2be744cff8f + () + + + int_type + peek + a02572.html + a2f0e75e1691608c66f634191e54ec4d9 + () + + + __istream_type & + read + a02572.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) + + + streamsize + readsome + a02572.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) + + + __istream_type & + putback + a02572.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) + + + __istream_type & + unget + a02572.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () + + + int + sync + a02572.html + af3f3c68797d19724d8add89b15a08908 + () + + + pos_type + tellg + a02572.html + a46cc2065d192a9689f39d298a9573341 + () + + + __istream_type & + seekg + a02572.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02572.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + static bool + sync_with_stdio + a04932.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) + + + static int + xalloc + a04932.html + a3faeb4739cfe621262ceef0aad98f0ea + () + + + static const fmtflags + adjustfield + a04932.html + afb35e86e0979426d5271e7da619e564b + + + + static const openmode + app + a04932.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + + + + static const openmode + ate + a04932.html + ad22225874e26210dfe11263279587e75 + + + + static const iostate + badbit + a04932.html + aa3cd1e1667eb566ad6e23a67117eef8b + + + + static const fmtflags + basefield + a04932.html + a1c78bab2448707823dbb382c1f9d872a + + + + static const seekdir + beg + a04932.html + a214f784b4a9d7ce92eb23ed99e44aecf + + + + static const openmode + binary + a04932.html + a88a28f18badafdd8e605841b8b7042d5 + + + + static const fmtflags + boolalpha + a04932.html + a7643f003a532a377d00ebe8bd288985f + + + + static const seekdir + cur + a04932.html + a1965600e26ca83d186504a4fd337cb9e + + + + static const fmtflags + dec + a04932.html + a3b38d2c92a8191a8f6d4994c663d408e + + + + static const seekdir + end + a04932.html + a505c3780386ccd5ca9679f7264db97f9 + + + + static const iostate + eofbit + a04932.html + a806f6f377e4fb4525d19e6d24df3cd62 + + + + static const iostate + failbit + a04932.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + + + + static const fmtflags + fixed + a04932.html + ab68a9e528eb897d85741f7a21adf4368 + + + + static const fmtflags + floatfield + a04932.html + a82663733691c649e8138a0fa959cb8c4 + + + + static const iostate + goodbit + a04932.html + a9af3b6f8ace7d893e1a0853d8fb29778 + + + + static const fmtflags + hex + a04932.html + a0dec2040942a5b127ce98be81486466f + + + + static const openmode + in + a04932.html + a652e2323949eea3d906e1c81bd8ce8f7 + + + + static const fmtflags + internal + a04932.html + a6e38abfae36f1fce1d01ec47487ba226 + + + + static const fmtflags + left + a04932.html + ac3795cde4efbdf63b27ea978f1a2755d + + + + static const fmtflags + oct + a04932.html + ab9d72ba493c0a12da9e6669c32af98ed + + + + static const openmode + out + a04932.html + a7187e216e5d16ec820ea1791002f85e0 + + + + static const fmtflags + right + a04932.html + a13753798f5c9da6f9372429c53039767 + + + + static const fmtflags + scientific + a04932.html + af4966eeb93a789a84f9acd92375d8483 + + + + static const fmtflags + showbase + a04932.html + a69acbf246475f065d6648303e452fd4d + + + + static const fmtflags + showpoint + a04932.html + a4c79db16d6509208744e2b698a2d107f + + + + static const fmtflags + showpos + a04932.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 + + + + static const fmtflags + skipws + a04932.html + a0092524de17db6438bc3bdcb914ac62b + + + + static const openmode + trunc + a04932.html + ae6831a611ce41b51a873c55b30d8534d + + + + static const fmtflags + unitbuf + a04932.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + + + + static const fmtflags + uppercase + a04932.html + a1be02544c10366da9fd9183a905d4910 + + + + void + init + a02564.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< char, _Traits > *__sb) + + + streamsize + _M_gcount + a02572.html + a561684f2822987bda56c7e8817f91892 + + + + num_put< char, ostreambuf_iterator< char, _Traits > > + __num_put_type + a02564.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + __istream_type & + operator>> + a02572.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) + + + __istream_type & + operator>> + a02572.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) + + + __istream_type & + operator>> + a02572.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) + + + __istream_type & + operator>> + a02572.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) + + + __istream_type & + operator>> + a02572.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) + + + __istream_type & + operator>> + a02572.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) + + + __istream_type & + operator>> + a02572.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) + + + __istream_type & + operator>> + a02572.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) + + + __istream_type & + operator>> + a02572.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) + + + __istream_type & + operator>> + a02572.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) + + + __istream_type & + operator>> + a02572.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) + + + __istream_type & + operator>> + a02572.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) + + + __istream_type & + operator>> + a02572.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) + + + __istream_type & + operator>> + a02572.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) + + + __istream_type & + operator>> + a02572.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) + + + int_type + get + a02572.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () + + + __istream_type & + get + a02572.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) + + + __istream_type & + get + a02572.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + get + a02572.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) + + + __istream_type & + get + a02572.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) + + + __istream_type & + get + a02572.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) + + + __istream_type & + getline + a02572.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + getline + a02572.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) + + + __istream_type & + ignore + a02572.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) + + + __istream_type & + ignore + a02572.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) + + + __istream_type & + ignore + a02572.html + a64f338d738e8de460fa4a2be744cff8f + () + + + int_type + peek + a02572.html + a2f0e75e1691608c66f634191e54ec4d9 + () + + + __istream_type & + read + a02572.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) + + + streamsize + readsome + a02572.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) + + + __istream_type & + putback + a02572.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) + + + __istream_type & + unget + a02572.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () + + + int + sync + a02572.html + af3f3c68797d19724d8add89b15a08908 + () + + + pos_type + tellg + a02572.html + a46cc2065d192a9689f39d298a9573341 + () + + + __istream_type & + seekg + a02572.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02572.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + + basic_ostream< char > + a02576.html + basic_ios< char, _Traits > + + + event + a04932.html + a411605aa4a6914dded5a9308ce28257b + + + + void(* + event_callback + a04932.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) + + + _Ios_Fmtflags + fmtflags + a04932.html + a03fbf244b3dfb55651c7460537abb89e + + + + _Ios_Iostate + iostate + a04932.html + a0487f09dbaf55c34d14350a54daf0bbd + + + + _Ios_Openmode + openmode + a04932.html + aa7e2408680d83e0bac8979774aeecdad + + + + _Ios_Seekdir + seekdir + a04932.html + ac19bbe98949795f6038952b6c7759a0a + + + + num_get< char, istreambuf_iterator< char, _Traits > > + __num_get_type + a02564.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc + + + + + basic_ostream + a02576.html + aaaa8cf0608e2281e120d7b64271744b5 + (__streambuf_type *__sb) + + + virtual + ~basic_ostream + a02576.html + ad0fdba5e18d027224bddb8603ead7443 + () + + + const locale & + _M_getloc + a04932.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 + () const + + + bool + bad + a02564.html + ad79b64356f78198654c36480f670738c + () const + + + void + clear + a02564.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) + + + basic_ios & + copyfmt + a02564.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) + + + bool + eof + a02564.html + a0a9f086f16995b35aad9db9d3adf843f + () const + + + iostate + exceptions + a02564.html + a2af07612846b93cd56e19d56ad9ee7c5 + () const + + + void + exceptions + a02564.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) + + + bool + fail + a02564.html + a9ce7a228245eefeceacc05fe6feff2e0 + () const + + + char_type + fill + a02564.html + a8b6a8fc0ddc82328520534e9e99de88e + () const + + + char_type + fill + a02564.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) + + + fmtflags + flags + a04932.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const + + + fmtflags + flags + a04932.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) + + + __ostream_type & + flush + a02576.html + ab5155ad385b78192ef1436bf31a0cde0 + () + + + locale + getloc + a04932.html + ad2ef2af6c7194c081df6c0d505c28699 + () const + + + bool + good + a02564.html + a89bf36df306bb4682f9b74694619b2cf + () const + + + locale + imbue + a02564.html + a0aee263fdd9d10e05634c8b8d0f2114e + (const locale &__loc) + + + long & + iword + a04932.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) + + + char + narrow + a02564.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const + + + __ostream_type & + operator<< + a02576.html + a55c3406610bedc51adf69c5bf5e91f87 + (const void *__p) + + + __ostream_type & + operator<< + a02576.html + ae44501375408f184570a51b04f9f984c + (__streambuf_type *__sb) + + + streamsize + precision + a04932.html + a22f2e1638f5fcac7fff2442122dc51e6 + () const + + + streamsize + precision + a04932.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) + + + void *& + pword + a04932.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) + + + basic_streambuf< char, _Traits > * + rdbuf + a02564.html + a21f92cbfd296f81694cdaef956d0bd6d + () const + + + basic_streambuf< char, _Traits > * + rdbuf + a02564.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< char, _Traits > *__sb) + + + iostate + rdstate + a02564.html + a5f082a6a02ca25407fa6806bbd84e887 + () const + + + void + register_callback + a04932.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) + + + __ostream_type & + seekp + a02576.html + abb04da4da073ece1c0222004b6f3207b + (pos_type) + + + __ostream_type & + seekp + a02576.html + a6c7c5283e1f9b0a49c85f1f81c976226 + (off_type, ios_base::seekdir) + + + fmtflags + setf + a04932.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) + + + fmtflags + setf + a04932.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) + + + void + setstate + a02564.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) + + + pos_type + tellp + a02576.html + a57b81a67592e9a2692704ef6cb675946 + () + + + basic_ostream< char, _Traits > * + tie + a02564.html + a191fdfa0d70cd77c7e396a6411d1febc + () const + + + basic_ostream< char, _Traits > * + tie + a02564.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< char, _Traits > *__tiestr) + + + void + unsetf + a04932.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) + + + char_type + widen + a02564.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const + + + streamsize + width + a04932.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const + + + streamsize + width + a04932.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) + + + __ostream_type & + operator<< + a02576.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) + + + __ostream_type & + operator<< + a02576.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) + + + __ostream_type & + operator<< + a02576.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) + + + __ostream_type & + operator<< + a02576.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) + + + __ostream_type & + operator<< + a02576.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) + + + __ostream_type & + operator<< + a02576.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) + + + __ostream_type & + operator<< + a02576.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) + + + __ostream_type & + operator<< + a02576.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) + + + __ostream_type & + operator<< + a02576.html + a90608b96fbe83830a71760b741ae3159 + (int __n) + + + __ostream_type & + operator<< + a02576.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) + + + __ostream_type & + operator<< + a02576.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) + + + __ostream_type & + operator<< + a02576.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) + + + __ostream_type & + operator<< + a02576.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) + + + __ostream_type & + operator<< + a02576.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) + + + __ostream_type & + operator<< + a02576.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) + + + __ostream_type & + put + a02576.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) + + + void + _M_write + a02576.html + ac8e60326ec9f82e24274e3f457dc887a + (const char_type *__s, streamsize __n) + + + __ostream_type & + write + a02576.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + static bool + sync_with_stdio + a04932.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) + + + static int + xalloc + a04932.html + a3faeb4739cfe621262ceef0aad98f0ea + () + + + static const fmtflags + adjustfield + a04932.html + afb35e86e0979426d5271e7da619e564b + + + + static const openmode + app + a04932.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + + + + static const openmode + ate + a04932.html + ad22225874e26210dfe11263279587e75 + + + + static const iostate + badbit + a04932.html + aa3cd1e1667eb566ad6e23a67117eef8b + + + + static const fmtflags + basefield + a04932.html + a1c78bab2448707823dbb382c1f9d872a + + + + static const seekdir + beg + a04932.html + a214f784b4a9d7ce92eb23ed99e44aecf + + + + static const openmode + binary + a04932.html + a88a28f18badafdd8e605841b8b7042d5 + + + + static const fmtflags + boolalpha + a04932.html + a7643f003a532a377d00ebe8bd288985f + + + + static const seekdir + cur + a04932.html + a1965600e26ca83d186504a4fd337cb9e + + + + static const fmtflags + dec + a04932.html + a3b38d2c92a8191a8f6d4994c663d408e + + + + static const seekdir + end + a04932.html + a505c3780386ccd5ca9679f7264db97f9 + + + + static const iostate + eofbit + a04932.html + a806f6f377e4fb4525d19e6d24df3cd62 + + + + static const iostate + failbit + a04932.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + + + + static const fmtflags + fixed + a04932.html + ab68a9e528eb897d85741f7a21adf4368 + + + + static const fmtflags + floatfield + a04932.html + a82663733691c649e8138a0fa959cb8c4 + + + + static const iostate + goodbit + a04932.html + a9af3b6f8ace7d893e1a0853d8fb29778 + + + + static const fmtflags + hex + a04932.html + a0dec2040942a5b127ce98be81486466f + + + + static const openmode + in + a04932.html + a652e2323949eea3d906e1c81bd8ce8f7 + + + + static const fmtflags + internal + a04932.html + a6e38abfae36f1fce1d01ec47487ba226 + + + + static const fmtflags + left + a04932.html + ac3795cde4efbdf63b27ea978f1a2755d + + + + static const fmtflags + oct + a04932.html + ab9d72ba493c0a12da9e6669c32af98ed + + + + static const openmode + out + a04932.html + a7187e216e5d16ec820ea1791002f85e0 + + + + static const fmtflags + right + a04932.html + a13753798f5c9da6f9372429c53039767 + + + + static const fmtflags + scientific + a04932.html + af4966eeb93a789a84f9acd92375d8483 + + + + static const fmtflags + showbase + a04932.html + a69acbf246475f065d6648303e452fd4d + + + + static const fmtflags + showpoint + a04932.html + a4c79db16d6509208744e2b698a2d107f + + + + static const fmtflags + showpos + a04932.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 + + + + static const fmtflags + skipws + a04932.html + a0092524de17db6438bc3bdcb914ac62b + + + + static const openmode + trunc + a04932.html + ae6831a611ce41b51a873c55b30d8534d + + + + static const fmtflags + unitbuf + a04932.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + + + + static const fmtflags + uppercase + a04932.html + a1be02544c10366da9fd9183a905d4910 + + + + void + init + a02564.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< char, _Traits > *__sb) + + + num_get< char, istreambuf_iterator< char, _Traits > > + __num_get_type + a02564.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc + + + + __ostream_type & + operator<< + a02576.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) + + + __ostream_type & + operator<< + a02576.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) + + + __ostream_type & + operator<< + a02576.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) + + + __ostream_type & + operator<< + a02576.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) + + + __ostream_type & + operator<< + a02576.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) + + + __ostream_type & + operator<< + a02576.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) + + + __ostream_type & + operator<< + a02576.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) + + + __ostream_type & + operator<< + a02576.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) + + + __ostream_type & + operator<< + a02576.html + a90608b96fbe83830a71760b741ae3159 + (int __n) + + + __ostream_type & + operator<< + a02576.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) + + + __ostream_type & + operator<< + a02576.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) + + + __ostream_type & + operator<< + a02576.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) + + + __ostream_type & + operator<< + a02576.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) + + + __ostream_type & + operator<< + a02576.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) + + + __ostream_type & + operator<< + a02576.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) + + + __ostream_type & + put + a02576.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) + + + void + _M_write + a02576.html + ac8e60326ec9f82e24274e3f457dc887a + (const char_type *__s, streamsize __n) + + + __ostream_type & + write + a02576.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + + basic_ostream< char, _Traits > + a02576.html + basic_ios< char, _Traits > + + + event + a04932.html + a411605aa4a6914dded5a9308ce28257b + + + + void(* + event_callback + a04932.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) + + + _Ios_Fmtflags + fmtflags + a04932.html + a03fbf244b3dfb55651c7460537abb89e + + + + _Ios_Iostate + iostate + a04932.html + a0487f09dbaf55c34d14350a54daf0bbd + + + + _Ios_Openmode + openmode + a04932.html + aa7e2408680d83e0bac8979774aeecdad + + + + _Ios_Seekdir + seekdir + a04932.html + ac19bbe98949795f6038952b6c7759a0a + + + + num_get< char, istreambuf_iterator< char, _Traits > > + __num_get_type + a02564.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc + + + + + basic_ostream + a02576.html + aaaa8cf0608e2281e120d7b64271744b5 + (__streambuf_type *__sb) + + + virtual + ~basic_ostream + a02576.html + ad0fdba5e18d027224bddb8603ead7443 + () + + + const locale & + _M_getloc + a04932.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 + () const + + + bool + bad + a02564.html + ad79b64356f78198654c36480f670738c + () const + + + void + clear + a02564.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) + + + basic_ios & + copyfmt + a02564.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) + + + bool + eof + a02564.html + a0a9f086f16995b35aad9db9d3adf843f + () const + + + iostate + exceptions + a02564.html + a2af07612846b93cd56e19d56ad9ee7c5 + () const + + + void + exceptions + a02564.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) + + + bool + fail + a02564.html + a9ce7a228245eefeceacc05fe6feff2e0 + () const + + + char_type + fill + a02564.html + a8b6a8fc0ddc82328520534e9e99de88e + () const + + + char_type + fill + a02564.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) + + + fmtflags + flags + a04932.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const + + + fmtflags + flags + a04932.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) + + + __ostream_type & + flush + a02576.html + ab5155ad385b78192ef1436bf31a0cde0 + () + + + locale + getloc + a04932.html + ad2ef2af6c7194c081df6c0d505c28699 + () const + + + bool + good + a02564.html + a89bf36df306bb4682f9b74694619b2cf + () const + + + locale + imbue + a02564.html + a0aee263fdd9d10e05634c8b8d0f2114e + (const locale &__loc) + + + long & + iword + a04932.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) + + + char + narrow + a02564.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const + + + __ostream_type & + operator<< + a02576.html + a55c3406610bedc51adf69c5bf5e91f87 + (const void *__p) + + + __ostream_type & + operator<< + a02576.html + ae44501375408f184570a51b04f9f984c + (__streambuf_type *__sb) + + + streamsize + precision + a04932.html + a22f2e1638f5fcac7fff2442122dc51e6 + () const + + + streamsize + precision + a04932.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) + + + void *& + pword + a04932.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) + + + basic_streambuf< char, _Traits > * + rdbuf + a02564.html + a21f92cbfd296f81694cdaef956d0bd6d + () const + + + basic_streambuf< char, _Traits > * + rdbuf + a02564.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< char, _Traits > *__sb) + + + iostate + rdstate + a02564.html + a5f082a6a02ca25407fa6806bbd84e887 + () const + + + void + register_callback + a04932.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) + + + __ostream_type & + seekp + a02576.html + abb04da4da073ece1c0222004b6f3207b + (pos_type) + + + __ostream_type & + seekp + a02576.html + a6c7c5283e1f9b0a49c85f1f81c976226 + (off_type, ios_base::seekdir) + + + fmtflags + setf + a04932.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) + + + fmtflags + setf + a04932.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) + + + void + setstate + a02564.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) + + + pos_type + tellp + a02576.html + a57b81a67592e9a2692704ef6cb675946 + () + + + basic_ostream< char, _Traits > * + tie + a02564.html + a191fdfa0d70cd77c7e396a6411d1febc + () const + + + basic_ostream< char, _Traits > * + tie + a02564.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< char, _Traits > *__tiestr) + + + void + unsetf + a04932.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) + + + char_type + widen + a02564.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const + + + streamsize + width + a04932.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const + + + streamsize + width + a04932.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) + + + __ostream_type & + operator<< + a02576.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) + + + __ostream_type & + operator<< + a02576.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) + + + __ostream_type & + operator<< + a02576.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) + + + __ostream_type & + operator<< + a02576.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) + + + __ostream_type & + operator<< + a02576.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) + + + __ostream_type & + operator<< + a02576.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) + + + __ostream_type & + operator<< + a02576.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) + + + __ostream_type & + operator<< + a02576.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) + + + __ostream_type & + operator<< + a02576.html + a90608b96fbe83830a71760b741ae3159 + (int __n) + + + __ostream_type & + operator<< + a02576.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) + + + __ostream_type & + operator<< + a02576.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) + + + __ostream_type & + operator<< + a02576.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) + + + __ostream_type & + operator<< + a02576.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) + + + __ostream_type & + operator<< + a02576.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) + + + __ostream_type & + operator<< + a02576.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) + + + __ostream_type & + put + a02576.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) + + + void + _M_write + a02576.html + ac8e60326ec9f82e24274e3f457dc887a + (const char_type *__s, streamsize __n) + + + __ostream_type & + write + a02576.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + static bool + sync_with_stdio + a04932.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) + + + static int + xalloc + a04932.html + a3faeb4739cfe621262ceef0aad98f0ea + () + + + static const fmtflags + adjustfield + a04932.html + afb35e86e0979426d5271e7da619e564b + + + + static const openmode + app + a04932.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + + + + static const openmode + ate + a04932.html + ad22225874e26210dfe11263279587e75 + + + + static const iostate + badbit + a04932.html + aa3cd1e1667eb566ad6e23a67117eef8b + + + + static const fmtflags + basefield + a04932.html + a1c78bab2448707823dbb382c1f9d872a + + + + static const seekdir + beg + a04932.html + a214f784b4a9d7ce92eb23ed99e44aecf + + + + static const openmode + binary + a04932.html + a88a28f18badafdd8e605841b8b7042d5 + + + + static const fmtflags + boolalpha + a04932.html + a7643f003a532a377d00ebe8bd288985f + + + + static const seekdir + cur + a04932.html + a1965600e26ca83d186504a4fd337cb9e + + + + static const fmtflags + dec + a04932.html + a3b38d2c92a8191a8f6d4994c663d408e + + + + static const seekdir + end + a04932.html + a505c3780386ccd5ca9679f7264db97f9 + + + + static const iostate + eofbit + a04932.html + a806f6f377e4fb4525d19e6d24df3cd62 + + + + static const iostate + failbit + a04932.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + + + + static const fmtflags + fixed + a04932.html + ab68a9e528eb897d85741f7a21adf4368 + + + + static const fmtflags + floatfield + a04932.html + a82663733691c649e8138a0fa959cb8c4 + + + + static const iostate + goodbit + a04932.html + a9af3b6f8ace7d893e1a0853d8fb29778 + + + + static const fmtflags + hex + a04932.html + a0dec2040942a5b127ce98be81486466f + + + + static const openmode + in + a04932.html + a652e2323949eea3d906e1c81bd8ce8f7 + + + + static const fmtflags + internal + a04932.html + a6e38abfae36f1fce1d01ec47487ba226 + + + + static const fmtflags + left + a04932.html + ac3795cde4efbdf63b27ea978f1a2755d + + + + static const fmtflags + oct + a04932.html + ab9d72ba493c0a12da9e6669c32af98ed + + + + static const openmode + out + a04932.html + a7187e216e5d16ec820ea1791002f85e0 + + + + static const fmtflags + right + a04932.html + a13753798f5c9da6f9372429c53039767 + + + + static const fmtflags + scientific + a04932.html + af4966eeb93a789a84f9acd92375d8483 + + + + static const fmtflags + showbase + a04932.html + a69acbf246475f065d6648303e452fd4d + + + + static const fmtflags + showpoint + a04932.html + a4c79db16d6509208744e2b698a2d107f + + + + static const fmtflags + showpos + a04932.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 + + + + static const fmtflags + skipws + a04932.html + a0092524de17db6438bc3bdcb914ac62b + + + + static const openmode + trunc + a04932.html + ae6831a611ce41b51a873c55b30d8534d + + + + static const fmtflags + unitbuf + a04932.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + + + + static const fmtflags + uppercase + a04932.html + a1be02544c10366da9fd9183a905d4910 + + + + void + init + a02564.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< char, _Traits > *__sb) + + + num_get< char, istreambuf_iterator< char, _Traits > > + __num_get_type + a02564.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc + + + + __ostream_type & + operator<< + a02576.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) + + + __ostream_type & + operator<< + a02576.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) + + + __ostream_type & + operator<< + a02576.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) + + + __ostream_type & + operator<< + a02576.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) + + + __ostream_type & + operator<< + a02576.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) + + + __ostream_type & + operator<< + a02576.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) + + + __ostream_type & + operator<< + a02576.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) + + + __ostream_type & + operator<< + a02576.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) + + + __ostream_type & + operator<< + a02576.html + a90608b96fbe83830a71760b741ae3159 + (int __n) + + + __ostream_type & + operator<< + a02576.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) + + + __ostream_type & + operator<< + a02576.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) + + + __ostream_type & + operator<< + a02576.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) + + + __ostream_type & + operator<< + a02576.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) + + + __ostream_type & + operator<< + a02576.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) + + + __ostream_type & + operator<< + a02576.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) + + + __ostream_type & + put + a02576.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) + + + void + _M_write + a02576.html + ac8e60326ec9f82e24274e3f457dc887a + (const char_type *__s, streamsize __n) + + + __ostream_type & + write + a02576.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + + basic_streambuf< _Elem, _Tr > + a02568.html + + _Elem + char_type + a02568.html + a38ad1721a50a96c7d37d51a3f858a0cf + + + + _Tr + traits_type + a02568.html + ab3220592ca0efc72cf87e58cdc696bd6 + + + + traits_type::int_type + int_type + a02568.html + a1c1565d5b66e703de4d9a8aef4957a8b + + + + traits_type::pos_type + pos_type + a02568.html + a5bc758d8b84fa134386d3ab683b880aa + + + + traits_type::off_type + off_type + a02568.html + ae0d813da6c3d39659299a6e7831ae265 + + + + basic_streambuf< char_type, traits_type > + __streambuf_type + a02568.html + a20adcc1bccab9fa3678b34e078e59e8c + + + + virtual + ~basic_streambuf + a02568.html + ae09ce37bf4266e600cdc23c7648b7808 + () + + + locale + getloc + a02568.html + a09508701b27d68740a5473d096437f65 + () const + + + streamsize + in_avail + a02568.html + a924a684fe2a6844d766e25f4051b705c + () + + + locale + pubimbue + a02568.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) + + + int_type + sbumpc + a02568.html + a72d8037e21ad370e3643ff3c865f91f9 + () + + + int_type + sgetc + a02568.html + ac773fb2c87cf938fb6eb89c987f8e04e + () + + + streamsize + sgetn + a02568.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) + + + int_type + snextc + a02568.html + a6d281db46069df3043b566f10e5397b2 + () + + + int_type + sputbackc + a02568.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) + + + int_type + sputc + a02568.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) + + + streamsize + sputn + a02568.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) + + + int_type + sungetc + a02568.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + + basic_streambuf + a02568.html + af9ead45743a5b28a57d385ac881493e1 + () + + + void + gbump + a02568.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) + + + virtual void + imbue + a02568.html + a70048277614282b8631e5fbf3106093e + (const locale &__loc) + + + virtual int_type + overflow + a02568.html + a225634e53ed30e3733299a1b6de0b677 + (int_type __c=traits_type::eof()) + + + virtual int_type + pbackfail + a02568.html + a8d57a822d984ebf68160724aa9330282 + (int_type __c=traits_type::eof()) + + + void + pbump + a02568.html + abd017296cfc054910ca7de102e6a6998 + (int __n) + + + virtual pos_type + seekoff + a02568.html + ad6d5177e376efdb0dccf62890eebc9b0 + (off_type, ios_base::seekdir, ios_base::openmode=ios_base::in|ios_base::out) + + + virtual pos_type + seekpos + a02568.html + a008405d586f640e109c7ab7bf424aa39 + (pos_type, ios_base::openmode=ios_base::in|ios_base::out) + + + virtual basic_streambuf< char_type, _Tr > * + setbuf + a02568.html + aad2e731291673229100bde1f24ce828f + (char_type *, streamsize) + + + void + setg + a02568.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) + + + void + setp + a02568.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) + + + virtual streamsize + showmanyc + a02568.html + a85e9299b4d91188c1c0070111604ece8 + () + + + virtual int + sync + a02568.html + a407510ac810a42b173f3bd553959bfb5 + () + + + virtual int_type + uflow + a02568.html + a4e0c932f41122eaec83e7008ece5e207 + () + + + virtual int_type + underflow + a02568.html + aab4011ac7751c858f121b887f124529d + () + + + virtual streamsize + xsgetn + a02568.html + a5eaa7fbc16e49b8105d6387fcbbfad61 + (char_type *__s, streamsize __n) + + + virtual streamsize + xsputn + a02568.html + a23e843afc42e2875d1f2fc945821499a + (const char_type *__s, streamsize __n) + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + locale + _M_buf_locale + a02568.html + aef4d5a82b6a51fa750fa43d80b4a8564 + + + + char_type * + _M_in_beg + a02568.html + a08c7afbf0ec4df6f6d8e29a46484197d + + + + char_type * + _M_in_cur + a02568.html + a7b4e50d872ecb80867eaab9e7897b625 + + + + char_type * + _M_in_end + a02568.html + adf0f7b58227c057d018ab6a8b0a123d4 + + + + char_type * + _M_out_beg + a02568.html + a66b958241a34e8b7da6ade8f3434ce61 + + + + char_type * + _M_out_cur + a02568.html + a83c368ebeed6b39269fd45d38b9a8b53 + + + + char_type * + _M_out_end + a02568.html + af2973fa34894190ce5885749fa148bbe + + + + _Elem + char_type + a02568.html + a38ad1721a50a96c7d37d51a3f858a0cf + + + + _Tr + traits_type + a02568.html + ab3220592ca0efc72cf87e58cdc696bd6 + + + + traits_type::int_type + int_type + a02568.html + a1c1565d5b66e703de4d9a8aef4957a8b + + + + traits_type::pos_type + pos_type + a02568.html + a5bc758d8b84fa134386d3ab683b880aa + + + + traits_type::off_type + off_type + a02568.html + ae0d813da6c3d39659299a6e7831ae265 + + + + basic_streambuf< char_type, traits_type > + __streambuf_type + a02568.html + a20adcc1bccab9fa3678b34e078e59e8c + + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + + basic_streambuf< char, _Traits > + a02568.html + + char + char_type + a02568.html + a38ad1721a50a96c7d37d51a3f858a0cf + + + + _Traits + traits_type + a02568.html + ab3220592ca0efc72cf87e58cdc696bd6 + + + + traits_type::int_type + int_type + a02568.html + a1c1565d5b66e703de4d9a8aef4957a8b + + + + traits_type::pos_type + pos_type + a02568.html + a5bc758d8b84fa134386d3ab683b880aa + + + + traits_type::off_type + off_type + a02568.html + ae0d813da6c3d39659299a6e7831ae265 + + + + basic_streambuf< char_type, traits_type > + __streambuf_type + a02568.html + a20adcc1bccab9fa3678b34e078e59e8c + + + + virtual + ~basic_streambuf + a02568.html + ae09ce37bf4266e600cdc23c7648b7808 + () + + + locale + getloc + a02568.html + a09508701b27d68740a5473d096437f65 + () const + + + streamsize + in_avail + a02568.html + a924a684fe2a6844d766e25f4051b705c + () + + + locale + pubimbue + a02568.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) + + + int_type + sbumpc + a02568.html + a72d8037e21ad370e3643ff3c865f91f9 + () + + + int_type + sgetc + a02568.html + ac773fb2c87cf938fb6eb89c987f8e04e + () + + + streamsize + sgetn + a02568.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) + + + int_type + snextc + a02568.html + a6d281db46069df3043b566f10e5397b2 + () + + + int_type + sputbackc + a02568.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) + + + int_type + sputc + a02568.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) + + + streamsize + sputn + a02568.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) + + + int_type + sungetc + a02568.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + + basic_streambuf + a02568.html + af9ead45743a5b28a57d385ac881493e1 + () + + + void + gbump + a02568.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) + + + virtual void + imbue + a02568.html + a70048277614282b8631e5fbf3106093e + (const locale &__loc) + + + virtual int_type + overflow + a02568.html + a225634e53ed30e3733299a1b6de0b677 + (int_type __c=traits_type::eof()) + + + virtual int_type + pbackfail + a02568.html + a8d57a822d984ebf68160724aa9330282 + (int_type __c=traits_type::eof()) + + + void + pbump + a02568.html + abd017296cfc054910ca7de102e6a6998 + (int __n) + + + virtual pos_type + seekoff + a02568.html + ad6d5177e376efdb0dccf62890eebc9b0 + (off_type, ios_base::seekdir, ios_base::openmode=ios_base::in|ios_base::out) + + + virtual pos_type + seekpos + a02568.html + a008405d586f640e109c7ab7bf424aa39 + (pos_type, ios_base::openmode=ios_base::in|ios_base::out) + + + virtual basic_streambuf< char_type, _Traits > * + setbuf + a02568.html + aad2e731291673229100bde1f24ce828f + (char_type *, streamsize) + + + void + setg + a02568.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) + + + void + setp + a02568.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) + + + virtual streamsize + showmanyc + a02568.html + a85e9299b4d91188c1c0070111604ece8 + () + + + virtual int + sync + a02568.html + a407510ac810a42b173f3bd553959bfb5 + () + + + virtual int_type + uflow + a02568.html + a4e0c932f41122eaec83e7008ece5e207 + () + + + virtual int_type + underflow + a02568.html + aab4011ac7751c858f121b887f124529d + () + + + virtual streamsize + xsgetn + a02568.html + a5eaa7fbc16e49b8105d6387fcbbfad61 + (char_type *__s, streamsize __n) + + + virtual streamsize + xsputn + a02568.html + a23e843afc42e2875d1f2fc945821499a + (const char_type *__s, streamsize __n) + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + locale + _M_buf_locale + a02568.html + aef4d5a82b6a51fa750fa43d80b4a8564 + + + + char_type * + _M_in_beg + a02568.html + a08c7afbf0ec4df6f6d8e29a46484197d + + + + char_type * + _M_in_cur + a02568.html + a7b4e50d872ecb80867eaab9e7897b625 + + + + char_type * + _M_in_end + a02568.html + adf0f7b58227c057d018ab6a8b0a123d4 + + + + char_type * + _M_out_beg + a02568.html + a66b958241a34e8b7da6ade8f3434ce61 + + + + char_type * + _M_out_cur + a02568.html + a83c368ebeed6b39269fd45d38b9a8b53 + + + + char_type * + _M_out_end + a02568.html + af2973fa34894190ce5885749fa148bbe + + + + char + char_type + a02568.html + a38ad1721a50a96c7d37d51a3f858a0cf + + + + _Traits + traits_type + a02568.html + ab3220592ca0efc72cf87e58cdc696bd6 + + + + traits_type::int_type + int_type + a02568.html + a1c1565d5b66e703de4d9a8aef4957a8b + + + + traits_type::pos_type + pos_type + a02568.html + a5bc758d8b84fa134386d3ab683b880aa + + + + traits_type::off_type + off_type + a02568.html + ae0d813da6c3d39659299a6e7831ae265 + + + + basic_streambuf< char_type, traits_type > + __streambuf_type + a02568.html + a20adcc1bccab9fa3678b34e078e59e8c + + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + + basic_streambuf< char, char_traits< char > > + a02568.html + + char + char_type + a02568.html + a38ad1721a50a96c7d37d51a3f858a0cf + + + + char_traits< char > + traits_type + a02568.html + ab3220592ca0efc72cf87e58cdc696bd6 + + + + traits_type::int_type + int_type + a02568.html + a1c1565d5b66e703de4d9a8aef4957a8b + + + + traits_type::pos_type + pos_type + a02568.html + a5bc758d8b84fa134386d3ab683b880aa + + + + traits_type::off_type + off_type + a02568.html + ae0d813da6c3d39659299a6e7831ae265 + + + + basic_streambuf< char_type, traits_type > + __streambuf_type + a02568.html + a20adcc1bccab9fa3678b34e078e59e8c + + + + virtual + ~basic_streambuf + a02568.html + ae09ce37bf4266e600cdc23c7648b7808 + () + + + locale + getloc + a02568.html + a09508701b27d68740a5473d096437f65 + () const + + + streamsize + in_avail + a02568.html + a924a684fe2a6844d766e25f4051b705c + () + + + locale + pubimbue + a02568.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) + + + int_type + sbumpc + a02568.html + a72d8037e21ad370e3643ff3c865f91f9 + () + + + int_type + sgetc + a02568.html + ac773fb2c87cf938fb6eb89c987f8e04e + () + + + streamsize + sgetn + a02568.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) + + + int_type + snextc + a02568.html + a6d281db46069df3043b566f10e5397b2 + () + + + int_type + sputbackc + a02568.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) + + + int_type + sputc + a02568.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) + + + streamsize + sputn + a02568.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) + + + int_type + sungetc + a02568.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + + basic_streambuf + a02568.html + af9ead45743a5b28a57d385ac881493e1 + () + + + void + gbump + a02568.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) + + + virtual void + imbue + a02568.html + a70048277614282b8631e5fbf3106093e + (const locale &__loc) + + + virtual int_type + overflow + a02568.html + a225634e53ed30e3733299a1b6de0b677 + (int_type __c=traits_type::eof()) + + + virtual int_type + pbackfail + a02568.html + a8d57a822d984ebf68160724aa9330282 + (int_type __c=traits_type::eof()) + + + void + pbump + a02568.html + abd017296cfc054910ca7de102e6a6998 + (int __n) + + + virtual pos_type + seekoff + a02568.html + ad6d5177e376efdb0dccf62890eebc9b0 + (off_type, ios_base::seekdir, ios_base::openmode=ios_base::in|ios_base::out) + + + virtual pos_type + seekpos + a02568.html + a008405d586f640e109c7ab7bf424aa39 + (pos_type, ios_base::openmode=ios_base::in|ios_base::out) + + + virtual basic_streambuf< char_type, char_traits< char > > * + setbuf + a02568.html + aad2e731291673229100bde1f24ce828f + (char_type *, streamsize) + + + void + setg + a02568.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) + + + void + setp + a02568.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) + + + virtual streamsize + showmanyc + a02568.html + a85e9299b4d91188c1c0070111604ece8 + () + + + virtual int + sync + a02568.html + a407510ac810a42b173f3bd553959bfb5 + () + + + virtual int_type + uflow + a02568.html + a4e0c932f41122eaec83e7008ece5e207 + () + + + virtual int_type + underflow + a02568.html + aab4011ac7751c858f121b887f124529d + () + + + virtual streamsize + xsgetn + a02568.html + a5eaa7fbc16e49b8105d6387fcbbfad61 + (char_type *__s, streamsize __n) + + + virtual streamsize + xsputn + a02568.html + a23e843afc42e2875d1f2fc945821499a + (const char_type *__s, streamsize __n) + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + locale + _M_buf_locale + a02568.html + aef4d5a82b6a51fa750fa43d80b4a8564 + + + + char_type * + _M_in_beg + a02568.html + a08c7afbf0ec4df6f6d8e29a46484197d + + + + char_type * + _M_in_cur + a02568.html + a7b4e50d872ecb80867eaab9e7897b625 + + + + char_type * + _M_in_end + a02568.html + adf0f7b58227c057d018ab6a8b0a123d4 + + + + char_type * + _M_out_beg + a02568.html + a66b958241a34e8b7da6ade8f3434ce61 + + + + char_type * + _M_out_cur + a02568.html + a83c368ebeed6b39269fd45d38b9a8b53 + + + + char_type * + _M_out_end + a02568.html + af2973fa34894190ce5885749fa148bbe + + + + char + char_type + a02568.html + a38ad1721a50a96c7d37d51a3f858a0cf + + + + char_traits< char > + traits_type + a02568.html + ab3220592ca0efc72cf87e58cdc696bd6 + + + + traits_type::int_type + int_type + a02568.html + a1c1565d5b66e703de4d9a8aef4957a8b + + + + traits_type::pos_type + pos_type + a02568.html + a5bc758d8b84fa134386d3ab683b880aa + + + + traits_type::off_type + off_type + a02568.html + ae0d813da6c3d39659299a6e7831ae265 + + + + basic_streambuf< char_type, traits_type > + __streambuf_type + a02568.html + a20adcc1bccab9fa3678b34e078e59e8c + + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + + basic_string< _CharT > + a03900.html + + + basic_string + a03900.html + a28efca629663d35f1b46b53716fcb952 + () + + + + basic_string + a03900.html + a1b86aa9be110b05515cb86436ebecd0c + (const _Alloc &__a) + + + + basic_string + a03900.html + a2e170755f18d8f170ea8af7645a9023c + (const basic_string &__str) + + + + basic_string + a03900.html + a35f89df42b1be1f7aad124282bed3047 + (const basic_string &__str, size_type __pos, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + a3672802c25dce648e465405729d370c6 + (const basic_string &__str, size_type __pos, size_type __n) + + + + basic_string + a03900.html + a50b1cd322a3ce4b1a19874996dc68e5d + (const basic_string &__str, size_type __pos, size_type __n, const _Alloc &__a) + + + + basic_string + a03900.html + af08d7a344515d8e99fbc1bc495e03ac7 + (const _CharT *__s, size_type __n, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + ae8ec7e4ede4ff46c057ccc86c7548112 + (const _CharT *__s, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + a72834c85f7d482aa0edb360d3e63aa47 + (size_type __n, _CharT __c, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + a589dea335e84ebc8fea77d76e26ed683 + (basic_string &&__str) noexcept + + + + basic_string + a03900.html + a464829dac12de13b7fdd9411d413fca3 + (initializer_list< _CharT > __l, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + a0b3a0c256b0cade0c276550827e5605c + (_InputIterator __beg, _InputIterator __end, const _Alloc &__a=_Alloc()) + + + + ~basic_string + a03900.html + adb7b4b7b01dd15155872907322c8ce6b + () noexcept + + + basic_string & + append + a03900.html + a93795d6e4ab56974a69099a52726c1e1 + (const basic_string &__str) + + + basic_string & + append + a03900.html + a994d19c140f66be9b1b7219e4d64d111 + (const basic_string &__str, size_type __pos, size_type __n) + + + basic_string & + append + a03900.html + aedb1f587c0c2da80a654e467e0b02103 + (const _CharT *__s, size_type __n) + + + basic_string & + append + a03900.html + af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 + (const _CharT *__s) + + + basic_string & + append + a03900.html + a41e22e66a2acd2c64d15cabdc9d3820d + (size_type __n, _CharT __c) + + + basic_string & + append + a03900.html + abbc4bbfee03cbca12a25929455036337 + (initializer_list< _CharT > __l) + + + basic_string & + append + a03900.html + a1279610b99283848863401984efae5c2 + (_InputIterator __first, _InputIterator __last) + + + basic_string & + assign + a03900.html + a40c0c4216ddc30d2d77595a0af24e0a6 + (const basic_string &__str) + + + basic_string & + assign + a03900.html + ab0d36f7b093518f2473845747b2e386f + (basic_string &&__str) + + + basic_string & + assign + a03900.html + a9ce57ae0fe2a2ff9f66f7a3e7e6330b7 + (const basic_string &__str, size_type __pos, size_type __n) + + + basic_string & + assign + a03900.html + a29921ea06a2addf4f553a0926cee86ed + (const _CharT *__s, size_type __n) + + + basic_string & + assign + a03900.html + a1ce1e1a51bc5ac529889b64df32c8ab1 + (const _CharT *__s) + + + basic_string & + assign + a03900.html + a057ebae0fb6e9ed0fa38c712cb059aeb + (size_type __n, _CharT __c) + + + basic_string & + assign + a03900.html + a56b07fb1cb32ec4e0d96d9ba1232579d + (_InputIterator __first, _InputIterator __last) + + + basic_string & + assign + a03900.html + a70293716cb2965eb975b5e7279373c5a + (initializer_list< _CharT > __l) + + + const_reference + at + a03900.html + a7b3f71d659cec45cc094e220814402e6 + (size_type __n) const + + + reference + at + a03900.html + afb57639cf518335a43c9b2875438fe0d + (size_type __n) + + + reference + back + a03900.html + ac12faa42fdb7031770f89f43f8901376 + () + + + const_reference + back + a03900.html + a7b7634d8024933699b736e271f88cdac + () const noexcept + + + iterator + begin + a03900.html + a92ac8cd12ed8dd292465c513b47b3a81 + () + + + const_iterator + begin + a03900.html + a9616ce861862d90208cee9aedd61747b + () const noexcept + + + const _CharT * + c_str + a03900.html + a1c644c6d7fe3a686d752a9aecb99da0c + () const noexcept + + + size_type + capacity + a03900.html + adbd70b5afd5d6a0b47dfe2e2ec491c07 + () const noexcept + + + const_iterator + cbegin + a03900.html + accd90e0fb247fa817e4b8e2b093380aa + () const noexcept + + + const_iterator + cend + a03900.html + a08def895e3c355e7d463af3f778a0f52 + () const noexcept + + + void + clear + a03900.html + aaf800493abc5157b122532f5553c7473 + () noexcept + + + int + compare + a03900.html + a2e55254a1296e57e119415607247b8f2 + (const basic_string &__str) const + + + int + compare + a03900.html + a2bd799002ba56d91f9d7da0f66a39034 + (size_type __pos, size_type __n, const basic_string &__str) const + + + int + compare + a03900.html + ad5deb315b5f9164af31594f841c75d85 + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) const + + + int + compare + a03900.html + a215d1d73d41a557d9615091708945db6 + (const _CharT *__s) const noexcept + + + int + compare + a03900.html + a2e70c8910f113af5e6698c105982610a + (size_type __pos, size_type __n1, const _CharT *__s) const + + + int + compare + a03900.html + a30a54ee684d64bf8e2474d8b21eb1abf + (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) const + + + size_type + copy + a03900.html + a58b4af90a328f86db6bed2c8e25b4fe5 + (_CharT *__s, size_type __n, size_type __pos=0) const + + + const_reverse_iterator + crbegin + a03900.html + a0403377853044ccf7f9020f98a5b0916 + () const noexcept + + + const_reverse_iterator + crend + a03900.html + a9b78c09c0de7008f035df7238fe4b925 + () const noexcept + + + const _CharT * + data + a03900.html + a7998fb98c9eddd604864547d4ed4a80f + () const noexcept + + + bool + empty + a03900.html + ab646860c309686e5dfa9ab42e062a1bf + () const noexcept + + + iterator + end + a03900.html + aa4a6c059c158877d2390196bbff5b480 + () + + + const_iterator + end + a03900.html + a817beeb1801ef5c3046593ef8867a37d + () const noexcept + + + basic_string & + erase + a03900.html + ad0c376cb963e61712842490d44d53a74 + (size_type __pos=0, size_type __n=npos) + + + iterator + erase + a03900.html + a28aff931bdb19be2c6b1658d6bb03f71 + (iterator __position) + + + iterator + erase + a03900.html + a14043b49e3ab3c8834b1936a8bdf7fd7 + (iterator __first, iterator __last) + + + size_type + find + a03900.html + a2905ece9a19045bd348be9fd2aa01664 + (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find + a03900.html + a295acb36c3779a550ca1792fef74736e + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find + a03900.html + a0961886fe945d04554beab21c4f9bc54 + (const _CharT *__s, size_type __pos=0) const noexcept + + + size_type + find + a03900.html + ad22ff0adb9ffcbc5fcbde132fce0898d + (_CharT __c, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a3d161e0b4182e43e70778769cefdab8c + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a2ecada165b41788e4817cb31b8e5269b + (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_first_not_of + a03900.html + af929326691134537716b308d080f487f + (const _CharT *__s, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a0766f7adbc9a185b21bb1356ab6e302f + (_CharT __c, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + a118aa1e4afbe9d35b49eb36ad74e230a + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + a3539b87ea391ab52a571f62e3f4d3516 + (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_first_of + a03900.html + ae2873f45c9a0fcb04bd17eaec640540b + (const _CharT *__s, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + ab065587ff286d2b7e0aa9ed49ceb871a + (_CharT __c, size_type __pos=0) const noexcept + + + size_type + find_last_not_of + a03900.html + a2a7d997ad1bf8f9667a18ba72f3d1608 + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + find_last_not_of + a03900.html + ae7c601a7f29a2304f2f014faaa789652 + (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_last_not_of + a03900.html + a3e72d0dcdcb779d768feb37f0d10937d + (const _CharT *__s, size_type __pos=npos) const noexcept + + + size_type + find_last_not_of + a03900.html + a779c081af38b8c6af0341ed88e19c69f + (_CharT __c, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + a5bd1d6df971b6e4cb7468ac97e1dd338 + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + abebb36705e89a99c9c8dd8b4968aa6f3 + (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_last_of + a03900.html + a1eeebd95d63fe61d0ef78f369675ca89 + (const _CharT *__s, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + a88eae65c3d8e575c4e18b3f113fa3d05 + (_CharT __c, size_type __pos=npos) const noexcept + + + reference + front + a03900.html + a4e7ef41fd4dbb69e831e2721fef8c1f5 + () + + + const_reference + front + a03900.html + a3dd02d2967a250d1e115f96907b05411 + () const noexcept + + + allocator_type + get_allocator + a03900.html + ac74bf867dd0c370a371d27715417037d + () const noexcept + + + void + insert + a03900.html + a3e9371291649e0ef913b1db6eca30fe6 + (iterator __p, size_type __n, _CharT __c) + + + void + insert + a03900.html + adfba5cd6a9aa65ba311bccf50cb372f1 + (iterator __p, _InputIterator __beg, _InputIterator __end) + + + void + insert + a03900.html + a222550ae5e2797c94ec1843e1c5d534d + (iterator __p, initializer_list< _CharT > __l) + + + basic_string & + insert + a03900.html + a573db36b336dacb30f9597947fb9cbba + (size_type __pos1, const basic_string &__str) + + + basic_string & + insert + a03900.html + a70baff37172ea468e37cb11d7e38363d + (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n) + + + basic_string & + insert + a03900.html + a5ddc3f0696e69ba341e5cbdc78a1a727 + (size_type __pos, const _CharT *__s, size_type __n) + + + basic_string & + insert + a03900.html + acc1fcf315c8dfe30d0f84465e5d9f033 + (size_type __pos, const _CharT *__s) + + + basic_string & + insert + a03900.html + ae866142460e73e83a99d2cd13a0252ae + (size_type __pos, size_type __n, _CharT __c) + + + iterator + insert + a03900.html + afd1100ed98bdacbf118baaf860bb2feb + (iterator __p, _CharT __c) + + + size_type + length + a03900.html + a5963813a61b3dbc4edd03cf1f91608b5 + () const noexcept + + + size_type + max_size + a03900.html + ae64648328b956cc014db981cfd763df4 + () const noexcept + + + basic_string & + operator+= + a03900.html + a3f985c5b2f4e7220ca0f49fba85ee836 + (const basic_string &__str) + + + basic_string & + operator+= + a03900.html + adbefaa945be40d2d60d200370327f078 + (const _CharT *__s) + + + basic_string & + operator+= + a03900.html + a8795b7445dab8726bfdf3e7ad7bfd45b + (_CharT __c) + + + basic_string & + operator+= + a03900.html + a44f1139d68b80d8dfb0920903d5542c4 + (initializer_list< _CharT > __l) + + + basic_string & + operator= + a03900.html + aa8f6f22768d186c590681e47f84c121b + (const basic_string &__str) + + + basic_string & + operator= + a03900.html + a35293bfc788d5cfbd78bca7bb3f7e43a + (const _CharT *__s) + + + basic_string & + operator= + a03900.html + a79cf5ca6fa3860d67ddde51fc19f4a2d + (_CharT __c) + + + basic_string & + operator= + a03900.html + a3b90512bec447bb5b4ccd61ac0041ac1 + (basic_string &&__str) + + + basic_string & + operator= + a03900.html + a12d94f9bbcb2ed1ae495aafaae17b39d + (initializer_list< _CharT > __l) + + + const_reference + operator[] + a03900.html + aac009c5b9a838a7e0651bd62047d6c5f + (size_type __pos) const noexcept + + + reference + operator[] + a03900.html + ae727161635dca3a36d696c73d391424b + (size_type __pos) + + + void + pop_back + a03900.html + a570874e864550fff0d314ee635afba9c + () + + + void + push_back + a03900.html + a0825375ff9f37dd0716baeb3932a8c10 + (_CharT __c) + + + reverse_iterator + rbegin + a03900.html + a43226db34f7ad7cb99e1cc9f6549ae03 + () + + + const_reverse_iterator + rbegin + a03900.html + a9c8fd2b5572dc31cbd455698a398ec9d + () const noexcept + + + reverse_iterator + rend + a03900.html + a320628bf4405d1896c4cbbaa1c0ddee1 + () + + + const_reverse_iterator + rend + a03900.html + a7bd1be7596d11f5b7e8d7f29372adc61 + () const noexcept + + + basic_string & + replace + a03900.html + a499572a795055fb2b4640aa8fa933a7d + (size_type __pos, size_type __n, const basic_string &__str) + + + basic_string & + replace + a03900.html + ad87fcdf010de7bf39af1e0784399913a + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) + + + basic_string & + replace + a03900.html + a51945801c8054e522d106ead6dbb2f5d + (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) + + + basic_string & + replace + a03900.html + a3db009664c81360b5ca3f0d1bfcfdb85 + (size_type __pos, size_type __n1, const _CharT *__s) + + + basic_string & + replace + a03900.html + a0d0a0149f031ac66fe91076e2e777bac + (size_type __pos, size_type __n1, size_type __n2, _CharT __c) + + + basic_string & + replace + a03900.html + ad19978649741d77947601dd6d9060790 + (iterator __i1, iterator __i2, const basic_string &__str) + + + basic_string & + replace + a03900.html + a7445d4650ad19f82110fc756829a3f5f + (iterator __i1, iterator __i2, const _CharT *__s, size_type __n) + + + basic_string & + replace + a03900.html + a0d1b1f02005d10780da0025d702188ef + (iterator __i1, iterator __i2, const _CharT *__s) + + + basic_string & + replace + a03900.html + a2e2e22f1f92a2344a7b08773a7d1eb5e + (iterator __i1, iterator __i2, size_type __n, _CharT __c) + + + basic_string & + replace + a03900.html + ab14ece76be0afccddda61836f3683ba4 + (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) + + + basic_string & + replace + a03900.html + a5c6756c900299cb0b024dae3bb036285 + (iterator __i1, iterator __i2, initializer_list< _CharT > __l) + + + void + reserve + a03900.html + a33d4d3491641d9129f660cb46a9ccac8 + (size_type __res_arg=0) + + + void + resize + a03900.html + a7530f355537da638911c78ef7925daa9 + (size_type __n, _CharT __c) + + + void + resize + a03900.html + a9c65ed069cb3a757975febfef57479cd + (size_type __n) + + + size_type + rfind + a03900.html + a6cab7f0f853a0f230ea585888e21d34d + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + rfind + a03900.html + a62cac31568a34b427b6faf3962f72746 + (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + + size_type + rfind + a03900.html + a252f2266eacf983c47e0f5874b9eaff6 + (const _CharT *__s, size_type __pos=npos) const noexcept + + + size_type + rfind + a03900.html + a3287a95c5ac1c576aac7c1c28d3f001a + (_CharT __c, size_type __pos=npos) const noexcept + + + void + shrink_to_fit + a03900.html + a74201ef9d14b1fd7c7e116268e277023 + () noexcept + + + size_type + size + a03900.html + a676f896c88073521cfac7aab5f3da5af + () const noexcept + + + basic_string + substr + a03900.html + a25792c9769bbd22fccf887bf0be28556 + (size_type __pos=0, size_type __n=npos) const + + + void + swap + a03900.html + a82c14c3fd8fa3cd5a7ccf1c76fa89b03 + (basic_string &__s) + + + static const size_type + npos + a03900.html + ac73924a70ab202e90e1c18c2dea125c9 + + + + + basic_string< _CharT, _Traits, _Allocator > + a03900.html + + + basic_string + a03900.html + a28efca629663d35f1b46b53716fcb952 + () + + + + basic_string + a03900.html + a1b86aa9be110b05515cb86436ebecd0c + (const _Allocator &__a) + + + + basic_string + a03900.html + a2e170755f18d8f170ea8af7645a9023c + (const basic_string &__str) + + + + basic_string + a03900.html + a35f89df42b1be1f7aad124282bed3047 + (const basic_string &__str, size_type __pos, const _Allocator &__a=_Allocator()) + + + + basic_string + a03900.html + a3672802c25dce648e465405729d370c6 + (const basic_string &__str, size_type __pos, size_type __n) + + + + basic_string + a03900.html + a50b1cd322a3ce4b1a19874996dc68e5d + (const basic_string &__str, size_type __pos, size_type __n, const _Allocator &__a) + + + + basic_string + a03900.html + af08d7a344515d8e99fbc1bc495e03ac7 + (const _CharT *__s, size_type __n, const _Allocator &__a=_Allocator()) + + + + basic_string + a03900.html + ae8ec7e4ede4ff46c057ccc86c7548112 + (const _CharT *__s, const _Allocator &__a=_Allocator()) + + + + basic_string + a03900.html + a72834c85f7d482aa0edb360d3e63aa47 + (size_type __n, _CharT __c, const _Allocator &__a=_Allocator()) + + + + basic_string + a03900.html + a589dea335e84ebc8fea77d76e26ed683 + (basic_string &&__str) noexcept + + + + basic_string + a03900.html + a464829dac12de13b7fdd9411d413fca3 + (initializer_list< _CharT > __l, const _Allocator &__a=_Allocator()) + + + + basic_string + a03900.html + a0b3a0c256b0cade0c276550827e5605c + (_InputIterator __beg, _InputIterator __end, const _Allocator &__a=_Allocator()) + + + + ~basic_string + a03900.html + adb7b4b7b01dd15155872907322c8ce6b + () noexcept + + + basic_string & + append + a03900.html + a93795d6e4ab56974a69099a52726c1e1 + (const basic_string &__str) + + + basic_string & + append + a03900.html + a994d19c140f66be9b1b7219e4d64d111 + (const basic_string &__str, size_type __pos, size_type __n) + + + basic_string & + append + a03900.html + aedb1f587c0c2da80a654e467e0b02103 + (const _CharT *__s, size_type __n) + + + basic_string & + append + a03900.html + af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 + (const _CharT *__s) + + + basic_string & + append + a03900.html + a41e22e66a2acd2c64d15cabdc9d3820d + (size_type __n, _CharT __c) + + + basic_string & + append + a03900.html + abbc4bbfee03cbca12a25929455036337 + (initializer_list< _CharT > __l) + + + basic_string & + append + a03900.html + a1279610b99283848863401984efae5c2 + (_InputIterator __first, _InputIterator __last) + + + basic_string & + assign + a03900.html + a40c0c4216ddc30d2d77595a0af24e0a6 + (const basic_string &__str) + + + basic_string & + assign + a03900.html + ab0d36f7b093518f2473845747b2e386f + (basic_string &&__str) + + + basic_string & + assign + a03900.html + a9ce57ae0fe2a2ff9f66f7a3e7e6330b7 + (const basic_string &__str, size_type __pos, size_type __n) + + + basic_string & + assign + a03900.html + a29921ea06a2addf4f553a0926cee86ed + (const _CharT *__s, size_type __n) + + + basic_string & + assign + a03900.html + a1ce1e1a51bc5ac529889b64df32c8ab1 + (const _CharT *__s) + + + basic_string & + assign + a03900.html + a057ebae0fb6e9ed0fa38c712cb059aeb + (size_type __n, _CharT __c) + + + basic_string & + assign + a03900.html + a56b07fb1cb32ec4e0d96d9ba1232579d + (_InputIterator __first, _InputIterator __last) + + + basic_string & + assign + a03900.html + a70293716cb2965eb975b5e7279373c5a + (initializer_list< _CharT > __l) + + + const_reference + at + a03900.html + a7b3f71d659cec45cc094e220814402e6 + (size_type __n) const + + + reference + at + a03900.html + afb57639cf518335a43c9b2875438fe0d + (size_type __n) + + + reference + back + a03900.html + ac12faa42fdb7031770f89f43f8901376 + () + + + const_reference + back + a03900.html + a7b7634d8024933699b736e271f88cdac + () const noexcept + + + iterator + begin + a03900.html + a92ac8cd12ed8dd292465c513b47b3a81 + () + + + const_iterator + begin + a03900.html + a9616ce861862d90208cee9aedd61747b + () const noexcept + + + const _CharT * + c_str + a03900.html + a1c644c6d7fe3a686d752a9aecb99da0c + () const noexcept + + + size_type + capacity + a03900.html + adbd70b5afd5d6a0b47dfe2e2ec491c07 + () const noexcept + + + const_iterator + cbegin + a03900.html + accd90e0fb247fa817e4b8e2b093380aa + () const noexcept + + + const_iterator + cend + a03900.html + a08def895e3c355e7d463af3f778a0f52 + () const noexcept + + + void + clear + a03900.html + aaf800493abc5157b122532f5553c7473 + () noexcept + + + int + compare + a03900.html + a2e55254a1296e57e119415607247b8f2 + (const basic_string &__str) const + + + int + compare + a03900.html + a2bd799002ba56d91f9d7da0f66a39034 + (size_type __pos, size_type __n, const basic_string &__str) const + + + int + compare + a03900.html + ad5deb315b5f9164af31594f841c75d85 + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) const + + + int + compare + a03900.html + a215d1d73d41a557d9615091708945db6 + (const _CharT *__s) const noexcept + + + int + compare + a03900.html + a2e70c8910f113af5e6698c105982610a + (size_type __pos, size_type __n1, const _CharT *__s) const + + + int + compare + a03900.html + a30a54ee684d64bf8e2474d8b21eb1abf + (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) const + + + size_type + copy + a03900.html + a58b4af90a328f86db6bed2c8e25b4fe5 + (_CharT *__s, size_type __n, size_type __pos=0) const + + + const_reverse_iterator + crbegin + a03900.html + a0403377853044ccf7f9020f98a5b0916 + () const noexcept + + + const_reverse_iterator + crend + a03900.html + a9b78c09c0de7008f035df7238fe4b925 + () const noexcept + + + const _CharT * + data + a03900.html + a7998fb98c9eddd604864547d4ed4a80f + () const noexcept + + + bool + empty + a03900.html + ab646860c309686e5dfa9ab42e062a1bf + () const noexcept + + + iterator + end + a03900.html + aa4a6c059c158877d2390196bbff5b480 + () + + + const_iterator + end + a03900.html + a817beeb1801ef5c3046593ef8867a37d + () const noexcept + + + basic_string & + erase + a03900.html + ad0c376cb963e61712842490d44d53a74 + (size_type __pos=0, size_type __n=npos) + + + iterator + erase + a03900.html + a28aff931bdb19be2c6b1658d6bb03f71 + (iterator __position) + + + iterator + erase + a03900.html + a14043b49e3ab3c8834b1936a8bdf7fd7 + (iterator __first, iterator __last) + + + size_type + find + a03900.html + a2905ece9a19045bd348be9fd2aa01664 + (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find + a03900.html + a295acb36c3779a550ca1792fef74736e + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find + a03900.html + a0961886fe945d04554beab21c4f9bc54 + (const _CharT *__s, size_type __pos=0) const noexcept + + + size_type + find + a03900.html + ad22ff0adb9ffcbc5fcbde132fce0898d + (_CharT __c, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a3d161e0b4182e43e70778769cefdab8c + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a2ecada165b41788e4817cb31b8e5269b + (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_first_not_of + a03900.html + af929326691134537716b308d080f487f + (const _CharT *__s, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a0766f7adbc9a185b21bb1356ab6e302f + (_CharT __c, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + a118aa1e4afbe9d35b49eb36ad74e230a + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + a3539b87ea391ab52a571f62e3f4d3516 + (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_first_of + a03900.html + ae2873f45c9a0fcb04bd17eaec640540b + (const _CharT *__s, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + ab065587ff286d2b7e0aa9ed49ceb871a + (_CharT __c, size_type __pos=0) const noexcept + + + size_type + find_last_not_of + a03900.html + a2a7d997ad1bf8f9667a18ba72f3d1608 + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + find_last_not_of + a03900.html + ae7c601a7f29a2304f2f014faaa789652 + (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_last_not_of + a03900.html + a3e72d0dcdcb779d768feb37f0d10937d + (const _CharT *__s, size_type __pos=npos) const noexcept + + + size_type + find_last_not_of + a03900.html + a779c081af38b8c6af0341ed88e19c69f + (_CharT __c, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + a5bd1d6df971b6e4cb7468ac97e1dd338 + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + abebb36705e89a99c9c8dd8b4968aa6f3 + (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_last_of + a03900.html + a1eeebd95d63fe61d0ef78f369675ca89 + (const _CharT *__s, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + a88eae65c3d8e575c4e18b3f113fa3d05 + (_CharT __c, size_type __pos=npos) const noexcept + + + reference + front + a03900.html + a4e7ef41fd4dbb69e831e2721fef8c1f5 + () + + + const_reference + front + a03900.html + a3dd02d2967a250d1e115f96907b05411 + () const noexcept + + + allocator_type + get_allocator + a03900.html + ac74bf867dd0c370a371d27715417037d + () const noexcept + + + void + insert + a03900.html + a3e9371291649e0ef913b1db6eca30fe6 + (iterator __p, size_type __n, _CharT __c) + + + void + insert + a03900.html + adfba5cd6a9aa65ba311bccf50cb372f1 + (iterator __p, _InputIterator __beg, _InputIterator __end) + + + void + insert + a03900.html + a222550ae5e2797c94ec1843e1c5d534d + (iterator __p, initializer_list< _CharT > __l) + + + basic_string & + insert + a03900.html + a573db36b336dacb30f9597947fb9cbba + (size_type __pos1, const basic_string &__str) + + + basic_string & + insert + a03900.html + a70baff37172ea468e37cb11d7e38363d + (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n) + + + basic_string & + insert + a03900.html + a5ddc3f0696e69ba341e5cbdc78a1a727 + (size_type __pos, const _CharT *__s, size_type __n) + + + basic_string & + insert + a03900.html + acc1fcf315c8dfe30d0f84465e5d9f033 + (size_type __pos, const _CharT *__s) + + + basic_string & + insert + a03900.html + ae866142460e73e83a99d2cd13a0252ae + (size_type __pos, size_type __n, _CharT __c) + + + iterator + insert + a03900.html + afd1100ed98bdacbf118baaf860bb2feb + (iterator __p, _CharT __c) + + + size_type + length + a03900.html + a5963813a61b3dbc4edd03cf1f91608b5 + () const noexcept + + + size_type + max_size + a03900.html + ae64648328b956cc014db981cfd763df4 + () const noexcept + + + basic_string & + operator+= + a03900.html + a3f985c5b2f4e7220ca0f49fba85ee836 + (const basic_string &__str) + + + basic_string & + operator+= + a03900.html + adbefaa945be40d2d60d200370327f078 + (const _CharT *__s) + + + basic_string & + operator+= + a03900.html + a8795b7445dab8726bfdf3e7ad7bfd45b + (_CharT __c) + + + basic_string & + operator+= + a03900.html + a44f1139d68b80d8dfb0920903d5542c4 + (initializer_list< _CharT > __l) + + + basic_string & + operator= + a03900.html + aa8f6f22768d186c590681e47f84c121b + (const basic_string &__str) + + + basic_string & + operator= + a03900.html + a35293bfc788d5cfbd78bca7bb3f7e43a + (const _CharT *__s) + + + basic_string & + operator= + a03900.html + a79cf5ca6fa3860d67ddde51fc19f4a2d + (_CharT __c) + + + basic_string & + operator= + a03900.html + a3b90512bec447bb5b4ccd61ac0041ac1 + (basic_string &&__str) + + + basic_string & + operator= + a03900.html + a12d94f9bbcb2ed1ae495aafaae17b39d + (initializer_list< _CharT > __l) + + + const_reference + operator[] + a03900.html + aac009c5b9a838a7e0651bd62047d6c5f + (size_type __pos) const noexcept + + + reference + operator[] + a03900.html + ae727161635dca3a36d696c73d391424b + (size_type __pos) + + + void + pop_back + a03900.html + a570874e864550fff0d314ee635afba9c + () + + + void + push_back + a03900.html + a0825375ff9f37dd0716baeb3932a8c10 + (_CharT __c) + + + reverse_iterator + rbegin + a03900.html + a43226db34f7ad7cb99e1cc9f6549ae03 + () + + + const_reverse_iterator + rbegin + a03900.html + a9c8fd2b5572dc31cbd455698a398ec9d + () const noexcept + + + reverse_iterator + rend + a03900.html + a320628bf4405d1896c4cbbaa1c0ddee1 + () + + + const_reverse_iterator + rend + a03900.html + a7bd1be7596d11f5b7e8d7f29372adc61 + () const noexcept + + + basic_string & + replace + a03900.html + a499572a795055fb2b4640aa8fa933a7d + (size_type __pos, size_type __n, const basic_string &__str) + + + basic_string & + replace + a03900.html + ad87fcdf010de7bf39af1e0784399913a + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) + + + basic_string & + replace + a03900.html + a51945801c8054e522d106ead6dbb2f5d + (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) + + + basic_string & + replace + a03900.html + a3db009664c81360b5ca3f0d1bfcfdb85 + (size_type __pos, size_type __n1, const _CharT *__s) + + + basic_string & + replace + a03900.html + a0d0a0149f031ac66fe91076e2e777bac + (size_type __pos, size_type __n1, size_type __n2, _CharT __c) + + + basic_string & + replace + a03900.html + ad19978649741d77947601dd6d9060790 + (iterator __i1, iterator __i2, const basic_string &__str) + + + basic_string & + replace + a03900.html + a7445d4650ad19f82110fc756829a3f5f + (iterator __i1, iterator __i2, const _CharT *__s, size_type __n) + + + basic_string & + replace + a03900.html + a0d1b1f02005d10780da0025d702188ef + (iterator __i1, iterator __i2, const _CharT *__s) + + + basic_string & + replace + a03900.html + a2e2e22f1f92a2344a7b08773a7d1eb5e + (iterator __i1, iterator __i2, size_type __n, _CharT __c) + + + basic_string & + replace + a03900.html + ab14ece76be0afccddda61836f3683ba4 + (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) + + + basic_string & + replace + a03900.html + a5c6756c900299cb0b024dae3bb036285 + (iterator __i1, iterator __i2, initializer_list< _CharT > __l) + + + void + reserve + a03900.html + a33d4d3491641d9129f660cb46a9ccac8 + (size_type __res_arg=0) + + + void + resize + a03900.html + a7530f355537da638911c78ef7925daa9 + (size_type __n, _CharT __c) + + + void + resize + a03900.html + a9c65ed069cb3a757975febfef57479cd + (size_type __n) + + + size_type + rfind + a03900.html + a6cab7f0f853a0f230ea585888e21d34d + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + rfind + a03900.html + a62cac31568a34b427b6faf3962f72746 + (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + + size_type + rfind + a03900.html + a252f2266eacf983c47e0f5874b9eaff6 + (const _CharT *__s, size_type __pos=npos) const noexcept + + + size_type + rfind + a03900.html + a3287a95c5ac1c576aac7c1c28d3f001a + (_CharT __c, size_type __pos=npos) const noexcept + + + void + shrink_to_fit + a03900.html + a74201ef9d14b1fd7c7e116268e277023 + () noexcept + + + size_type + size + a03900.html + a676f896c88073521cfac7aab5f3da5af + () const noexcept + + + basic_string + substr + a03900.html + a25792c9769bbd22fccf887bf0be28556 + (size_type __pos=0, size_type __n=npos) const + + + void + swap + a03900.html + a82c14c3fd8fa3cd5a7ccf1c76fa89b03 + (basic_string &__s) + + + static const size_type + npos + a03900.html + ac73924a70ab202e90e1c18c2dea125c9 + + + + + basic_string< _Elem, char_traits< _Elem >, _Wide_alloc > + a03900.html + + + basic_string + a03900.html + a28efca629663d35f1b46b53716fcb952 + () + + + + basic_string + a03900.html + a1b86aa9be110b05515cb86436ebecd0c + (const _Wide_alloc &__a) + + + + basic_string + a03900.html + a2e170755f18d8f170ea8af7645a9023c + (const basic_string &__str) + + + + basic_string + a03900.html + a35f89df42b1be1f7aad124282bed3047 + (const basic_string &__str, size_type __pos, const _Wide_alloc &__a=_Wide_alloc()) + + + + basic_string + a03900.html + a3672802c25dce648e465405729d370c6 + (const basic_string &__str, size_type __pos, size_type __n) + + + + basic_string + a03900.html + a50b1cd322a3ce4b1a19874996dc68e5d + (const basic_string &__str, size_type __pos, size_type __n, const _Wide_alloc &__a) + + + + basic_string + a03900.html + af08d7a344515d8e99fbc1bc495e03ac7 + (const _Elem *__s, size_type __n, const _Wide_alloc &__a=_Wide_alloc()) + + + + basic_string + a03900.html + ae8ec7e4ede4ff46c057ccc86c7548112 + (const _Elem *__s, const _Wide_alloc &__a=_Wide_alloc()) + + + + basic_string + a03900.html + a72834c85f7d482aa0edb360d3e63aa47 + (size_type __n, _Elem __c, const _Wide_alloc &__a=_Wide_alloc()) + + + + basic_string + a03900.html + a589dea335e84ebc8fea77d76e26ed683 + (basic_string &&__str) noexcept + + + + basic_string + a03900.html + a464829dac12de13b7fdd9411d413fca3 + (initializer_list< _Elem > __l, const _Wide_alloc &__a=_Wide_alloc()) + + + + basic_string + a03900.html + a0b3a0c256b0cade0c276550827e5605c + (_InputIterator __beg, _InputIterator __end, const _Wide_alloc &__a=_Wide_alloc()) + + + + ~basic_string + a03900.html + adb7b4b7b01dd15155872907322c8ce6b + () noexcept + + + basic_string & + append + a03900.html + a93795d6e4ab56974a69099a52726c1e1 + (const basic_string &__str) + + + basic_string & + append + a03900.html + a994d19c140f66be9b1b7219e4d64d111 + (const basic_string &__str, size_type __pos, size_type __n) + + + basic_string & + append + a03900.html + aedb1f587c0c2da80a654e467e0b02103 + (const _Elem *__s, size_type __n) + + + basic_string & + append + a03900.html + af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 + (const _Elem *__s) + + + basic_string & + append + a03900.html + a41e22e66a2acd2c64d15cabdc9d3820d + (size_type __n, _Elem __c) + + + basic_string & + append + a03900.html + abbc4bbfee03cbca12a25929455036337 + (initializer_list< _Elem > __l) + + + basic_string & + append + a03900.html + a1279610b99283848863401984efae5c2 + (_InputIterator __first, _InputIterator __last) + + + basic_string & + assign + a03900.html + a40c0c4216ddc30d2d77595a0af24e0a6 + (const basic_string &__str) + + + basic_string & + assign + a03900.html + ab0d36f7b093518f2473845747b2e386f + (basic_string &&__str) + + + basic_string & + assign + a03900.html + a9ce57ae0fe2a2ff9f66f7a3e7e6330b7 + (const basic_string &__str, size_type __pos, size_type __n) + + + basic_string & + assign + a03900.html + a29921ea06a2addf4f553a0926cee86ed + (const _Elem *__s, size_type __n) + + + basic_string & + assign + a03900.html + a1ce1e1a51bc5ac529889b64df32c8ab1 + (const _Elem *__s) + + + basic_string & + assign + a03900.html + a057ebae0fb6e9ed0fa38c712cb059aeb + (size_type __n, _Elem __c) + + + basic_string & + assign + a03900.html + a56b07fb1cb32ec4e0d96d9ba1232579d + (_InputIterator __first, _InputIterator __last) + + + basic_string & + assign + a03900.html + a70293716cb2965eb975b5e7279373c5a + (initializer_list< _Elem > __l) + + + const_reference + at + a03900.html + a7b3f71d659cec45cc094e220814402e6 + (size_type __n) const + + + reference + at + a03900.html + afb57639cf518335a43c9b2875438fe0d + (size_type __n) + + + reference + back + a03900.html + ac12faa42fdb7031770f89f43f8901376 + () + + + const_reference + back + a03900.html + a7b7634d8024933699b736e271f88cdac + () const noexcept + + + iterator + begin + a03900.html + a92ac8cd12ed8dd292465c513b47b3a81 + () + + + const_iterator + begin + a03900.html + a9616ce861862d90208cee9aedd61747b + () const noexcept + + + const _Elem * + c_str + a03900.html + a1c644c6d7fe3a686d752a9aecb99da0c + () const noexcept + + + size_type + capacity + a03900.html + adbd70b5afd5d6a0b47dfe2e2ec491c07 + () const noexcept + + + const_iterator + cbegin + a03900.html + accd90e0fb247fa817e4b8e2b093380aa + () const noexcept + + + const_iterator + cend + a03900.html + a08def895e3c355e7d463af3f778a0f52 + () const noexcept + + + void + clear + a03900.html + aaf800493abc5157b122532f5553c7473 + () noexcept + + + int + compare + a03900.html + a2e55254a1296e57e119415607247b8f2 + (const basic_string &__str) const + + + int + compare + a03900.html + a2bd799002ba56d91f9d7da0f66a39034 + (size_type __pos, size_type __n, const basic_string &__str) const + + + int + compare + a03900.html + ad5deb315b5f9164af31594f841c75d85 + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) const + + + int + compare + a03900.html + a215d1d73d41a557d9615091708945db6 + (const _Elem *__s) const noexcept + + + int + compare + a03900.html + a2e70c8910f113af5e6698c105982610a + (size_type __pos, size_type __n1, const _Elem *__s) const + + + int + compare + a03900.html + a30a54ee684d64bf8e2474d8b21eb1abf + (size_type __pos, size_type __n1, const _Elem *__s, size_type __n2) const + + + size_type + copy + a03900.html + a58b4af90a328f86db6bed2c8e25b4fe5 + (_Elem *__s, size_type __n, size_type __pos=0) const + + + const_reverse_iterator + crbegin + a03900.html + a0403377853044ccf7f9020f98a5b0916 + () const noexcept + + + const_reverse_iterator + crend + a03900.html + a9b78c09c0de7008f035df7238fe4b925 + () const noexcept + + + const _Elem * + data + a03900.html + a7998fb98c9eddd604864547d4ed4a80f + () const noexcept + + + bool + empty + a03900.html + ab646860c309686e5dfa9ab42e062a1bf + () const noexcept + + + iterator + end + a03900.html + aa4a6c059c158877d2390196bbff5b480 + () + + + const_iterator + end + a03900.html + a817beeb1801ef5c3046593ef8867a37d + () const noexcept + + + basic_string & + erase + a03900.html + ad0c376cb963e61712842490d44d53a74 + (size_type __pos=0, size_type __n=npos) + + + iterator + erase + a03900.html + a28aff931bdb19be2c6b1658d6bb03f71 + (iterator __position) + + + iterator + erase + a03900.html + a14043b49e3ab3c8834b1936a8bdf7fd7 + (iterator __first, iterator __last) + + + size_type + find + a03900.html + a2905ece9a19045bd348be9fd2aa01664 + (const _Elem *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find + a03900.html + a295acb36c3779a550ca1792fef74736e + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find + a03900.html + a0961886fe945d04554beab21c4f9bc54 + (const _Elem *__s, size_type __pos=0) const noexcept + + + size_type + find + a03900.html + ad22ff0adb9ffcbc5fcbde132fce0898d + (_Elem __c, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a3d161e0b4182e43e70778769cefdab8c + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a2ecada165b41788e4817cb31b8e5269b + (const _Elem *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_first_not_of + a03900.html + af929326691134537716b308d080f487f + (const _Elem *__s, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a0766f7adbc9a185b21bb1356ab6e302f + (_Elem __c, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + a118aa1e4afbe9d35b49eb36ad74e230a + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + a3539b87ea391ab52a571f62e3f4d3516 + (const _Elem *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_first_of + a03900.html + ae2873f45c9a0fcb04bd17eaec640540b + (const _Elem *__s, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + ab065587ff286d2b7e0aa9ed49ceb871a + (_Elem __c, size_type __pos=0) const noexcept + + + size_type + find_last_not_of + a03900.html + a2a7d997ad1bf8f9667a18ba72f3d1608 + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + find_last_not_of + a03900.html + ae7c601a7f29a2304f2f014faaa789652 + (const _Elem *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_last_not_of + a03900.html + a3e72d0dcdcb779d768feb37f0d10937d + (const _Elem *__s, size_type __pos=npos) const noexcept + + + size_type + find_last_not_of + a03900.html + a779c081af38b8c6af0341ed88e19c69f + (_Elem __c, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + a5bd1d6df971b6e4cb7468ac97e1dd338 + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + abebb36705e89a99c9c8dd8b4968aa6f3 + (const _Elem *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_last_of + a03900.html + a1eeebd95d63fe61d0ef78f369675ca89 + (const _Elem *__s, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + a88eae65c3d8e575c4e18b3f113fa3d05 + (_Elem __c, size_type __pos=npos) const noexcept + + + reference + front + a03900.html + a4e7ef41fd4dbb69e831e2721fef8c1f5 + () + + + const_reference + front + a03900.html + a3dd02d2967a250d1e115f96907b05411 + () const noexcept + + + allocator_type + get_allocator + a03900.html + ac74bf867dd0c370a371d27715417037d + () const noexcept + + + void + insert + a03900.html + a3e9371291649e0ef913b1db6eca30fe6 + (iterator __p, size_type __n, _Elem __c) + + + void + insert + a03900.html + adfba5cd6a9aa65ba311bccf50cb372f1 + (iterator __p, _InputIterator __beg, _InputIterator __end) + + + void + insert + a03900.html + a222550ae5e2797c94ec1843e1c5d534d + (iterator __p, initializer_list< _Elem > __l) + + + basic_string & + insert + a03900.html + a573db36b336dacb30f9597947fb9cbba + (size_type __pos1, const basic_string &__str) + + + basic_string & + insert + a03900.html + a70baff37172ea468e37cb11d7e38363d + (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n) + + + basic_string & + insert + a03900.html + a5ddc3f0696e69ba341e5cbdc78a1a727 + (size_type __pos, const _Elem *__s, size_type __n) + + + basic_string & + insert + a03900.html + acc1fcf315c8dfe30d0f84465e5d9f033 + (size_type __pos, const _Elem *__s) + + + basic_string & + insert + a03900.html + ae866142460e73e83a99d2cd13a0252ae + (size_type __pos, size_type __n, _Elem __c) + + + iterator + insert + a03900.html + afd1100ed98bdacbf118baaf860bb2feb + (iterator __p, _Elem __c) + + + size_type + length + a03900.html + a5963813a61b3dbc4edd03cf1f91608b5 + () const noexcept + + + size_type + max_size + a03900.html + ae64648328b956cc014db981cfd763df4 + () const noexcept + + + basic_string & + operator+= + a03900.html + a3f985c5b2f4e7220ca0f49fba85ee836 + (const basic_string &__str) + + + basic_string & + operator+= + a03900.html + adbefaa945be40d2d60d200370327f078 + (const _Elem *__s) + + + basic_string & + operator+= + a03900.html + a8795b7445dab8726bfdf3e7ad7bfd45b + (_Elem __c) + + + basic_string & + operator+= + a03900.html + a44f1139d68b80d8dfb0920903d5542c4 + (initializer_list< _Elem > __l) + + + basic_string & + operator= + a03900.html + aa8f6f22768d186c590681e47f84c121b + (const basic_string &__str) + + + basic_string & + operator= + a03900.html + a35293bfc788d5cfbd78bca7bb3f7e43a + (const _Elem *__s) + + + basic_string & + operator= + a03900.html + a79cf5ca6fa3860d67ddde51fc19f4a2d + (_Elem __c) + + + basic_string & + operator= + a03900.html + a3b90512bec447bb5b4ccd61ac0041ac1 + (basic_string &&__str) + + + basic_string & + operator= + a03900.html + a12d94f9bbcb2ed1ae495aafaae17b39d + (initializer_list< _Elem > __l) + + + const_reference + operator[] + a03900.html + aac009c5b9a838a7e0651bd62047d6c5f + (size_type __pos) const noexcept + + + reference + operator[] + a03900.html + ae727161635dca3a36d696c73d391424b + (size_type __pos) + + + void + pop_back + a03900.html + a570874e864550fff0d314ee635afba9c + () + + + void + push_back + a03900.html + a0825375ff9f37dd0716baeb3932a8c10 + (_Elem __c) + + + reverse_iterator + rbegin + a03900.html + a43226db34f7ad7cb99e1cc9f6549ae03 + () + + + const_reverse_iterator + rbegin + a03900.html + a9c8fd2b5572dc31cbd455698a398ec9d + () const noexcept + + + reverse_iterator + rend + a03900.html + a320628bf4405d1896c4cbbaa1c0ddee1 + () + + + const_reverse_iterator + rend + a03900.html + a7bd1be7596d11f5b7e8d7f29372adc61 + () const noexcept + + + basic_string & + replace + a03900.html + a499572a795055fb2b4640aa8fa933a7d + (size_type __pos, size_type __n, const basic_string &__str) + + + basic_string & + replace + a03900.html + ad87fcdf010de7bf39af1e0784399913a + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) + + + basic_string & + replace + a03900.html + a51945801c8054e522d106ead6dbb2f5d + (size_type __pos, size_type __n1, const _Elem *__s, size_type __n2) + + + basic_string & + replace + a03900.html + a3db009664c81360b5ca3f0d1bfcfdb85 + (size_type __pos, size_type __n1, const _Elem *__s) + + + basic_string & + replace + a03900.html + a0d0a0149f031ac66fe91076e2e777bac + (size_type __pos, size_type __n1, size_type __n2, _Elem __c) + + + basic_string & + replace + a03900.html + ad19978649741d77947601dd6d9060790 + (iterator __i1, iterator __i2, const basic_string &__str) + + + basic_string & + replace + a03900.html + a7445d4650ad19f82110fc756829a3f5f + (iterator __i1, iterator __i2, const _Elem *__s, size_type __n) + + + basic_string & + replace + a03900.html + a0d1b1f02005d10780da0025d702188ef + (iterator __i1, iterator __i2, const _Elem *__s) + + + basic_string & + replace + a03900.html + a2e2e22f1f92a2344a7b08773a7d1eb5e + (iterator __i1, iterator __i2, size_type __n, _Elem __c) + + + basic_string & + replace + a03900.html + ab14ece76be0afccddda61836f3683ba4 + (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) + + + basic_string & + replace + a03900.html + a5c6756c900299cb0b024dae3bb036285 + (iterator __i1, iterator __i2, initializer_list< _Elem > __l) + + + void + reserve + a03900.html + a33d4d3491641d9129f660cb46a9ccac8 + (size_type __res_arg=0) + + + void + resize + a03900.html + a7530f355537da638911c78ef7925daa9 + (size_type __n, _Elem __c) + + + void + resize + a03900.html + a9c65ed069cb3a757975febfef57479cd + (size_type __n) + + + size_type + rfind + a03900.html + a6cab7f0f853a0f230ea585888e21d34d + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + rfind + a03900.html + a62cac31568a34b427b6faf3962f72746 + (const _Elem *__s, size_type __pos, size_type __n) const noexcept + + + size_type + rfind + a03900.html + a252f2266eacf983c47e0f5874b9eaff6 + (const _Elem *__s, size_type __pos=npos) const noexcept + + + size_type + rfind + a03900.html + a3287a95c5ac1c576aac7c1c28d3f001a + (_Elem __c, size_type __pos=npos) const noexcept + + + void + shrink_to_fit + a03900.html + a74201ef9d14b1fd7c7e116268e277023 + () noexcept + + + size_type + size + a03900.html + a676f896c88073521cfac7aab5f3da5af + () const noexcept + + + basic_string + substr + a03900.html + a25792c9769bbd22fccf887bf0be28556 + (size_type __pos=0, size_type __n=npos) const + + + void + swap + a03900.html + a82c14c3fd8fa3cd5a7ccf1c76fa89b03 + (basic_string &__s) + + + static const size_type + npos + a03900.html + ac73924a70ab202e90e1c18c2dea125c9 + + + + + basic_string< char > + a03900.html + + + basic_string + a03900.html + a28efca629663d35f1b46b53716fcb952 + () + + + + basic_string + a03900.html + a1b86aa9be110b05515cb86436ebecd0c + (const _Alloc &__a) + + + + basic_string + a03900.html + a2e170755f18d8f170ea8af7645a9023c + (const basic_string &__str) + + + + basic_string + a03900.html + a35f89df42b1be1f7aad124282bed3047 + (const basic_string &__str, size_type __pos, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + a3672802c25dce648e465405729d370c6 + (const basic_string &__str, size_type __pos, size_type __n) + + + + basic_string + a03900.html + a50b1cd322a3ce4b1a19874996dc68e5d + (const basic_string &__str, size_type __pos, size_type __n, const _Alloc &__a) + + + + basic_string + a03900.html + af08d7a344515d8e99fbc1bc495e03ac7 + (const char *__s, size_type __n, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + ae8ec7e4ede4ff46c057ccc86c7548112 + (const char *__s, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + a72834c85f7d482aa0edb360d3e63aa47 + (size_type __n, char __c, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + a589dea335e84ebc8fea77d76e26ed683 + (basic_string &&__str) noexcept + + + + basic_string + a03900.html + a464829dac12de13b7fdd9411d413fca3 + (initializer_list< char > __l, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + a0b3a0c256b0cade0c276550827e5605c + (_InputIterator __beg, _InputIterator __end, const _Alloc &__a=_Alloc()) + + + + ~basic_string + a03900.html + adb7b4b7b01dd15155872907322c8ce6b + () noexcept + + + basic_string & + append + a03900.html + a93795d6e4ab56974a69099a52726c1e1 + (const basic_string &__str) + + + basic_string & + append + a03900.html + a994d19c140f66be9b1b7219e4d64d111 + (const basic_string &__str, size_type __pos, size_type __n) + + + basic_string & + append + a03900.html + aedb1f587c0c2da80a654e467e0b02103 + (const char *__s, size_type __n) + + + basic_string & + append + a03900.html + af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 + (const char *__s) + + + basic_string & + append + a03900.html + a41e22e66a2acd2c64d15cabdc9d3820d + (size_type __n, char __c) + + + basic_string & + append + a03900.html + abbc4bbfee03cbca12a25929455036337 + (initializer_list< char > __l) + + + basic_string & + append + a03900.html + a1279610b99283848863401984efae5c2 + (_InputIterator __first, _InputIterator __last) + + + basic_string & + assign + a03900.html + a40c0c4216ddc30d2d77595a0af24e0a6 + (const basic_string &__str) + + + basic_string & + assign + a03900.html + ab0d36f7b093518f2473845747b2e386f + (basic_string &&__str) + + + basic_string & + assign + a03900.html + a9ce57ae0fe2a2ff9f66f7a3e7e6330b7 + (const basic_string &__str, size_type __pos, size_type __n) + + + basic_string & + assign + a03900.html + a29921ea06a2addf4f553a0926cee86ed + (const char *__s, size_type __n) + + + basic_string & + assign + a03900.html + a1ce1e1a51bc5ac529889b64df32c8ab1 + (const char *__s) + + + basic_string & + assign + a03900.html + a057ebae0fb6e9ed0fa38c712cb059aeb + (size_type __n, char __c) + + + basic_string & + assign + a03900.html + a56b07fb1cb32ec4e0d96d9ba1232579d + (_InputIterator __first, _InputIterator __last) + + + basic_string & + assign + a03900.html + a70293716cb2965eb975b5e7279373c5a + (initializer_list< char > __l) + + + const_reference + at + a03900.html + a7b3f71d659cec45cc094e220814402e6 + (size_type __n) const + + + reference + at + a03900.html + afb57639cf518335a43c9b2875438fe0d + (size_type __n) + + + reference + back + a03900.html + ac12faa42fdb7031770f89f43f8901376 + () + + + const_reference + back + a03900.html + a7b7634d8024933699b736e271f88cdac + () const noexcept + + + iterator + begin + a03900.html + a92ac8cd12ed8dd292465c513b47b3a81 + () + + + const_iterator + begin + a03900.html + a9616ce861862d90208cee9aedd61747b + () const noexcept + + + const char * + c_str + a03900.html + a1c644c6d7fe3a686d752a9aecb99da0c + () const noexcept + + + size_type + capacity + a03900.html + adbd70b5afd5d6a0b47dfe2e2ec491c07 + () const noexcept + + + const_iterator + cbegin + a03900.html + accd90e0fb247fa817e4b8e2b093380aa + () const noexcept + + + const_iterator + cend + a03900.html + a08def895e3c355e7d463af3f778a0f52 + () const noexcept + + + void + clear + a03900.html + aaf800493abc5157b122532f5553c7473 + () noexcept + + + int + compare + a03900.html + a2e55254a1296e57e119415607247b8f2 + (const basic_string &__str) const + + + int + compare + a03900.html + a2bd799002ba56d91f9d7da0f66a39034 + (size_type __pos, size_type __n, const basic_string &__str) const + + + int + compare + a03900.html + ad5deb315b5f9164af31594f841c75d85 + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) const + + + int + compare + a03900.html + a215d1d73d41a557d9615091708945db6 + (const char *__s) const noexcept + + + int + compare + a03900.html + a2e70c8910f113af5e6698c105982610a + (size_type __pos, size_type __n1, const char *__s) const + + + int + compare + a03900.html + a30a54ee684d64bf8e2474d8b21eb1abf + (size_type __pos, size_type __n1, const char *__s, size_type __n2) const + + + size_type + copy + a03900.html + a58b4af90a328f86db6bed2c8e25b4fe5 + (char *__s, size_type __n, size_type __pos=0) const + + + const_reverse_iterator + crbegin + a03900.html + a0403377853044ccf7f9020f98a5b0916 + () const noexcept + + + const_reverse_iterator + crend + a03900.html + a9b78c09c0de7008f035df7238fe4b925 + () const noexcept + + + const char * + data + a03900.html + a7998fb98c9eddd604864547d4ed4a80f + () const noexcept + + + bool + empty + a03900.html + ab646860c309686e5dfa9ab42e062a1bf + () const noexcept + + + iterator + end + a03900.html + aa4a6c059c158877d2390196bbff5b480 + () + + + const_iterator + end + a03900.html + a817beeb1801ef5c3046593ef8867a37d + () const noexcept + + + basic_string & + erase + a03900.html + ad0c376cb963e61712842490d44d53a74 + (size_type __pos=0, size_type __n=npos) + + + iterator + erase + a03900.html + a28aff931bdb19be2c6b1658d6bb03f71 + (iterator __position) + + + iterator + erase + a03900.html + a14043b49e3ab3c8834b1936a8bdf7fd7 + (iterator __first, iterator __last) + + + size_type + find + a03900.html + a2905ece9a19045bd348be9fd2aa01664 + (const char *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find + a03900.html + a295acb36c3779a550ca1792fef74736e + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find + a03900.html + a0961886fe945d04554beab21c4f9bc54 + (const char *__s, size_type __pos=0) const noexcept + + + size_type + find + a03900.html + ad22ff0adb9ffcbc5fcbde132fce0898d + (char __c, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a3d161e0b4182e43e70778769cefdab8c + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a2ecada165b41788e4817cb31b8e5269b + (const char *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_first_not_of + a03900.html + af929326691134537716b308d080f487f + (const char *__s, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a0766f7adbc9a185b21bb1356ab6e302f + (char __c, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + a118aa1e4afbe9d35b49eb36ad74e230a + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + a3539b87ea391ab52a571f62e3f4d3516 + (const char *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_first_of + a03900.html + ae2873f45c9a0fcb04bd17eaec640540b + (const char *__s, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + ab065587ff286d2b7e0aa9ed49ceb871a + (char __c, size_type __pos=0) const noexcept + + + size_type + find_last_not_of + a03900.html + a2a7d997ad1bf8f9667a18ba72f3d1608 + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + find_last_not_of + a03900.html + ae7c601a7f29a2304f2f014faaa789652 + (const char *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_last_not_of + a03900.html + a3e72d0dcdcb779d768feb37f0d10937d + (const char *__s, size_type __pos=npos) const noexcept + + + size_type + find_last_not_of + a03900.html + a779c081af38b8c6af0341ed88e19c69f + (char __c, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + a5bd1d6df971b6e4cb7468ac97e1dd338 + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + abebb36705e89a99c9c8dd8b4968aa6f3 + (const char *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_last_of + a03900.html + a1eeebd95d63fe61d0ef78f369675ca89 + (const char *__s, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + a88eae65c3d8e575c4e18b3f113fa3d05 + (char __c, size_type __pos=npos) const noexcept + + + reference + front + a03900.html + a4e7ef41fd4dbb69e831e2721fef8c1f5 + () + + + const_reference + front + a03900.html + a3dd02d2967a250d1e115f96907b05411 + () const noexcept + + + allocator_type + get_allocator + a03900.html + ac74bf867dd0c370a371d27715417037d + () const noexcept + + + void + insert + a03900.html + a3e9371291649e0ef913b1db6eca30fe6 + (iterator __p, size_type __n, char __c) + + + void + insert + a03900.html + adfba5cd6a9aa65ba311bccf50cb372f1 + (iterator __p, _InputIterator __beg, _InputIterator __end) + + + void + insert + a03900.html + a222550ae5e2797c94ec1843e1c5d534d + (iterator __p, initializer_list< char > __l) + + + basic_string & + insert + a03900.html + a573db36b336dacb30f9597947fb9cbba + (size_type __pos1, const basic_string &__str) + + + basic_string & + insert + a03900.html + a70baff37172ea468e37cb11d7e38363d + (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n) + + + basic_string & + insert + a03900.html + a5ddc3f0696e69ba341e5cbdc78a1a727 + (size_type __pos, const char *__s, size_type __n) + + + basic_string & + insert + a03900.html + acc1fcf315c8dfe30d0f84465e5d9f033 + (size_type __pos, const char *__s) + + + basic_string & + insert + a03900.html + ae866142460e73e83a99d2cd13a0252ae + (size_type __pos, size_type __n, char __c) + + + iterator + insert + a03900.html + afd1100ed98bdacbf118baaf860bb2feb + (iterator __p, char __c) + + + size_type + length + a03900.html + a5963813a61b3dbc4edd03cf1f91608b5 + () const noexcept + + + size_type + max_size + a03900.html + ae64648328b956cc014db981cfd763df4 + () const noexcept + + + basic_string & + operator+= + a03900.html + a3f985c5b2f4e7220ca0f49fba85ee836 + (const basic_string &__str) + + + basic_string & + operator+= + a03900.html + adbefaa945be40d2d60d200370327f078 + (const char *__s) + + + basic_string & + operator+= + a03900.html + a8795b7445dab8726bfdf3e7ad7bfd45b + (char __c) + + + basic_string & + operator+= + a03900.html + a44f1139d68b80d8dfb0920903d5542c4 + (initializer_list< char > __l) + + + basic_string & + operator= + a03900.html + aa8f6f22768d186c590681e47f84c121b + (const basic_string &__str) + + + basic_string & + operator= + a03900.html + a35293bfc788d5cfbd78bca7bb3f7e43a + (const char *__s) + + + basic_string & + operator= + a03900.html + a79cf5ca6fa3860d67ddde51fc19f4a2d + (char __c) + + + basic_string & + operator= + a03900.html + a3b90512bec447bb5b4ccd61ac0041ac1 + (basic_string &&__str) + + + basic_string & + operator= + a03900.html + a12d94f9bbcb2ed1ae495aafaae17b39d + (initializer_list< char > __l) + + + const_reference + operator[] + a03900.html + aac009c5b9a838a7e0651bd62047d6c5f + (size_type __pos) const noexcept + + + reference + operator[] + a03900.html + ae727161635dca3a36d696c73d391424b + (size_type __pos) + + + void + pop_back + a03900.html + a570874e864550fff0d314ee635afba9c + () + + + void + push_back + a03900.html + a0825375ff9f37dd0716baeb3932a8c10 + (char __c) + + + reverse_iterator + rbegin + a03900.html + a43226db34f7ad7cb99e1cc9f6549ae03 + () + + + const_reverse_iterator + rbegin + a03900.html + a9c8fd2b5572dc31cbd455698a398ec9d + () const noexcept + + + reverse_iterator + rend + a03900.html + a320628bf4405d1896c4cbbaa1c0ddee1 + () + + + const_reverse_iterator + rend + a03900.html + a7bd1be7596d11f5b7e8d7f29372adc61 + () const noexcept + + + basic_string & + replace + a03900.html + a499572a795055fb2b4640aa8fa933a7d + (size_type __pos, size_type __n, const basic_string &__str) + + + basic_string & + replace + a03900.html + ad87fcdf010de7bf39af1e0784399913a + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) + + + basic_string & + replace + a03900.html + a51945801c8054e522d106ead6dbb2f5d + (size_type __pos, size_type __n1, const char *__s, size_type __n2) + + + basic_string & + replace + a03900.html + a3db009664c81360b5ca3f0d1bfcfdb85 + (size_type __pos, size_type __n1, const char *__s) + + + basic_string & + replace + a03900.html + a0d0a0149f031ac66fe91076e2e777bac + (size_type __pos, size_type __n1, size_type __n2, char __c) + + + basic_string & + replace + a03900.html + ad19978649741d77947601dd6d9060790 + (iterator __i1, iterator __i2, const basic_string &__str) + + + basic_string & + replace + a03900.html + a7445d4650ad19f82110fc756829a3f5f + (iterator __i1, iterator __i2, const char *__s, size_type __n) + + + basic_string & + replace + a03900.html + a0d1b1f02005d10780da0025d702188ef + (iterator __i1, iterator __i2, const char *__s) + + + basic_string & + replace + a03900.html + a2e2e22f1f92a2344a7b08773a7d1eb5e + (iterator __i1, iterator __i2, size_type __n, char __c) + + + basic_string & + replace + a03900.html + ab14ece76be0afccddda61836f3683ba4 + (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) + + + basic_string & + replace + a03900.html + a5c6756c900299cb0b024dae3bb036285 + (iterator __i1, iterator __i2, initializer_list< char > __l) + + + void + reserve + a03900.html + a33d4d3491641d9129f660cb46a9ccac8 + (size_type __res_arg=0) + + + void + resize + a03900.html + a7530f355537da638911c78ef7925daa9 + (size_type __n, char __c) + + + void + resize + a03900.html + a9c65ed069cb3a757975febfef57479cd + (size_type __n) + + + size_type + rfind + a03900.html + a6cab7f0f853a0f230ea585888e21d34d + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + rfind + a03900.html + a62cac31568a34b427b6faf3962f72746 + (const char *__s, size_type __pos, size_type __n) const noexcept + + + size_type + rfind + a03900.html + a252f2266eacf983c47e0f5874b9eaff6 + (const char *__s, size_type __pos=npos) const noexcept + + + size_type + rfind + a03900.html + a3287a95c5ac1c576aac7c1c28d3f001a + (char __c, size_type __pos=npos) const noexcept + + + void + shrink_to_fit + a03900.html + a74201ef9d14b1fd7c7e116268e277023 + () noexcept + + + size_type + size + a03900.html + a676f896c88073521cfac7aab5f3da5af + () const noexcept + + + basic_string + substr + a03900.html + a25792c9769bbd22fccf887bf0be28556 + (size_type __pos=0, size_type __n=npos) const + + + void + swap + a03900.html + a82c14c3fd8fa3cd5a7ccf1c76fa89b03 + (basic_string &__s) + + + static const size_type + npos + a03900.html + ac73924a70ab202e90e1c18c2dea125c9 + + + + + basic_string< char, char_traits< char >, _Byte_alloc > + a03900.html + + + basic_string + a03900.html + a28efca629663d35f1b46b53716fcb952 + () + + + + basic_string + a03900.html + a1b86aa9be110b05515cb86436ebecd0c + (const _Byte_alloc &__a) + + + + basic_string + a03900.html + a2e170755f18d8f170ea8af7645a9023c + (const basic_string &__str) + + + + basic_string + a03900.html + a35f89df42b1be1f7aad124282bed3047 + (const basic_string &__str, size_type __pos, const _Byte_alloc &__a=_Byte_alloc()) + + + + basic_string + a03900.html + a3672802c25dce648e465405729d370c6 + (const basic_string &__str, size_type __pos, size_type __n) + + + + basic_string + a03900.html + a50b1cd322a3ce4b1a19874996dc68e5d + (const basic_string &__str, size_type __pos, size_type __n, const _Byte_alloc &__a) + + + + basic_string + a03900.html + af08d7a344515d8e99fbc1bc495e03ac7 + (const char *__s, size_type __n, const _Byte_alloc &__a=_Byte_alloc()) + + + + basic_string + a03900.html + ae8ec7e4ede4ff46c057ccc86c7548112 + (const char *__s, const _Byte_alloc &__a=_Byte_alloc()) + + + + basic_string + a03900.html + a72834c85f7d482aa0edb360d3e63aa47 + (size_type __n, char __c, const _Byte_alloc &__a=_Byte_alloc()) + + + + basic_string + a03900.html + a589dea335e84ebc8fea77d76e26ed683 + (basic_string &&__str) noexcept + + + + basic_string + a03900.html + a464829dac12de13b7fdd9411d413fca3 + (initializer_list< char > __l, const _Byte_alloc &__a=_Byte_alloc()) + + + + basic_string + a03900.html + a0b3a0c256b0cade0c276550827e5605c + (_InputIterator __beg, _InputIterator __end, const _Byte_alloc &__a=_Byte_alloc()) + + + + ~basic_string + a03900.html + adb7b4b7b01dd15155872907322c8ce6b + () noexcept + + + basic_string & + append + a03900.html + a93795d6e4ab56974a69099a52726c1e1 + (const basic_string &__str) + + + basic_string & + append + a03900.html + a994d19c140f66be9b1b7219e4d64d111 + (const basic_string &__str, size_type __pos, size_type __n) + + + basic_string & + append + a03900.html + aedb1f587c0c2da80a654e467e0b02103 + (const char *__s, size_type __n) + + + basic_string & + append + a03900.html + af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 + (const char *__s) + + + basic_string & + append + a03900.html + a41e22e66a2acd2c64d15cabdc9d3820d + (size_type __n, char __c) + + + basic_string & + append + a03900.html + abbc4bbfee03cbca12a25929455036337 + (initializer_list< char > __l) + + + basic_string & + append + a03900.html + a1279610b99283848863401984efae5c2 + (_InputIterator __first, _InputIterator __last) + + + basic_string & + assign + a03900.html + a40c0c4216ddc30d2d77595a0af24e0a6 + (const basic_string &__str) + + + basic_string & + assign + a03900.html + ab0d36f7b093518f2473845747b2e386f + (basic_string &&__str) + + + basic_string & + assign + a03900.html + a9ce57ae0fe2a2ff9f66f7a3e7e6330b7 + (const basic_string &__str, size_type __pos, size_type __n) + + + basic_string & + assign + a03900.html + a29921ea06a2addf4f553a0926cee86ed + (const char *__s, size_type __n) + + + basic_string & + assign + a03900.html + a1ce1e1a51bc5ac529889b64df32c8ab1 + (const char *__s) + + + basic_string & + assign + a03900.html + a057ebae0fb6e9ed0fa38c712cb059aeb + (size_type __n, char __c) + + + basic_string & + assign + a03900.html + a56b07fb1cb32ec4e0d96d9ba1232579d + (_InputIterator __first, _InputIterator __last) + + + basic_string & + assign + a03900.html + a70293716cb2965eb975b5e7279373c5a + (initializer_list< char > __l) + + + const_reference + at + a03900.html + a7b3f71d659cec45cc094e220814402e6 + (size_type __n) const + + + reference + at + a03900.html + afb57639cf518335a43c9b2875438fe0d + (size_type __n) + + + reference + back + a03900.html + ac12faa42fdb7031770f89f43f8901376 + () + + + const_reference + back + a03900.html + a7b7634d8024933699b736e271f88cdac + () const noexcept + + + iterator + begin + a03900.html + a92ac8cd12ed8dd292465c513b47b3a81 + () + + + const_iterator + begin + a03900.html + a9616ce861862d90208cee9aedd61747b + () const noexcept + + + const char * + c_str + a03900.html + a1c644c6d7fe3a686d752a9aecb99da0c + () const noexcept + + + size_type + capacity + a03900.html + adbd70b5afd5d6a0b47dfe2e2ec491c07 + () const noexcept + + + const_iterator + cbegin + a03900.html + accd90e0fb247fa817e4b8e2b093380aa + () const noexcept + + + const_iterator + cend + a03900.html + a08def895e3c355e7d463af3f778a0f52 + () const noexcept + + + void + clear + a03900.html + aaf800493abc5157b122532f5553c7473 + () noexcept + + + int + compare + a03900.html + a2e55254a1296e57e119415607247b8f2 + (const basic_string &__str) const + + + int + compare + a03900.html + a2bd799002ba56d91f9d7da0f66a39034 + (size_type __pos, size_type __n, const basic_string &__str) const + + + int + compare + a03900.html + ad5deb315b5f9164af31594f841c75d85 + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) const + + + int + compare + a03900.html + a215d1d73d41a557d9615091708945db6 + (const char *__s) const noexcept + + + int + compare + a03900.html + a2e70c8910f113af5e6698c105982610a + (size_type __pos, size_type __n1, const char *__s) const + + + int + compare + a03900.html + a30a54ee684d64bf8e2474d8b21eb1abf + (size_type __pos, size_type __n1, const char *__s, size_type __n2) const + + + size_type + copy + a03900.html + a58b4af90a328f86db6bed2c8e25b4fe5 + (char *__s, size_type __n, size_type __pos=0) const + + + const_reverse_iterator + crbegin + a03900.html + a0403377853044ccf7f9020f98a5b0916 + () const noexcept + + + const_reverse_iterator + crend + a03900.html + a9b78c09c0de7008f035df7238fe4b925 + () const noexcept + + + const char * + data + a03900.html + a7998fb98c9eddd604864547d4ed4a80f + () const noexcept + + + bool + empty + a03900.html + ab646860c309686e5dfa9ab42e062a1bf + () const noexcept + + + iterator + end + a03900.html + aa4a6c059c158877d2390196bbff5b480 + () + + + const_iterator + end + a03900.html + a817beeb1801ef5c3046593ef8867a37d + () const noexcept + + + basic_string & + erase + a03900.html + ad0c376cb963e61712842490d44d53a74 + (size_type __pos=0, size_type __n=npos) + + + iterator + erase + a03900.html + a28aff931bdb19be2c6b1658d6bb03f71 + (iterator __position) + + + iterator + erase + a03900.html + a14043b49e3ab3c8834b1936a8bdf7fd7 + (iterator __first, iterator __last) + + + size_type + find + a03900.html + a2905ece9a19045bd348be9fd2aa01664 + (const char *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find + a03900.html + a295acb36c3779a550ca1792fef74736e + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find + a03900.html + a0961886fe945d04554beab21c4f9bc54 + (const char *__s, size_type __pos=0) const noexcept + + + size_type + find + a03900.html + ad22ff0adb9ffcbc5fcbde132fce0898d + (char __c, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a3d161e0b4182e43e70778769cefdab8c + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a2ecada165b41788e4817cb31b8e5269b + (const char *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_first_not_of + a03900.html + af929326691134537716b308d080f487f + (const char *__s, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a0766f7adbc9a185b21bb1356ab6e302f + (char __c, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + a118aa1e4afbe9d35b49eb36ad74e230a + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + a3539b87ea391ab52a571f62e3f4d3516 + (const char *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_first_of + a03900.html + ae2873f45c9a0fcb04bd17eaec640540b + (const char *__s, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + ab065587ff286d2b7e0aa9ed49ceb871a + (char __c, size_type __pos=0) const noexcept + + + size_type + find_last_not_of + a03900.html + a2a7d997ad1bf8f9667a18ba72f3d1608 + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + find_last_not_of + a03900.html + ae7c601a7f29a2304f2f014faaa789652 + (const char *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_last_not_of + a03900.html + a3e72d0dcdcb779d768feb37f0d10937d + (const char *__s, size_type __pos=npos) const noexcept + + + size_type + find_last_not_of + a03900.html + a779c081af38b8c6af0341ed88e19c69f + (char __c, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + a5bd1d6df971b6e4cb7468ac97e1dd338 + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + abebb36705e89a99c9c8dd8b4968aa6f3 + (const char *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_last_of + a03900.html + a1eeebd95d63fe61d0ef78f369675ca89 + (const char *__s, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + a88eae65c3d8e575c4e18b3f113fa3d05 + (char __c, size_type __pos=npos) const noexcept + + + reference + front + a03900.html + a4e7ef41fd4dbb69e831e2721fef8c1f5 + () + + + const_reference + front + a03900.html + a3dd02d2967a250d1e115f96907b05411 + () const noexcept + + + allocator_type + get_allocator + a03900.html + ac74bf867dd0c370a371d27715417037d + () const noexcept + + + void + insert + a03900.html + a3e9371291649e0ef913b1db6eca30fe6 + (iterator __p, size_type __n, char __c) + + + void + insert + a03900.html + adfba5cd6a9aa65ba311bccf50cb372f1 + (iterator __p, _InputIterator __beg, _InputIterator __end) + + + void + insert + a03900.html + a222550ae5e2797c94ec1843e1c5d534d + (iterator __p, initializer_list< char > __l) + + + basic_string & + insert + a03900.html + a573db36b336dacb30f9597947fb9cbba + (size_type __pos1, const basic_string &__str) + + + basic_string & + insert + a03900.html + a70baff37172ea468e37cb11d7e38363d + (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n) + + + basic_string & + insert + a03900.html + a5ddc3f0696e69ba341e5cbdc78a1a727 + (size_type __pos, const char *__s, size_type __n) + + + basic_string & + insert + a03900.html + acc1fcf315c8dfe30d0f84465e5d9f033 + (size_type __pos, const char *__s) + + + basic_string & + insert + a03900.html + ae866142460e73e83a99d2cd13a0252ae + (size_type __pos, size_type __n, char __c) + + + iterator + insert + a03900.html + afd1100ed98bdacbf118baaf860bb2feb + (iterator __p, char __c) + + + size_type + length + a03900.html + a5963813a61b3dbc4edd03cf1f91608b5 + () const noexcept + + + size_type + max_size + a03900.html + ae64648328b956cc014db981cfd763df4 + () const noexcept + + + basic_string & + operator+= + a03900.html + a3f985c5b2f4e7220ca0f49fba85ee836 + (const basic_string &__str) + + + basic_string & + operator+= + a03900.html + adbefaa945be40d2d60d200370327f078 + (const char *__s) + + + basic_string & + operator+= + a03900.html + a8795b7445dab8726bfdf3e7ad7bfd45b + (char __c) + + + basic_string & + operator+= + a03900.html + a44f1139d68b80d8dfb0920903d5542c4 + (initializer_list< char > __l) + + + basic_string & + operator= + a03900.html + aa8f6f22768d186c590681e47f84c121b + (const basic_string &__str) + + + basic_string & + operator= + a03900.html + a35293bfc788d5cfbd78bca7bb3f7e43a + (const char *__s) + + + basic_string & + operator= + a03900.html + a79cf5ca6fa3860d67ddde51fc19f4a2d + (char __c) + + + basic_string & + operator= + a03900.html + a3b90512bec447bb5b4ccd61ac0041ac1 + (basic_string &&__str) + + + basic_string & + operator= + a03900.html + a12d94f9bbcb2ed1ae495aafaae17b39d + (initializer_list< char > __l) + + + const_reference + operator[] + a03900.html + aac009c5b9a838a7e0651bd62047d6c5f + (size_type __pos) const noexcept + + + reference + operator[] + a03900.html + ae727161635dca3a36d696c73d391424b + (size_type __pos) + + + void + pop_back + a03900.html + a570874e864550fff0d314ee635afba9c + () + + + void + push_back + a03900.html + a0825375ff9f37dd0716baeb3932a8c10 + (char __c) + + + reverse_iterator + rbegin + a03900.html + a43226db34f7ad7cb99e1cc9f6549ae03 + () + + + const_reverse_iterator + rbegin + a03900.html + a9c8fd2b5572dc31cbd455698a398ec9d + () const noexcept + + + reverse_iterator + rend + a03900.html + a320628bf4405d1896c4cbbaa1c0ddee1 + () + + + const_reverse_iterator + rend + a03900.html + a7bd1be7596d11f5b7e8d7f29372adc61 + () const noexcept + + + basic_string & + replace + a03900.html + a499572a795055fb2b4640aa8fa933a7d + (size_type __pos, size_type __n, const basic_string &__str) + + + basic_string & + replace + a03900.html + ad87fcdf010de7bf39af1e0784399913a + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) + + + basic_string & + replace + a03900.html + a51945801c8054e522d106ead6dbb2f5d + (size_type __pos, size_type __n1, const char *__s, size_type __n2) + + + basic_string & + replace + a03900.html + a3db009664c81360b5ca3f0d1bfcfdb85 + (size_type __pos, size_type __n1, const char *__s) + + + basic_string & + replace + a03900.html + a0d0a0149f031ac66fe91076e2e777bac + (size_type __pos, size_type __n1, size_type __n2, char __c) + + + basic_string & + replace + a03900.html + ad19978649741d77947601dd6d9060790 + (iterator __i1, iterator __i2, const basic_string &__str) + + + basic_string & + replace + a03900.html + a7445d4650ad19f82110fc756829a3f5f + (iterator __i1, iterator __i2, const char *__s, size_type __n) + + + basic_string & + replace + a03900.html + a0d1b1f02005d10780da0025d702188ef + (iterator __i1, iterator __i2, const char *__s) + + + basic_string & + replace + a03900.html + a2e2e22f1f92a2344a7b08773a7d1eb5e + (iterator __i1, iterator __i2, size_type __n, char __c) + + + basic_string & + replace + a03900.html + ab14ece76be0afccddda61836f3683ba4 + (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) + + + basic_string & + replace + a03900.html + a5c6756c900299cb0b024dae3bb036285 + (iterator __i1, iterator __i2, initializer_list< char > __l) + + + void + reserve + a03900.html + a33d4d3491641d9129f660cb46a9ccac8 + (size_type __res_arg=0) + + + void + resize + a03900.html + a7530f355537da638911c78ef7925daa9 + (size_type __n, char __c) + + + void + resize + a03900.html + a9c65ed069cb3a757975febfef57479cd + (size_type __n) + + + size_type + rfind + a03900.html + a6cab7f0f853a0f230ea585888e21d34d + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + rfind + a03900.html + a62cac31568a34b427b6faf3962f72746 + (const char *__s, size_type __pos, size_type __n) const noexcept + + + size_type + rfind + a03900.html + a252f2266eacf983c47e0f5874b9eaff6 + (const char *__s, size_type __pos=npos) const noexcept + + + size_type + rfind + a03900.html + a3287a95c5ac1c576aac7c1c28d3f001a + (char __c, size_type __pos=npos) const noexcept + + + void + shrink_to_fit + a03900.html + a74201ef9d14b1fd7c7e116268e277023 + () noexcept + + + size_type + size + a03900.html + a676f896c88073521cfac7aab5f3da5af + () const noexcept + + + basic_string + substr + a03900.html + a25792c9769bbd22fccf887bf0be28556 + (size_type __pos=0, size_type __n=npos) const + + + void + swap + a03900.html + a82c14c3fd8fa3cd5a7ccf1c76fa89b03 + (basic_string &__s) + + + static const size_type + npos + a03900.html + ac73924a70ab202e90e1c18c2dea125c9 + + + + + basic_string< char_type, _Traits, _Alloc > + a03900.html + + + basic_string + a03900.html + a28efca629663d35f1b46b53716fcb952 + () + + + + basic_string + a03900.html + a1b86aa9be110b05515cb86436ebecd0c + (const _Alloc &__a) + + + + basic_string + a03900.html + a2e170755f18d8f170ea8af7645a9023c + (const basic_string &__str) + + + + basic_string + a03900.html + a35f89df42b1be1f7aad124282bed3047 + (const basic_string &__str, size_type __pos, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + a3672802c25dce648e465405729d370c6 + (const basic_string &__str, size_type __pos, size_type __n) + + + + basic_string + a03900.html + a50b1cd322a3ce4b1a19874996dc68e5d + (const basic_string &__str, size_type __pos, size_type __n, const _Alloc &__a) + + + + basic_string + a03900.html + af08d7a344515d8e99fbc1bc495e03ac7 + (const char_type *__s, size_type __n, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + ae8ec7e4ede4ff46c057ccc86c7548112 + (const char_type *__s, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + a72834c85f7d482aa0edb360d3e63aa47 + (size_type __n, char_type __c, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + a589dea335e84ebc8fea77d76e26ed683 + (basic_string &&__str) noexcept + + + + basic_string + a03900.html + a464829dac12de13b7fdd9411d413fca3 + (initializer_list< char_type > __l, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + a0b3a0c256b0cade0c276550827e5605c + (_InputIterator __beg, _InputIterator __end, const _Alloc &__a=_Alloc()) + + + + ~basic_string + a03900.html + adb7b4b7b01dd15155872907322c8ce6b + () noexcept + + + basic_string & + append + a03900.html + a93795d6e4ab56974a69099a52726c1e1 + (const basic_string &__str) + + + basic_string & + append + a03900.html + a994d19c140f66be9b1b7219e4d64d111 + (const basic_string &__str, size_type __pos, size_type __n) + + + basic_string & + append + a03900.html + aedb1f587c0c2da80a654e467e0b02103 + (const char_type *__s, size_type __n) + + + basic_string & + append + a03900.html + af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 + (const char_type *__s) + + + basic_string & + append + a03900.html + a41e22e66a2acd2c64d15cabdc9d3820d + (size_type __n, char_type __c) + + + basic_string & + append + a03900.html + abbc4bbfee03cbca12a25929455036337 + (initializer_list< char_type > __l) + + + basic_string & + append + a03900.html + a1279610b99283848863401984efae5c2 + (_InputIterator __first, _InputIterator __last) + + + basic_string & + assign + a03900.html + a40c0c4216ddc30d2d77595a0af24e0a6 + (const basic_string &__str) + + + basic_string & + assign + a03900.html + ab0d36f7b093518f2473845747b2e386f + (basic_string &&__str) + + + basic_string & + assign + a03900.html + a9ce57ae0fe2a2ff9f66f7a3e7e6330b7 + (const basic_string &__str, size_type __pos, size_type __n) + + + basic_string & + assign + a03900.html + a29921ea06a2addf4f553a0926cee86ed + (const char_type *__s, size_type __n) + + + basic_string & + assign + a03900.html + a1ce1e1a51bc5ac529889b64df32c8ab1 + (const char_type *__s) + + + basic_string & + assign + a03900.html + a057ebae0fb6e9ed0fa38c712cb059aeb + (size_type __n, char_type __c) + + + basic_string & + assign + a03900.html + a56b07fb1cb32ec4e0d96d9ba1232579d + (_InputIterator __first, _InputIterator __last) + + + basic_string & + assign + a03900.html + a70293716cb2965eb975b5e7279373c5a + (initializer_list< char_type > __l) + + + const_reference + at + a03900.html + a7b3f71d659cec45cc094e220814402e6 + (size_type __n) const + + + reference + at + a03900.html + afb57639cf518335a43c9b2875438fe0d + (size_type __n) + + + reference + back + a03900.html + ac12faa42fdb7031770f89f43f8901376 + () + + + const_reference + back + a03900.html + a7b7634d8024933699b736e271f88cdac + () const noexcept + + + iterator + begin + a03900.html + a92ac8cd12ed8dd292465c513b47b3a81 + () + + + const_iterator + begin + a03900.html + a9616ce861862d90208cee9aedd61747b + () const noexcept + + + const char_type * + c_str + a03900.html + a1c644c6d7fe3a686d752a9aecb99da0c + () const noexcept + + + size_type + capacity + a03900.html + adbd70b5afd5d6a0b47dfe2e2ec491c07 + () const noexcept + + + const_iterator + cbegin + a03900.html + accd90e0fb247fa817e4b8e2b093380aa + () const noexcept + + + const_iterator + cend + a03900.html + a08def895e3c355e7d463af3f778a0f52 + () const noexcept + + + void + clear + a03900.html + aaf800493abc5157b122532f5553c7473 + () noexcept + + + int + compare + a03900.html + a2e55254a1296e57e119415607247b8f2 + (const basic_string &__str) const + + + int + compare + a03900.html + a2bd799002ba56d91f9d7da0f66a39034 + (size_type __pos, size_type __n, const basic_string &__str) const + + + int + compare + a03900.html + ad5deb315b5f9164af31594f841c75d85 + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) const + + + int + compare + a03900.html + a215d1d73d41a557d9615091708945db6 + (const char_type *__s) const noexcept + + + int + compare + a03900.html + a2e70c8910f113af5e6698c105982610a + (size_type __pos, size_type __n1, const char_type *__s) const + + + int + compare + a03900.html + a30a54ee684d64bf8e2474d8b21eb1abf + (size_type __pos, size_type __n1, const char_type *__s, size_type __n2) const + + + size_type + copy + a03900.html + a58b4af90a328f86db6bed2c8e25b4fe5 + (char_type *__s, size_type __n, size_type __pos=0) const + + + const_reverse_iterator + crbegin + a03900.html + a0403377853044ccf7f9020f98a5b0916 + () const noexcept + + + const_reverse_iterator + crend + a03900.html + a9b78c09c0de7008f035df7238fe4b925 + () const noexcept + + + const char_type * + data + a03900.html + a7998fb98c9eddd604864547d4ed4a80f + () const noexcept + + + bool + empty + a03900.html + ab646860c309686e5dfa9ab42e062a1bf + () const noexcept + + + iterator + end + a03900.html + aa4a6c059c158877d2390196bbff5b480 + () + + + const_iterator + end + a03900.html + a817beeb1801ef5c3046593ef8867a37d + () const noexcept + + + basic_string & + erase + a03900.html + ad0c376cb963e61712842490d44d53a74 + (size_type __pos=0, size_type __n=npos) + + + iterator + erase + a03900.html + a28aff931bdb19be2c6b1658d6bb03f71 + (iterator __position) + + + iterator + erase + a03900.html + a14043b49e3ab3c8834b1936a8bdf7fd7 + (iterator __first, iterator __last) + + + size_type + find + a03900.html + a2905ece9a19045bd348be9fd2aa01664 + (const char_type *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find + a03900.html + a295acb36c3779a550ca1792fef74736e + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find + a03900.html + a0961886fe945d04554beab21c4f9bc54 + (const char_type *__s, size_type __pos=0) const noexcept + + + size_type + find + a03900.html + ad22ff0adb9ffcbc5fcbde132fce0898d + (char_type __c, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a3d161e0b4182e43e70778769cefdab8c + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a2ecada165b41788e4817cb31b8e5269b + (const char_type *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_first_not_of + a03900.html + af929326691134537716b308d080f487f + (const char_type *__s, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a0766f7adbc9a185b21bb1356ab6e302f + (char_type __c, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + a118aa1e4afbe9d35b49eb36ad74e230a + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + a3539b87ea391ab52a571f62e3f4d3516 + (const char_type *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_first_of + a03900.html + ae2873f45c9a0fcb04bd17eaec640540b + (const char_type *__s, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + ab065587ff286d2b7e0aa9ed49ceb871a + (char_type __c, size_type __pos=0) const noexcept + + + size_type + find_last_not_of + a03900.html + a2a7d997ad1bf8f9667a18ba72f3d1608 + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + find_last_not_of + a03900.html + ae7c601a7f29a2304f2f014faaa789652 + (const char_type *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_last_not_of + a03900.html + a3e72d0dcdcb779d768feb37f0d10937d + (const char_type *__s, size_type __pos=npos) const noexcept + + + size_type + find_last_not_of + a03900.html + a779c081af38b8c6af0341ed88e19c69f + (char_type __c, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + a5bd1d6df971b6e4cb7468ac97e1dd338 + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + abebb36705e89a99c9c8dd8b4968aa6f3 + (const char_type *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_last_of + a03900.html + a1eeebd95d63fe61d0ef78f369675ca89 + (const char_type *__s, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + a88eae65c3d8e575c4e18b3f113fa3d05 + (char_type __c, size_type __pos=npos) const noexcept + + + reference + front + a03900.html + a4e7ef41fd4dbb69e831e2721fef8c1f5 + () + + + const_reference + front + a03900.html + a3dd02d2967a250d1e115f96907b05411 + () const noexcept + + + allocator_type + get_allocator + a03900.html + ac74bf867dd0c370a371d27715417037d + () const noexcept + + + void + insert + a03900.html + a3e9371291649e0ef913b1db6eca30fe6 + (iterator __p, size_type __n, char_type __c) + + + void + insert + a03900.html + adfba5cd6a9aa65ba311bccf50cb372f1 + (iterator __p, _InputIterator __beg, _InputIterator __end) + + + void + insert + a03900.html + a222550ae5e2797c94ec1843e1c5d534d + (iterator __p, initializer_list< char_type > __l) + + + basic_string & + insert + a03900.html + a573db36b336dacb30f9597947fb9cbba + (size_type __pos1, const basic_string &__str) + + + basic_string & + insert + a03900.html + a70baff37172ea468e37cb11d7e38363d + (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n) + + + basic_string & + insert + a03900.html + a5ddc3f0696e69ba341e5cbdc78a1a727 + (size_type __pos, const char_type *__s, size_type __n) + + + basic_string & + insert + a03900.html + acc1fcf315c8dfe30d0f84465e5d9f033 + (size_type __pos, const char_type *__s) + + + basic_string & + insert + a03900.html + ae866142460e73e83a99d2cd13a0252ae + (size_type __pos, size_type __n, char_type __c) + + + iterator + insert + a03900.html + afd1100ed98bdacbf118baaf860bb2feb + (iterator __p, char_type __c) + + + size_type + length + a03900.html + a5963813a61b3dbc4edd03cf1f91608b5 + () const noexcept + + + size_type + max_size + a03900.html + ae64648328b956cc014db981cfd763df4 + () const noexcept + + + basic_string & + operator+= + a03900.html + a3f985c5b2f4e7220ca0f49fba85ee836 + (const basic_string &__str) + + + basic_string & + operator+= + a03900.html + adbefaa945be40d2d60d200370327f078 + (const char_type *__s) + + + basic_string & + operator+= + a03900.html + a8795b7445dab8726bfdf3e7ad7bfd45b + (char_type __c) + + + basic_string & + operator+= + a03900.html + a44f1139d68b80d8dfb0920903d5542c4 + (initializer_list< char_type > __l) + + + basic_string & + operator= + a03900.html + aa8f6f22768d186c590681e47f84c121b + (const basic_string &__str) + + + basic_string & + operator= + a03900.html + a35293bfc788d5cfbd78bca7bb3f7e43a + (const char_type *__s) + + + basic_string & + operator= + a03900.html + a79cf5ca6fa3860d67ddde51fc19f4a2d + (char_type __c) + + + basic_string & + operator= + a03900.html + a3b90512bec447bb5b4ccd61ac0041ac1 + (basic_string &&__str) + + + basic_string & + operator= + a03900.html + a12d94f9bbcb2ed1ae495aafaae17b39d + (initializer_list< char_type > __l) + + + const_reference + operator[] + a03900.html + aac009c5b9a838a7e0651bd62047d6c5f + (size_type __pos) const noexcept + + + reference + operator[] + a03900.html + ae727161635dca3a36d696c73d391424b + (size_type __pos) + + + void + pop_back + a03900.html + a570874e864550fff0d314ee635afba9c + () + + + void + push_back + a03900.html + a0825375ff9f37dd0716baeb3932a8c10 + (char_type __c) + + + reverse_iterator + rbegin + a03900.html + a43226db34f7ad7cb99e1cc9f6549ae03 + () + + + const_reverse_iterator + rbegin + a03900.html + a9c8fd2b5572dc31cbd455698a398ec9d + () const noexcept + + + reverse_iterator + rend + a03900.html + a320628bf4405d1896c4cbbaa1c0ddee1 + () + + + const_reverse_iterator + rend + a03900.html + a7bd1be7596d11f5b7e8d7f29372adc61 + () const noexcept + + + basic_string & + replace + a03900.html + a499572a795055fb2b4640aa8fa933a7d + (size_type __pos, size_type __n, const basic_string &__str) + + + basic_string & + replace + a03900.html + ad87fcdf010de7bf39af1e0784399913a + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) + + + basic_string & + replace + a03900.html + a51945801c8054e522d106ead6dbb2f5d + (size_type __pos, size_type __n1, const char_type *__s, size_type __n2) + + + basic_string & + replace + a03900.html + a3db009664c81360b5ca3f0d1bfcfdb85 + (size_type __pos, size_type __n1, const char_type *__s) + + + basic_string & + replace + a03900.html + a0d0a0149f031ac66fe91076e2e777bac + (size_type __pos, size_type __n1, size_type __n2, char_type __c) + + + basic_string & + replace + a03900.html + ad19978649741d77947601dd6d9060790 + (iterator __i1, iterator __i2, const basic_string &__str) + + + basic_string & + replace + a03900.html + a7445d4650ad19f82110fc756829a3f5f + (iterator __i1, iterator __i2, const char_type *__s, size_type __n) + + + basic_string & + replace + a03900.html + a0d1b1f02005d10780da0025d702188ef + (iterator __i1, iterator __i2, const char_type *__s) + + + basic_string & + replace + a03900.html + a2e2e22f1f92a2344a7b08773a7d1eb5e + (iterator __i1, iterator __i2, size_type __n, char_type __c) + + + basic_string & + replace + a03900.html + ab14ece76be0afccddda61836f3683ba4 + (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) + + + basic_string & + replace + a03900.html + a5c6756c900299cb0b024dae3bb036285 + (iterator __i1, iterator __i2, initializer_list< char_type > __l) + + + void + reserve + a03900.html + a33d4d3491641d9129f660cb46a9ccac8 + (size_type __res_arg=0) + + + void + resize + a03900.html + a7530f355537da638911c78ef7925daa9 + (size_type __n, char_type __c) + + + void + resize + a03900.html + a9c65ed069cb3a757975febfef57479cd + (size_type __n) + + + size_type + rfind + a03900.html + a6cab7f0f853a0f230ea585888e21d34d + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + rfind + a03900.html + a62cac31568a34b427b6faf3962f72746 + (const char_type *__s, size_type __pos, size_type __n) const noexcept + + + size_type + rfind + a03900.html + a252f2266eacf983c47e0f5874b9eaff6 + (const char_type *__s, size_type __pos=npos) const noexcept + + + size_type + rfind + a03900.html + a3287a95c5ac1c576aac7c1c28d3f001a + (char_type __c, size_type __pos=npos) const noexcept + + + void + shrink_to_fit + a03900.html + a74201ef9d14b1fd7c7e116268e277023 + () noexcept + + + size_type + size + a03900.html + a676f896c88073521cfac7aab5f3da5af + () const noexcept + + + basic_string + substr + a03900.html + a25792c9769bbd22fccf887bf0be28556 + (size_type __pos=0, size_type __n=npos) const + + + void + swap + a03900.html + a82c14c3fd8fa3cd5a7ccf1c76fa89b03 + (basic_string &__s) + + + static const size_type + npos + a03900.html + ac73924a70ab202e90e1c18c2dea125c9 + + + + + basic_string< value_type > + a03900.html + + + basic_string + a03900.html + a28efca629663d35f1b46b53716fcb952 + () + + + + basic_string + a03900.html + a1b86aa9be110b05515cb86436ebecd0c + (const _Alloc &__a) + + + + basic_string + a03900.html + a2e170755f18d8f170ea8af7645a9023c + (const basic_string &__str) + + + + basic_string + a03900.html + a35f89df42b1be1f7aad124282bed3047 + (const basic_string &__str, size_type __pos, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + a3672802c25dce648e465405729d370c6 + (const basic_string &__str, size_type __pos, size_type __n) + + + + basic_string + a03900.html + a50b1cd322a3ce4b1a19874996dc68e5d + (const basic_string &__str, size_type __pos, size_type __n, const _Alloc &__a) + + + + basic_string + a03900.html + af08d7a344515d8e99fbc1bc495e03ac7 + (const value_type *__s, size_type __n, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + ae8ec7e4ede4ff46c057ccc86c7548112 + (const value_type *__s, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + a72834c85f7d482aa0edb360d3e63aa47 + (size_type __n, value_type __c, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + a589dea335e84ebc8fea77d76e26ed683 + (basic_string &&__str) noexcept + + + + basic_string + a03900.html + a464829dac12de13b7fdd9411d413fca3 + (initializer_list< value_type > __l, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + a0b3a0c256b0cade0c276550827e5605c + (_InputIterator __beg, _InputIterator __end, const _Alloc &__a=_Alloc()) + + + + ~basic_string + a03900.html + adb7b4b7b01dd15155872907322c8ce6b + () noexcept + + + basic_string & + append + a03900.html + a93795d6e4ab56974a69099a52726c1e1 + (const basic_string &__str) + + + basic_string & + append + a03900.html + a994d19c140f66be9b1b7219e4d64d111 + (const basic_string &__str, size_type __pos, size_type __n) + + + basic_string & + append + a03900.html + aedb1f587c0c2da80a654e467e0b02103 + (const value_type *__s, size_type __n) + + + basic_string & + append + a03900.html + af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 + (const value_type *__s) + + + basic_string & + append + a03900.html + a41e22e66a2acd2c64d15cabdc9d3820d + (size_type __n, value_type __c) + + + basic_string & + append + a03900.html + abbc4bbfee03cbca12a25929455036337 + (initializer_list< value_type > __l) + + + basic_string & + append + a03900.html + a1279610b99283848863401984efae5c2 + (_InputIterator __first, _InputIterator __last) + + + basic_string & + assign + a03900.html + a40c0c4216ddc30d2d77595a0af24e0a6 + (const basic_string &__str) + + + basic_string & + assign + a03900.html + ab0d36f7b093518f2473845747b2e386f + (basic_string &&__str) + + + basic_string & + assign + a03900.html + a9ce57ae0fe2a2ff9f66f7a3e7e6330b7 + (const basic_string &__str, size_type __pos, size_type __n) + + + basic_string & + assign + a03900.html + a29921ea06a2addf4f553a0926cee86ed + (const value_type *__s, size_type __n) + + + basic_string & + assign + a03900.html + a1ce1e1a51bc5ac529889b64df32c8ab1 + (const value_type *__s) + + + basic_string & + assign + a03900.html + a057ebae0fb6e9ed0fa38c712cb059aeb + (size_type __n, value_type __c) + + + basic_string & + assign + a03900.html + a56b07fb1cb32ec4e0d96d9ba1232579d + (_InputIterator __first, _InputIterator __last) + + + basic_string & + assign + a03900.html + a70293716cb2965eb975b5e7279373c5a + (initializer_list< value_type > __l) + + + const_reference + at + a03900.html + a7b3f71d659cec45cc094e220814402e6 + (size_type __n) const + + + reference + at + a03900.html + afb57639cf518335a43c9b2875438fe0d + (size_type __n) + + + reference + back + a03900.html + ac12faa42fdb7031770f89f43f8901376 + () + + + const_reference + back + a03900.html + a7b7634d8024933699b736e271f88cdac + () const noexcept + + + iterator + begin + a03900.html + a92ac8cd12ed8dd292465c513b47b3a81 + () + + + const_iterator + begin + a03900.html + a9616ce861862d90208cee9aedd61747b + () const noexcept + + + const value_type * + c_str + a03900.html + a1c644c6d7fe3a686d752a9aecb99da0c + () const noexcept + + + size_type + capacity + a03900.html + adbd70b5afd5d6a0b47dfe2e2ec491c07 + () const noexcept + + + const_iterator + cbegin + a03900.html + accd90e0fb247fa817e4b8e2b093380aa + () const noexcept + + + const_iterator + cend + a03900.html + a08def895e3c355e7d463af3f778a0f52 + () const noexcept + + + void + clear + a03900.html + aaf800493abc5157b122532f5553c7473 + () noexcept + + + int + compare + a03900.html + a2e55254a1296e57e119415607247b8f2 + (const basic_string &__str) const + + + int + compare + a03900.html + a2bd799002ba56d91f9d7da0f66a39034 + (size_type __pos, size_type __n, const basic_string &__str) const + + + int + compare + a03900.html + ad5deb315b5f9164af31594f841c75d85 + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) const + + + int + compare + a03900.html + a215d1d73d41a557d9615091708945db6 + (const value_type *__s) const noexcept + + + int + compare + a03900.html + a2e70c8910f113af5e6698c105982610a + (size_type __pos, size_type __n1, const value_type *__s) const + + + int + compare + a03900.html + a30a54ee684d64bf8e2474d8b21eb1abf + (size_type __pos, size_type __n1, const value_type *__s, size_type __n2) const + + + size_type + copy + a03900.html + a58b4af90a328f86db6bed2c8e25b4fe5 + (value_type *__s, size_type __n, size_type __pos=0) const + + + const_reverse_iterator + crbegin + a03900.html + a0403377853044ccf7f9020f98a5b0916 + () const noexcept + + + const_reverse_iterator + crend + a03900.html + a9b78c09c0de7008f035df7238fe4b925 + () const noexcept + + + const value_type * + data + a03900.html + a7998fb98c9eddd604864547d4ed4a80f + () const noexcept + + + bool + empty + a03900.html + ab646860c309686e5dfa9ab42e062a1bf + () const noexcept + + + iterator + end + a03900.html + aa4a6c059c158877d2390196bbff5b480 + () + + + const_iterator + end + a03900.html + a817beeb1801ef5c3046593ef8867a37d + () const noexcept + + + basic_string & + erase + a03900.html + ad0c376cb963e61712842490d44d53a74 + (size_type __pos=0, size_type __n=npos) + + + iterator + erase + a03900.html + a28aff931bdb19be2c6b1658d6bb03f71 + (iterator __position) + + + iterator + erase + a03900.html + a14043b49e3ab3c8834b1936a8bdf7fd7 + (iterator __first, iterator __last) + + + size_type + find + a03900.html + a2905ece9a19045bd348be9fd2aa01664 + (const value_type *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find + a03900.html + a295acb36c3779a550ca1792fef74736e + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find + a03900.html + a0961886fe945d04554beab21c4f9bc54 + (const value_type *__s, size_type __pos=0) const noexcept + + + size_type + find + a03900.html + ad22ff0adb9ffcbc5fcbde132fce0898d + (value_type __c, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a3d161e0b4182e43e70778769cefdab8c + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a2ecada165b41788e4817cb31b8e5269b + (const value_type *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_first_not_of + a03900.html + af929326691134537716b308d080f487f + (const value_type *__s, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a0766f7adbc9a185b21bb1356ab6e302f + (value_type __c, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + a118aa1e4afbe9d35b49eb36ad74e230a + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + a3539b87ea391ab52a571f62e3f4d3516 + (const value_type *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_first_of + a03900.html + ae2873f45c9a0fcb04bd17eaec640540b + (const value_type *__s, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + ab065587ff286d2b7e0aa9ed49ceb871a + (value_type __c, size_type __pos=0) const noexcept + + + size_type + find_last_not_of + a03900.html + a2a7d997ad1bf8f9667a18ba72f3d1608 + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + find_last_not_of + a03900.html + ae7c601a7f29a2304f2f014faaa789652 + (const value_type *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_last_not_of + a03900.html + a3e72d0dcdcb779d768feb37f0d10937d + (const value_type *__s, size_type __pos=npos) const noexcept + + + size_type + find_last_not_of + a03900.html + a779c081af38b8c6af0341ed88e19c69f + (value_type __c, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + a5bd1d6df971b6e4cb7468ac97e1dd338 + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + abebb36705e89a99c9c8dd8b4968aa6f3 + (const value_type *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_last_of + a03900.html + a1eeebd95d63fe61d0ef78f369675ca89 + (const value_type *__s, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + a88eae65c3d8e575c4e18b3f113fa3d05 + (value_type __c, size_type __pos=npos) const noexcept + + + reference + front + a03900.html + a4e7ef41fd4dbb69e831e2721fef8c1f5 + () + + + const_reference + front + a03900.html + a3dd02d2967a250d1e115f96907b05411 + () const noexcept + + + allocator_type + get_allocator + a03900.html + ac74bf867dd0c370a371d27715417037d + () const noexcept + + + void + insert + a03900.html + a3e9371291649e0ef913b1db6eca30fe6 + (iterator __p, size_type __n, value_type __c) + + + void + insert + a03900.html + adfba5cd6a9aa65ba311bccf50cb372f1 + (iterator __p, _InputIterator __beg, _InputIterator __end) + + + void + insert + a03900.html + a222550ae5e2797c94ec1843e1c5d534d + (iterator __p, initializer_list< value_type > __l) + + + basic_string & + insert + a03900.html + a573db36b336dacb30f9597947fb9cbba + (size_type __pos1, const basic_string &__str) + + + basic_string & + insert + a03900.html + a70baff37172ea468e37cb11d7e38363d + (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n) + + + basic_string & + insert + a03900.html + a5ddc3f0696e69ba341e5cbdc78a1a727 + (size_type __pos, const value_type *__s, size_type __n) + + + basic_string & + insert + a03900.html + acc1fcf315c8dfe30d0f84465e5d9f033 + (size_type __pos, const value_type *__s) + + + basic_string & + insert + a03900.html + ae866142460e73e83a99d2cd13a0252ae + (size_type __pos, size_type __n, value_type __c) + + + iterator + insert + a03900.html + afd1100ed98bdacbf118baaf860bb2feb + (iterator __p, value_type __c) + + + size_type + length + a03900.html + a5963813a61b3dbc4edd03cf1f91608b5 + () const noexcept + + + size_type + max_size + a03900.html + ae64648328b956cc014db981cfd763df4 + () const noexcept + + + basic_string & + operator+= + a03900.html + a3f985c5b2f4e7220ca0f49fba85ee836 + (const basic_string &__str) + + + basic_string & + operator+= + a03900.html + adbefaa945be40d2d60d200370327f078 + (const value_type *__s) + + + basic_string & + operator+= + a03900.html + a8795b7445dab8726bfdf3e7ad7bfd45b + (value_type __c) + + + basic_string & + operator+= + a03900.html + a44f1139d68b80d8dfb0920903d5542c4 + (initializer_list< value_type > __l) + + + basic_string & + operator= + a03900.html + aa8f6f22768d186c590681e47f84c121b + (const basic_string &__str) + + + basic_string & + operator= + a03900.html + a35293bfc788d5cfbd78bca7bb3f7e43a + (const value_type *__s) + + + basic_string & + operator= + a03900.html + a79cf5ca6fa3860d67ddde51fc19f4a2d + (value_type __c) + + + basic_string & + operator= + a03900.html + a3b90512bec447bb5b4ccd61ac0041ac1 + (basic_string &&__str) + + + basic_string & + operator= + a03900.html + a12d94f9bbcb2ed1ae495aafaae17b39d + (initializer_list< value_type > __l) + + + const_reference + operator[] + a03900.html + aac009c5b9a838a7e0651bd62047d6c5f + (size_type __pos) const noexcept + + + reference + operator[] + a03900.html + ae727161635dca3a36d696c73d391424b + (size_type __pos) + + + void + pop_back + a03900.html + a570874e864550fff0d314ee635afba9c + () + + + void + push_back + a03900.html + a0825375ff9f37dd0716baeb3932a8c10 + (value_type __c) + + + reverse_iterator + rbegin + a03900.html + a43226db34f7ad7cb99e1cc9f6549ae03 + () + + + const_reverse_iterator + rbegin + a03900.html + a9c8fd2b5572dc31cbd455698a398ec9d + () const noexcept + + + reverse_iterator + rend + a03900.html + a320628bf4405d1896c4cbbaa1c0ddee1 + () + + + const_reverse_iterator + rend + a03900.html + a7bd1be7596d11f5b7e8d7f29372adc61 + () const noexcept + + + basic_string & + replace + a03900.html + a499572a795055fb2b4640aa8fa933a7d + (size_type __pos, size_type __n, const basic_string &__str) + + + basic_string & + replace + a03900.html + ad87fcdf010de7bf39af1e0784399913a + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) + + + basic_string & + replace + a03900.html + a51945801c8054e522d106ead6dbb2f5d + (size_type __pos, size_type __n1, const value_type *__s, size_type __n2) + + + basic_string & + replace + a03900.html + a3db009664c81360b5ca3f0d1bfcfdb85 + (size_type __pos, size_type __n1, const value_type *__s) + + + basic_string & + replace + a03900.html + a0d0a0149f031ac66fe91076e2e777bac + (size_type __pos, size_type __n1, size_type __n2, value_type __c) + + + basic_string & + replace + a03900.html + ad19978649741d77947601dd6d9060790 + (iterator __i1, iterator __i2, const basic_string &__str) + + + basic_string & + replace + a03900.html + a7445d4650ad19f82110fc756829a3f5f + (iterator __i1, iterator __i2, const value_type *__s, size_type __n) + + + basic_string & + replace + a03900.html + a0d1b1f02005d10780da0025d702188ef + (iterator __i1, iterator __i2, const value_type *__s) + + + basic_string & + replace + a03900.html + a2e2e22f1f92a2344a7b08773a7d1eb5e + (iterator __i1, iterator __i2, size_type __n, value_type __c) + + + basic_string & + replace + a03900.html + ab14ece76be0afccddda61836f3683ba4 + (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) + + + basic_string & + replace + a03900.html + a5c6756c900299cb0b024dae3bb036285 + (iterator __i1, iterator __i2, initializer_list< value_type > __l) + + + void + reserve + a03900.html + a33d4d3491641d9129f660cb46a9ccac8 + (size_type __res_arg=0) + + + void + resize + a03900.html + a7530f355537da638911c78ef7925daa9 + (size_type __n, value_type __c) + + + void + resize + a03900.html + a9c65ed069cb3a757975febfef57479cd + (size_type __n) + + + size_type + rfind + a03900.html + a6cab7f0f853a0f230ea585888e21d34d + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + rfind + a03900.html + a62cac31568a34b427b6faf3962f72746 + (const value_type *__s, size_type __pos, size_type __n) const noexcept + + + size_type + rfind + a03900.html + a252f2266eacf983c47e0f5874b9eaff6 + (const value_type *__s, size_type __pos=npos) const noexcept + + + size_type + rfind + a03900.html + a3287a95c5ac1c576aac7c1c28d3f001a + (value_type __c, size_type __pos=npos) const noexcept + + + void + shrink_to_fit + a03900.html + a74201ef9d14b1fd7c7e116268e277023 + () noexcept + + + size_type + size + a03900.html + a676f896c88073521cfac7aab5f3da5af + () const noexcept + + + basic_string + substr + a03900.html + a25792c9769bbd22fccf887bf0be28556 + (size_type __pos=0, size_type __n=npos) const + + + void + swap + a03900.html + a82c14c3fd8fa3cd5a7ccf1c76fa89b03 + (basic_string &__s) + + + static const size_type + npos + a03900.html + ac73924a70ab202e90e1c18c2dea125c9 + + + + + bin_search_tree_traits< Key, Mapped, Cmp_Fn, Node_Update, rb_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > + a10564.html + + bin_search_tree_const_node_it_< rb_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > + node_const_iterator + a10564.html + a34153991f6bcc5f12afc0879ba367393 + + + + + bin_search_tree_traits< Key, Mapped, Cmp_Fn, Node_Update, splay_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > + a10564.html + + bin_search_tree_const_node_it_< splay_tree_node_< types_traits< Key, Mapped, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, Mapped, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > + node_const_iterator + a10564.html + a34153991f6bcc5f12afc0879ba367393 + + + + + bin_search_tree_traits< Key, null_type, Cmp_Fn, Node_Update, rb_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > + a10564.html + + bin_search_tree_const_node_it_< rb_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > + node_const_iterator + a10564.html + a34153991f6bcc5f12afc0879ba367393 + + + + + bin_search_tree_traits< Key, null_type, Cmp_Fn, Node_Update, splay_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, _Alloc > + a10564.html + + bin_search_tree_const_node_it_< splay_tree_node_< types_traits< Key, null_type, _Alloc, false >::value_type, tree_node_metadata_dispatch< Key, null_type, Cmp_Fn, Node_Update, _Alloc >::type, _Alloc >, point_const_iterator, point_iterator, _Alloc > + node_const_iterator + a10564.html + a34153991f6bcc5f12afc0879ba367393 + + + + + binary_function< __shared_ptr< _Tp, _Lp >, __shared_ptr< _Tp, _Lp >, bool > + a06396.html + + __shared_ptr< _Tp, _Lp > + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + __shared_ptr< _Tp, _Lp > + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< __weak_ptr< _Tp, _Lp >, __weak_ptr< _Tp, _Lp >, bool > + a06396.html + + __weak_ptr< _Tp, _Lp > + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + __weak_ptr< _Tp, _Lp > + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< _Arg1, _Arg2, _Arg1 > + a06396.html + + _Arg1 + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Arg1 + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Arg2 + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< _Arg1, _Arg2, _Arg2 > + a06396.html + + _Arg1 + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Arg2 + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Arg2 + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< _Predicate::first_argument_type, _Predicate::second_argument_type, bool > + a06396.html + + _Predicate::first_argument_type + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Predicate::second_argument_type + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< _Sp, _Sp, bool > + a06396.html + + _Sp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Sp + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< _T1 *, _T2, _Res > + a06396.html + + _T1 * + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Res + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _T2 + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< _T1, _T2, _Res > + a06396.html + + _T1 + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Res + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _T2 + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< _T1, _T2, bool > + a06396.html + + _T1 + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _T2 + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< _Tp *, _Arg, _Ret > + a06396.html + + _Tp * + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Ret + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Arg + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< _Tp, _Arg, _Ret > + a06396.html + + _Tp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Ret + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Arg + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< _Tp, _Tp, _Tp > + a06396.html + + _Tp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Tp + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< _Tp, _Tp, bool > + a06396.html + + _Tp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< _Tp1, _Tp2, _Result > + a06396.html + + _Tp1 + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Result + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp2 + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< const _T1 *, _T2, _Res > + a06396.html + + const _T1 * + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Res + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _T2 + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< const _Tp *, _Arg, _Ret > + a06396.html + + const _Tp * + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Ret + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Arg + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< const volatile _T1 *, _T2, _Res > + a06396.html + + const volatile _T1 * + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Res + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _T2 + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< rope< _CharT, _Alloc >, rope< _CharT, _Alloc >, rope< _CharT, _Alloc > > + a06396.html + + rope< _CharT, _Alloc > + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + rope< _CharT, _Alloc > + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + rope< _CharT, _Alloc > + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< shared_ptr< _Tp >, shared_ptr< _Tp >, bool > + a06396.html + + shared_ptr< _Tp > + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + shared_ptr< _Tp > + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< std::pair< _T1, _T2 >, std::pair< _T1, _T2 >, bool > + a06396.html + + std::pair< _T1, _T2 > + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + std::pair< _T1, _T2 > + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< value_type, value_type, bool > + a06396.html + + value_type + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + value_type + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< void, void, bool > + a06396.html + + void + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + void + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< volatile _T1 *, _T2, _Res > + a06396.html + + volatile _T1 * + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Res + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _T2 + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + binary_function< weak_ptr< _Tp >, weak_ptr< _Tp >, bool > + a06396.html + + weak_ptr< _Tp > + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + weak_ptr< _Tp > + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + codecvt< _Elem, char, mbstate_t > + a04268.html + std::__codecvt_abstract_base + + result + in + a04264.html + a38117d39e9725f52735f51f4f4b72354 + (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + + result + out + a04264.html + a3a2b1f2da1bc0d89ccd1eceaa66bb79f + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + result + unshift + a04264.html + a4da56b36b489eded5053172e9f6c0bff + (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + virtual result + do_out + a04268.html + a5cdde44b6d296efa567c0cc94bca6f08 + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + + const_iterator_ + a11012.html + point_const_iterator_ + + const_pointer_ + const_pointer + a11012.html + a56f3879fa29a0681a004a855e77bb8e7 + + + + const_reference_ + const_reference + a11012.html + ace57cd6add9d3c9d22db7e8903ed2788 + + + + _Alloc::difference_type + difference_type + a11012.html + a5aa0e868f0386bf8136500e986ccdbdd + + + + std::forward_iterator_tag + iterator_category + a11012.html + af444809607ea316622a983fcd8b9e1d3 + + + + pointer_ + pointer + a11012.html + a138b64767ee1c612debd902ae852f055 + + + + reference_ + reference + a11012.html + aaf84a768bee3b8ec22ac16b461865bea + + + + value_type_ + value_type + a11012.html + a090d57c081a3e220bbe416e6b618f9f5 + + + + + const_iterator_ + a11012.html + a7d6dec5709f9fa70583f65263701e9a3 + () + + + bool + operator!= + a11020.html + a40cf56640357123e880f39e36454b552 + (const point_iterator_ &other) const + + + bool + operator!= + a11020.html + a5b0ebe0ad2f13fb20de8c5cff2855216 + (const point_const_iterator_ &other) const + + + const_reference + operator* + a11020.html + aa36fe65e861c9fe0e67b77f28d0fea0b + () const + + + const_iterator_ & + operator++ + a11012.html + aabeb7276d4ce2366c5bb6c9a9f213546 + () + + + const_iterator_ + operator++ + a11012.html + abb2e9ec96985b4c74418481ebb6e47e1 + (int) + + + const_pointer + operator-> + a11020.html + a4f35a84ace173bc8b49e7b15af544bdc + () const + + + bool + operator== + a11020.html + a71de2ddc1c6ba25e6e272c9da3a95318 + (const point_iterator_ &other) const + + + bool + operator== + a11020.html + a866b2f6450ebeaa95ed1b6065451ad7d + (const point_const_iterator_ &other) const + + + + const_iterator_ + a11012.html + aefd4394ed84e098841202e80ebbd7b8b + (const_pointer_ p_value, PB_DS_GEN_POS pos, const PB_DS_CLASS_C_DEC *p_tbl) + + + const PB_DS_CLASS_C_DEC * + m_p_tbl + a11012.html + aa90bbed0309049118ba04e647ac91d66 + + + + + container_traits_base< Cntnr::container_category > + a10220.html + + + deque< _StateSeqT > + a06388.html + _Deque_base< _StateSeqT, std::allocator< _StateSeqT > > + + + deque + a06388.html + ae68c6ac05cd6e788a90c9b8a47c56756 + () + + + + deque + a06388.html + aa8cf87c79a7c6bdf2cf07749fb1e2ff5 + (const allocator_type &__a) + + + + deque + a06388.html + a511a8f76d058f6bd0e2236abf8df23bc + (size_type __n, const allocator_type &__a=allocator_type()) + + + + deque + a06388.html + a858d7660a45a911f8ae7858246ea2f6d + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + deque + a06388.html + a03515a6af7f959e28cec591ac5f0f8b2 + (const deque &__x) + + + + deque + a06388.html + a7d533f573a77a0f9bf33fa40dde1c9cd + (deque &&__x) + + + + deque + a06388.html + a0948ee096c5387c1deb1e5885d06c112 + (const deque &__x, const allocator_type &__a) + + + + deque + a06388.html + a0bb7da7a228f22622f2e822252813d51 + (deque &&__x, const allocator_type &__a) + + + + deque + a06388.html + abdc5fd34432d73edde92643c58d7db6d + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + deque + a06388.html + ac11b72c35c99798a8aa8428206af7b74 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~deque + a06388.html + a8e7b8eb846862bae0ec76623338fa2a7 + () + + + void + assign + a06388.html + a65dabc6e005b7b5a19adf55792821e76 + (size_type __n, const value_type &__val) + + + void + assign + a06388.html + ac0579ff04738a923ad49b8b9398af642 + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06388.html + ab16028e538ba034ad569b6933c152cdb + (initializer_list< value_type > __l) + + + reference + at + a06388.html + a4b0080ca0ed1a2222104a5fb776a454f + (size_type __n) + + + const_reference + at + a06388.html + a03a10b684468f787e852fa360440ba7b + (size_type __n) const + + + reference + back + a06388.html + a9345d8aadac1295d32b7390ede8478f5 + () noexcept + + + const_reference + back + a06388.html + a0ebb54615350e129c2ce3b51368402bb + () const noexcept + + + iterator + begin + a06388.html + af71a8fc9a6dff2b04bfd8b219c40a940 + () noexcept + + + const_iterator + begin + a06388.html + ac5c61891a706a301138fdc8dbf0d0209 + () const noexcept + + + const_iterator + cbegin + a06388.html + a289af3aac006b9faa969fbdf090f8202 + () const noexcept + + + const_iterator + cend + a06388.html + ae56c2f3c25dc623eba9825a2e3eddd7c + () const noexcept + + + void + clear + a06388.html + a1a753bfa9e6b675bac7ee9ec4365fbdf + () noexcept + + + const_reverse_iterator + crbegin + a06388.html + a86674e16182ecb624e854ce7a653c03e + () const noexcept + + + const_reverse_iterator + crend + a06388.html + a17d738d29f26320ce991399537a17bce + () const noexcept + + + iterator + emplace + a06388.html + a3ea67e3e7fc5c84e92d9868bb57ae05a + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06388.html + a512ed6c7e0dc244335b337da26d76f41 + () const noexcept + + + iterator + end + a06388.html + a78b2da6c6329349581db042e6bbe2a40 + () noexcept + + + const_iterator + end + a06388.html + ad1986c3313eec924e6a7531929a82b8d + () const noexcept + + + iterator + erase + a06388.html + a0e0812f0cacd5dfd1108455df4fda375 + (const_iterator __position) + + + iterator + erase + a06388.html + af8f15e04574604071004bcdcd3be22fc + (const_iterator __first, const_iterator __last) + + + reference + front + a06388.html + ae5172d8f3ab8a44f5f68f5d6256e5c7e + () noexcept + + + const_reference + front + a06388.html + a62222a6cab13f17c0489a3d6242dd6a8 + () const noexcept + + + allocator_type + get_allocator + a06388.html + a40d6b0cbbd61cda2b99f5fc4a274fe02 + () const noexcept + + + iterator + insert + a06388.html + a69b4ca4a5aad67e979d6e6db9b31781a + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06388.html + adec6ee2ba1f059f0addf6b9da5b596e1 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06388.html + a755a6d05ef2270de50ce270bea77250f + (const_iterator __p, initializer_list< value_type > __l) + + + iterator + insert + a06388.html + ad645c0144212cbfee911daa80578e997 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06388.html + aee2b0dd83e2d5c82db3b2df6918e484a + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06388.html + a5aea8252ed76805923d591f878768f67 + () const noexcept + + + deque & + operator= + a06388.html + acbbd2ced11be9e416c030bf3dcaeacad + (const deque &__x) + + + deque & + operator= + a06388.html + a77734a257fa1c71752517d0ae6ae707d + (deque &&__x) noexcept(_Alloc_traits::_S_always_equal()) + + + deque & + operator= + a06388.html + a74898d8b495f47ced979e6ba66c4eef1 + (initializer_list< value_type > __l) + + + reference + operator[] + a06388.html + a461a433ad999e2d22e10f45addf1bb67 + (size_type __n) noexcept + + + const_reference + operator[] + a06388.html + a513a4ab26ac9df40d7ec95fc50e1218b + (size_type __n) const noexcept + + + void + pop_back + a06388.html + a2299790b7c0080b2652ba374a2ea68fc + () noexcept + + + void + pop_front + a06388.html + a3f5c33f2728f70a589e11a2e8b013e78 + () noexcept + + + void + push_back + a06388.html + aa261893d7576d53592700d030dedae78 + (const value_type &__x) + + + void + push_front + a06388.html + a5e23e99b8919a725e105786dd2bf20e9 + (const value_type &__x) + + + reverse_iterator + rbegin + a06388.html + a00b51e916472a01d8d68945681ab8245 + () noexcept + + + const_reverse_iterator + rbegin + a06388.html + af3714db48a222a584264a3e668bd5b3c + () const noexcept + + + reverse_iterator + rend + a06388.html + a0daef1995ab8473dad46086c79ecb9f0 + () noexcept + + + const_reverse_iterator + rend + a06388.html + a2d4c0290323b6a5a78b2e30d2706d753 + () const noexcept + + + void + resize + a06388.html + a2cb09fae5538690a6175b6e738f39b59 + (size_type __new_size) + + + void + resize + a06388.html + a5f7f1a01f2d6a06b4c89a4c5a84a9002 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06388.html + abe9c2e87fe6d96dbbbf7f50f750d3cf2 + () noexcept + + + size_type + size + a06388.html + a24d5150e384f657ca3b317ced4dadc5d + () const noexcept + + + void + swap + a06388.html + a41f78615b6896d0b85bef3aea0e41f2f + (deque &__x) noexcept + + + void + _M_fill_initialize + a06388.html + a67647a3b7f00d3ca89b27980a1f2b7ee + (const value_type &__value) + + + void + _M_initialize_map + a06380.html + a0ba38b77ebabad6056d04d9f65ffa74c + (size_t) + + + void + _M_range_check + a06388.html + ab0b41c4f880dd45f1278ce6233a3f513 + (size_type __n) const + + + void + _M_range_initialize + a06388.html + ae2b6ab89b51f74b7de15e6494fc03caa + (_InputIterator __first, _InputIterator __last, std::input_iterator_tag) + + + void + _M_range_initialize + a06388.html + aa453821f9b3b8666764d4e6bbd5d091c + (_ForwardIterator __first, _ForwardIterator __last, std::forward_iterator_tag) + + + void + _M_push_back_aux + a06388.html + a9cacda81743ab1d5447c31ecc1a988d2 + (_Args &&... __args) + + + void + _M_push_front_aux + a06388.html + aaf55754b5eef8f7f949e56a7ccf80068 + (_Args &&... __args) + + + void + _M_pop_back_aux + a06388.html + ae125f10bcc0c0b97d7a4f5c582ebe9b7 + () + + + void + _M_pop_front_aux + a06388.html + a21cfe1ac5af07d0cfa9dee315faec368 + () + + + iterator + _M_reserve_elements_at_front + a06388.html + a2f8d8d37581896d79e8759a827bab9e0 + (size_type __n) + + + iterator + _M_reserve_elements_at_back + a06388.html + ae525555e5d42a93d328bdd620705ce94 + (size_type __n) + + + void + _M_new_elements_at_front + a06388.html + a9397000b47d5f39fff457ac11a728c50 + (size_type __new_elements) + + + void + _M_new_elements_at_back + a06388.html + a71853b49ee48f7f429287d1a78964911 + (size_type __new_elements) + + + void + _M_reserve_map_at_back + a06388.html + a8ebf868f4aae064167a0a05292b19093 + (size_type __nodes_to_add=1) + + + void + _M_reserve_map_at_front + a06388.html + aa8eb5a8eedeacb9a0de37a42dfc5abc9 + (size_type __nodes_to_add=1) + + + void + _M_reallocate_map + a06388.html + a27ce26ccde84a7aacb2326cb7969149e + (size_type __nodes_to_add, bool __add_at_front) + + + void + _M_range_initialize + a06388.html + ae2b6ab89b51f74b7de15e6494fc03caa + (_InputIterator __first, _InputIterator __last, std::input_iterator_tag) + + + void + _M_range_initialize + a06388.html + aa453821f9b3b8666764d4e6bbd5d091c + (_ForwardIterator __first, _ForwardIterator __last, std::forward_iterator_tag) + + + void + _M_push_back_aux + a06388.html + a9cacda81743ab1d5447c31ecc1a988d2 + (_Args &&... __args) + + + void + _M_push_front_aux + a06388.html + aaf55754b5eef8f7f949e56a7ccf80068 + (_Args &&... __args) + + + void + _M_pop_back_aux + a06388.html + ae125f10bcc0c0b97d7a4f5c582ebe9b7 + () + + + void + _M_pop_front_aux + a06388.html + a21cfe1ac5af07d0cfa9dee315faec368 + () + + + iterator + _M_reserve_elements_at_front + a06388.html + a2f8d8d37581896d79e8759a827bab9e0 + (size_type __n) + + + iterator + _M_reserve_elements_at_back + a06388.html + ae525555e5d42a93d328bdd620705ce94 + (size_type __n) + + + void + _M_new_elements_at_front + a06388.html + a9397000b47d5f39fff457ac11a728c50 + (size_type __new_elements) + + + void + _M_new_elements_at_back + a06388.html + a71853b49ee48f7f429287d1a78964911 + (size_type __new_elements) + + + void + _M_reserve_map_at_back + a06388.html + a8ebf868f4aae064167a0a05292b19093 + (size_type __nodes_to_add=1) + + + void + _M_reserve_map_at_front + a06388.html + aa8eb5a8eedeacb9a0de37a42dfc5abc9 + (size_type __nodes_to_add=1) + + + void + _M_reallocate_map + a06388.html + a27ce26ccde84a7aacb2326cb7969149e + (size_type __nodes_to_add, bool __add_at_front) + + + + gamma_distribution< double > + a05456.html + + double + result_type + a05456.html + aaa49ffe0d995ae8237a5dbad8ac7451c + + + + + gamma_distribution + a05456.html + aaf1043f0be5e8da80224d77d62e23999 + (double __alpha_val=double(1), double __beta_val=double(1)) + + + double + alpha + a05456.html + a885140ca6e119c2c66130bcdd388038c + () const + + + double + beta + a05456.html + ac68ca29e3655c78cf60ba8159d307d4b + () const + + + result_type + max + a05456.html + ae00d7ad063d15bb7162da61116552175 + () const + + + result_type + min + a05456.html + a7dc4b8a5f0edcf447683b93607a8441e + () const + + + result_type + operator() + a05456.html + a72dba48d3f9781e948c535e37e7eabeb + (_UniformRandomNumberGenerator &__urng) + + + result_type + operator() + a05456.html + a286dd68452eebd137ec7be7852a58fca + (_UniformRandomNumberGenerator &__urng, const param_type &__p) + + + param_type + param + a05456.html + ad8b960699602dcafa9a4ca3895fa776a + () const + + + void + param + a05456.html + ac1e8d68c10521bff382e0a14587d1dc4 + (const param_type &__param) + + + void + reset + a05456.html + a305329ded629d15f8ff5f84d642357f9 + () + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a05456.html + a706fe0713381598aee2cf988bc299e5e + (std::basic_ostream< _CharT, _Traits > &__os, const std::gamma_distribution< _RealType1 > &__x) + + + friend bool + operator== + a05456.html + ab60504a4db8724aede12258da566aede + (const gamma_distribution &__d1, const gamma_distribution &__d2) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05456.html + abe79b6964f9b74c546de48e9c34c7388 + (std::basic_istream< _CharT, _Traits > &__is, std::gamma_distribution< _RealType1 > &__x) + + + + gamma_distribution< result_type > + a05456.html + + result_type + result_type + a05456.html + aaa49ffe0d995ae8237a5dbad8ac7451c + + + + + gamma_distribution + a05456.html + aaf1043f0be5e8da80224d77d62e23999 + (result_type __alpha_val=result_type(1), result_type __beta_val=result_type(1)) + + + result_type + alpha + a05456.html + a885140ca6e119c2c66130bcdd388038c + () const + + + result_type + beta + a05456.html + ac68ca29e3655c78cf60ba8159d307d4b + () const + + + result_type + max + a05456.html + ae00d7ad063d15bb7162da61116552175 + () const + + + result_type + min + a05456.html + a7dc4b8a5f0edcf447683b93607a8441e + () const + + + result_type + operator() + a05456.html + a72dba48d3f9781e948c535e37e7eabeb + (_UniformRandomNumberGenerator &__urng) + + + result_type + operator() + a05456.html + a286dd68452eebd137ec7be7852a58fca + (_UniformRandomNumberGenerator &__urng, const param_type &__p) + + + param_type + param + a05456.html + ad8b960699602dcafa9a4ca3895fa776a + () const + + + void + param + a05456.html + ac1e8d68c10521bff382e0a14587d1dc4 + (const param_type &__param) + + + void + reset + a05456.html + a305329ded629d15f8ff5f84d642357f9 + () + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a05456.html + a706fe0713381598aee2cf988bc299e5e + (std::basic_ostream< _CharT, _Traits > &__os, const std::gamma_distribution< _RealType1 > &__x) + + + friend bool + operator== + a05456.html + ab60504a4db8724aede12258da566aede + (const gamma_distribution &__d1, const gamma_distribution &__d2) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05456.html + abe79b6964f9b74c546de48e9c34c7388 + (std::basic_istream< _CharT, _Traits > &__is, std::gamma_distribution< _RealType1 > &__x) + + + + hash_load_check_resize_trigger_size_base< Size_Type, External_Load_Access > + a10916.html + + + integral_constant< _Rep, static_cast< _Rep >(_Val)> + a03156.html + + + integral_constant< bool, !_Pp::value > + a03156.html + + + integral_constant< bool, !is_array< _Tp > ::value > + a03156.html + + + integral_constant< bool, !is_function< _Tp >::value > + a03156.html + + + integral_constant< bool, !is_fundamental< _Tp >::value > + a03156.html + + + integral_constant< bool, !ratio_equal< _R1, _R2 >::value > + a03156.html + + + integral_constant< bool, __big_less< _Left::__hi, _Left::__lo, _Right::__hi, _Right::__lo >::value > + a03156.html + + + integral_constant< bool, __is_abstract(_Tp)> + a03156.html + + + integral_constant< bool, __is_class(_Tp)> + a03156.html + + + integral_constant< bool, __is_empty(_Tp)> + a03156.html + + + integral_constant< bool, __is_enum(_Tp)> + a03156.html + + + integral_constant< bool, __is_final(_Tp)> + a03156.html + + + integral_constant< bool, __is_literal_type(_Tp)> + a03156.html + + + integral_constant< bool, __is_pod(_Tp)> + a03156.html + + + integral_constant< bool, __is_polymorphic(_Tp)> + a03156.html + + + integral_constant< bool, __is_standard_layout(_Tp)> + a03156.html + + + integral_constant< bool, __is_trivial(_Tp)> + a03156.html + + + integral_constant< bool, __is_trivially_copyable(_Tp)> + a03156.html + + + integral_constant< bool, __is_union(_Tp)> + a03156.html + + + integral_constant< bool, _R1::num==_R2::num &&_R1::den==_R2::den > + a03156.html + + + integral_constant< bool, is_function< _Tp >::value > + a03156.html + + + integral_constant< bool,(__hi1< __hi2||(__hi1==__hi2 &&__lo1< __lo2))> + a03156.html + + + integral_constant< int, 0 > + a03156.html + + + integral_constant< int, _Num > + a03156.html + + + integral_constant< intmax_t, __static_abs< _Pn >::value > + a03156.html + + + integral_constant< intmax_t, __static_abs< _Qn >::value > + a03156.html + + + integral_constant< intmax_t, _Pn *__static_sign< _Pn >::value > + a03156.html + + + integral_constant< intmax_t,(_Pn< 0) ? -1 :1 > + a03156.html + + + integral_constant< size_t, sizeof...(_Types)> + a03156.html + + + integral_constant< size_t, tuple_size< _Tp >::value > + a03156.html + + + integral_constant< std::size_t, 2 > + a03156.html + + + integral_constant< std::size_t, _Nm > + a03156.html + + + integral_constant< std::size_t, sizeof...(_Elements)> + a03156.html + + + integral_constant< unsigned, 0 > + a03156.html + + + integral_constant< unsigned, 1 > + a03156.html + + + integral_constant< unsigned, _Val > + a03156.html + + + is_floating_point< _Rep > + a03316.html + + + iterator< input_iterator_tag, _CharT, _Traits::off_type, _CharT *, _CharT > + a06672.html + + _Traits::off_type + difference_type + a06672.html + a7fc5091a6bee76d7bfc6ece04e4050f9 + + + + input_iterator_tag + iterator_category + a06672.html + a3d32527bfebba5c0459df1390cef50a9 + + + + _CharT * + pointer + a06672.html + a69bffe0bd881194df5ff48fec79066de + + + + _CharT + reference + a06672.html + abb17838f15d32971ad823036c6593aef + + + + _CharT + value_type + a06672.html + af9f36b7adb257959eef192b9282f1284 + + + + + iterator< input_iterator_tag, _Tp, _Dist, const _Tp *, const _Tp &> + a06672.html + + _Dist + difference_type + a06672.html + a7fc5091a6bee76d7bfc6ece04e4050f9 + + + + input_iterator_tag + iterator_category + a06672.html + a3d32527bfebba5c0459df1390cef50a9 + + + + const _Tp * + pointer + a06672.html + a69bffe0bd881194df5ff48fec79066de + + + + const _Tp & + reference + a06672.html + abb17838f15d32971ad823036c6593aef + + + + _Tp + value_type + a06672.html + af9f36b7adb257959eef192b9282f1284 + + + + + iterator< iterator_traits< _Iterator >::iterator_category, iterator_traits< _Iterator >::value_type, iterator_traits< _Iterator >::difference_type, iterator_traits< _Iterator >::pointer, iterator_traits< _Iterator >::reference > + a06672.html + + iterator_traits< _Iterator >::difference_type + difference_type + a06672.html + a7fc5091a6bee76d7bfc6ece04e4050f9 + + + + iterator_traits< _Iterator >::iterator_category + iterator_category + a06672.html + a3d32527bfebba5c0459df1390cef50a9 + + + + iterator_traits< _Iterator >::pointer + pointer + a06672.html + a69bffe0bd881194df5ff48fec79066de + + + + iterator_traits< _Iterator >::reference + reference + a06672.html + abb17838f15d32971ad823036c6593aef + + + + iterator_traits< _Iterator >::value_type + value_type + a06672.html + af9f36b7adb257959eef192b9282f1284 + + + + + iterator< output_iterator_tag, void, void, void, void > + a06672.html + + void + difference_type + a06672.html + a7fc5091a6bee76d7bfc6ece04e4050f9 + + + + output_iterator_tag + iterator_category + a06672.html + a3d32527bfebba5c0459df1390cef50a9 + + + + void + pointer + a06672.html + a69bffe0bd881194df5ff48fec79066de + + + + void + reference + a06672.html + abb17838f15d32971ad823036c6593aef + + + + void + value_type + a06672.html + af9f36b7adb257959eef192b9282f1284 + + + + + iterator< std::output_iterator_tag, void, void, void, void > + a06672.html + + void + difference_type + a06672.html + a7fc5091a6bee76d7bfc6ece04e4050f9 + + + + std::output_iterator_tag + iterator_category + a06672.html + a3d32527bfebba5c0459df1390cef50a9 + + + + void + pointer + a06672.html + a69bffe0bd881194df5ff48fec79066de + + + + void + reference + a06672.html + abb17838f15d32971ad823036c6593aef + + + + void + value_type + a06672.html + af9f36b7adb257959eef192b9282f1284 + + + + + iterator< std::random_access_iterator_tag, _CharT > + a06672.html + + ptrdiff_t + difference_type + a06672.html + a7fc5091a6bee76d7bfc6ece04e4050f9 + + + + std::random_access_iterator_tag + iterator_category + a06672.html + a3d32527bfebba5c0459df1390cef50a9 + + + + _CharT * + pointer + a06672.html + a69bffe0bd881194df5ff48fec79066de + + + + _CharT & + reference + a06672.html + abb17838f15d32971ad823036c6593aef + + + + _CharT + value_type + a06672.html + af9f36b7adb257959eef192b9282f1284 + + + + + iterator< std::random_access_iterator_tag, bool > + a06672.html + + ptrdiff_t + difference_type + a06672.html + a7fc5091a6bee76d7bfc6ece04e4050f9 + + + + std::random_access_iterator_tag + iterator_category + a06672.html + a3d32527bfebba5c0459df1390cef50a9 + + + + bool * + pointer + a06672.html + a69bffe0bd881194df5ff48fec79066de + + + + bool & + reference + a06672.html + abb17838f15d32971ad823036c6593aef + + + + bool + value_type + a06672.html + af9f36b7adb257959eef192b9282f1284 + + + + + iterator_ + a11016.html + const_iterator_ + + const_pointer_ + const_pointer + a11016.html + a5b919c25bd3e9c458e1023bb775c41e4 + + + + const_reference_ + const_reference + a11016.html + a6697087226a2ded72ae3aa5448c4a330 + + + + _Alloc::difference_type + difference_type + a11016.html + a8fcb57cdcee0a5668a3aae97bc159ff6 + + + + std::forward_iterator_tag + iterator_category + a11016.html + a304ce8f2d8163bcd83c095521b6fa1b1 + + + + pointer_ + pointer + a11016.html + a5e8e32e609074706bc1124c6f143dcee + + + + reference_ + reference + a11016.html + a44c68d704c42fe7722c558da7f2072c8 + + + + value_type_ + value_type + a11016.html + a68da9e97879135d05aa37f27e2c826c4 + + + + + iterator_ + a11016.html + a53fb6c07d7d3153087d79ca22c1a8ec0 + () + + + + operator const point_iterator_ + a11016.html + a3fba9aa69c338b7babd7a436ba0cf99f + () const + + + + operator point_iterator_ + a11016.html + aa4c276572f3681c975c496b45962abdd + () + + + bool + operator!= + a11020.html + a40cf56640357123e880f39e36454b552 + (const point_iterator_ &other) const + + + bool + operator!= + a11020.html + a5b0ebe0ad2f13fb20de8c5cff2855216 + (const point_const_iterator_ &other) const + + + reference + operator* + a11016.html + a44f292f812c56ddf38a1cded7175fa22 + () const + + + iterator_ & + operator++ + a11016.html + ae3ce4e8d7eab45011fa177454aecf378 + () + + + iterator_ + operator++ + a11016.html + ad5a05ab49fce8dd1c5eb8b807f0d84f5 + (int) + + + pointer + operator-> + a11016.html + ab0ed1f338073d1926501cc11769724d9 + () const + + + bool + operator== + a11020.html + a71de2ddc1c6ba25e6e272c9da3a95318 + (const point_iterator_ &other) const + + + bool + operator== + a11020.html + a866b2f6450ebeaa95ed1b6065451ad7d + (const point_const_iterator_ &other) const + + + + iterator_ + a11016.html + a43fbe36e902b02465f9cd20a69cbd9a4 + (pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC *p_tbl) + + + const PB_DS_CLASS_C_DEC * + m_p_tbl + a11012.html + aa90bbed0309049118ba04e647ac91d66 + + + + + left_child_next_sibling_heap< Value_Type, Cmp_Fn, _Alloc::size_type, _Alloc > + a10724.html + + + left_child_next_sibling_heap< Value_Type, Cmp_Fn, null_type, _Alloc > + a10724.html + + + list< __inp, __rebind_inp > + a06712.html + _List_base< __inp, __rebind_inp > + + + list + a06712.html + a5cec77d4bb0c37d6cd49fc87f72012ac + () noexcept(is_nothrow_default_constructible< _Node_alloc_type >::value) + + + + list + a06712.html + a7b6d1424066dbfd18daebac90d143837 + (const allocator_type &__a) noexcept + + + + list + a06712.html + a3f6568813bbdefbd94cbde64e3e45366 + (size_type __n, const allocator_type &__a=allocator_type()) + + + + list + a06712.html + ac739777416320440d35c6de1a42ba818 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + list + a06712.html + aec4657b924fb0c29b7d3e347a2da97f0 + (const list &__x) + + + + list + a06712.html + a6735f782a8c9a03d7bdd3ebf7f32da4e + (list &&__x) noexcept + + + + list + a06712.html + abc914a91c0740ca3f52168d0b631dbf8 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + list + a06712.html + ad905b1f7f844c8715c654439611804a1 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~list + a06712.html + a6520eeff66a82d7b6e5eacffdcb2da6e + ()=default + + + void + assign + a06712.html + a9f1a22c8bd2a8d5ecacab44644f513db + (size_type __n, const value_type &__val) + + + void + assign + a06712.html + a6527fbbec76ab1a8a4a80c04e6fcac70 + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06712.html + a396193b1480defeaa5f3367ca15ec35e + (initializer_list< value_type > __l) + + + reference + back + a06712.html + a9567c3ee9243b0159cb036f17ea74b53 + () noexcept + + + const_reference + back + a06712.html + ac43aac14d7c69657442718428b082aaf + () const noexcept + + + iterator + begin + a06712.html + a1a0d75e77ac53db35e3cdf85ad6d3fa3 + () noexcept + + + const_iterator + begin + a06712.html + acd7d9dc641209c8e429d291db8f2de25 + () const noexcept + + + const_iterator + cbegin + a06712.html + aac9c52d90a45482d052dbb4b2040b6da + () const noexcept + + + const_iterator + cend + a06712.html + a702400622789c3e0f1171369f803fcb8 + () const noexcept + + + void + clear + a06712.html + ae36feac84d9e8125b700ce5189ed9e95 + () noexcept + + + const_reverse_iterator + crbegin + a06712.html + ab0c1a4886327c94160ec35419c516f64 + () const noexcept + + + const_reverse_iterator + crend + a06712.html + af9bc7bbe49c3f41b0dfaa3acd5c89e12 + () const noexcept + + + iterator + emplace + a06712.html + a1b89836dea3d2950a96e485677fe3c30 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06712.html + af558a1b206e6fdf40921aeaba0383dbe + () const noexcept + + + iterator + end + a06712.html + aba82f0b94c1ed15ccacea0e98aa6cff6 + () noexcept + + + const_iterator + end + a06712.html + a39a7a20ed70dd4018608a3522d83124d + () const noexcept + + + iterator + erase + a06712.html + aee5d29fe9b6e9494a71022ca980502be + (const_iterator __position) noexcept + + + iterator + erase + a06712.html + a927ad4d7e4673d4b2b33a16de379671b + (const_iterator __first, const_iterator __last) noexcept + + + reference + front + a06712.html + ad4367625f1676f2fc0d56b891db683fe + () noexcept + + + const_reference + front + a06712.html + a5393c199d92f965d065b677f2230e51e + () const noexcept + + + allocator_type + get_allocator + a06712.html + a31f6032941520f4d9187fdf8284ae914 + () const noexcept + + + iterator + insert + a06712.html + a0b44f76b96a458895a1e8c6e4057b8dd + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06712.html + a2b70528dcf0f77ddb45429d463de07e4 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06712.html + af9214e29cd05b8446678285415fb6f1e + (const_iterator __p, initializer_list< value_type > __l) + + + iterator + insert + a06712.html + a3660a3d042a5605cde9ecc59e4b9b17c + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06712.html + a9a552f1f8f2fd43351184e6676b1fea1 + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06712.html + ac0642b1d26b07dcf28d5fd72bfbdd6d1 + () const noexcept + + + void + merge + a06712.html + a4d6a44991e6e9a4f1d74236e7d6fc012 + (list &&__x) + + + void + merge + a06712.html + a44306154a6f093d8168eff45b90aa3ad + (list &&__x, _StrictWeakOrdering __comp) + + + list & + operator= + a06712.html + a35a994d029c0e0cf92abf1f468cfa140 + (const list &__x) + + + list & + operator= + a06712.html + a8f9b65b72c23e8c124c5f4a6e11013e0 + (list &&__x) noexcept(_Node_alloc_traits::_S_nothrow_move()) + + + list & + operator= + a06712.html + a7b554a6eab6e57e565eedb7da72a83c5 + (initializer_list< value_type > __l) + + + void + pop_back + a06712.html + a437f35446fc4e342d4df581335191a69 + () noexcept + + + void + pop_front + a06712.html + ad744f7f3b84fc57c973ed2d3bb25a33e + () noexcept + + + void + push_back + a06712.html + a164bc4a9a0f40d98579507cfa9bb0313 + (const value_type &__x) + + + void + push_front + a06712.html + a43ce26ebd4c6a1789692b7d377f332f3 + (const value_type &__x) + + + reverse_iterator + rbegin + a06712.html + a8a4cacefc7a58e913f2e9876df0d59de + () noexcept + + + const_reverse_iterator + rbegin + a06712.html + a3ba0b1fa92ccc5268e64c0023632aee7 + () const noexcept + + + void + remove + a06712.html + ad2334ed28f60c39412ac8cacfa14643d + (const __inp &__value) + + + void + remove_if + a06712.html + adbed771a216e1f1db299bf13c0049177 + (_Predicate) + + + reverse_iterator + rend + a06712.html + a4018c8137dc053cfd04641f1ab4b070e + () noexcept + + + const_reverse_iterator + rend + a06712.html + af134c3c02479d6b40c4b6dd9784ff9b2 + () const noexcept + + + void + resize + a06712.html + a06a57b2ab785e15264e7f36742c4b0dc + (size_type __new_size) + + + void + resize + a06712.html + a235d2bb37c9a5d9323c123ebd060cebc + (size_type __new_size, const value_type &__x) + + + void + reverse + a06712.html + a7d420a62c310cd992f52c016293f969a + () noexcept + + + size_type + size + a06712.html + a4b6c305dd92e3c76213778feba213da2 + () const noexcept + + + void + sort + a06712.html + a150b5b104440ea65709e70a7f2eba06b + () + + + void + sort + a06712.html + a96029060c6dd54dc811b3c0d59b06537 + (_StrictWeakOrdering) + + + void + splice + a06712.html + ae27f8110bc96c70775f1654e978b4c5f + (const_iterator __position, list &&__x) noexcept + + + void + splice + a06712.html + a11428bfeda40f933f26428bf432907db + (const_iterator __position, list &&__x, const_iterator __i) noexcept + + + void + splice + a06712.html + aa9275ed20653d145bd3c324e0b0422c3 + (const_iterator __position, list &__x, const_iterator __i) noexcept + + + void + splice + a06712.html + aa4a9d0e45f35bc5c51ee5b1646304bb6 + (const_iterator __position, list &&__x, const_iterator __first, const_iterator __last) noexcept + + + void + splice + a06712.html + a5e2e8e3c78743063a5223b09a7f7abf6 + (const_iterator __position, list &__x, const_iterator __first, const_iterator __last) noexcept + + + void + swap + a06712.html + afca54335268365fbe964394a8fe5df1b + (list &__x) noexcept + + + void + unique + a06712.html + a30b4690883a5219b9dc98233364d2e49 + () + + + void + unique + a06712.html + a69c3de1ee48297d2d375a11044694cf5 + (_BinaryPredicate) + + + _Node * + _M_create_node + a06712.html + a751c5b84e439b1647db6b733bbaa570f + (_Args &&... __args) + + + + lu_counter_policy_base< _Alloc::size_type > + a10772.html + + + match_results< _Bi_iter > + a05784.html + vector< sub_match< _Bi_iter >, allocator< sub_match< _Bi_iter > > > + + bool + ready + a05784.html + a943761a52ea725eec3e3952e92aa6ef8 + () const + + + + match_results + a05784.html + a617337132913b6481a69e0322384c3e7 + (const allocator< sub_match< _Bi_iter > > &__a=allocator< sub_match< _Bi_iter > >()) + + + + match_results + a05784.html + ad4d6511edbb01d1584a68520d9f72a7b + (const match_results &__rhs)=default + + + + match_results + a05784.html + af88e24767cf7d433aeddb134a47e03c8 + (match_results &&__rhs) noexcept=default + + + match_results & + operator= + a05784.html + acc132e2ace54a234153366f95fd49dab + (const match_results &__rhs)=default + + + match_results & + operator= + a05784.html + a45822404f5b9d029a958bd4fd07768cc + (match_results &&__rhs)=default + + + + ~match_results + a05784.html + a8a742929f23b5fc06967d9573583fad9 + () + + + size_type + size + a05784.html + a3601f410ccc6f06a45a6e431ce184e25 + () const + + + size_type + max_size + a05784.html + ab92248e4e49cefa5aef35d8494d0a831 + () const + + + bool + empty + a05784.html + a1776bd0725f18a633696a11a89d71e21 + () const + + + difference_type + length + a05784.html + a4d5afaf65af6a5038ad666a6b4ac3836 + (size_type __sub=0) const + + + difference_type + position + a05784.html + a258ebf7a862afc9be1ef8b188393b298 + (size_type __sub=0) const + + + string_type + str + a05784.html + a8659c3a93da87fb8de3ca1fdd6c49bc0 + (size_type __sub=0) const + + + const_reference + operator[] + a05784.html + a6021c27572ef3bc03cea38c66dde3783 + (size_type __sub) const + + + const_reference + prefix + a05784.html + a4f1ab979440a0c53c13422a5d628144e + () const + + + const_reference + suffix + a05784.html + aae76fe76fdc4f6f729e0a55c8c2d4aa4 + () const + + + const_iterator + begin + a05784.html + a38518053753c77f7349d1ab30199bb76 + () const + + + const_iterator + cbegin + a05784.html + a4c9c9402ea5b2308729c70193cabc204 + () const + + + const_iterator + end + a05784.html + a369a747e8f970f28f7e1966d72e998ad + () const + + + const_iterator + cend + a05784.html + a6af0a3ce49b696e44c23f87655f4a1c8 + () const + + + _Out_iter + format + a05784.html + a4a8d689c2bf7f9a32e1cdc9462cb9ca5 + (_Out_iter __out, const char_type *__fmt_first, const char_type *__fmt_last, match_flag_type __flags=regex_constants::format_default) const + + + _Out_iter + format + a05784.html + a75078225998ca82f96787929ba9d7646 + (_Out_iter __out, const basic_string< char_type, _St, _Sa > &__fmt, match_flag_type __flags=regex_constants::format_default) const + + + basic_string< char_type, _St, _Sa > + format + a05784.html + a6dd64effbedc4db4891802952f0b226e + (const basic_string< char_type, _St, _Sa > &__fmt, match_flag_type __flags=regex_constants::format_default) const + + + string_type + format + a05784.html + acb9033dc604fc3ddd6a611de43e2857a + (const char_type *__fmt, match_flag_type __flags=regex_constants::format_default) const + + + allocator_type + get_allocator + a05784.html + aa45aba6250bf4bb581e18baf06d18bf6 + () const + + + void + swap + a05784.html + a78d71976b891dc606316341e7b1c3341 + (match_results &__that) + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + sub_match< _Bi_iter > * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + + match_results + a05784.html + a617337132913b6481a69e0322384c3e7 + (const allocator< sub_match< _Bi_iter > > &__a=allocator< sub_match< _Bi_iter > >()) + + + + match_results + a05784.html + ad4d6511edbb01d1584a68520d9f72a7b + (const match_results &__rhs)=default + + + + match_results + a05784.html + af88e24767cf7d433aeddb134a47e03c8 + (match_results &&__rhs) noexcept=default + + + match_results & + operator= + a05784.html + acc132e2ace54a234153366f95fd49dab + (const match_results &__rhs)=default + + + match_results & + operator= + a05784.html + a45822404f5b9d029a958bd4fd07768cc + (match_results &&__rhs)=default + + + + ~match_results + a05784.html + a8a742929f23b5fc06967d9573583fad9 + () + + + size_type + size + a05784.html + a3601f410ccc6f06a45a6e431ce184e25 + () const + + + size_type + max_size + a05784.html + ab92248e4e49cefa5aef35d8494d0a831 + () const + + + bool + empty + a05784.html + a1776bd0725f18a633696a11a89d71e21 + () const + + + difference_type + length + a05784.html + a4d5afaf65af6a5038ad666a6b4ac3836 + (size_type __sub=0) const + + + difference_type + position + a05784.html + a258ebf7a862afc9be1ef8b188393b298 + (size_type __sub=0) const + + + string_type + str + a05784.html + a8659c3a93da87fb8de3ca1fdd6c49bc0 + (size_type __sub=0) const + + + const_reference + operator[] + a05784.html + a6021c27572ef3bc03cea38c66dde3783 + (size_type __sub) const + + + const_reference + prefix + a05784.html + a4f1ab979440a0c53c13422a5d628144e + () const + + + const_reference + suffix + a05784.html + aae76fe76fdc4f6f729e0a55c8c2d4aa4 + () const + + + const_iterator + begin + a05784.html + a38518053753c77f7349d1ab30199bb76 + () const + + + const_iterator + cbegin + a05784.html + a4c9c9402ea5b2308729c70193cabc204 + () const + + + const_iterator + end + a05784.html + a369a747e8f970f28f7e1966d72e998ad + () const + + + const_iterator + cend + a05784.html + a6af0a3ce49b696e44c23f87655f4a1c8 + () const + + + _Out_iter + format + a05784.html + a4a8d689c2bf7f9a32e1cdc9462cb9ca5 + (_Out_iter __out, const char_type *__fmt_first, const char_type *__fmt_last, match_flag_type __flags=regex_constants::format_default) const + + + _Out_iter + format + a05784.html + a75078225998ca82f96787929ba9d7646 + (_Out_iter __out, const basic_string< char_type, _St, _Sa > &__fmt, match_flag_type __flags=regex_constants::format_default) const + + + basic_string< char_type, _St, _Sa > + format + a05784.html + a6dd64effbedc4db4891802952f0b226e + (const basic_string< char_type, _St, _Sa > &__fmt, match_flag_type __flags=regex_constants::format_default) const + + + string_type + format + a05784.html + acb9033dc604fc3ddd6a611de43e2857a + (const char_type *__fmt, match_flag_type __flags=regex_constants::format_default) const + + + allocator_type + get_allocator + a05784.html + aa45aba6250bf4bb581e18baf06d18bf6 + () const + + + void + swap + a05784.html + a78d71976b891dc606316341e7b1c3341 + (match_results &__that) + + + + mersenne_twister_engine< uint_fast32_t, 32, 624, 397, 31, 0x9908b0dfUL, 11, 0xffffffffUL, 7, 0x9d2c5680UL, 15, 0xefc60000UL, 18, 1812433253UL > + a05404.html + + uint_fast32_t + result_type + a05404.html + ab1ad02d59f290faf3d8b33e1209cdfae + + + + + mersenne_twister_engine + a05404.html + a8987d5bb70c31ba8e4bb80f993acff85 + (_Sseq &__q) + + + void + discard + a05404.html + a5e2f7304fcf0b11ea1cde1397fb7ddb6 + (unsigned long long __z) + + + static constexpr result_type + max + a05404.html + a8e9cd7d4bb14de188ead958d3f1faeac + () + + + static constexpr result_type + min + a05404.html + aaf1720ef1664fa77a5972c78addfa290 + () + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a05404.html + acc44ab3c56e9048acd13c60ca1a877e0 + (std::basic_ostream< _CharT, _Traits > &__os, const std::mersenne_twister_engine< _UIntType1, __w1, __n1, __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, __l1, __f1 > &__x) + + + friend bool + operator== + a05404.html + a96c6f6aabca5106a2db6ecc834bbddfe + (const mersenne_twister_engine &__lhs, const mersenne_twister_engine &__rhs) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05404.html + a4fe6e606a61991ce6007b14402043497 + (std::basic_istream< _CharT, _Traits > &__is, std::mersenne_twister_engine< _UIntType1, __w1, __n1, __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, __l1, __f1 > &__x) + + + + normal_distribution< double > + a05440.html + + double + result_type + a05440.html + ae45488abda3f5b20d944da2da5a70001 + + + + + normal_distribution + a05440.html + a658ac956ac7ba2337b60388d188d09cf + (result_type __mean=result_type(0), result_type __stddev=result_type(1)) + + + result_type + max + a05440.html + ae433f04f988a93f6e835d7cf7fbbde31 + () const + + + double + mean + a05440.html + abcc6e9b8ff25f5d1e076cb5f51f42231 + () const + + + result_type + min + a05440.html + aa79e79b65edcb6f45dda08b3efdff9e8 + () const + + + result_type + operator() + a05440.html + ae67f6ec56c5564a3521d734d90f35501 + (_UniformRandomNumberGenerator &__urng) + + + result_type + operator() + a05440.html + a159f2f44c19a01c99cb937297d03604c + (_UniformRandomNumberGenerator &__urng, const param_type &__p) + + + param_type + param + a05440.html + a63085cf246a895f8b03ccb632d4fd0c7 + () const + + + void + param + a05440.html + a9e150060b4fd9ea4fef8f07d8b249944 + (const param_type &__param) + + + void + reset + a05440.html + a757217130ef7b0eb980500afc8bd865c + () + + + double + stddev + a05440.html + a43aa93573bdffbacfde869b5a11bed31 + () const + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a05440.html + abdfecf8325ed9e856625871fee2c56a3 + (std::basic_ostream< _CharT, _Traits > &__os, const std::normal_distribution< _RealType1 > &__x) + + + friend bool + operator== + a05440.html + afaafdb22ede1508109622f89f50e213d + (const std::normal_distribution< _RealType1 > &__d1, const std::normal_distribution< _RealType1 > &__d2) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05440.html + ac440bfeab944ac2efe370a05088ed47c + (std::basic_istream< _CharT, _Traits > &__is, std::normal_distribution< _RealType1 > &__x) + + + + normal_distribution< result_type > + a05440.html + + result_type + result_type + a05440.html + ae45488abda3f5b20d944da2da5a70001 + + + + + normal_distribution + a05440.html + a658ac956ac7ba2337b60388d188d09cf + (result_type __mean=result_type(0), result_type __stddev=result_type(1)) + + + result_type + max + a05440.html + ae433f04f988a93f6e835d7cf7fbbde31 + () const + + + result_type + mean + a05440.html + abcc6e9b8ff25f5d1e076cb5f51f42231 + () const + + + result_type + min + a05440.html + aa79e79b65edcb6f45dda08b3efdff9e8 + () const + + + result_type + operator() + a05440.html + ae67f6ec56c5564a3521d734d90f35501 + (_UniformRandomNumberGenerator &__urng) + + + result_type + operator() + a05440.html + a159f2f44c19a01c99cb937297d03604c + (_UniformRandomNumberGenerator &__urng, const param_type &__p) + + + param_type + param + a05440.html + a63085cf246a895f8b03ccb632d4fd0c7 + () const + + + void + param + a05440.html + a9e150060b4fd9ea4fef8f07d8b249944 + (const param_type &__param) + + + void + reset + a05440.html + a757217130ef7b0eb980500afc8bd865c + () + + + result_type + stddev + a05440.html + a43aa93573bdffbacfde869b5a11bed31 + () const + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a05440.html + abdfecf8325ed9e856625871fee2c56a3 + (std::basic_ostream< _CharT, _Traits > &__os, const std::normal_distribution< _RealType1 > &__x) + + + friend bool + operator== + a05440.html + afaafdb22ede1508109622f89f50e213d + (const std::normal_distribution< _RealType1 > &__d1, const std::normal_distribution< _RealType1 > &__d2) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05440.html + ac440bfeab944ac2efe370a05088ed47c + (std::basic_istream< _CharT, _Traits > &__is, std::normal_distribution< _RealType1 > &__x) + + + + pair< _Bi_iter, _Bi_iter > + a06756.html + + _PCC<!is_same< _Bi_iter, _U1 >::value||!is_same< _Bi_iter, _U2 >::value, _Bi_iter, _Bi_iter > + _PCCFP + a06756.html + a685ed9e4eb27e5926029813616218270 + + + + _PCC< true, _Bi_iter, _Bi_iter > + _PCCP + a06756.html + a1f43fbe0731e417b35a98d52ac6b8287 + + + + _Bi_iter + second_type + a06756.html + a6d205c1eab800cb27d82060d11d531a3 + + + + constexpr + pair + a06756.html + a6929daaffd0e81a977ee4a694ead8403 + () + + + _Bi_iter + first + a06756.html + a198b03cffc037835dc1dc01c926ce251 + + + + _Bi_iter + second + a06756.html + a91179413226db12e66346d3673b7835f + + + + + pair< _BiIter, _BiIter > + a06756.html + + _PCC<!is_same< _BiIter, _U1 >::value||!is_same< _BiIter, _U2 >::value, _BiIter, _BiIter > + _PCCFP + a06756.html + a685ed9e4eb27e5926029813616218270 + + + + _PCC< true, _BiIter, _BiIter > + _PCCP + a06756.html + a1f43fbe0731e417b35a98d52ac6b8287 + + + + _BiIter + second_type + a06756.html + a6d205c1eab800cb27d82060d11d531a3 + + + + constexpr + pair + a06756.html + a6929daaffd0e81a977ee4a694ead8403 + () + + + _BiIter + first + a06756.html + a198b03cffc037835dc1dc01c926ce251 + + + + _BiIter + second + a06756.html + a91179413226db12e66346d3673b7835f + + + + + pair< _Iterator1, _Iterator2 > + a06756.html + + _PCC<!is_same< _Iterator1, _U1 >::value||!is_same< _Iterator2, _U2 >::value, _Iterator1, _Iterator2 > + _PCCFP + a06756.html + a685ed9e4eb27e5926029813616218270 + + + + _PCC< true, _Iterator1, _Iterator2 > + _PCCP + a06756.html + a1f43fbe0731e417b35a98d52ac6b8287 + + + + _Iterator2 + second_type + a06756.html + a6d205c1eab800cb27d82060d11d531a3 + + + + constexpr + pair + a06756.html + a6929daaffd0e81a977ee4a694ead8403 + () + + + _Iterator1 + first + a06756.html + a198b03cffc037835dc1dc01c926ce251 + + + + _Iterator2 + second + a06756.html + a91179413226db12e66346d3673b7835f + + + + + pair< _RAIter, _RAIter > + a06756.html + + _PCC<!is_same< _RAIter, _U1 >::value||!is_same< _RAIter, _U2 >::value, _RAIter, _RAIter > + _PCCFP + a06756.html + a685ed9e4eb27e5926029813616218270 + + + + _PCC< true, _RAIter, _RAIter > + _PCCP + a06756.html + a1f43fbe0731e417b35a98d52ac6b8287 + + + + _RAIter + second_type + a06756.html + a6d205c1eab800cb27d82060d11d531a3 + + + + constexpr + pair + a06756.html + a6929daaffd0e81a977ee4a694ead8403 + () + + + _RAIter + first + a06756.html + a198b03cffc037835dc1dc01c926ce251 + + + + _RAIter + second + a06756.html + a91179413226db12e66346d3673b7835f + + + + + pair< char, _TokenT > + a06756.html + + _PCC<!is_same< char, _U1 >::value||!is_same< _TokenT, _U2 >::value, char, _TokenT > + _PCCFP + a06756.html + a685ed9e4eb27e5926029813616218270 + + + + _PCC< true, char, _TokenT > + _PCCP + a06756.html + a1f43fbe0731e417b35a98d52ac6b8287 + + + + _TokenT + second_type + a06756.html + a6d205c1eab800cb27d82060d11d531a3 + + + + constexpr + pair + a06756.html + a6929daaffd0e81a977ee4a694ead8403 + () + + + char + first + a06756.html + a198b03cffc037835dc1dc01c926ce251 + + + + _TokenT + second + a06756.html + a91179413226db12e66346d3673b7835f + + + + + pair< char, char > + a06756.html + + _PCC<!is_same< char, _U1 >::value||!is_same< char, _U2 >::value, char, char > + _PCCFP + a06756.html + a685ed9e4eb27e5926029813616218270 + + + + _PCC< true, char, char > + _PCCP + a06756.html + a1f43fbe0731e417b35a98d52ac6b8287 + + + + char + second_type + a06756.html + a6d205c1eab800cb27d82060d11d531a3 + + + + constexpr + pair + a06756.html + a6929daaffd0e81a977ee4a694ead8403 + () + + + char + first + a06756.html + a198b03cffc037835dc1dc01c926ce251 + + + + char + second + a06756.html + a91179413226db12e66346d3673b7835f + + + + + pair< entry_pointer, typename _Alloc::size_type > + a06756.html + + _PCC<!is_same< entry_pointer, _U1 >::value||!is_same< typename _Alloc::size_type, _U2 >::value, entry_pointer, typename _Alloc::size_type > + _PCCFP + a06756.html + a685ed9e4eb27e5926029813616218270 + + + + _PCC< true, entry_pointer, typename _Alloc::size_type > + _PCCP + a06756.html + a1f43fbe0731e417b35a98d52ac6b8287 + + + + typename _Alloc::size_type + second_type + a06756.html + a6d205c1eab800cb27d82060d11d531a3 + + + + constexpr + pair + a06756.html + a6929daaffd0e81a977ee4a694ead8403 + () + + + entry_pointer + first + a06756.html + a198b03cffc037835dc1dc01c926ce251 + + + + typename _Alloc::size_type + second + a06756.html + a91179413226db12e66346d3673b7835f + + + + + point_const_iterator_ + a11020.html + + const_pointer_ + const_pointer + a11020.html + a5c4301fb32288fe246e53a9712ccdfd9 + + + + const_reference_ + const_reference + a11020.html + ae2a78ffde6504713d18b10737b777aea + + + + trivial_iterator_difference_type + difference_type + a11020.html + af7235d3d4813ccc8f644d3f099691c3a + + + + trivial_iterator_tag + iterator_category + a11020.html + ac5b6dc54bff59e85201e0c4c6c3cd412 + + + + pointer_ + pointer + a11020.html + a0e68152e66e7d8c3c236b2e120452564 + + + + reference_ + reference + a11020.html + a28963e0d8e208b99c3de414baa3ac4de + + + + value_type_ + value_type + a11020.html + a6b4407e8d88685be7370f32a7f8046ba + + + + + point_const_iterator_ + a11020.html + a2cf6f17c026eaa0ba79e8e3c4a3e5d7b + () + + + + point_const_iterator_ + a11020.html + ada6e22f4de631b12adb1b421764f5f3b + (const point_const_iterator_ &other) + + + + point_const_iterator_ + a11020.html + af9880948052666182bce3dec61ba6b5b + (const point_iterator_ &other) + + + bool + operator!= + a11020.html + a40cf56640357123e880f39e36454b552 + (const point_iterator_ &other) const + + + bool + operator!= + a11020.html + a5b0ebe0ad2f13fb20de8c5cff2855216 + (const point_const_iterator_ &other) const + + + const_reference + operator* + a11020.html + aa36fe65e861c9fe0e67b77f28d0fea0b + () const + + + const_pointer + operator-> + a11020.html + a4f35a84ace173bc8b49e7b15af544bdc + () const + + + bool + operator== + a11020.html + a71de2ddc1c6ba25e6e272c9da3a95318 + (const point_iterator_ &other) const + + + bool + operator== + a11020.html + a866b2f6450ebeaa95ed1b6065451ad7d + (const point_const_iterator_ &other) const + + + + point_iterator_ + a11024.html + + const_pointer_ + const_pointer + a11024.html + a89be73f6a8053c3a8a467f9e5b9a381c + + + + const_reference_ + const_reference + a11024.html + a05924e3a0a7e273dcea7afecfb20dbd6 + + + + trivial_iterator_difference_type + difference_type + a11024.html + add99e941f5a6608fd1944d01db299168 + + + + trivial_iterator_tag + iterator_category + a11024.html + abe8100b521572dbff3f33d9a4d7779eb + + + + pointer_ + pointer + a11024.html + a1db05c0220024671689e8f0110314c58 + + + + reference_ + reference + a11024.html + abe840ee0131ad7258892877c91ee8448 + + + + value_type_ + value_type + a11024.html + aa45ff42c6115d26f80c83e5a20ba4485 + + + + + point_iterator_ + a11024.html + a3115c68fed82f555c6ae0d01e3d50caf + () + + + + point_iterator_ + a11024.html + a74dce2de293ba5005f3a1bf007926bff + (const point_iterator_ &other) + + + bool + operator!= + a11024.html + ae8c663552f5380496391513e71799847 + (const point_iterator_ &other) const + + + bool + operator!= + a11024.html + a0b828d52a1d27c8e786c7171a65bff97 + (const point_const_iterator_ &other) const + + + reference + operator* + a11024.html + a07f5dff121401de22bbc2647de595243 + () const + + + pointer + operator-> + a11024.html + a281f49eca5033b2d2bd3c5f369bdb9e0 + () const + + + bool + operator== + a11024.html + adfa598f9d27ae43c69743fa39fd49a05 + (const point_iterator_ &other) const + + + bool + operator== + a11024.html + aa326cdd6985b3c513e13027a420cc8d8 + (const point_const_iterator_ &other) const + + + + rc< typename binomial_heap_base< Value_Type, Cmp_Fn, _Alloc >::node, _Alloc > + a10908.html + + + regex_traits< _CharType > + a05792.html + + + regex_traits + a05792.html + a4db88d5c982e69fbd0202c02de2f714a + () + + + locale_type + getloc + a05792.html + aca8761334621d52895e4518448b6773c + () const + + + locale_type + imbue + a05792.html + ae1d71eed7ede0411f443426e1d0b781d + (locale_type __loc) + + + bool + isctype + a05792.html + ad819d5f658133c4dd71c1fa5a7cb9031 + (_CharType __c, char_class_type __f) const + + + char_class_type + lookup_classname + a05792.html + ae475712d0d2b637992cfe799ea83d99c + (_Fwd_iter __first, _Fwd_iter __last, bool __icase=false) const + + + string_type + lookup_collatename + a05792.html + ac1a97012352a2ccef114895cfb08307c + (_Fwd_iter __first, _Fwd_iter __last) const + + + string_type + transform + a05792.html + af4d286d995ec6ff200854960c15b78c8 + (_Fwd_iter __first, _Fwd_iter __last) const + + + string_type + transform_primary + a05792.html + a31b5b84c5919d3fd0658cf8c18df0160 + (_Fwd_iter __first, _Fwd_iter __last) const + + + char_type + translate + a05792.html + a001a4c2c5d9b06d4cc7e9a83310255c4 + (char_type __c) const + + + char_type + translate_nocase + a05792.html + aa92edaaafe63f2333dc9d1ce9167c0f3 + (char_type __c) const + + + int + value + a05792.html + a5b1afcb8b3cb7d323dfb6fc8db08310a + (_CharType __ch, int __radix) const + + + static std::size_t + length + a05792.html + a2d1679803ff038b130a3ac2d545da164 + (const char_type *__p) + + + + resize_policy< _Alloc::size_type > + a10532.html + + + scoped_allocator_adaptor< _InnerHead, _InnerTail... > + a02864.html + + + shared_ptr< _Dir > + a05936.html + + constexpr + shared_ptr + a05936.html + a4497f1d5421073bd8c1ee305414c4e80 + () noexcept + + + + shared_ptr + a05936.html + a7752bdf2d4dc3f4f5719fd05f2d92089 + (_Yp *__p) + + + + shared_ptr + a05936.html + a8b115d3d42304820c9942ddeb58644ee + (_Yp *__p, _Deleter __d) + + + + shared_ptr + a05936.html + a893642e27fcab50317ba7d91392c0871 + (nullptr_t __p, _Deleter __d) + + + + shared_ptr + a05936.html + a2b1f604b01d6faf7ed627624968e76b8 + (_Yp *__p, _Deleter __d, _Alloc __a) + + + + shared_ptr + a05936.html + a124c2b4fe2cd0d7651eefd22ead8f2ec + (nullptr_t __p, _Deleter __d, _Alloc __a) + + + + shared_ptr + a05936.html + a9c6e4362646c04f78bbaf043f90eb835 + (const shared_ptr< _Yp > &__r, element_type *__p) noexcept + + + + shared_ptr + a05936.html + a1dad8483fa6f0d7507549bb8200c4de9 + (const shared_ptr< _Yp > &__r) noexcept + + + + shared_ptr + a05936.html + a5bd9976c3d66cf2a62904ebaeeab76e6 + (shared_ptr &&__r) noexcept + + + + shared_ptr + a05936.html + a21c103ae1494cc05477bd22ec5c284fc + (shared_ptr< _Yp > &&__r) noexcept + + + + shared_ptr + a05936.html + aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 + (const weak_ptr< _Yp > &__r) + + + constexpr + shared_ptr + a05936.html + ac924c816f979c01f5adc42407b2fac83 + (nullptr_t) noexcept + + + friend shared_ptr< _Yp > + allocate_shared + a05936.html + aae3d23f345adfb0284614b4d1bfdd7b3 + (const _Alloc &__a, _Args &&... __args) + + + + shared_ptr< _Dir_stack > + a05936.html + + constexpr + shared_ptr + a05936.html + a4497f1d5421073bd8c1ee305414c4e80 + () noexcept + + + + shared_ptr + a05936.html + a7752bdf2d4dc3f4f5719fd05f2d92089 + (_Yp *__p) + + + + shared_ptr + a05936.html + a8b115d3d42304820c9942ddeb58644ee + (_Yp *__p, _Deleter __d) + + + + shared_ptr + a05936.html + a893642e27fcab50317ba7d91392c0871 + (nullptr_t __p, _Deleter __d) + + + + shared_ptr + a05936.html + a2b1f604b01d6faf7ed627624968e76b8 + (_Yp *__p, _Deleter __d, _Alloc __a) + + + + shared_ptr + a05936.html + a124c2b4fe2cd0d7651eefd22ead8f2ec + (nullptr_t __p, _Deleter __d, _Alloc __a) + + + + shared_ptr + a05936.html + a9c6e4362646c04f78bbaf043f90eb835 + (const shared_ptr< _Yp > &__r, element_type *__p) noexcept + + + + shared_ptr + a05936.html + a1dad8483fa6f0d7507549bb8200c4de9 + (const shared_ptr< _Yp > &__r) noexcept + + + + shared_ptr + a05936.html + a5bd9976c3d66cf2a62904ebaeeab76e6 + (shared_ptr &&__r) noexcept + + + + shared_ptr + a05936.html + a21c103ae1494cc05477bd22ec5c284fc + (shared_ptr< _Yp > &&__r) noexcept + + + + shared_ptr + a05936.html + aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 + (const weak_ptr< _Yp > &__r) + + + constexpr + shared_ptr + a05936.html + ac924c816f979c01f5adc42407b2fac83 + (nullptr_t) noexcept + + + friend shared_ptr< _Yp > + allocate_shared + a05936.html + aae3d23f345adfb0284614b4d1bfdd7b3 + (const _Alloc &__a, _Args &&... __args) + + + + shared_ptr< _RegexT > + a05936.html + + constexpr + shared_ptr + a05936.html + a4497f1d5421073bd8c1ee305414c4e80 + () noexcept + + + + shared_ptr + a05936.html + a7752bdf2d4dc3f4f5719fd05f2d92089 + (_Yp *__p) + + + + shared_ptr + a05936.html + a8b115d3d42304820c9942ddeb58644ee + (_Yp *__p, _Deleter __d) + + + + shared_ptr + a05936.html + a893642e27fcab50317ba7d91392c0871 + (nullptr_t __p, _Deleter __d) + + + + shared_ptr + a05936.html + a2b1f604b01d6faf7ed627624968e76b8 + (_Yp *__p, _Deleter __d, _Alloc __a) + + + + shared_ptr + a05936.html + a124c2b4fe2cd0d7651eefd22ead8f2ec + (nullptr_t __p, _Deleter __d, _Alloc __a) + + + + shared_ptr + a05936.html + a9c6e4362646c04f78bbaf043f90eb835 + (const shared_ptr< _Yp > &__r, element_type *__p) noexcept + + + + shared_ptr + a05936.html + a1dad8483fa6f0d7507549bb8200c4de9 + (const shared_ptr< _Yp > &__r) noexcept + + + + shared_ptr + a05936.html + a5bd9976c3d66cf2a62904ebaeeab76e6 + (shared_ptr &&__r) noexcept + + + + shared_ptr + a05936.html + a21c103ae1494cc05477bd22ec5c284fc + (shared_ptr< _Yp > &&__r) noexcept + + + + shared_ptr + a05936.html + aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 + (const weak_ptr< _Yp > &__r) + + + constexpr + shared_ptr + a05936.html + ac924c816f979c01f5adc42407b2fac83 + (nullptr_t) noexcept + + + friend shared_ptr< _Yp > + allocate_shared + a05936.html + aae3d23f345adfb0284614b4d1bfdd7b3 + (const _Alloc &__a, _Args &&... __args) + + + + shared_ptr< _State > + a05936.html + + constexpr + shared_ptr + a05936.html + a4497f1d5421073bd8c1ee305414c4e80 + () noexcept + + + + shared_ptr + a05936.html + a7752bdf2d4dc3f4f5719fd05f2d92089 + (_Yp *__p) + + + + shared_ptr + a05936.html + a8b115d3d42304820c9942ddeb58644ee + (_Yp *__p, _Deleter __d) + + + + shared_ptr + a05936.html + a893642e27fcab50317ba7d91392c0871 + (nullptr_t __p, _Deleter __d) + + + + shared_ptr + a05936.html + a2b1f604b01d6faf7ed627624968e76b8 + (_Yp *__p, _Deleter __d, _Alloc __a) + + + + shared_ptr + a05936.html + a124c2b4fe2cd0d7651eefd22ead8f2ec + (nullptr_t __p, _Deleter __d, _Alloc __a) + + + + shared_ptr + a05936.html + a9c6e4362646c04f78bbaf043f90eb835 + (const shared_ptr< _Yp > &__r, element_type *__p) noexcept + + + + shared_ptr + a05936.html + a1dad8483fa6f0d7507549bb8200c4de9 + (const shared_ptr< _Yp > &__r) noexcept + + + + shared_ptr + a05936.html + a5bd9976c3d66cf2a62904ebaeeab76e6 + (shared_ptr &&__r) noexcept + + + + shared_ptr + a05936.html + a21c103ae1494cc05477bd22ec5c284fc + (shared_ptr< _Yp > &&__r) noexcept + + + + shared_ptr + a05936.html + aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 + (const weak_ptr< _Yp > &__r) + + + constexpr + shared_ptr + a05936.html + ac924c816f979c01f5adc42407b2fac83 + (nullptr_t) noexcept + + + friend shared_ptr< _Yp > + allocate_shared + a05936.html + aae3d23f345adfb0284614b4d1bfdd7b3 + (const _Alloc &__a, _Args &&... __args) + + + + shared_ptr< _State_base > + a05936.html + + constexpr + shared_ptr + a05936.html + a4497f1d5421073bd8c1ee305414c4e80 + () noexcept + + + + shared_ptr + a05936.html + a7752bdf2d4dc3f4f5719fd05f2d92089 + (_Yp *__p) + + + + shared_ptr + a05936.html + a8b115d3d42304820c9942ddeb58644ee + (_Yp *__p, _Deleter __d) + + + + shared_ptr + a05936.html + a893642e27fcab50317ba7d91392c0871 + (nullptr_t __p, _Deleter __d) + + + + shared_ptr + a05936.html + a2b1f604b01d6faf7ed627624968e76b8 + (_Yp *__p, _Deleter __d, _Alloc __a) + + + + shared_ptr + a05936.html + a124c2b4fe2cd0d7651eefd22ead8f2ec + (nullptr_t __p, _Deleter __d, _Alloc __a) + + + + shared_ptr + a05936.html + a9c6e4362646c04f78bbaf043f90eb835 + (const shared_ptr< _Yp > &__r, element_type *__p) noexcept + + + + shared_ptr + a05936.html + a1dad8483fa6f0d7507549bb8200c4de9 + (const shared_ptr< _Yp > &__r) noexcept + + + + shared_ptr + a05936.html + a5bd9976c3d66cf2a62904ebaeeab76e6 + (shared_ptr &&__r) noexcept + + + + shared_ptr + a05936.html + a21c103ae1494cc05477bd22ec5c284fc + (shared_ptr< _Yp > &&__r) noexcept + + + + shared_ptr + a05936.html + aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 + (const weak_ptr< _Yp > &__r) + + + constexpr + shared_ptr + a05936.html + ac924c816f979c01f5adc42407b2fac83 + (nullptr_t) noexcept + + + friend shared_ptr< _Yp > + allocate_shared + a05936.html + aae3d23f345adfb0284614b4d1bfdd7b3 + (const _Alloc &__a, _Args &&... __args) + + + + shared_ptr< _State_type > + a05936.html + + constexpr + shared_ptr + a05936.html + a4497f1d5421073bd8c1ee305414c4e80 + () noexcept + + + + shared_ptr + a05936.html + a7752bdf2d4dc3f4f5719fd05f2d92089 + (_Yp *__p) + + + + shared_ptr + a05936.html + a8b115d3d42304820c9942ddeb58644ee + (_Yp *__p, _Deleter __d) + + + + shared_ptr + a05936.html + a893642e27fcab50317ba7d91392c0871 + (nullptr_t __p, _Deleter __d) + + + + shared_ptr + a05936.html + a2b1f604b01d6faf7ed627624968e76b8 + (_Yp *__p, _Deleter __d, _Alloc __a) + + + + shared_ptr + a05936.html + a124c2b4fe2cd0d7651eefd22ead8f2ec + (nullptr_t __p, _Deleter __d, _Alloc __a) + + + + shared_ptr + a05936.html + a9c6e4362646c04f78bbaf043f90eb835 + (const shared_ptr< _Yp > &__r, element_type *__p) noexcept + + + + shared_ptr + a05936.html + a1dad8483fa6f0d7507549bb8200c4de9 + (const shared_ptr< _Yp > &__r) noexcept + + + + shared_ptr + a05936.html + a5bd9976c3d66cf2a62904ebaeeab76e6 + (shared_ptr &&__r) noexcept + + + + shared_ptr + a05936.html + a21c103ae1494cc05477bd22ec5c284fc + (shared_ptr< _Yp > &&__r) noexcept + + + + shared_ptr + a05936.html + aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 + (const weak_ptr< _Yp > &__r) + + + constexpr + shared_ptr + a05936.html + ac924c816f979c01f5adc42407b2fac83 + (nullptr_t) noexcept + + + friend shared_ptr< _Yp > + allocate_shared + a05936.html + aae3d23f345adfb0284614b4d1bfdd7b3 + (const _Alloc &__a, _Args &&... __args) + + + + shared_ptr< const __detail::_NFA< _Rx_traits > > + a05936.html + + constexpr + shared_ptr + a05936.html + a4497f1d5421073bd8c1ee305414c4e80 + () noexcept + + + + shared_ptr + a05936.html + a7752bdf2d4dc3f4f5719fd05f2d92089 + (_Yp *__p) + + + + shared_ptr + a05936.html + a8b115d3d42304820c9942ddeb58644ee + (_Yp *__p, _Deleter __d) + + + + shared_ptr + a05936.html + a893642e27fcab50317ba7d91392c0871 + (nullptr_t __p, _Deleter __d) + + + + shared_ptr + a05936.html + a2b1f604b01d6faf7ed627624968e76b8 + (_Yp *__p, _Deleter __d, _Alloc __a) + + + + shared_ptr + a05936.html + a124c2b4fe2cd0d7651eefd22ead8f2ec + (nullptr_t __p, _Deleter __d, _Alloc __a) + + + + shared_ptr + a05936.html + a9c6e4362646c04f78bbaf043f90eb835 + (const shared_ptr< _Yp > &__r, element_type *__p) noexcept + + + + shared_ptr + a05936.html + a1dad8483fa6f0d7507549bb8200c4de9 + (const shared_ptr< _Yp > &__r) noexcept + + + + shared_ptr + a05936.html + a5bd9976c3d66cf2a62904ebaeeab76e6 + (shared_ptr &&__r) noexcept + + + + shared_ptr + a05936.html + a21c103ae1494cc05477bd22ec5c284fc + (shared_ptr< _Yp > &&__r) noexcept + + + + shared_ptr + a05936.html + aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 + (const weak_ptr< _Yp > &__r) + + + constexpr + shared_ptr + a05936.html + ac924c816f979c01f5adc42407b2fac83 + (nullptr_t) noexcept + + + friend shared_ptr< _Yp > + allocate_shared + a05936.html + aae3d23f345adfb0284614b4d1bfdd7b3 + (const _Alloc &__a, _Args &&... __args) + + + + shared_ptr< std::mutex > + a05936.html + + constexpr + shared_ptr + a05936.html + a4497f1d5421073bd8c1ee305414c4e80 + () noexcept + + + + shared_ptr + a05936.html + a7752bdf2d4dc3f4f5719fd05f2d92089 + (_Yp *__p) + + + + shared_ptr + a05936.html + a8b115d3d42304820c9942ddeb58644ee + (_Yp *__p, _Deleter __d) + + + + shared_ptr + a05936.html + a893642e27fcab50317ba7d91392c0871 + (nullptr_t __p, _Deleter __d) + + + + shared_ptr + a05936.html + a2b1f604b01d6faf7ed627624968e76b8 + (_Yp *__p, _Deleter __d, _Alloc __a) + + + + shared_ptr + a05936.html + a124c2b4fe2cd0d7651eefd22ead8f2ec + (nullptr_t __p, _Deleter __d, _Alloc __a) + + + + shared_ptr + a05936.html + a9c6e4362646c04f78bbaf043f90eb835 + (const shared_ptr< _Yp > &__r, element_type *__p) noexcept + + + + shared_ptr + a05936.html + a1dad8483fa6f0d7507549bb8200c4de9 + (const shared_ptr< _Yp > &__r) noexcept + + + + shared_ptr + a05936.html + a5bd9976c3d66cf2a62904ebaeeab76e6 + (shared_ptr &&__r) noexcept + + + + shared_ptr + a05936.html + a21c103ae1494cc05477bd22ec5c284fc + (shared_ptr< _Yp > &&__r) noexcept + + + + shared_ptr + a05936.html + aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 + (const weak_ptr< _Yp > &__r) + + + constexpr + shared_ptr + a05936.html + ac924c816f979c01f5adc42407b2fac83 + (nullptr_t) noexcept + + + friend shared_ptr< _Yp > + allocate_shared + a05936.html + aae3d23f345adfb0284614b4d1bfdd7b3 + (const _Alloc &__a, _Args &&... __args) + + + + stack< _StateSeqT > + a06780.html + + + stack + a06780.html + ad95ef4166cdb0aa8bae1dcd7ae2839e4 + () + + + bool + empty + a06780.html + a86e3c205d6100cd4bb98b4b7e36bb35e + () const + + + void + pop + a06780.html + a16b93d714717c5af52a14ebd6fec11b7 + () + + + void + push + a06780.html + a7efe15f8159c166b68a24486ec561608 + (const value_type &__x) + + + size_type + size + a06780.html + a625c78a7dc1b563f9754e33879243f4e + () const + + + reference + top + a06780.html + adc6f199f89b9bcf05884bcfcf96e18ea + () + + + const_reference + top + a06780.html + a9dd3184636ea0325d194346266e4e516 + () const + + + + std::__allocated_ptr + a03836.html + + + + __allocated_ptr + a03836.html + aa6dc842b0059cbc04204b7b85c0739ed + (_Alloc &__a, pointer __ptr) noexcept + + + + __allocated_ptr + a03836.html + a966c17e818aa46f93c352e1ae4bf872a + (_Alloc &__a, _Ptr __ptr) + + + + __allocated_ptr + a03836.html + a039de128ed7917b07a0a0b10e491a6af + (__allocated_ptr &&__gd) noexcept + + + + ~__allocated_ptr + a03836.html + aa88dd0de1ff3b4586cde0906dc41645f + () + + + value_type * + get + a03836.html + a8c2790a1ba48d3f00a77feb0eda93b19 + () + + + __allocated_ptr & + operator= + a03836.html + af6ed2d0a405aee06f81dda8452a6e2ce + (std::nullptr_t) noexcept + + + + std::__atomic_base + a03880.html + _ITp + + + std::__atomic_base< _PTp * > + a03892.html + + + + std::__atomic_flag_base + a03884.html + + + std::__basic_future + a02452.html + _Res + std::__future_base + + unique_ptr< _Res, _Result_base::_Deleter > + _Ptr + a02364.html + a832cc3cad4729e395bea2475e1b3a741 + + + + __result_type + _M_get_result + a02452.html + a71d62e5218e561c5c4507eb3e7f70474 + () const + + + + std::__codecvt_abstract_base + a04264.html + _InternT + _ExternT + _StateT + std::locale::facet + std::codecvt_base + + result + in + a04264.html + a38117d39e9725f52735f51f4f4b72354 + (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + + result + out + a04264.html + a3a2b1f2da1bc0d89ccd1eceaa66bb79f + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + result + unshift + a04264.html + a4da56b36b489eded5053172e9f6c0bff + (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + virtual result + do_out + a04264.html + aa969d1e16dd100e737c5d777aa0cdf02 + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const =0 + + + + std::__ctype_abstract_base + a04988.html + _CharT + std::locale::facet + std::ctype_base + + _CharT + char_type + a04988.html + a6b04fb1c6b10871f93cd4f60d0f78f8d + + + + bool + is + a04988.html + af6d5ac31c2da7cd350672e88a4b6c89e + (mask __m, char_type __c) const + + + const char_type * + is + a04988.html + a98b93b10d5d0700394d0dbd2dd1a3742 + (const char_type *__lo, const char_type *__hi, mask *__vec) const + + + char + narrow + a04988.html + a6d7dfa83561cc124e75a25b7b311f7db + (char_type __c, char __dfault) const + + + const char_type * + narrow + a04988.html + a5bf8de5d297e81cd4812c5754e1b70a6 + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + + + const char_type * + scan_is + a04988.html + ad6c3f07029e022d82a459a12693fab50 + (mask __m, const char_type *__lo, const char_type *__hi) const + + + const char_type * + scan_not + a04988.html + a083176729448869cdc7b5353299efac8 + (mask __m, const char_type *__lo, const char_type *__hi) const + + + char_type + tolower + a04988.html + a0ebd233aadf12ec7725b961c469855cf + (char_type __c) const + + + const char_type * + tolower + a04988.html + a60b8b7de0aed52f3e98e3b4103e088f8 + (char_type *__lo, const char_type *__hi) const + + + char_type + toupper + a04988.html + a3308c7447a3a2c54ab8cb344f502baff + (char_type __c) const + + + const char_type * + toupper + a04988.html + ae8000f95414789f7a5cba135b3b1e7b8 + (char_type *__lo, const char_type *__hi) const + + + char_type + widen + a04988.html + a48efd45b6e1d43d5120ffd37884b9f83 + (char __c) const + + + const char * + widen + a04988.html + a2dc39e55a8ed1c402dcfbd8b4cb01207 + (const char *__lo, const char *__hi, char_type *__to) const + + + virtual bool + do_is + a04988.html + a13f6a9df12541e794f95b69dd7c12d8d + (mask __m, char_type __c) const =0 + + + virtual const char_type * + do_is + a04988.html + a11e40e753bfcc987db52294dc0c99878 + (const char_type *__lo, const char_type *__hi, mask *__vec) const =0 + + + virtual char + do_narrow + a04988.html + ab2c37d0e04ecf5a71d618ca97478c893 + (char_type __c, char __dfault) const =0 + + + virtual const char_type * + do_narrow + a04988.html + a5bd09acf78baf8b8ae9cff1938cf6668 + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const =0 + + + virtual const char_type * + do_scan_is + a04988.html + a6d63444db4c605c256c36343394bb883 + (mask __m, const char_type *__lo, const char_type *__hi) const =0 + + + virtual const char_type * + do_scan_not + a04988.html + a40c1314bb60f9b9795ec8e628ffbcc34 + (mask __m, const char_type *__lo, const char_type *__hi) const =0 + + + virtual char_type + do_tolower + a04988.html + a322123706f52d8c72b9c8bee3f612676 + (char_type __c) const =0 + + + virtual const char_type * + do_tolower + a04988.html + afe5fc2040092e4f8fb6e88d253f4d3c3 + (char_type *__lo, const char_type *__hi) const =0 + + + virtual char_type + do_toupper + a04988.html + af90fbcc9340edf7ca0002520cccb0b8f + (char_type __c) const =0 + + + virtual const char_type * + do_toupper + a04988.html + a51eeaf4fefdd3a85b0706028cec0c5e7 + (char_type *__lo, const char_type *__hi) const =0 + + + virtual char_type + do_widen + a04988.html + a0f4951419f48a08bd975cb49a81995a5 + (char __c) const =0 + + + virtual const char * + do_widen + a04988.html + a289ae9e9ce16c7c26a8356b4610c7dee + (const char *__lo, const char *__hi, char_type *__to) const =0 + + + + std::__debug::bitset + a07756.html + _Nb + + + std::__debug::deque + a07764.html + _Tp + _Allocator + _Safe_container< deque< _Tp, _Allocator >, _Allocator, __gnu_debug::_Safe_sequence > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + std::__debug::forward_list + a07772.html + _Tp + _Alloc + _Safe_container< forward_list< _Tp, _Alloc >, _Alloc, __gnu_debug::_Safe_forward_list > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + + std::__debug::list + a07788.html + _Tp + _Allocator + _Safe_container< list< _Tp, _Allocator >, _Allocator, __gnu_debug::_Safe_node_sequence > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + std::__debug::map + a07660.html + _Key + _Tp + _Compare + _Allocator + _Safe_container< map< _Key, _Tp, _Compare, _Allocator >, _Allocator, __gnu_debug::_Safe_node_sequence > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + std::__debug::multimap + a07664.html + _Key + _Tp + _Compare + _Allocator + _Safe_container< multimap< _Key, _Tp, _Compare, _Allocator >, _Allocator, __gnu_debug::_Safe_node_sequence > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + std::__debug::multiset + a07668.html + _Key + _Compare + _Allocator + _Safe_container< multiset< _Key, _Compare, _Allocator >, _Allocator, __gnu_debug::_Safe_node_sequence > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + std::__debug::set + a07728.html + _Key + _Compare + _Allocator + _Safe_container< set< _Key, _Compare, _Allocator >, _Allocator, __gnu_debug::_Safe_node_sequence > + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + std::__debug::unordered_map + a07808.html + _Key + _Tp + _Hash + _Pred + _Alloc + _Safe_container< unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc >, _Alloc, __gnu_debug::_Safe_unordered_container > + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_const_local_iterators + a07720.html + aada883d3554a2f87ca780c2457c09d5d + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + _Safe_iterator_base * + _M_local_iterators + a07720.html + ad62db24fbffa1fb93099351281b7ce65 + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07720.html + aa7ec5c80048329d10fe2916fff73aeff + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_invalidate_if + a07724.html + aff0fe666b60f05c5f8da0ae92548ad42 + (_Predicate __pred) + + + void + _M_invalidate_local_if + a07724.html + aa3e9b27e61fad7cb80cfab023eac395d + (_Predicate __pred) + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07720.html + a1ff909e73bfb6e9646caf6df99db2d70 + (_Safe_unordered_container_base &__x) noexcept + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + std::__debug::unordered_multimap + a07812.html + _Key + _Tp + _Hash + _Pred + _Alloc + _Safe_container< unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc >, _Alloc, __gnu_debug::_Safe_unordered_container > + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_const_local_iterators + a07720.html + aada883d3554a2f87ca780c2457c09d5d + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + _Safe_iterator_base * + _M_local_iterators + a07720.html + ad62db24fbffa1fb93099351281b7ce65 + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07720.html + aa7ec5c80048329d10fe2916fff73aeff + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_invalidate_if + a07724.html + aff0fe666b60f05c5f8da0ae92548ad42 + (_Predicate __pred) + + + void + _M_invalidate_local_if + a07724.html + aa3e9b27e61fad7cb80cfab023eac395d + (_Predicate __pred) + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07720.html + a1ff909e73bfb6e9646caf6df99db2d70 + (_Safe_unordered_container_base &__x) noexcept + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + std::__debug::unordered_multiset + a07820.html + _Value + _Hash + _Pred + _Alloc + _Safe_container< unordered_multiset< _Value, _Hash, _Pred, _Alloc >, _Alloc, __gnu_debug::_Safe_unordered_container > + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_const_local_iterators + a07720.html + aada883d3554a2f87ca780c2457c09d5d + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + _Safe_iterator_base * + _M_local_iterators + a07720.html + ad62db24fbffa1fb93099351281b7ce65 + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07720.html + aa7ec5c80048329d10fe2916fff73aeff + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_invalidate_if + a07724.html + aff0fe666b60f05c5f8da0ae92548ad42 + (_Predicate __pred) + + + void + _M_invalidate_local_if + a07724.html + aa3e9b27e61fad7cb80cfab023eac395d + (_Predicate __pred) + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07720.html + a1ff909e73bfb6e9646caf6df99db2d70 + (_Safe_unordered_container_base &__x) noexcept + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + std::__debug::unordered_set + a07816.html + _Value + _Hash + _Pred + _Alloc + _Safe_container< unordered_set< _Value, _Hash, _Pred, _Alloc >, _Alloc, __gnu_debug::_Safe_unordered_container > + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_const_local_iterators + a07720.html + aada883d3554a2f87ca780c2457c09d5d + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + _Safe_iterator_base * + _M_local_iterators + a07720.html + ad62db24fbffa1fb93099351281b7ce65 + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07720.html + aa7ec5c80048329d10fe2916fff73aeff + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_invalidate_if + a07724.html + aff0fe666b60f05c5f8da0ae92548ad42 + (_Predicate __pred) + + + void + _M_invalidate_local_if + a07724.html + aa3e9b27e61fad7cb80cfab023eac395d + (_Predicate __pred) + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07720.html + a1ff909e73bfb6e9646caf6df99db2d70 + (_Safe_unordered_container_base &__x) noexcept + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + std::__debug::vector + a07828.html + _Tp + _Allocator + _Safe_container< vector< _Tp, _Allocator >, _Allocator, __gnu_debug::_Safe_sequence > + _Safe_vector< vector< _Tp, _Allocator >, ::vector< _Tp, _Allocator > > + + + vector + a07828.html + ae41f4262ebb8fc69f3a5f562498b5c2c + (const _Base &__x) + + + void + _M_invalidate_if + a07584.html + a9526e7688edd9c4e6f343340d833dfcf + (_Predicate __pred) + + + void + _M_transfer_from_if + a07584.html + ad1f86e4e83069486342ba7b53e095c42 + (_Safe_sequence &__from, _Predicate __pred) + + + _Safe_iterator_base * + _M_const_iterators + a07676.html + a5aabbc5d256f3eaaf313274ebf200877 + + + + _Safe_iterator_base * + _M_iterators + a07676.html + a9d678da43e3d7456af279062c4e5c28a + + + + unsigned int + _M_version + a07676.html + af796b1fd115ea27cd078eeb7e4909bd5 + + + + void + _M_detach_all + a07676.html + acebac46f833f903deb7c094fc26cbea1 + () + + + void + _M_detach_singular + a07676.html + aadde2fc883be085fc4588c1ef442cd3d + () + + + __gnu_cxx::__mutex & + _M_get_mutex + a07676.html + aa245644963340f3dee07d384eeeb01f3 + () + + + void + _M_invalidate_all + a07676.html + a58a4c8925457fcf371457ec9f071a31f + () const + + + void + _M_revalidate_singular + a07676.html + a75f6eb02cd1721b550bd5eb205ed6920 + () + + + void + _M_swap + a07676.html + a4be4c001b025723e907afc2a0dc899c7 + (_Safe_sequence_base &__x) noexcept + + + + std::__detail::_BracketMatcher + a05840.html + _TraitsT + __icase + __collate + + + std::__detail::_Compiler + a05844.html + + + + std::__detail::_Default_ranged_hash + a04788.html + + + std::__detail::_Equal_helper + a04876.html + + + + + + __cache_hash_code + + + std::__detail::_Equal_helper< _Key, _Value, _ExtractKey, _Equal, _HashCodeType, false > + a04884.html + + + + + + + + std::__detail::_Equal_helper< _Key, _Value, _ExtractKey, _Equal, _HashCodeType, true > + a04880.html + + + + + + + + std::__detail::_Equality + a04916.html + + + + + + + + + + + _Unique_keys + + + std::__detail::_Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > + a04924.html + + + + + + + + + + + std::__detail::_Equality_base + + + std::__detail::_Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > + a04920.html + + + + + + + + + + + + + std::__detail::_Equality_base + a04912.html + + + std::__detail::_Executor + a05788.html + + + + __dfs_mode + + + std::__detail::_Hash_code_base + a04860.html + + + + + + + __cache_hash_code + + + std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Default_ranged_hash, false > + a04868.html + + + + + + _Hashtable_ebo_helper< 0, _ExtractKey > + _Hashtable_ebo_helper< 1, _H1 > + _Hashtable_ebo_helper< 2, _H2 > + + + std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Default_ranged_hash, true > + a04872.html + + + + + + _Hashtable_ebo_helper< 0, _ExtractKey > + _Hashtable_ebo_helper< 1, _H1 > + _Hashtable_ebo_helper< 2, _H2 > + + + std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, false > + a04864.html + + + + + + + _Hashtable_ebo_helper< 0, _ExtractKey > + _Hashtable_ebo_helper< 1, _Hash > + + + std::__detail::_Hash_node + a04760.html + + _Cache_hash_code + + + std::__detail::_Hash_node< _Value, false > + a04768.html + + std::__detail::_Hash_node_value_base + + + std::__detail::_Hash_node< _Value, true > + a04764.html + + std::__detail::_Hash_node_value_base + + + std::__detail::_Hash_node_base + a04752.html + + + std::__detail::_Hash_node_value_base + a04756.html + + std::__detail::_Hash_node_base + + + std::__detail::_Hashtable_alloc + a04736.html + _NodeAlloc + _Hashtable_ebo_helper< 0, _NodeAlloc > + + + std::__detail::_Hashtable_base + a04720.html + + + + + + + + + _Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, _Traits::__hash_cached::value > + _Hashtable_ebo_helper< 0, _Equal > + + + std::__detail::_Hashtable_ebo_helper + a04844.html + _Nm + + __use_ebo + + + std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, false > + a04852.html + _Nm + + + + std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, true > + a04848.html + _Nm + + + + std::__detail::_Hashtable_traits + a04748.html + _Cache_hash_code + _Constant_iterators + _Unique_keys + + + std::__detail::_Insert + a04820.html + + + + + + + + + + + _Constant_iterators + + + std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > + a04828.html + + + + + + + + + + + std::__detail::_Insert_base + + + std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > + a04824.html + + + + + + + + + + + std::__detail::_Insert_base + + + std::__detail::_Insert_base + a04816.html + + + + + + + + + + + + + std::__detail::_List_node_base + a06696.html + + + std::__detail::_Local_const_iterator + a04908.html + + + + + + + __constant_iterators + __cache + _Local_iterator_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, __cache > + + + std::__detail::_Local_iterator + a04904.html + + + + + + + __constant_iterators + __cache + _Local_iterator_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, __cache > + + + std::__detail::_Local_iterator_base + a04856.html + + + + + + + __cache_hash_code + + + std::__detail::_Local_iterator_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, true > + a04888.html + + + + + + + _Hashtable_ebo_helper< 0, _H2 > + + + std::__detail::_Map_base + a04804.html + + + + + + + + + + + _Unique_keys + + + std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > + a04808.html + + + + + + + + + + + + std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > + a04812.html + + + + + + + + + + + + std::__detail::_Mask_range_hashing + a04796.html + + + std::__detail::_Mod_range_hashing + a04784.html + + + std::__detail::_Node_const_iterator + a04780.html + + __constant_iterators + __cache + _Node_iterator_base< _Value, __cache > + + + std::__detail::_Node_iterator + a04776.html + + __constant_iterators + __cache + _Node_iterator_base< _Value, __cache > + + + std::__detail::_Node_iterator_base + a04772.html + _Value + _Cache_hash_code + + + std::__detail::_Power2_rehash_policy + a04800.html + + + std::__detail::_Prime_rehash_policy + a04792.html + + + std::__detail::_Quoted_string + a05396.html + _String + _CharT + + + std::__detail::_Rehash_base + a04832.html + + + + + + + + + + + + + + std::__detail::_Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, std::false_type > + a04836.html + + + + + + + + + + + + + std::__detail::_Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, std::true_type > + a04840.html + + + + + + + + + + + + + std::__detail::_Scanner + a05932.html + + + + std::__detail::_StateSeq + a05836.html + + + + std::__exception_ptr::exception_ptr + a04560.html + + + std::__future_base + a02364.html + std::__future_base::_Result + std::__future_base::_Result< _Res & > + std::__future_base::_Result< void > + std::__future_base::_Result_alloc + std::__future_base::_Result_base + + unique_ptr< _Res, _Result_base::_Deleter > + _Ptr + a02364.html + a832cc3cad4729e395bea2475e1b3a741 + + + + + std::__future_base::_Result + a02376.html + + std::__future_base::_Result_base + + + std::__future_base::_Result< _Res & > + a02436.html + + std::__future_base::_Result_base + + + std::__future_base::_Result< void > + a02440.html + std::__future_base::_Result_base + + + std::__future_base::_Result_alloc + a02380.html + + + std::__future_base::_Result + + + std::__future_base::_Result_base + a02368.html + + + std::__is_location_invariant + a06172.html + + + + std::__is_nullptr_t + a03508.html + + std::is_null_pointer + + + std::__is_tuple_like_impl< std::pair< _T1, _T2 > > + a03648.html + + + std::integral_constant + + + std::__iterator_traits + a06676.html + + + + + std::__numeric_limits_base + a02632.html + + static constexpr int + digits + a02632.html + a6e3cb3ba2f8a6742d4759b989e5e3fed + + + + static constexpr int + digits10 + a02632.html + acc2df72b67282d8ad4ca54cbb4826475 + + + + static constexpr float_denorm_style + has_denorm + a02632.html + afc9f9982a8b1c62c901eccdb07fcb5d9 + + + + static constexpr bool + has_denorm_loss + a02632.html + a73f0cc2531cddced5d6e83310f7889f8 + + + + static constexpr bool + has_infinity + a02632.html + af40ebac2e757c3a671a25493ca2ef1e7 + + + + static constexpr bool + has_quiet_NaN + a02632.html + a0a8471dcf6287585eae04a539926c324 + + + + static constexpr bool + has_signaling_NaN + a02632.html + ab9e32618933910efd38857f2b4c112f9 + + + + static constexpr bool + is_bounded + a02632.html + a73d31de0788cee8f432f0a9075e97a76 + + + + static constexpr bool + is_exact + a02632.html + a81640a55cbeb9fccfbedd74ce954a439 + + + + static constexpr bool + is_iec559 + a02632.html + a76fdc688c82a37689f4920a9776fc593 + + + + static constexpr bool + is_integer + a02632.html + a1080a407fe101570ab1a619fe8071396 + + + + static constexpr bool + is_modulo + a02632.html + a05f7c8b3b2be44d621e3fd1f0e738461 + + + + static constexpr bool + is_signed + a02632.html + ac9fad027d1b91ec445d58e5036e8ea0b + + + + static constexpr bool + is_specialized + a02632.html + ac5f6c4f5343b7060e87d95c2ddb406eb + + + + static constexpr int + max_digits10 + a02632.html + a1c62958a09eb69aba2a03a6e03b1574f + + + + static constexpr int + max_exponent + a02632.html + ac68694be9c73ac6e36c3fe2ab1f18da4 + + + + static constexpr int + max_exponent10 + a02632.html + afa984ea44c90b032e00779a960af64ff + + + + static constexpr int + min_exponent + a02632.html + a2552b13ee696d6a61a0a037fef1dc1e0 + + + + static constexpr int + min_exponent10 + a02632.html + ad10027037371bb1138225df2876d5e6c + + + + static constexpr int + radix + a02632.html + af69d3e469fe6b7e0de143494703ab04a + + + + static constexpr float_round_style + round_style + a02632.html + ae94127c8af226c7ebe44e9b39b80813b + + + + static constexpr bool + tinyness_before + a02632.html + ad43f706bb453627342a50e9891ae8027 + + + + static constexpr bool + traps + a02632.html + aada3546b2e0b32ecaef18c00e2b0dcfd + + + + + std::__parallel::_CRandNumber + a08268.html + _MustBeInt + + + std::__profile::bitset + a08024.html + _Nb + + + std::__profile::deque + a08032.html + _Tp + _Allocator + + + std::__profile::forward_list + a08036.html + _Tp + _Alloc + + + std::__profile::list + a08044.html + _Tp + _Allocator + + + std::__profile::map + a07848.html + _Key + _Tp + _Compare + _Allocator + + + std::__profile::multimap + a07852.html + _Key + _Tp + _Compare + _Allocator + + + std::__profile::multiset + a07856.html + _Key + _Compare + _Allocator + + + std::__profile::set + a07864.html + _Key + _Compare + _Allocator + + + std::__profile::unordered_map + a08048.html + _Key + _Tp + _Hash + _Pred + _Alloc + + + std::__profile::unordered_multimap + a08052.html + _Key + _Tp + _Hash + _Pred + _Alloc + + + std::__profile::unordered_multiset + a08060.html + _Value + _Hash + _Pred + _Alloc + + + std::__profile::unordered_set + a08056.html + _Key + _Hash + _Pred + _Alloc + + + std::__shared_mutex_cv + a02884.html + + + std::_Base_bitset + a01788.html + _Nw + + _WordT + _M_w + a01788.html + a935cf17f91719fcd39d284151064f170 + [_Nw] + + + + std::_Base_bitset< 0 > + a01796.html + + + std::_Base_bitset< 1 > + a01792.html + + + std::_Bind + a02260.html + + + + std::_Bind_result + a02268.html + + + + + std::_Deque_base + a06380.html + _Tp + _Alloc + + void + _M_initialize_map + a06380.html + a0ba38b77ebabad6056d04d9f65ffa74c + (size_t) + + + + std::_Deque_iterator + a06376.html + _Tp + _Ref + _Ptr + + void + _M_set_node + a06376.html + a8d2581de34cff0de15953128185cbe55 + (_Map_pointer __new_node) noexcept + + + + std::_Enable_copy_move + a04480.html + _Copy + _CopyAssignment + _Move + _MoveAssignment + + + + std::_Enable_default_constructor + a04472.html + _Switch + _Tag + + + std::_Enable_destructor + a04476.html + _Switch + + + + std::_Enable_special_members + a04484.html + _Default + _Destructor + _Copy + _CopyAssignment + _Move + _MoveAssignment + + _Enable_default_constructor< _Default, _Tag > + _Enable_destructor< _Destructor, _Tag > + std::_Enable_copy_move + + + std::_Function_base + a06196.html + + + std::_Fwd_list_base + a04580.html + + + + + std::_Fwd_list_const_iterator + a04576.html + _Tp + + + std::_Fwd_list_iterator + a04572.html + _Tp + + + std::_Fwd_list_node + a04568.html + + std::_Fwd_list_node_base + + + std::_Fwd_list_node_base + a04564.html + + + std::_Hashtable + a04712.html + _Key + _Value + _Alloc + _ExtractKey + _Equal + _H1 + _H2 + _Hash + _RehashPolicy + _Traits + std::__detail::_Hashtable_base + _Map_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits > + _Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits > + _Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits > + _Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits > + _Hashtable_alloc< __alloc_rebind< _Alloc, __detail::_Hash_node< _Value, _Traits::__hash_cached::value > > > + + + std::_List_base + a06704.html + _Tp + _Alloc + + + std::_List_const_iterator + a06648.html + _Tp + + + std::_List_iterator + a06644.html + _Tp + + + std::_List_node + a06700.html + _Tp + std::__detail::_List_node_base + + + std::_Maybe_get_result_type + a05588.html + + + + + std::_Maybe_unary_or_binary_function + a06156.html + + _ArgTypes + + + std::_Maybe_unary_or_binary_function< _Res, _T1 > + a06160.html + + + unary_function< _T1, _Res > + + _T1 + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Res + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + std::_Maybe_unary_or_binary_function< _Res, _T1, _T2 > + a06164.html + + + + binary_function< _T1, _T2, _Res > + + _T1 + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Res + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _T2 + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::_Mu + a02240.html + + _IsBindExp + _IsPlaceholder + + + std::_Mu< _Arg, false, false > + a02256.html + + + + std::_Mu< _Arg, false, true > + a02252.html + + + + std::_Mu< _Arg, true, false > + a02248.html + + + + std::_Mu< reference_wrapper< _Tp >, false, false > + a02244.html + + + + std::_Not_fn + a02336.html + + + + std::_Placeholder + a02228.html + _Num + + + std::_Reference_wrapper_base + a05700.html + _Tp + _Weak_result_type< _Tp > + + + std::_Sp_ebo_helper< _Nm, _Tp, false > + a06024.html + _Nm + + + + std::_Sp_ebo_helper< _Nm, _Tp, true > + a06020.html + _Nm + + + + std::_Temporary_buffer + a06788.html + _ForwardIterator + _Tp + + + _Temporary_buffer + a06788.html + a90880d362bf8cfed57d39149b5d333ad + (_ForwardIterator __first, _ForwardIterator __last) + + + iterator + begin + a06788.html + acd631918c7c80bd4d4edd871c5122064 + () + + + iterator + end + a06788.html + a0a05d06255dbcf619bb312133b13cc97 + () + + + size_type + requested_size + a06788.html + a6cc6bd1d6df0b852168f5065c01433ca + () const + + + size_type + size + a06788.html + a9bc2a952203a764d5a1cdf80f94bd2a8 + () const + + + + std::_Tuple_impl + a03020.html + _Idx + _Elements + + + std::_Tuple_impl< _Idx, _Head, _Tail... > + a03024.html + _Idx + + _Tail + _Tuple_impl< _Idx+1, _Tail... > + + + std::_V2::condition_variable_any + a02064.html + + + std::_V2::error_category + a02948.html + + + std::_Vector_base + a06904.html + _Tp + _Alloc + + + std::_Weak_result_type + a05680.html + _Functor + _Weak_result_type_impl< remove_cv< _Functor >::type > + + + std::_Weak_result_type_impl + a05596.html + _Functor + _Maybe_get_result_type< _Functor > + + + std::_Weak_result_type_impl< _Res(&)(_ArgTypes...)> + a05632.html + + _ArgTypes + + + std::_Weak_result_type_impl< _Res(*)(_ArgTypes...)> + a05640.html + + _ArgTypes + + + std::_Weak_result_type_impl< _Res(_ArgTypes...)> + a05600.html + + _ArgTypes + + + std::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...) const > + a05656.html + + + _ArgTypes + + + std::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...) const volatile > + a05672.html + + + _ArgTypes + + + std::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...) volatile > + a05664.html + + + _ArgTypes + + + std::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...)> + a05648.html + + + _ArgTypes + + + std::adopt_lock_t + a06252.html + + + std::allocator + a03848.html + _Tp + __gnu_cxx::new_allocator + + + std::allocator< void > + a03840.html + + + std::allocator_arg_t + a07004.html + + + std::allocator_traits + a03788.html + _Alloc + + _Alloc + allocator_type + a03788.html + afca1125c7f138bdffa1fda17a5181429 + + + + typename _Ptr< __c_pointer, const value_type >::type + const_pointer + a03788.html + a841791873537638dfc36c80ecc98bc48 + + + + typename _Ptr< __cv_pointer, const void >::type + const_void_pointer + a03788.html + a5a9cb47519e4840523e38e45cf56bf1d + + + + typename _Diff< _Alloc, pointer >::type + difference_type + a03788.html + a653e076069bf6f57a6b09ca015d56a4e + + + + __detected_or_t< typename is_empty< _Alloc >::type, __equal, _Alloc > + is_always_equal + a03788.html + afae6957b1a6d68084b2b6114dff01ae8 + + + + __detected_or_t< value_type *, __pointer, _Alloc > + pointer + a03788.html + a4931a231115cbef628c29b147a7d7336 + + + + __detected_or_t< false_type, __pocca, _Alloc > + propagate_on_container_copy_assignment + a03788.html + acd5ad3d84299a655ad2c59e2345b7796 + + + + __detected_or_t< false_type, __pocma, _Alloc > + propagate_on_container_move_assignment + a03788.html + a1db75f5aec19020544743134c961f607 + + + + __detected_or_t< false_type, __pocs, _Alloc > + propagate_on_container_swap + a03788.html + adad7997e545350e38d1b44d01568741a + + + + typename _Size< _Alloc, difference_type >::type + size_type + a03788.html + a528d5c1afff59af1a90aa9273dddb806 + + + + _Alloc::value_type + value_type + a03788.html + aa51dca0f6ab162918c10679e8feb57df + + + + typename _Ptr< __v_pointer, void >::type + void_pointer + a03788.html + a242e530b7ee8e5d17a017983cc7cc705 + + + + static pointer + allocate + a03788.html + a1afbf725286c9e82ba6166dcc04b10bc + (_Alloc &__a, size_type __n) + + + static pointer + allocate + a03788.html + a79296fdf0f48ef0a49f2d5de6193f867 + (_Alloc &__a, size_type __n, const_void_pointer __hint) + + + static auto + construct + a03788.html + aad7d7b8604439d1ecf953a1b9a426e7b + (_Alloc &__a, _Tp *__p, _Args &&... __args) -> decltype(_S_construct(__a, __p, std::forward< _Args >(__args)...)) + + + static void + deallocate + a03788.html + ae5f6b86b98b17e2ba39243ca8eaf4ee1 + (_Alloc &__a, pointer __p, size_type __n) + + + static void + destroy + a03788.html + ac73f3d164cf01c9d61b44d42c30db3d3 + (_Alloc &__a, _Tp *__p) + + + static size_type + max_size + a03788.html + a29c306bcb6a7676a516430a0e50b990a + (const _Alloc &__a) noexcept + + + static _Alloc + select_on_container_copy_construction + a03788.html + ac324d9065f45f7ae2dd1e0014c73f218 + (const _Alloc &__rhs) + + + + std::allocator_traits< allocator< _Tp > > + a03820.html + + + allocator< _Tp > + allocator_type + a03820.html + a235dca414a6b10eb9434eb7bba492c5e + + + + const _Tp * + const_pointer + a03820.html + a96c1831e637b76322672ada286c11295 + + + + const void * + const_void_pointer + a03820.html + aa47f11fc58f578103d6d7eb28e2fab5c + + + + std::ptrdiff_t + difference_type + a03820.html + a882b662be1b1300acf04490112ae63f3 + + + + true_type + is_always_equal + a03820.html + a90f7e4bb63b02a787cac38f4ab470488 + + + + _Tp * + pointer + a03820.html + a3203247b206cbdb36c897d1e8d82e8e8 + + + + false_type + propagate_on_container_copy_assignment + a03820.html + aead0578ced7c066e9a89d1cb5825c5df + + + + true_type + propagate_on_container_move_assignment + a03820.html + ab636a9fa7ab57a25ec043f171371976f + + + + false_type + propagate_on_container_swap + a03820.html + a37863f3ca5e214592282792a1741219f + + + + std::size_t + size_type + a03820.html + af1836ee16fd652969eb06007c273edd0 + + + + _Tp + value_type + a03820.html + a714ab1320373db07c7999b4f98bae091 + + + + void * + void_pointer + a03820.html + a2e58512fe31588cbb360b60a98190bf9 + + + + static pointer + allocate + a03820.html + abffb8a07f8a6178b2eb6d47b4acb75ff + (allocator_type &__a, size_type __n) + + + static pointer + allocate + a03820.html + a34032c152ffa5bf5d296aa21288c0518 + (allocator_type &__a, size_type __n, const_void_pointer __hint) + + + static void + construct + a03820.html + a432f57a6f390972747cd10bbc93de239 + (allocator_type &__a, _Up *__p, _Args &&... __args) + + + static void + deallocate + a03820.html + a221deccca32f2195cfe2d521e14c736c + (allocator_type &__a, pointer __p, size_type __n) + + + static void + destroy + a03820.html + ab178050fa26faa5aeab09a3674fb6626 + (allocator_type &__a, _Up *__p) + + + static size_type + max_size + a03820.html + a7d06983d84598768a8aa6458ac10738c + (const allocator_type &__a) noexcept + + + static allocator_type + select_on_container_copy_construction + a03820.html + abba21b363dcc1a741ea3f6047e491388 + (const allocator_type &__rhs) + + + + std::array + a01696.html + _Tp + _Nm + + + std::atomic + a01720.html + _Tp + + + std::atomic< _Tp * > + a01728.html + + + + std::atomic< bool > + a01724.html + + + std::atomic< char > + a01732.html + __atomic_base< char > + + + std::atomic< char16_t > + a01780.html + __atomic_base< char16_t > + + + std::atomic< char32_t > + a01784.html + __atomic_base< char32_t > + + + std::atomic< int > + a01752.html + __atomic_base< int > + + + std::atomic< long > + a01760.html + __atomic_base< long > + + + std::atomic< long long > + a01768.html + __atomic_base< long long > + + + std::atomic< short > + a01744.html + __atomic_base< short > + + + std::atomic< signed char > + a01736.html + __atomic_base< signed char > + + + std::atomic< unsigned char > + a01740.html + __atomic_base< unsigned char > + + + std::atomic< unsigned int > + a01756.html + __atomic_base< unsigned int > + + + std::atomic< unsigned long > + a01764.html + __atomic_base< unsigned long > + + + std::atomic< unsigned long long > + a01772.html + __atomic_base< unsigned long long > + + + std::atomic< unsigned short > + a01748.html + __atomic_base< unsigned short > + + + std::atomic< wchar_t > + a01776.html + __atomic_base< wchar_t > + + + std::atomic_flag + a03888.html + std::__atomic_flag_base + + + std::auto_ptr + a07444.html + _Tp + + _Tp + element_type + a07444.html + a7c925143715c359436b453e524dd9fc1 + + + + + auto_ptr + a07444.html + a4029546a38036de379586d8514a02ebb + (element_type *__p=0) + + + + auto_ptr + a07444.html + aa88c998565d04c8e882a3b579e46c055 + (auto_ptr &__a) + + + + auto_ptr + a07444.html + a10d7a4a15c88b4953d090c08dfc87e14 + (auto_ptr< _Tp1 > &__a) + + + + auto_ptr + a07444.html + a829d06b1a12a622608a3cce322238fc6 + (auto_ptr_ref< element_type > __ref) + + + + ~auto_ptr + a07444.html + a7306f9cb13ae8e32b4a4bc9d8bee2fd1 + () + + + element_type * + get + a07444.html + a84b05c8cd5548725ab4e0180aa3b2352 + () const + + + element_type & + operator* + a07444.html + a2e044fd0c71fba38157d3aa588be4518 + () const + + + element_type * + operator-> + a07444.html + a26129c2150ef03c1d8d33a3bbe65ef23 + () const + + + auto_ptr & + operator= + a07444.html + af798a3136d8030f2158837fde7373f5b + (auto_ptr &__a) + + + auto_ptr & + operator= + a07444.html + adf78f102f371538dbe78a57976053736 + (auto_ptr< _Tp1 > &__a) + + + element_type * + release + a07444.html + a3cdeabd85acfcac56136924e939c29ef + () + + + void + reset + a07444.html + a7d9519c9b72d8add8292661b822ab7fe + (element_type *__p=0) + + + + std::auto_ptr_ref + a07440.html + _Tp1 + + + std::back_insert_iterator + a06620.html + + iterator< output_iterator_tag, void, void, void, void > + + _Container + container_type + a06620.html + a07b20b41619db738d2bb3782b063be1a + + + + void + difference_type + a06672.html + a7fc5091a6bee76d7bfc6ece04e4050f9 + + + + output_iterator_tag + iterator_category + a06672.html + a3d32527bfebba5c0459df1390cef50a9 + + + + void + pointer + a06672.html + a69bffe0bd881194df5ff48fec79066de + + + + void + reference + a06672.html + abb17838f15d32971ad823036c6593aef + + + + void + value_type + a06672.html + af9f36b7adb257959eef192b9282f1284 + + + + + back_insert_iterator + a06620.html + a0fc044f06510c501f45d1b6c69e0ad80 + (_Container &__x) + + + back_insert_iterator & + operator* + a06620.html + a07c1b7a9f42341013f7a44752596d16e + () + + + back_insert_iterator & + operator++ + a06620.html + a86e4cf04673011aa38c843b3eb44e2f8 + () + + + back_insert_iterator + operator++ + a06620.html + ad9e4589271dccb8b64df10af255d4076 + (int) + + + back_insert_iterator & + operator= + a06620.html + aa94f823e79ee65ed66fe128448d434ef + (const typename _Container::value_type &__value) + + + + std::bad_alloc + a01660.html + std::exception + + virtual const char * + what + a01660.html + a3559b1691d8a8138d5fb7aa79ac06cbe + () const + + + + std::bad_cast + a01676.html + std::exception + + virtual const char * + what + a01676.html + a06dd9ba98e54d468ba243e7354c52714 + () const noexcept + + + + std::bad_exception + a01652.html + std::exception + + virtual const char * + what + a01652.html + a039e9f2a4314de27076f0ab3c15da722 + () const _GLIBCXX_TXN_SAFE_DYN noexcept + + + + std::bad_function_call + a06168.html + std::exception + + const char * + what + a06168.html + adc08d09b07e62fe8943fdda5ab8f56af + () const noexcept + + + + std::bad_typeid + a01680.html + std::exception + + virtual const char * + what + a01680.html + ad423bab305d43240e9798c55778ca199 + () const noexcept + + + + std::bad_weak_ptr + a05976.html + std::exception + + virtual char const * + what + a05976.html + adfea1fffacfb8c9c39f374e16ec7315c + () const noexcept + + + + std::basic_filebuf + a02072.html + _CharT + _Traits + std::basic_streambuf + + + basic_filebuf + a02072.html + add2d16a8965c490cd9b4cc95b958e09f + () + + + virtual + ~basic_filebuf + a02072.html + a226a8efc1add60c0fc04ce2714a56b4c + () + + + __filebuf_type * + close + a02072.html + a5e13a128abb0a5dd8ef1e3d10597031f + () + + + locale + getloc + a02568.html + a09508701b27d68740a5473d096437f65 + () const + + + streamsize + in_avail + a02568.html + a924a684fe2a6844d766e25f4051b705c + () + + + bool + is_open + a02072.html + a56ddf5ebdff55e7aaf51077a51c4d42f + () const + + + __filebuf_type * + open + a02072.html + ad72dc61561f4420b36f9e626b4426433 + (const char *__s, ios_base::openmode __mode) + + + __filebuf_type * + open + a02072.html + a541062313b01b7bb74af2582f88a365f + (const std::string &__s, ios_base::openmode __mode) + + + locale + pubimbue + a02568.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) + + + int_type + sbumpc + a02568.html + a72d8037e21ad370e3643ff3c865f91f9 + () + + + int_type + sgetc + a02568.html + ac773fb2c87cf938fb6eb89c987f8e04e + () + + + streamsize + sgetn + a02568.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) + + + int_type + snextc + a02568.html + a6d281db46069df3043b566f10e5397b2 + () + + + int_type + sputbackc + a02568.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) + + + int_type + sputc + a02568.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) + + + streamsize + sputn + a02568.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) + + + int_type + sungetc + a02568.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + void + _M_create_pback + a02072.html + ac4c7480aea8087a568d10b87a06b4d4e + () + + + void + _M_destroy_pback + a02072.html + a7b95d650e7a161b18ca9fcbd3f792253 + () + + + void + _M_set_buffer + a02072.html + af3d033b08f1641d4594fb5d21eb2db89 + (streamsize __off) + + + void + gbump + a02568.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) + + + virtual void + imbue + a02072.html + a4e8214d23c9895a180231de6cf463449 + (const locale &__loc) + + + virtual int_type + overflow + a02072.html + ac1941000c0d1480052cc8ee84fd8a665 + (int_type __c=_Traits::eof()) + + + virtual int_type + pbackfail + a02072.html + a98e6cafd6256f907c4fff74afa49be3e + (int_type __c=_Traits::eof()) + + + void + pbump + a02568.html + abd017296cfc054910ca7de102e6a6998 + (int __n) + + + virtual pos_type + seekoff + a02072.html + a0152beebcac8c9542b6b0efe3de5bbfb + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + virtual pos_type + seekpos + a02072.html + a91365d684bb298cb7ad42e3c73cd0252 + (pos_type __pos, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + virtual __streambuf_type * + setbuf + a02072.html + afdc468aedafb80e43f14569d09485e6b + (char_type *__s, streamsize __n) + + + void + setg + a02568.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) + + + void + setp + a02568.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) + + + virtual streamsize + showmanyc + a02072.html + a0e8e4218ba9766e34b74e69b17fb28b3 + () + + + virtual int + sync + a02072.html + af42cd30ec66c6eb0df56026098b6e04f + () + + + virtual int_type + uflow + a02568.html + a4e0c932f41122eaec83e7008ece5e207 + () + + + virtual int_type + underflow + a02072.html + a051ec9d0aa68d3bbf3a2b8cb2e41c93b + () + + + virtual streamsize + xsgetn + a02072.html + a4fb6d662a8351a9c790be9fbe78be8b4 + (char_type *__s, streamsize __n) + + + virtual streamsize + xsputn + a02072.html + a9e78a1d5dec2c7eea816ada4e43d7576 + (const char_type *__s, streamsize __n) + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + char_type * + _M_buf + a02072.html + a981a6d9fa6672d57f94dc2578f3d4b07 + + + + locale + _M_buf_locale + a02568.html + aef4d5a82b6a51fa750fa43d80b4a8564 + + + + size_t + _M_buf_size + a02072.html + a59de9f582ce410ea2c7583eaf4228e2f + + + + char * + _M_ext_buf + a02072.html + a65f15e25bc11ffc20ca24e1c437ee5c0 + + + + streamsize + _M_ext_buf_size + a02072.html + a284d196740028e4047586fe923e7a595 + + + + const char * + _M_ext_next + a02072.html + af4a3bae8038d32dffd03676c93feccbc + + + + char_type * + _M_in_beg + a02568.html + a08c7afbf0ec4df6f6d8e29a46484197d + + + + char_type * + _M_in_cur + a02568.html + a7b4e50d872ecb80867eaab9e7897b625 + + + + char_type * + _M_in_end + a02568.html + adf0f7b58227c057d018ab6a8b0a123d4 + + + + ios_base::openmode + _M_mode + a02072.html + a14cdd23152cee458aaa655cf9508f9a6 + + + + char_type * + _M_out_beg + a02568.html + a66b958241a34e8b7da6ade8f3434ce61 + + + + char_type * + _M_out_cur + a02568.html + a83c368ebeed6b39269fd45d38b9a8b53 + + + + char_type * + _M_out_end + a02568.html + af2973fa34894190ce5885749fa148bbe + + + + bool + _M_reading + a02072.html + acde765e7a5ddaca79683176fe981cec1 + + + + char_type + _M_pback + a02072.html + a0763759a2b15f0d18f869978aded8f84 + + + + char_type * + _M_pback_cur_save + a02072.html + a293a2014b3f6801df3764e2c502e6e25 + + + + char_type * + _M_pback_end_save + a02072.html + a65dce41d776ab7f376607436e7c5455c + + + + bool + _M_pback_init + a02072.html + aa144642d688ad4c36807ce149e632995 + + + + char_type + _M_pback + a02072.html + a0763759a2b15f0d18f869978aded8f84 + + + + char_type * + _M_pback_cur_save + a02072.html + a293a2014b3f6801df3764e2c502e6e25 + + + + char_type * + _M_pback_end_save + a02072.html + a65dce41d776ab7f376607436e7c5455c + + + + bool + _M_pback_init + a02072.html + aa144642d688ad4c36807ce149e632995 + + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + + std::basic_fstream + a02084.html + _CharT + _Traits + std::basic_iostream + + + event + a04932.html + a411605aa4a6914dded5a9308ce28257b + + + + void(* + event_callback + a04932.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) + + + _Ios_Fmtflags + fmtflags + a04932.html + a03fbf244b3dfb55651c7460537abb89e + + + + _Ios_Iostate + iostate + a04932.html + a0487f09dbaf55c34d14350a54daf0bbd + + + + _Ios_Openmode + openmode + a04932.html + aa7e2408680d83e0bac8979774aeecdad + + + + _Ios_Seekdir + seekdir + a04932.html + ac19bbe98949795f6038952b6c7759a0a + + + + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02564.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + + basic_fstream + a02084.html + aed77d792895951c0c0ca8d6b689a6f3e + () + + + + basic_fstream + a02084.html + ae15d72ac8176fa8086d0d0a46c9a047c + (const char *__s, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + + basic_fstream + a02084.html + a403175b364bfae6f18b01aea8bd309e2 + (const std::string &__s, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + + ~basic_fstream + a02084.html + a1b850171ae0a0603138763e98253773b + () + + + const locale & + _M_getloc + a04932.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 + () const + + + bool + bad + a02564.html + ad79b64356f78198654c36480f670738c + () const + + + void + clear + a02564.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) + + + void + close + a02084.html + adf2ca5f243067d406a96f91763173839 + () + + + basic_ios & + copyfmt + a02564.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) + + + bool + eof + a02564.html + a0a9f086f16995b35aad9db9d3adf843f + () const + + + iostate + exceptions + a02564.html + a2af07612846b93cd56e19d56ad9ee7c5 + () const + + + void + exceptions + a02564.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) + + + bool + fail + a02564.html + a9ce7a228245eefeceacc05fe6feff2e0 + () const + + + char_type + fill + a02564.html + a8b6a8fc0ddc82328520534e9e99de88e + () const + + + char_type + fill + a02564.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) + + + fmtflags + flags + a04932.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const + + + fmtflags + flags + a04932.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) + + + __ostream_type & + flush + a02576.html + ab5155ad385b78192ef1436bf31a0cde0 + () + + + streamsize + gcount + a02572.html + a14cc48ec617f1c1a65d8532e7807882c + () const + + + basic_istream< char > & + getline + a02572.html + ac221a81cafbff201778d85d7a1c48361 + (char_type *__s, streamsize __n, char_type __delim) + + + locale + getloc + a04932.html + ad2ef2af6c7194c081df6c0d505c28699 + () const + + + bool + good + a02564.html + a89bf36df306bb4682f9b74694619b2cf + () const + + + locale + imbue + a02564.html + a0aee263fdd9d10e05634c8b8d0f2114e + (const locale &__loc) + + + bool + is_open + a02084.html + a715c50358129e80ce7a37ee157c141a7 + () + + + long & + iword + a04932.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) + + + char + narrow + a02564.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const + + + void + open + a02084.html + a3a4c04e09a683bc30e9c5c19bdbbcda4 + (const char *__s, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + void + open + a02084.html + a4e3a98b2a30cf6f0e3eaff8eeb9eee47 + (const std::string &__s, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + __ostream_type & + operator<< + a02576.html + a55c3406610bedc51adf69c5bf5e91f87 + (const void *__p) + + + __ostream_type & + operator<< + a02576.html + ae44501375408f184570a51b04f9f984c + (__streambuf_type *__sb) + + + __istream_type & + operator>> + a02572.html + adeaf1064509afa95a3eb1b49c2d351e1 + (void *&__p) + + + __istream_type & + operator>> + a02572.html + a3e27102f9fe4c77782e581f359a6a118 + (__streambuf_type *__sb) + + + streamsize + precision + a04932.html + a22f2e1638f5fcac7fff2442122dc51e6 + () const + + + streamsize + precision + a04932.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) + + + void *& + pword + a04932.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) + + + basic_streambuf< _CharT, _Traits > * + rdbuf + a02564.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< _CharT, _Traits > *__sb) + + + __filebuf_type * + rdbuf + a02084.html + a7e87dac89bf6608d35890a632336b347 + () const + + + iostate + rdstate + a02564.html + a5f082a6a02ca25407fa6806bbd84e887 + () const + + + void + register_callback + a04932.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) + + + __ostream_type & + seekp + a02576.html + abb04da4da073ece1c0222004b6f3207b + (pos_type) + + + __ostream_type & + seekp + a02576.html + a6c7c5283e1f9b0a49c85f1f81c976226 + (off_type, ios_base::seekdir) + + + fmtflags + setf + a04932.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) + + + fmtflags + setf + a04932.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) + + + void + setstate + a02564.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) + + + pos_type + tellp + a02576.html + a57b81a67592e9a2692704ef6cb675946 + () + + + basic_ostream< _CharT, _Traits > * + tie + a02564.html + a191fdfa0d70cd77c7e396a6411d1febc + () const + + + basic_ostream< _CharT, _Traits > * + tie + a02564.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< _CharT, _Traits > *__tiestr) + + + void + unsetf + a04932.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) + + + char_type + widen + a02564.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const + + + streamsize + width + a04932.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const + + + streamsize + width + a04932.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) + + + __istream_type & + operator>> + a02572.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) + + + __istream_type & + operator>> + a02572.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) + + + __istream_type & + operator>> + a02572.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) + + + __istream_type & + operator>> + a02572.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) + + + __istream_type & + operator>> + a02572.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) + + + __istream_type & + operator>> + a02572.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) + + + __istream_type & + operator>> + a02572.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) + + + __istream_type & + operator>> + a02572.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) + + + __istream_type & + operator>> + a02572.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) + + + __istream_type & + operator>> + a02572.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) + + + __istream_type & + operator>> + a02572.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) + + + __istream_type & + operator>> + a02572.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) + + + __istream_type & + operator>> + a02572.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) + + + __istream_type & + operator>> + a02572.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) + + + __istream_type & + operator>> + a02572.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) + + + int_type + get + a02572.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () + + + __istream_type & + get + a02572.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) + + + __istream_type & + get + a02572.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + get + a02572.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) + + + __istream_type & + get + a02572.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) + + + __istream_type & + get + a02572.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) + + + __istream_type & + getline + a02572.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + getline + a02572.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) + + + __istream_type & + ignore + a02572.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) + + + __istream_type & + ignore + a02572.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) + + + __istream_type & + ignore + a02572.html + a64f338d738e8de460fa4a2be744cff8f + () + + + int_type + peek + a02572.html + a2f0e75e1691608c66f634191e54ec4d9 + () + + + __istream_type & + read + a02572.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) + + + streamsize + readsome + a02572.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) + + + __istream_type & + putback + a02572.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) + + + __istream_type & + unget + a02572.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () + + + int + sync + a02572.html + af3f3c68797d19724d8add89b15a08908 + () + + + pos_type + tellg + a02572.html + a46cc2065d192a9689f39d298a9573341 + () + + + __istream_type & + seekg + a02572.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02572.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + __ostream_type & + operator<< + a02576.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) + + + __ostream_type & + operator<< + a02576.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) + + + __ostream_type & + operator<< + a02576.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) + + + __ostream_type & + operator<< + a02576.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) + + + __ostream_type & + operator<< + a02576.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) + + + __ostream_type & + operator<< + a02576.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) + + + __ostream_type & + operator<< + a02576.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) + + + __ostream_type & + operator<< + a02576.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) + + + __ostream_type & + operator<< + a02576.html + a90608b96fbe83830a71760b741ae3159 + (int __n) + + + __ostream_type & + operator<< + a02576.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) + + + __ostream_type & + operator<< + a02576.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) + + + __ostream_type & + operator<< + a02576.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) + + + __ostream_type & + operator<< + a02576.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) + + + __ostream_type & + operator<< + a02576.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) + + + __ostream_type & + operator<< + a02576.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) + + + __ostream_type & + put + a02576.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) + + + void + _M_write + a02576.html + ac8e60326ec9f82e24274e3f457dc887a + (const char_type *__s, streamsize __n) + + + __ostream_type & + write + a02576.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) + + + static bool + sync_with_stdio + a04932.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) + + + static int + xalloc + a04932.html + a3faeb4739cfe621262ceef0aad98f0ea + () + + + static const fmtflags + adjustfield + a04932.html + afb35e86e0979426d5271e7da619e564b + + + + static const openmode + app + a04932.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + + + + static const openmode + ate + a04932.html + ad22225874e26210dfe11263279587e75 + + + + static const iostate + badbit + a04932.html + aa3cd1e1667eb566ad6e23a67117eef8b + + + + static const fmtflags + basefield + a04932.html + a1c78bab2448707823dbb382c1f9d872a + + + + static const seekdir + beg + a04932.html + a214f784b4a9d7ce92eb23ed99e44aecf + + + + static const openmode + binary + a04932.html + a88a28f18badafdd8e605841b8b7042d5 + + + + static const fmtflags + boolalpha + a04932.html + a7643f003a532a377d00ebe8bd288985f + + + + static const seekdir + cur + a04932.html + a1965600e26ca83d186504a4fd337cb9e + + + + static const fmtflags + dec + a04932.html + a3b38d2c92a8191a8f6d4994c663d408e + + + + static const seekdir + end + a04932.html + a505c3780386ccd5ca9679f7264db97f9 + + + + static const iostate + eofbit + a04932.html + a806f6f377e4fb4525d19e6d24df3cd62 + + + + static const iostate + failbit + a04932.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + + + + static const fmtflags + fixed + a04932.html + ab68a9e528eb897d85741f7a21adf4368 + + + + static const fmtflags + floatfield + a04932.html + a82663733691c649e8138a0fa959cb8c4 + + + + static const iostate + goodbit + a04932.html + a9af3b6f8ace7d893e1a0853d8fb29778 + + + + static const fmtflags + hex + a04932.html + a0dec2040942a5b127ce98be81486466f + + + + static const openmode + in + a04932.html + a652e2323949eea3d906e1c81bd8ce8f7 + + + + static const fmtflags + internal + a04932.html + a6e38abfae36f1fce1d01ec47487ba226 + + + + static const fmtflags + left + a04932.html + ac3795cde4efbdf63b27ea978f1a2755d + + + + static const fmtflags + oct + a04932.html + ab9d72ba493c0a12da9e6669c32af98ed + + + + static const openmode + out + a04932.html + a7187e216e5d16ec820ea1791002f85e0 + + + + static const fmtflags + right + a04932.html + a13753798f5c9da6f9372429c53039767 + + + + static const fmtflags + scientific + a04932.html + af4966eeb93a789a84f9acd92375d8483 + + + + static const fmtflags + showbase + a04932.html + a69acbf246475f065d6648303e452fd4d + + + + static const fmtflags + showpoint + a04932.html + a4c79db16d6509208744e2b698a2d107f + + + + static const fmtflags + showpos + a04932.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 + + + + static const fmtflags + skipws + a04932.html + a0092524de17db6438bc3bdcb914ac62b + + + + static const openmode + trunc + a04932.html + ae6831a611ce41b51a873c55b30d8534d + + + + static const fmtflags + unitbuf + a04932.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + + + + static const fmtflags + uppercase + a04932.html + a1be02544c10366da9fd9183a905d4910 + + + + void + init + a02564.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< _CharT, _Traits > *__sb) + + + streamsize + _M_gcount + a02572.html + a561684f2822987bda56c7e8817f91892 + + + + __istream_type & + operator>> + a02572.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) + + + __istream_type & + operator>> + a02572.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) + + + __istream_type & + operator>> + a02572.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) + + + __istream_type & + operator>> + a02572.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) + + + __istream_type & + operator>> + a02572.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) + + + __istream_type & + operator>> + a02572.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) + + + __istream_type & + operator>> + a02572.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) + + + __istream_type & + operator>> + a02572.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) + + + __istream_type & + operator>> + a02572.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) + + + __istream_type & + operator>> + a02572.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) + + + __istream_type & + operator>> + a02572.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) + + + __istream_type & + operator>> + a02572.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) + + + __istream_type & + operator>> + a02572.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) + + + __istream_type & + operator>> + a02572.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) + + + __istream_type & + operator>> + a02572.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) + + + int_type + get + a02572.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () + + + __istream_type & + get + a02572.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) + + + __istream_type & + get + a02572.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + get + a02572.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) + + + __istream_type & + get + a02572.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) + + + __istream_type & + get + a02572.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) + + + __istream_type & + getline + a02572.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + getline + a02572.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) + + + __istream_type & + ignore + a02572.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) + + + __istream_type & + ignore + a02572.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) + + + __istream_type & + ignore + a02572.html + a64f338d738e8de460fa4a2be744cff8f + () + + + int_type + peek + a02572.html + a2f0e75e1691608c66f634191e54ec4d9 + () + + + __istream_type & + read + a02572.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) + + + streamsize + readsome + a02572.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) + + + __istream_type & + putback + a02572.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) + + + __istream_type & + unget + a02572.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () + + + int + sync + a02572.html + af3f3c68797d19724d8add89b15a08908 + () + + + pos_type + tellg + a02572.html + a46cc2065d192a9689f39d298a9573341 + () + + + __istream_type & + seekg + a02572.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02572.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) + + + __ostream_type & + operator<< + a02576.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) + + + __ostream_type & + operator<< + a02576.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) + + + __ostream_type & + operator<< + a02576.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) + + + __ostream_type & + operator<< + a02576.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) + + + __ostream_type & + operator<< + a02576.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) + + + __ostream_type & + operator<< + a02576.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) + + + __ostream_type & + operator<< + a02576.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) + + + __ostream_type & + operator<< + a02576.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) + + + __ostream_type & + operator<< + a02576.html + a90608b96fbe83830a71760b741ae3159 + (int __n) + + + __ostream_type & + operator<< + a02576.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) + + + __ostream_type & + operator<< + a02576.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) + + + __ostream_type & + operator<< + a02576.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) + + + __ostream_type & + operator<< + a02576.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) + + + __ostream_type & + operator<< + a02576.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) + + + __ostream_type & + operator<< + a02576.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) + + + __ostream_type & + put + a02576.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) + + + void + _M_write + a02576.html + ac8e60326ec9f82e24274e3f457dc887a + (const char_type *__s, streamsize __n) + + + __ostream_type & + write + a02576.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) + + + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02564.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + + std::basic_ifstream + a02076.html + _CharT + _Traits + std::basic_istream + + + event + a04932.html + a411605aa4a6914dded5a9308ce28257b + + + + void(* + event_callback + a04932.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) + + + _Ios_Fmtflags + fmtflags + a04932.html + a03fbf244b3dfb55651c7460537abb89e + + + + _Ios_Iostate + iostate + a04932.html + a0487f09dbaf55c34d14350a54daf0bbd + + + + _Ios_Openmode + openmode + a04932.html + aa7e2408680d83e0bac8979774aeecdad + + + + _Ios_Seekdir + seekdir + a04932.html + ac19bbe98949795f6038952b6c7759a0a + + + + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02564.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + + basic_ifstream + a02076.html + a0332ea0815cd0f2681780ed3cb482229 + () + + + + basic_ifstream + a02076.html + a83516a8e9d1db5ae7d2cf392b23dd840 + (const char *__s, ios_base::openmode __mode=ios_base::in) + + + + basic_ifstream + a02076.html + ad533b4e5d658fe6563d34b9ef36a9d7a + (const std::string &__s, ios_base::openmode __mode=ios_base::in) + + + + ~basic_ifstream + a02076.html + a1bb90895f6ee2886b8e2dd9e033d31ad + () + + + const locale & + _M_getloc + a04932.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 + () const + + + bool + bad + a02564.html + ad79b64356f78198654c36480f670738c + () const + + + void + clear + a02564.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) + + + void + close + a02076.html + adca6a6b93f9f3ae1c9393213caa37a9a + () + + + basic_ios & + copyfmt + a02564.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) + + + bool + eof + a02564.html + a0a9f086f16995b35aad9db9d3adf843f + () const + + + iostate + exceptions + a02564.html + a2af07612846b93cd56e19d56ad9ee7c5 + () const + + + void + exceptions + a02564.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) + + + bool + fail + a02564.html + a9ce7a228245eefeceacc05fe6feff2e0 + () const + + + char_type + fill + a02564.html + a8b6a8fc0ddc82328520534e9e99de88e + () const + + + char_type + fill + a02564.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) + + + fmtflags + flags + a04932.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const + + + fmtflags + flags + a04932.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) + + + streamsize + gcount + a02572.html + a14cc48ec617f1c1a65d8532e7807882c + () const + + + basic_istream< char > & + getline + a02572.html + ac221a81cafbff201778d85d7a1c48361 + (char_type *__s, streamsize __n, char_type __delim) + + + locale + getloc + a04932.html + ad2ef2af6c7194c081df6c0d505c28699 + () const + + + bool + good + a02564.html + a89bf36df306bb4682f9b74694619b2cf + () const + + + locale + imbue + a02564.html + a0aee263fdd9d10e05634c8b8d0f2114e + (const locale &__loc) + + + bool + is_open + a02076.html + afcbe0c0931007c7359e16543abe1fe87 + () + + + long & + iword + a04932.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) + + + char + narrow + a02564.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const + + + void + open + a02076.html + a642496a04b7adb81e614d2b3903734ff + (const char *__s, ios_base::openmode __mode=ios_base::in) + + + void + open + a02076.html + ab7c7c2bf6e27152bb0460c83c32ab431 + (const std::string &__s, ios_base::openmode __mode=ios_base::in) + + + __istream_type & + operator>> + a02572.html + adeaf1064509afa95a3eb1b49c2d351e1 + (void *&__p) + + + __istream_type & + operator>> + a02572.html + a3e27102f9fe4c77782e581f359a6a118 + (__streambuf_type *__sb) + + + streamsize + precision + a04932.html + a22f2e1638f5fcac7fff2442122dc51e6 + () const + + + streamsize + precision + a04932.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) + + + void *& + pword + a04932.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) + + + basic_streambuf< _CharT, _Traits > * + rdbuf + a02564.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< _CharT, _Traits > *__sb) + + + __filebuf_type * + rdbuf + a02076.html + a7f104c73e5bd5a76405a0edc299da3e2 + () const + + + iostate + rdstate + a02564.html + a5f082a6a02ca25407fa6806bbd84e887 + () const + + + void + register_callback + a04932.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) + + + fmtflags + setf + a04932.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) + + + fmtflags + setf + a04932.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) + + + void + setstate + a02564.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) + + + basic_ostream< _CharT, _Traits > * + tie + a02564.html + a191fdfa0d70cd77c7e396a6411d1febc + () const + + + basic_ostream< _CharT, _Traits > * + tie + a02564.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< _CharT, _Traits > *__tiestr) + + + void + unsetf + a04932.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) + + + char_type + widen + a02564.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const + + + streamsize + width + a04932.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const + + + streamsize + width + a04932.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) + + + __istream_type & + operator>> + a02572.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) + + + __istream_type & + operator>> + a02572.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) + + + __istream_type & + operator>> + a02572.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) + + + __istream_type & + operator>> + a02572.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) + + + __istream_type & + operator>> + a02572.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) + + + __istream_type & + operator>> + a02572.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) + + + __istream_type & + operator>> + a02572.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) + + + __istream_type & + operator>> + a02572.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) + + + __istream_type & + operator>> + a02572.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) + + + __istream_type & + operator>> + a02572.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) + + + __istream_type & + operator>> + a02572.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) + + + __istream_type & + operator>> + a02572.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) + + + __istream_type & + operator>> + a02572.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) + + + __istream_type & + operator>> + a02572.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) + + + __istream_type & + operator>> + a02572.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) + + + int_type + get + a02572.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () + + + __istream_type & + get + a02572.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) + + + __istream_type & + get + a02572.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + get + a02572.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) + + + __istream_type & + get + a02572.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) + + + __istream_type & + get + a02572.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) + + + __istream_type & + getline + a02572.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + getline + a02572.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) + + + __istream_type & + ignore + a02572.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) + + + __istream_type & + ignore + a02572.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) + + + __istream_type & + ignore + a02572.html + a64f338d738e8de460fa4a2be744cff8f + () + + + int_type + peek + a02572.html + a2f0e75e1691608c66f634191e54ec4d9 + () + + + __istream_type & + read + a02572.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) + + + streamsize + readsome + a02572.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) + + + __istream_type & + putback + a02572.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) + + + __istream_type & + unget + a02572.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () + + + int + sync + a02572.html + af3f3c68797d19724d8add89b15a08908 + () + + + pos_type + tellg + a02572.html + a46cc2065d192a9689f39d298a9573341 + () + + + __istream_type & + seekg + a02572.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02572.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + static bool + sync_with_stdio + a04932.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) + + + static int + xalloc + a04932.html + a3faeb4739cfe621262ceef0aad98f0ea + () + + + static const fmtflags + adjustfield + a04932.html + afb35e86e0979426d5271e7da619e564b + + + + static const openmode + app + a04932.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + + + + static const openmode + ate + a04932.html + ad22225874e26210dfe11263279587e75 + + + + static const iostate + badbit + a04932.html + aa3cd1e1667eb566ad6e23a67117eef8b + + + + static const fmtflags + basefield + a04932.html + a1c78bab2448707823dbb382c1f9d872a + + + + static const seekdir + beg + a04932.html + a214f784b4a9d7ce92eb23ed99e44aecf + + + + static const openmode + binary + a04932.html + a88a28f18badafdd8e605841b8b7042d5 + + + + static const fmtflags + boolalpha + a04932.html + a7643f003a532a377d00ebe8bd288985f + + + + static const seekdir + cur + a04932.html + a1965600e26ca83d186504a4fd337cb9e + + + + static const fmtflags + dec + a04932.html + a3b38d2c92a8191a8f6d4994c663d408e + + + + static const seekdir + end + a04932.html + a505c3780386ccd5ca9679f7264db97f9 + + + + static const iostate + eofbit + a04932.html + a806f6f377e4fb4525d19e6d24df3cd62 + + + + static const iostate + failbit + a04932.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + + + + static const fmtflags + fixed + a04932.html + ab68a9e528eb897d85741f7a21adf4368 + + + + static const fmtflags + floatfield + a04932.html + a82663733691c649e8138a0fa959cb8c4 + + + + static const iostate + goodbit + a04932.html + a9af3b6f8ace7d893e1a0853d8fb29778 + + + + static const fmtflags + hex + a04932.html + a0dec2040942a5b127ce98be81486466f + + + + static const openmode + in + a04932.html + a652e2323949eea3d906e1c81bd8ce8f7 + + + + static const fmtflags + internal + a04932.html + a6e38abfae36f1fce1d01ec47487ba226 + + + + static const fmtflags + left + a04932.html + ac3795cde4efbdf63b27ea978f1a2755d + + + + static const fmtflags + oct + a04932.html + ab9d72ba493c0a12da9e6669c32af98ed + + + + static const openmode + out + a04932.html + a7187e216e5d16ec820ea1791002f85e0 + + + + static const fmtflags + right + a04932.html + a13753798f5c9da6f9372429c53039767 + + + + static const fmtflags + scientific + a04932.html + af4966eeb93a789a84f9acd92375d8483 + + + + static const fmtflags + showbase + a04932.html + a69acbf246475f065d6648303e452fd4d + + + + static const fmtflags + showpoint + a04932.html + a4c79db16d6509208744e2b698a2d107f + + + + static const fmtflags + showpos + a04932.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 + + + + static const fmtflags + skipws + a04932.html + a0092524de17db6438bc3bdcb914ac62b + + + + static const openmode + trunc + a04932.html + ae6831a611ce41b51a873c55b30d8534d + + + + static const fmtflags + unitbuf + a04932.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + + + + static const fmtflags + uppercase + a04932.html + a1be02544c10366da9fd9183a905d4910 + + + + void + init + a02564.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< _CharT, _Traits > *__sb) + + + streamsize + _M_gcount + a02572.html + a561684f2822987bda56c7e8817f91892 + + + + __istream_type & + operator>> + a02572.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) + + + __istream_type & + operator>> + a02572.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) + + + __istream_type & + operator>> + a02572.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) + + + __istream_type & + operator>> + a02572.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) + + + __istream_type & + operator>> + a02572.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) + + + __istream_type & + operator>> + a02572.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) + + + __istream_type & + operator>> + a02572.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) + + + __istream_type & + operator>> + a02572.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) + + + __istream_type & + operator>> + a02572.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) + + + __istream_type & + operator>> + a02572.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) + + + __istream_type & + operator>> + a02572.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) + + + __istream_type & + operator>> + a02572.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) + + + __istream_type & + operator>> + a02572.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) + + + __istream_type & + operator>> + a02572.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) + + + __istream_type & + operator>> + a02572.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) + + + int_type + get + a02572.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () + + + __istream_type & + get + a02572.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) + + + __istream_type & + get + a02572.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + get + a02572.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) + + + __istream_type & + get + a02572.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) + + + __istream_type & + get + a02572.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) + + + __istream_type & + getline + a02572.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + getline + a02572.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) + + + __istream_type & + ignore + a02572.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) + + + __istream_type & + ignore + a02572.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) + + + __istream_type & + ignore + a02572.html + a64f338d738e8de460fa4a2be744cff8f + () + + + int_type + peek + a02572.html + a2f0e75e1691608c66f634191e54ec4d9 + () + + + __istream_type & + read + a02572.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) + + + streamsize + readsome + a02572.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) + + + __istream_type & + putback + a02572.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) + + + __istream_type & + unget + a02572.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () + + + int + sync + a02572.html + af3f3c68797d19724d8add89b15a08908 + () + + + pos_type + tellg + a02572.html + a46cc2065d192a9689f39d298a9573341 + () + + + __istream_type & + seekg + a02572.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02572.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) + + + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02564.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + + std::basic_ios + a02564.html + _CharT + _Traits + std::ios_base + + + event + a04932.html + a411605aa4a6914dded5a9308ce28257b + + + + void(* + event_callback + a04932.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) + + + _Ios_Fmtflags + fmtflags + a04932.html + a03fbf244b3dfb55651c7460537abb89e + + + + _Ios_Iostate + iostate + a04932.html + a0487f09dbaf55c34d14350a54daf0bbd + + + + _Ios_Openmode + openmode + a04932.html + aa7e2408680d83e0bac8979774aeecdad + + + + _Ios_Seekdir + seekdir + a04932.html + ac19bbe98949795f6038952b6c7759a0a + + + + _CharT + char_type + a02564.html + ab79c2147554ac3080647828e0bd75c17 + + + + _Traits::int_type + int_type + a02564.html + abed08c42ca8297417265888a1232709a + + + + _Traits::pos_type + pos_type + a02564.html + a1a7a5dbd05bfd3ebcc7a4febd35e58d9 + + + + _Traits::off_type + off_type + a02564.html + a9b0940b8e61b43dbb5c0f1bb268ce944 + + + + _Traits + traits_type + a02564.html + a2ce652e072a7f6664c71548df3e43af4 + + + + ctype< _CharT > + __ctype_type + a02564.html + a182d68de5e0177334ea13de288105523 + + + + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02564.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > + __num_get_type + a02564.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc + + + + + basic_ios + a02564.html + aec6ddbe42050441c71ec066b901f332c + (basic_streambuf< _CharT, _Traits > *__sb) + + + virtual + ~basic_ios + a02564.html + a9988b5612652454d970d5ad856c6e8d2 + () + + + const locale & + _M_getloc + a04932.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 + () const + + + bool + bad + a02564.html + ad79b64356f78198654c36480f670738c + () const + + + void + clear + a02564.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) + + + basic_ios & + copyfmt + a02564.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) + + + bool + eof + a02564.html + a0a9f086f16995b35aad9db9d3adf843f + () const + + + iostate + exceptions + a02564.html + a2af07612846b93cd56e19d56ad9ee7c5 + () const + + + void + exceptions + a02564.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) + + + bool + fail + a02564.html + a9ce7a228245eefeceacc05fe6feff2e0 + () const + + + char_type + fill + a02564.html + a8b6a8fc0ddc82328520534e9e99de88e + () const + + + char_type + fill + a02564.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) + + + fmtflags + flags + a04932.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const + + + fmtflags + flags + a04932.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) + + + locale + getloc + a04932.html + ad2ef2af6c7194c081df6c0d505c28699 + () const + + + bool + good + a02564.html + a89bf36df306bb4682f9b74694619b2cf + () const + + + locale + imbue + a02564.html + a0aee263fdd9d10e05634c8b8d0f2114e + (const locale &__loc) + + + long & + iword + a04932.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) + + + char + narrow + a02564.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const + + + streamsize + precision + a04932.html + a22f2e1638f5fcac7fff2442122dc51e6 + () const + + + streamsize + precision + a04932.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) + + + void *& + pword + a04932.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) + + + basic_streambuf< _CharT, _Traits > * + rdbuf + a02564.html + a21f92cbfd296f81694cdaef956d0bd6d + () const + + + basic_streambuf< _CharT, _Traits > * + rdbuf + a02564.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< _CharT, _Traits > *__sb) + + + iostate + rdstate + a02564.html + a5f082a6a02ca25407fa6806bbd84e887 + () const + + + void + register_callback + a04932.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) + + + fmtflags + setf + a04932.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) + + + fmtflags + setf + a04932.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) + + + void + setstate + a02564.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) + + + basic_ostream< _CharT, _Traits > * + tie + a02564.html + a191fdfa0d70cd77c7e396a6411d1febc + () const + + + basic_ostream< _CharT, _Traits > * + tie + a02564.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< _CharT, _Traits > *__tiestr) + + + void + unsetf + a04932.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) + + + char_type + widen + a02564.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const + + + streamsize + width + a04932.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const + + + streamsize + width + a04932.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + static bool + sync_with_stdio + a04932.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) + + + static int + xalloc + a04932.html + a3faeb4739cfe621262ceef0aad98f0ea + () + + + static const fmtflags + adjustfield + a04932.html + afb35e86e0979426d5271e7da619e564b + + + + static const openmode + app + a04932.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + + + + static const openmode + ate + a04932.html + ad22225874e26210dfe11263279587e75 + + + + static const iostate + badbit + a04932.html + aa3cd1e1667eb566ad6e23a67117eef8b + + + + static const fmtflags + basefield + a04932.html + a1c78bab2448707823dbb382c1f9d872a + + + + static const seekdir + beg + a04932.html + a214f784b4a9d7ce92eb23ed99e44aecf + + + + static const openmode + binary + a04932.html + a88a28f18badafdd8e605841b8b7042d5 + + + + static const fmtflags + boolalpha + a04932.html + a7643f003a532a377d00ebe8bd288985f + + + + static const seekdir + cur + a04932.html + a1965600e26ca83d186504a4fd337cb9e + + + + static const fmtflags + dec + a04932.html + a3b38d2c92a8191a8f6d4994c663d408e + + + + static const seekdir + end + a04932.html + a505c3780386ccd5ca9679f7264db97f9 + + + + static const iostate + eofbit + a04932.html + a806f6f377e4fb4525d19e6d24df3cd62 + + + + static const iostate + failbit + a04932.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + + + + static const fmtflags + fixed + a04932.html + ab68a9e528eb897d85741f7a21adf4368 + + + + static const fmtflags + floatfield + a04932.html + a82663733691c649e8138a0fa959cb8c4 + + + + static const iostate + goodbit + a04932.html + a9af3b6f8ace7d893e1a0853d8fb29778 + + + + static const fmtflags + hex + a04932.html + a0dec2040942a5b127ce98be81486466f + + + + static const openmode + in + a04932.html + a652e2323949eea3d906e1c81bd8ce8f7 + + + + static const fmtflags + internal + a04932.html + a6e38abfae36f1fce1d01ec47487ba226 + + + + static const fmtflags + left + a04932.html + ac3795cde4efbdf63b27ea978f1a2755d + + + + static const fmtflags + oct + a04932.html + ab9d72ba493c0a12da9e6669c32af98ed + + + + static const openmode + out + a04932.html + a7187e216e5d16ec820ea1791002f85e0 + + + + static const fmtflags + right + a04932.html + a13753798f5c9da6f9372429c53039767 + + + + static const fmtflags + scientific + a04932.html + af4966eeb93a789a84f9acd92375d8483 + + + + static const fmtflags + showbase + a04932.html + a69acbf246475f065d6648303e452fd4d + + + + static const fmtflags + showpoint + a04932.html + a4c79db16d6509208744e2b698a2d107f + + + + static const fmtflags + showpos + a04932.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 + + + + static const fmtflags + skipws + a04932.html + a0092524de17db6438bc3bdcb914ac62b + + + + static const openmode + trunc + a04932.html + ae6831a611ce41b51a873c55b30d8534d + + + + static const fmtflags + unitbuf + a04932.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + + + + static const fmtflags + uppercase + a04932.html + a1be02544c10366da9fd9183a905d4910 + + + + + basic_ios + a02564.html + a3ecd9e8f6ad7e3f910a1b9ef2962c6a4 + () + + + void + init + a02564.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< _CharT, _Traits > *__sb) + + + _CharT + char_type + a02564.html + ab79c2147554ac3080647828e0bd75c17 + + + + _Traits::int_type + int_type + a02564.html + abed08c42ca8297417265888a1232709a + + + + _Traits::pos_type + pos_type + a02564.html + a1a7a5dbd05bfd3ebcc7a4febd35e58d9 + + + + _Traits::off_type + off_type + a02564.html + a9b0940b8e61b43dbb5c0f1bb268ce944 + + + + _Traits + traits_type + a02564.html + a2ce652e072a7f6664c71548df3e43af4 + + + + ctype< _CharT > + __ctype_type + a02564.html + a182d68de5e0177334ea13de288105523 + + + + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02564.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > + __num_get_type + a02564.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc + + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + + std::basic_iostream + a02580.html + _CharT + _Traits + std::basic_istream + std::basic_ostream + + + event + a04932.html + a411605aa4a6914dded5a9308ce28257b + + + + void(* + event_callback + a04932.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) + + + _Ios_Fmtflags + fmtflags + a04932.html + a03fbf244b3dfb55651c7460537abb89e + + + + _Ios_Iostate + iostate + a04932.html + a0487f09dbaf55c34d14350a54daf0bbd + + + + _Ios_Openmode + openmode + a04932.html + aa7e2408680d83e0bac8979774aeecdad + + + + _Ios_Seekdir + seekdir + a04932.html + ac19bbe98949795f6038952b6c7759a0a + + + + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02564.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + + basic_iostream + a02580.html + ab1cea733f7a42667a83144a06857450b + (basic_streambuf< _CharT, _Traits > *__sb) + + + virtual + ~basic_iostream + a02580.html + ae6395051f05575ecd1f386e0eb46fff7 + () + + + const locale & + _M_getloc + a04932.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 + () const + + + bool + bad + a02564.html + ad79b64356f78198654c36480f670738c + () const + + + void + clear + a02564.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) + + + basic_ios & + copyfmt + a02564.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) + + + bool + eof + a02564.html + a0a9f086f16995b35aad9db9d3adf843f + () const + + + iostate + exceptions + a02564.html + a2af07612846b93cd56e19d56ad9ee7c5 + () const + + + void + exceptions + a02564.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) + + + bool + fail + a02564.html + a9ce7a228245eefeceacc05fe6feff2e0 + () const + + + char_type + fill + a02564.html + a8b6a8fc0ddc82328520534e9e99de88e + () const + + + char_type + fill + a02564.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) + + + fmtflags + flags + a04932.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const + + + fmtflags + flags + a04932.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) + + + __ostream_type & + flush + a02576.html + ab5155ad385b78192ef1436bf31a0cde0 + () + + + streamsize + gcount + a02572.html + a14cc48ec617f1c1a65d8532e7807882c + () const + + + basic_istream< char > & + getline + a02572.html + ac221a81cafbff201778d85d7a1c48361 + (char_type *__s, streamsize __n, char_type __delim) + + + locale + getloc + a04932.html + ad2ef2af6c7194c081df6c0d505c28699 + () const + + + bool + good + a02564.html + a89bf36df306bb4682f9b74694619b2cf + () const + + + locale + imbue + a02564.html + a0aee263fdd9d10e05634c8b8d0f2114e + (const locale &__loc) + + + long & + iword + a04932.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) + + + char + narrow + a02564.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const + + + __ostream_type & + operator<< + a02576.html + a55c3406610bedc51adf69c5bf5e91f87 + (const void *__p) + + + __ostream_type & + operator<< + a02576.html + ae44501375408f184570a51b04f9f984c + (__streambuf_type *__sb) + + + __istream_type & + operator>> + a02572.html + adeaf1064509afa95a3eb1b49c2d351e1 + (void *&__p) + + + __istream_type & + operator>> + a02572.html + a3e27102f9fe4c77782e581f359a6a118 + (__streambuf_type *__sb) + + + streamsize + precision + a04932.html + a22f2e1638f5fcac7fff2442122dc51e6 + () const + + + streamsize + precision + a04932.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) + + + void *& + pword + a04932.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) + + + basic_streambuf< _CharT, _Traits > * + rdbuf + a02564.html + a21f92cbfd296f81694cdaef956d0bd6d + () const + + + basic_streambuf< _CharT, _Traits > * + rdbuf + a02564.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< _CharT, _Traits > *__sb) + + + iostate + rdstate + a02564.html + a5f082a6a02ca25407fa6806bbd84e887 + () const + + + void + register_callback + a04932.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) + + + __ostream_type & + seekp + a02576.html + abb04da4da073ece1c0222004b6f3207b + (pos_type) + + + __ostream_type & + seekp + a02576.html + a6c7c5283e1f9b0a49c85f1f81c976226 + (off_type, ios_base::seekdir) + + + fmtflags + setf + a04932.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) + + + fmtflags + setf + a04932.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) + + + void + setstate + a02564.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) + + + pos_type + tellp + a02576.html + a57b81a67592e9a2692704ef6cb675946 + () + + + basic_ostream< _CharT, _Traits > * + tie + a02564.html + a191fdfa0d70cd77c7e396a6411d1febc + () const + + + basic_ostream< _CharT, _Traits > * + tie + a02564.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< _CharT, _Traits > *__tiestr) + + + void + unsetf + a04932.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) + + + char_type + widen + a02564.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const + + + streamsize + width + a04932.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const + + + streamsize + width + a04932.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) + + + __istream_type & + operator>> + a02572.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) + + + __istream_type & + operator>> + a02572.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) + + + __istream_type & + operator>> + a02572.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) + + + __istream_type & + operator>> + a02572.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) + + + __istream_type & + operator>> + a02572.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) + + + __istream_type & + operator>> + a02572.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) + + + __istream_type & + operator>> + a02572.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) + + + __istream_type & + operator>> + a02572.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) + + + __istream_type & + operator>> + a02572.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) + + + __istream_type & + operator>> + a02572.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) + + + __istream_type & + operator>> + a02572.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) + + + __istream_type & + operator>> + a02572.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) + + + __istream_type & + operator>> + a02572.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) + + + __istream_type & + operator>> + a02572.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) + + + __istream_type & + operator>> + a02572.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) + + + int_type + get + a02572.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () + + + __istream_type & + get + a02572.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) + + + __istream_type & + get + a02572.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + get + a02572.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) + + + __istream_type & + get + a02572.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) + + + __istream_type & + get + a02572.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) + + + __istream_type & + getline + a02572.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + getline + a02572.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) + + + __istream_type & + ignore + a02572.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) + + + __istream_type & + ignore + a02572.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) + + + __istream_type & + ignore + a02572.html + a64f338d738e8de460fa4a2be744cff8f + () + + + int_type + peek + a02572.html + a2f0e75e1691608c66f634191e54ec4d9 + () + + + __istream_type & + read + a02572.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) + + + streamsize + readsome + a02572.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) + + + __istream_type & + putback + a02572.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) + + + __istream_type & + unget + a02572.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () + + + int + sync + a02572.html + af3f3c68797d19724d8add89b15a08908 + () + + + pos_type + tellg + a02572.html + a46cc2065d192a9689f39d298a9573341 + () + + + __istream_type & + seekg + a02572.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02572.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + __ostream_type & + operator<< + a02576.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) + + + __ostream_type & + operator<< + a02576.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) + + + __ostream_type & + operator<< + a02576.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) + + + __ostream_type & + operator<< + a02576.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) + + + __ostream_type & + operator<< + a02576.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) + + + __ostream_type & + operator<< + a02576.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) + + + __ostream_type & + operator<< + a02576.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) + + + __ostream_type & + operator<< + a02576.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) + + + __ostream_type & + operator<< + a02576.html + a90608b96fbe83830a71760b741ae3159 + (int __n) + + + __ostream_type & + operator<< + a02576.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) + + + __ostream_type & + operator<< + a02576.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) + + + __ostream_type & + operator<< + a02576.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) + + + __ostream_type & + operator<< + a02576.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) + + + __ostream_type & + operator<< + a02576.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) + + + __ostream_type & + operator<< + a02576.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) + + + __ostream_type & + put + a02576.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) + + + void + _M_write + a02576.html + ac8e60326ec9f82e24274e3f457dc887a + (const char_type *__s, streamsize __n) + + + __ostream_type & + write + a02576.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) + + + static bool + sync_with_stdio + a04932.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) + + + static int + xalloc + a04932.html + a3faeb4739cfe621262ceef0aad98f0ea + () + + + static const fmtflags + adjustfield + a04932.html + afb35e86e0979426d5271e7da619e564b + + + + static const openmode + app + a04932.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + + + + static const openmode + ate + a04932.html + ad22225874e26210dfe11263279587e75 + + + + static const iostate + badbit + a04932.html + aa3cd1e1667eb566ad6e23a67117eef8b + + + + static const fmtflags + basefield + a04932.html + a1c78bab2448707823dbb382c1f9d872a + + + + static const seekdir + beg + a04932.html + a214f784b4a9d7ce92eb23ed99e44aecf + + + + static const openmode + binary + a04932.html + a88a28f18badafdd8e605841b8b7042d5 + + + + static const fmtflags + boolalpha + a04932.html + a7643f003a532a377d00ebe8bd288985f + + + + static const seekdir + cur + a04932.html + a1965600e26ca83d186504a4fd337cb9e + + + + static const fmtflags + dec + a04932.html + a3b38d2c92a8191a8f6d4994c663d408e + + + + static const seekdir + end + a04932.html + a505c3780386ccd5ca9679f7264db97f9 + + + + static const iostate + eofbit + a04932.html + a806f6f377e4fb4525d19e6d24df3cd62 + + + + static const iostate + failbit + a04932.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + + + + static const fmtflags + fixed + a04932.html + ab68a9e528eb897d85741f7a21adf4368 + + + + static const fmtflags + floatfield + a04932.html + a82663733691c649e8138a0fa959cb8c4 + + + + static const iostate + goodbit + a04932.html + a9af3b6f8ace7d893e1a0853d8fb29778 + + + + static const fmtflags + hex + a04932.html + a0dec2040942a5b127ce98be81486466f + + + + static const openmode + in + a04932.html + a652e2323949eea3d906e1c81bd8ce8f7 + + + + static const fmtflags + internal + a04932.html + a6e38abfae36f1fce1d01ec47487ba226 + + + + static const fmtflags + left + a04932.html + ac3795cde4efbdf63b27ea978f1a2755d + + + + static const fmtflags + oct + a04932.html + ab9d72ba493c0a12da9e6669c32af98ed + + + + static const openmode + out + a04932.html + a7187e216e5d16ec820ea1791002f85e0 + + + + static const fmtflags + right + a04932.html + a13753798f5c9da6f9372429c53039767 + + + + static const fmtflags + scientific + a04932.html + af4966eeb93a789a84f9acd92375d8483 + + + + static const fmtflags + showbase + a04932.html + a69acbf246475f065d6648303e452fd4d + + + + static const fmtflags + showpoint + a04932.html + a4c79db16d6509208744e2b698a2d107f + + + + static const fmtflags + showpos + a04932.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 + + + + static const fmtflags + skipws + a04932.html + a0092524de17db6438bc3bdcb914ac62b + + + + static const openmode + trunc + a04932.html + ae6831a611ce41b51a873c55b30d8534d + + + + static const fmtflags + unitbuf + a04932.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + + + + static const fmtflags + uppercase + a04932.html + a1be02544c10366da9fd9183a905d4910 + + + + void + init + a02564.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< _CharT, _Traits > *__sb) + + + streamsize + _M_gcount + a02572.html + a561684f2822987bda56c7e8817f91892 + + + + __istream_type & + operator>> + a02572.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) + + + __istream_type & + operator>> + a02572.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) + + + __istream_type & + operator>> + a02572.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) + + + __istream_type & + operator>> + a02572.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) + + + __istream_type & + operator>> + a02572.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) + + + __istream_type & + operator>> + a02572.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) + + + __istream_type & + operator>> + a02572.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) + + + __istream_type & + operator>> + a02572.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) + + + __istream_type & + operator>> + a02572.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) + + + __istream_type & + operator>> + a02572.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) + + + __istream_type & + operator>> + a02572.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) + + + __istream_type & + operator>> + a02572.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) + + + __istream_type & + operator>> + a02572.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) + + + __istream_type & + operator>> + a02572.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) + + + __istream_type & + operator>> + a02572.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) + + + int_type + get + a02572.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () + + + __istream_type & + get + a02572.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) + + + __istream_type & + get + a02572.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + get + a02572.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) + + + __istream_type & + get + a02572.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) + + + __istream_type & + get + a02572.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) + + + __istream_type & + getline + a02572.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + getline + a02572.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) + + + __istream_type & + ignore + a02572.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) + + + __istream_type & + ignore + a02572.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) + + + __istream_type & + ignore + a02572.html + a64f338d738e8de460fa4a2be744cff8f + () + + + int_type + peek + a02572.html + a2f0e75e1691608c66f634191e54ec4d9 + () + + + __istream_type & + read + a02572.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) + + + streamsize + readsome + a02572.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) + + + __istream_type & + putback + a02572.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) + + + __istream_type & + unget + a02572.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () + + + int + sync + a02572.html + af3f3c68797d19724d8add89b15a08908 + () + + + pos_type + tellg + a02572.html + a46cc2065d192a9689f39d298a9573341 + () + + + __istream_type & + seekg + a02572.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02572.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) + + + __ostream_type & + operator<< + a02576.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) + + + __ostream_type & + operator<< + a02576.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) + + + __ostream_type & + operator<< + a02576.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) + + + __ostream_type & + operator<< + a02576.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) + + + __ostream_type & + operator<< + a02576.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) + + + __ostream_type & + operator<< + a02576.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) + + + __ostream_type & + operator<< + a02576.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) + + + __ostream_type & + operator<< + a02576.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) + + + __ostream_type & + operator<< + a02576.html + a90608b96fbe83830a71760b741ae3159 + (int __n) + + + __ostream_type & + operator<< + a02576.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) + + + __ostream_type & + operator<< + a02576.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) + + + __ostream_type & + operator<< + a02576.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) + + + __ostream_type & + operator<< + a02576.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) + + + __ostream_type & + operator<< + a02576.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) + + + __ostream_type & + operator<< + a02576.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) + + + __ostream_type & + put + a02576.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) + + + void + _M_write + a02576.html + ac8e60326ec9f82e24274e3f457dc887a + (const char_type *__s, streamsize __n) + + + __ostream_type & + write + a02576.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) + + + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02564.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + + std::basic_istream + a02572.html + _CharT + _Traits + std::basic_ios + std::basic_istream::sentry + + + event + a04932.html + a411605aa4a6914dded5a9308ce28257b + + + + void(* + event_callback + a04932.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) + + + _Ios_Fmtflags + fmtflags + a04932.html + a03fbf244b3dfb55651c7460537abb89e + + + + _Ios_Iostate + iostate + a04932.html + a0487f09dbaf55c34d14350a54daf0bbd + + + + _Ios_Openmode + openmode + a04932.html + aa7e2408680d83e0bac8979774aeecdad + + + + _Ios_Seekdir + seekdir + a04932.html + ac19bbe98949795f6038952b6c7759a0a + + + + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02564.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + + basic_istream + a02572.html + aafe5687995bf38a165786a7ec224ee7f + (__streambuf_type *__sb) + + + virtual + ~basic_istream + a02572.html + a7556d385b49d449f67b8a0cd795977ff + () + + + const locale & + _M_getloc + a04932.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 + () const + + + bool + bad + a02564.html + ad79b64356f78198654c36480f670738c + () const + + + void + clear + a02564.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) + + + basic_ios & + copyfmt + a02564.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) + + + bool + eof + a02564.html + a0a9f086f16995b35aad9db9d3adf843f + () const + + + iostate + exceptions + a02564.html + a2af07612846b93cd56e19d56ad9ee7c5 + () const + + + void + exceptions + a02564.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) + + + bool + fail + a02564.html + a9ce7a228245eefeceacc05fe6feff2e0 + () const + + + char_type + fill + a02564.html + a8b6a8fc0ddc82328520534e9e99de88e + () const + + + char_type + fill + a02564.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) + + + fmtflags + flags + a04932.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const + + + fmtflags + flags + a04932.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) + + + streamsize + gcount + a02572.html + a14cc48ec617f1c1a65d8532e7807882c + () const + + + basic_istream< char > & + getline + a02572.html + ac221a81cafbff201778d85d7a1c48361 + (char_type *__s, streamsize __n, char_type __delim) + + + locale + getloc + a04932.html + ad2ef2af6c7194c081df6c0d505c28699 + () const + + + bool + good + a02564.html + a89bf36df306bb4682f9b74694619b2cf + () const + + + locale + imbue + a02564.html + a0aee263fdd9d10e05634c8b8d0f2114e + (const locale &__loc) + + + long & + iword + a04932.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) + + + char + narrow + a02564.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const + + + __istream_type & + operator>> + a02572.html + adeaf1064509afa95a3eb1b49c2d351e1 + (void *&__p) + + + __istream_type & + operator>> + a02572.html + a3e27102f9fe4c77782e581f359a6a118 + (__streambuf_type *__sb) + + + streamsize + precision + a04932.html + a22f2e1638f5fcac7fff2442122dc51e6 + () const + + + streamsize + precision + a04932.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) + + + void *& + pword + a04932.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) + + + basic_streambuf< _CharT, _Traits > * + rdbuf + a02564.html + a21f92cbfd296f81694cdaef956d0bd6d + () const + + + basic_streambuf< _CharT, _Traits > * + rdbuf + a02564.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< _CharT, _Traits > *__sb) + + + iostate + rdstate + a02564.html + a5f082a6a02ca25407fa6806bbd84e887 + () const + + + void + register_callback + a04932.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) + + + fmtflags + setf + a04932.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) + + + fmtflags + setf + a04932.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) + + + void + setstate + a02564.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) + + + basic_ostream< _CharT, _Traits > * + tie + a02564.html + a191fdfa0d70cd77c7e396a6411d1febc + () const + + + basic_ostream< _CharT, _Traits > * + tie + a02564.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< _CharT, _Traits > *__tiestr) + + + void + unsetf + a04932.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) + + + char_type + widen + a02564.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const + + + streamsize + width + a04932.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const + + + streamsize + width + a04932.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) + + + __istream_type & + operator>> + a02572.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) + + + __istream_type & + operator>> + a02572.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) + + + __istream_type & + operator>> + a02572.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) + + + __istream_type & + operator>> + a02572.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) + + + __istream_type & + operator>> + a02572.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) + + + __istream_type & + operator>> + a02572.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) + + + __istream_type & + operator>> + a02572.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) + + + __istream_type & + operator>> + a02572.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) + + + __istream_type & + operator>> + a02572.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) + + + __istream_type & + operator>> + a02572.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) + + + __istream_type & + operator>> + a02572.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) + + + __istream_type & + operator>> + a02572.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) + + + __istream_type & + operator>> + a02572.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) + + + __istream_type & + operator>> + a02572.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) + + + __istream_type & + operator>> + a02572.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) + + + int_type + get + a02572.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () + + + __istream_type & + get + a02572.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) + + + __istream_type & + get + a02572.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + get + a02572.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) + + + __istream_type & + get + a02572.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) + + + __istream_type & + get + a02572.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) + + + __istream_type & + getline + a02572.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + getline + a02572.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) + + + __istream_type & + ignore + a02572.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) + + + __istream_type & + ignore + a02572.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) + + + __istream_type & + ignore + a02572.html + a64f338d738e8de460fa4a2be744cff8f + () + + + int_type + peek + a02572.html + a2f0e75e1691608c66f634191e54ec4d9 + () + + + __istream_type & + read + a02572.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) + + + streamsize + readsome + a02572.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) + + + __istream_type & + putback + a02572.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) + + + __istream_type & + unget + a02572.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () + + + int + sync + a02572.html + af3f3c68797d19724d8add89b15a08908 + () + + + pos_type + tellg + a02572.html + a46cc2065d192a9689f39d298a9573341 + () + + + __istream_type & + seekg + a02572.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02572.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + static bool + sync_with_stdio + a04932.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) + + + static int + xalloc + a04932.html + a3faeb4739cfe621262ceef0aad98f0ea + () + + + static const fmtflags + adjustfield + a04932.html + afb35e86e0979426d5271e7da619e564b + + + + static const openmode + app + a04932.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + + + + static const openmode + ate + a04932.html + ad22225874e26210dfe11263279587e75 + + + + static const iostate + badbit + a04932.html + aa3cd1e1667eb566ad6e23a67117eef8b + + + + static const fmtflags + basefield + a04932.html + a1c78bab2448707823dbb382c1f9d872a + + + + static const seekdir + beg + a04932.html + a214f784b4a9d7ce92eb23ed99e44aecf + + + + static const openmode + binary + a04932.html + a88a28f18badafdd8e605841b8b7042d5 + + + + static const fmtflags + boolalpha + a04932.html + a7643f003a532a377d00ebe8bd288985f + + + + static const seekdir + cur + a04932.html + a1965600e26ca83d186504a4fd337cb9e + + + + static const fmtflags + dec + a04932.html + a3b38d2c92a8191a8f6d4994c663d408e + + + + static const seekdir + end + a04932.html + a505c3780386ccd5ca9679f7264db97f9 + + + + static const iostate + eofbit + a04932.html + a806f6f377e4fb4525d19e6d24df3cd62 + + + + static const iostate + failbit + a04932.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + + + + static const fmtflags + fixed + a04932.html + ab68a9e528eb897d85741f7a21adf4368 + + + + static const fmtflags + floatfield + a04932.html + a82663733691c649e8138a0fa959cb8c4 + + + + static const iostate + goodbit + a04932.html + a9af3b6f8ace7d893e1a0853d8fb29778 + + + + static const fmtflags + hex + a04932.html + a0dec2040942a5b127ce98be81486466f + + + + static const openmode + in + a04932.html + a652e2323949eea3d906e1c81bd8ce8f7 + + + + static const fmtflags + internal + a04932.html + a6e38abfae36f1fce1d01ec47487ba226 + + + + static const fmtflags + left + a04932.html + ac3795cde4efbdf63b27ea978f1a2755d + + + + static const fmtflags + oct + a04932.html + ab9d72ba493c0a12da9e6669c32af98ed + + + + static const openmode + out + a04932.html + a7187e216e5d16ec820ea1791002f85e0 + + + + static const fmtflags + right + a04932.html + a13753798f5c9da6f9372429c53039767 + + + + static const fmtflags + scientific + a04932.html + af4966eeb93a789a84f9acd92375d8483 + + + + static const fmtflags + showbase + a04932.html + a69acbf246475f065d6648303e452fd4d + + + + static const fmtflags + showpoint + a04932.html + a4c79db16d6509208744e2b698a2d107f + + + + static const fmtflags + showpos + a04932.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 + + + + static const fmtflags + skipws + a04932.html + a0092524de17db6438bc3bdcb914ac62b + + + + static const openmode + trunc + a04932.html + ae6831a611ce41b51a873c55b30d8534d + + + + static const fmtflags + unitbuf + a04932.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + + + + static const fmtflags + uppercase + a04932.html + a1be02544c10366da9fd9183a905d4910 + + + + void + init + a02564.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< _CharT, _Traits > *__sb) + + + streamsize + _M_gcount + a02572.html + a561684f2822987bda56c7e8817f91892 + + + + __istream_type & + operator>> + a02572.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) + + + __istream_type & + operator>> + a02572.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) + + + __istream_type & + operator>> + a02572.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) + + + __istream_type & + operator>> + a02572.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) + + + __istream_type & + operator>> + a02572.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) + + + __istream_type & + operator>> + a02572.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) + + + __istream_type & + operator>> + a02572.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) + + + __istream_type & + operator>> + a02572.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) + + + __istream_type & + operator>> + a02572.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) + + + __istream_type & + operator>> + a02572.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) + + + __istream_type & + operator>> + a02572.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) + + + __istream_type & + operator>> + a02572.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) + + + __istream_type & + operator>> + a02572.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) + + + __istream_type & + operator>> + a02572.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) + + + __istream_type & + operator>> + a02572.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) + + + int_type + get + a02572.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () + + + __istream_type & + get + a02572.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) + + + __istream_type & + get + a02572.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + get + a02572.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) + + + __istream_type & + get + a02572.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) + + + __istream_type & + get + a02572.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) + + + __istream_type & + getline + a02572.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + getline + a02572.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) + + + __istream_type & + ignore + a02572.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) + + + __istream_type & + ignore + a02572.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) + + + __istream_type & + ignore + a02572.html + a64f338d738e8de460fa4a2be744cff8f + () + + + int_type + peek + a02572.html + a2f0e75e1691608c66f634191e54ec4d9 + () + + + __istream_type & + read + a02572.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) + + + streamsize + readsome + a02572.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) + + + __istream_type & + putback + a02572.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) + + + __istream_type & + unget + a02572.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () + + + int + sync + a02572.html + af3f3c68797d19724d8add89b15a08908 + () + + + pos_type + tellg + a02572.html + a46cc2065d192a9689f39d298a9573341 + () + + + __istream_type & + seekg + a02572.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02572.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) + + + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02564.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + + std::basic_istream::sentry + a02608.html + + _Traits + traits_type + a02608.html + a6b50f58dfa1c21836890bd40ec2a3300 + + + + + sentry + a02608.html + a2fc3c8f08453fb26ed43694eaeab5493 + (basic_istream< _CharT, _Traits > &__is, bool __noskipws=false) + + + + operator bool + a02608.html + a9fa4ff4cc39750195997c8d7e5e800c6 + () const + + + + std::basic_istringstream + a02588.html + _CharT + _Traits + _Alloc + std::basic_istream + + + event + a04932.html + a411605aa4a6914dded5a9308ce28257b + + + + void(* + event_callback + a04932.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) + + + _Ios_Fmtflags + fmtflags + a04932.html + a03fbf244b3dfb55651c7460537abb89e + + + + _Ios_Iostate + iostate + a04932.html + a0487f09dbaf55c34d14350a54daf0bbd + + + + _Ios_Openmode + openmode + a04932.html + aa7e2408680d83e0bac8979774aeecdad + + + + _Ios_Seekdir + seekdir + a04932.html + ac19bbe98949795f6038952b6c7759a0a + + + + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02564.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + + basic_istringstream + a02588.html + ae80f86a4cebe228a443076bc0d70ef59 + (ios_base::openmode __mode=ios_base::in) + + + + basic_istringstream + a02588.html + a88077d8802d2b04e0ca4d0f5e7f759ed + (const __string_type &__str, ios_base::openmode __mode=ios_base::in) + + + + ~basic_istringstream + a02588.html + a81881e8365e3f3720a00c37cd8a828cd + () + + + const locale & + _M_getloc + a04932.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 + () const + + + bool + bad + a02564.html + ad79b64356f78198654c36480f670738c + () const + + + void + clear + a02564.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) + + + basic_ios & + copyfmt + a02564.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) + + + bool + eof + a02564.html + a0a9f086f16995b35aad9db9d3adf843f + () const + + + iostate + exceptions + a02564.html + a2af07612846b93cd56e19d56ad9ee7c5 + () const + + + void + exceptions + a02564.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) + + + bool + fail + a02564.html + a9ce7a228245eefeceacc05fe6feff2e0 + () const + + + char_type + fill + a02564.html + a8b6a8fc0ddc82328520534e9e99de88e + () const + + + char_type + fill + a02564.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) + + + fmtflags + flags + a04932.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const + + + fmtflags + flags + a04932.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) + + + streamsize + gcount + a02572.html + a14cc48ec617f1c1a65d8532e7807882c + () const + + + basic_istream< char > & + getline + a02572.html + ac221a81cafbff201778d85d7a1c48361 + (char_type *__s, streamsize __n, char_type __delim) + + + locale + getloc + a04932.html + ad2ef2af6c7194c081df6c0d505c28699 + () const + + + bool + good + a02564.html + a89bf36df306bb4682f9b74694619b2cf + () const + + + locale + imbue + a02564.html + a0aee263fdd9d10e05634c8b8d0f2114e + (const locale &__loc) + + + long & + iword + a04932.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) + + + char + narrow + a02564.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const + + + __istream_type & + operator>> + a02572.html + adeaf1064509afa95a3eb1b49c2d351e1 + (void *&__p) + + + __istream_type & + operator>> + a02572.html + a3e27102f9fe4c77782e581f359a6a118 + (__streambuf_type *__sb) + + + streamsize + precision + a04932.html + a22f2e1638f5fcac7fff2442122dc51e6 + () const + + + streamsize + precision + a04932.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) + + + void *& + pword + a04932.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) + + + basic_streambuf< _CharT, _Traits > * + rdbuf + a02564.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< _CharT, _Traits > *__sb) + + + __stringbuf_type * + rdbuf + a02588.html + a095330a0443ef6ad188ede768152c6c4 + () const + + + iostate + rdstate + a02564.html + a5f082a6a02ca25407fa6806bbd84e887 + () const + + + void + register_callback + a04932.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) + + + fmtflags + setf + a04932.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) + + + fmtflags + setf + a04932.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) + + + void + setstate + a02564.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) + + + __string_type + str + a02588.html + a8402e3c2b036fbd4c696b2ab70b49681 + () const + + + void + str + a02588.html + a4040d59ec2be579cca6a91fb5595553e + (const __string_type &__s) + + + basic_ostream< _CharT, _Traits > * + tie + a02564.html + a191fdfa0d70cd77c7e396a6411d1febc + () const + + + basic_ostream< _CharT, _Traits > * + tie + a02564.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< _CharT, _Traits > *__tiestr) + + + void + unsetf + a04932.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) + + + char_type + widen + a02564.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const + + + streamsize + width + a04932.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const + + + streamsize + width + a04932.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) + + + __istream_type & + operator>> + a02572.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) + + + __istream_type & + operator>> + a02572.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) + + + __istream_type & + operator>> + a02572.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) + + + __istream_type & + operator>> + a02572.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) + + + __istream_type & + operator>> + a02572.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) + + + __istream_type & + operator>> + a02572.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) + + + __istream_type & + operator>> + a02572.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) + + + __istream_type & + operator>> + a02572.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) + + + __istream_type & + operator>> + a02572.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) + + + __istream_type & + operator>> + a02572.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) + + + __istream_type & + operator>> + a02572.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) + + + __istream_type & + operator>> + a02572.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) + + + __istream_type & + operator>> + a02572.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) + + + __istream_type & + operator>> + a02572.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) + + + __istream_type & + operator>> + a02572.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) + + + int_type + get + a02572.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () + + + __istream_type & + get + a02572.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) + + + __istream_type & + get + a02572.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + get + a02572.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) + + + __istream_type & + get + a02572.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) + + + __istream_type & + get + a02572.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) + + + __istream_type & + getline + a02572.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + getline + a02572.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) + + + __istream_type & + ignore + a02572.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) + + + __istream_type & + ignore + a02572.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) + + + __istream_type & + ignore + a02572.html + a64f338d738e8de460fa4a2be744cff8f + () + + + int_type + peek + a02572.html + a2f0e75e1691608c66f634191e54ec4d9 + () + + + __istream_type & + read + a02572.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) + + + streamsize + readsome + a02572.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) + + + __istream_type & + putback + a02572.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) + + + __istream_type & + unget + a02572.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () + + + int + sync + a02572.html + af3f3c68797d19724d8add89b15a08908 + () + + + pos_type + tellg + a02572.html + a46cc2065d192a9689f39d298a9573341 + () + + + __istream_type & + seekg + a02572.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02572.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + static bool + sync_with_stdio + a04932.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) + + + static int + xalloc + a04932.html + a3faeb4739cfe621262ceef0aad98f0ea + () + + + static const fmtflags + adjustfield + a04932.html + afb35e86e0979426d5271e7da619e564b + + + + static const openmode + app + a04932.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + + + + static const openmode + ate + a04932.html + ad22225874e26210dfe11263279587e75 + + + + static const iostate + badbit + a04932.html + aa3cd1e1667eb566ad6e23a67117eef8b + + + + static const fmtflags + basefield + a04932.html + a1c78bab2448707823dbb382c1f9d872a + + + + static const seekdir + beg + a04932.html + a214f784b4a9d7ce92eb23ed99e44aecf + + + + static const openmode + binary + a04932.html + a88a28f18badafdd8e605841b8b7042d5 + + + + static const fmtflags + boolalpha + a04932.html + a7643f003a532a377d00ebe8bd288985f + + + + static const seekdir + cur + a04932.html + a1965600e26ca83d186504a4fd337cb9e + + + + static const fmtflags + dec + a04932.html + a3b38d2c92a8191a8f6d4994c663d408e + + + + static const seekdir + end + a04932.html + a505c3780386ccd5ca9679f7264db97f9 + + + + static const iostate + eofbit + a04932.html + a806f6f377e4fb4525d19e6d24df3cd62 + + + + static const iostate + failbit + a04932.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + + + + static const fmtflags + fixed + a04932.html + ab68a9e528eb897d85741f7a21adf4368 + + + + static const fmtflags + floatfield + a04932.html + a82663733691c649e8138a0fa959cb8c4 + + + + static const iostate + goodbit + a04932.html + a9af3b6f8ace7d893e1a0853d8fb29778 + + + + static const fmtflags + hex + a04932.html + a0dec2040942a5b127ce98be81486466f + + + + static const openmode + in + a04932.html + a652e2323949eea3d906e1c81bd8ce8f7 + + + + static const fmtflags + internal + a04932.html + a6e38abfae36f1fce1d01ec47487ba226 + + + + static const fmtflags + left + a04932.html + ac3795cde4efbdf63b27ea978f1a2755d + + + + static const fmtflags + oct + a04932.html + ab9d72ba493c0a12da9e6669c32af98ed + + + + static const openmode + out + a04932.html + a7187e216e5d16ec820ea1791002f85e0 + + + + static const fmtflags + right + a04932.html + a13753798f5c9da6f9372429c53039767 + + + + static const fmtflags + scientific + a04932.html + af4966eeb93a789a84f9acd92375d8483 + + + + static const fmtflags + showbase + a04932.html + a69acbf246475f065d6648303e452fd4d + + + + static const fmtflags + showpoint + a04932.html + a4c79db16d6509208744e2b698a2d107f + + + + static const fmtflags + showpos + a04932.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 + + + + static const fmtflags + skipws + a04932.html + a0092524de17db6438bc3bdcb914ac62b + + + + static const openmode + trunc + a04932.html + ae6831a611ce41b51a873c55b30d8534d + + + + static const fmtflags + unitbuf + a04932.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + + + + static const fmtflags + uppercase + a04932.html + a1be02544c10366da9fd9183a905d4910 + + + + void + init + a02564.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< _CharT, _Traits > *__sb) + + + streamsize + _M_gcount + a02572.html + a561684f2822987bda56c7e8817f91892 + + + + __istream_type & + operator>> + a02572.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) + + + __istream_type & + operator>> + a02572.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) + + + __istream_type & + operator>> + a02572.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) + + + __istream_type & + operator>> + a02572.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) + + + __istream_type & + operator>> + a02572.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) + + + __istream_type & + operator>> + a02572.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) + + + __istream_type & + operator>> + a02572.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) + + + __istream_type & + operator>> + a02572.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) + + + __istream_type & + operator>> + a02572.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) + + + __istream_type & + operator>> + a02572.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) + + + __istream_type & + operator>> + a02572.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) + + + __istream_type & + operator>> + a02572.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) + + + __istream_type & + operator>> + a02572.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) + + + __istream_type & + operator>> + a02572.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) + + + __istream_type & + operator>> + a02572.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) + + + int_type + get + a02572.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () + + + __istream_type & + get + a02572.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) + + + __istream_type & + get + a02572.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + get + a02572.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) + + + __istream_type & + get + a02572.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) + + + __istream_type & + get + a02572.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) + + + __istream_type & + getline + a02572.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + getline + a02572.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) + + + __istream_type & + ignore + a02572.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) + + + __istream_type & + ignore + a02572.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) + + + __istream_type & + ignore + a02572.html + a64f338d738e8de460fa4a2be744cff8f + () + + + int_type + peek + a02572.html + a2f0e75e1691608c66f634191e54ec4d9 + () + + + __istream_type & + read + a02572.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) + + + streamsize + readsome + a02572.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) + + + __istream_type & + putback + a02572.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) + + + __istream_type & + unget + a02572.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () + + + int + sync + a02572.html + af3f3c68797d19724d8add89b15a08908 + () + + + pos_type + tellg + a02572.html + a46cc2065d192a9689f39d298a9573341 + () + + + __istream_type & + seekg + a02572.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02572.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) + + + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02564.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + + std::basic_ofstream + a02080.html + _CharT + _Traits + std::basic_ostream + + + event + a04932.html + a411605aa4a6914dded5a9308ce28257b + + + + void(* + event_callback + a04932.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) + + + _Ios_Fmtflags + fmtflags + a04932.html + a03fbf244b3dfb55651c7460537abb89e + + + + _Ios_Iostate + iostate + a04932.html + a0487f09dbaf55c34d14350a54daf0bbd + + + + _Ios_Openmode + openmode + a04932.html + aa7e2408680d83e0bac8979774aeecdad + + + + _Ios_Seekdir + seekdir + a04932.html + ac19bbe98949795f6038952b6c7759a0a + + + + num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > + __num_get_type + a02564.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc + + + + + basic_ofstream + a02080.html + a19f5b05d46380f7866b1212413d6c046 + () + + + + basic_ofstream + a02080.html + a2bf63411d3f6ad329a837087701a4018 + (const char *__s, ios_base::openmode __mode=ios_base::out|ios_base::trunc) + + + + basic_ofstream + a02080.html + ae8e5ba5ea1db17f8680f5e2d8466a4cc + (const std::string &__s, ios_base::openmode __mode=ios_base::out|ios_base::trunc) + + + + ~basic_ofstream + a02080.html + ab140145d0cd1f4754cd4812a31760f58 + () + + + const locale & + _M_getloc + a04932.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 + () const + + + bool + bad + a02564.html + ad79b64356f78198654c36480f670738c + () const + + + void + clear + a02564.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) + + + void + close + a02080.html + a63e51ce67bbd3eee66b04851100a8a52 + () + + + basic_ios & + copyfmt + a02564.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) + + + bool + eof + a02564.html + a0a9f086f16995b35aad9db9d3adf843f + () const + + + iostate + exceptions + a02564.html + a2af07612846b93cd56e19d56ad9ee7c5 + () const + + + void + exceptions + a02564.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) + + + bool + fail + a02564.html + a9ce7a228245eefeceacc05fe6feff2e0 + () const + + + char_type + fill + a02564.html + a8b6a8fc0ddc82328520534e9e99de88e + () const + + + char_type + fill + a02564.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) + + + fmtflags + flags + a04932.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const + + + fmtflags + flags + a04932.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) + + + __ostream_type & + flush + a02576.html + ab5155ad385b78192ef1436bf31a0cde0 + () + + + locale + getloc + a04932.html + ad2ef2af6c7194c081df6c0d505c28699 + () const + + + bool + good + a02564.html + a89bf36df306bb4682f9b74694619b2cf + () const + + + locale + imbue + a02564.html + a0aee263fdd9d10e05634c8b8d0f2114e + (const locale &__loc) + + + bool + is_open + a02080.html + aef0ea13a6d1c1bc6ee4f1ebc71e18414 + () + + + long & + iword + a04932.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) + + + char + narrow + a02564.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const + + + void + open + a02080.html + abcbb3eccaaffd41fbe4e5ed746508906 + (const char *__s, ios_base::openmode __mode=ios_base::out|ios_base::trunc) + + + void + open + a02080.html + aac7913b287232e0f3c05ca131bad15d1 + (const std::string &__s, ios_base::openmode __mode=ios_base::out|ios_base::trunc) + + + __ostream_type & + operator<< + a02576.html + a55c3406610bedc51adf69c5bf5e91f87 + (const void *__p) + + + __ostream_type & + operator<< + a02576.html + ae44501375408f184570a51b04f9f984c + (__streambuf_type *__sb) + + + streamsize + precision + a04932.html + a22f2e1638f5fcac7fff2442122dc51e6 + () const + + + streamsize + precision + a04932.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) + + + void *& + pword + a04932.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) + + + basic_streambuf< _CharT, _Traits > * + rdbuf + a02564.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< _CharT, _Traits > *__sb) + + + __filebuf_type * + rdbuf + a02080.html + ac507f40924f057de2f2c6ced401e6467 + () const + + + iostate + rdstate + a02564.html + a5f082a6a02ca25407fa6806bbd84e887 + () const + + + void + register_callback + a04932.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) + + + __ostream_type & + seekp + a02576.html + abb04da4da073ece1c0222004b6f3207b + (pos_type) + + + __ostream_type & + seekp + a02576.html + a6c7c5283e1f9b0a49c85f1f81c976226 + (off_type, ios_base::seekdir) + + + fmtflags + setf + a04932.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) + + + fmtflags + setf + a04932.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) + + + void + setstate + a02564.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) + + + pos_type + tellp + a02576.html + a57b81a67592e9a2692704ef6cb675946 + () + + + basic_ostream< _CharT, _Traits > * + tie + a02564.html + a191fdfa0d70cd77c7e396a6411d1febc + () const + + + basic_ostream< _CharT, _Traits > * + tie + a02564.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< _CharT, _Traits > *__tiestr) + + + void + unsetf + a04932.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) + + + char_type + widen + a02564.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const + + + streamsize + width + a04932.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const + + + streamsize + width + a04932.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) + + + __ostream_type & + operator<< + a02576.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) + + + __ostream_type & + operator<< + a02576.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) + + + __ostream_type & + operator<< + a02576.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) + + + __ostream_type & + operator<< + a02576.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) + + + __ostream_type & + operator<< + a02576.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) + + + __ostream_type & + operator<< + a02576.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) + + + __ostream_type & + operator<< + a02576.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) + + + __ostream_type & + operator<< + a02576.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) + + + __ostream_type & + operator<< + a02576.html + a90608b96fbe83830a71760b741ae3159 + (int __n) + + + __ostream_type & + operator<< + a02576.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) + + + __ostream_type & + operator<< + a02576.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) + + + __ostream_type & + operator<< + a02576.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) + + + __ostream_type & + operator<< + a02576.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) + + + __ostream_type & + operator<< + a02576.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) + + + __ostream_type & + operator<< + a02576.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) + + + __ostream_type & + put + a02576.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) + + + void + _M_write + a02576.html + ac8e60326ec9f82e24274e3f457dc887a + (const char_type *__s, streamsize __n) + + + __ostream_type & + write + a02576.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + static bool + sync_with_stdio + a04932.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) + + + static int + xalloc + a04932.html + a3faeb4739cfe621262ceef0aad98f0ea + () + + + static const fmtflags + adjustfield + a04932.html + afb35e86e0979426d5271e7da619e564b + + + + static const openmode + app + a04932.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + + + + static const openmode + ate + a04932.html + ad22225874e26210dfe11263279587e75 + + + + static const iostate + badbit + a04932.html + aa3cd1e1667eb566ad6e23a67117eef8b + + + + static const fmtflags + basefield + a04932.html + a1c78bab2448707823dbb382c1f9d872a + + + + static const seekdir + beg + a04932.html + a214f784b4a9d7ce92eb23ed99e44aecf + + + + static const openmode + binary + a04932.html + a88a28f18badafdd8e605841b8b7042d5 + + + + static const fmtflags + boolalpha + a04932.html + a7643f003a532a377d00ebe8bd288985f + + + + static const seekdir + cur + a04932.html + a1965600e26ca83d186504a4fd337cb9e + + + + static const fmtflags + dec + a04932.html + a3b38d2c92a8191a8f6d4994c663d408e + + + + static const seekdir + end + a04932.html + a505c3780386ccd5ca9679f7264db97f9 + + + + static const iostate + eofbit + a04932.html + a806f6f377e4fb4525d19e6d24df3cd62 + + + + static const iostate + failbit + a04932.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + + + + static const fmtflags + fixed + a04932.html + ab68a9e528eb897d85741f7a21adf4368 + + + + static const fmtflags + floatfield + a04932.html + a82663733691c649e8138a0fa959cb8c4 + + + + static const iostate + goodbit + a04932.html + a9af3b6f8ace7d893e1a0853d8fb29778 + + + + static const fmtflags + hex + a04932.html + a0dec2040942a5b127ce98be81486466f + + + + static const openmode + in + a04932.html + a652e2323949eea3d906e1c81bd8ce8f7 + + + + static const fmtflags + internal + a04932.html + a6e38abfae36f1fce1d01ec47487ba226 + + + + static const fmtflags + left + a04932.html + ac3795cde4efbdf63b27ea978f1a2755d + + + + static const fmtflags + oct + a04932.html + ab9d72ba493c0a12da9e6669c32af98ed + + + + static const openmode + out + a04932.html + a7187e216e5d16ec820ea1791002f85e0 + + + + static const fmtflags + right + a04932.html + a13753798f5c9da6f9372429c53039767 + + + + static const fmtflags + scientific + a04932.html + af4966eeb93a789a84f9acd92375d8483 + + + + static const fmtflags + showbase + a04932.html + a69acbf246475f065d6648303e452fd4d + + + + static const fmtflags + showpoint + a04932.html + a4c79db16d6509208744e2b698a2d107f + + + + static const fmtflags + showpos + a04932.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 + + + + static const fmtflags + skipws + a04932.html + a0092524de17db6438bc3bdcb914ac62b + + + + static const openmode + trunc + a04932.html + ae6831a611ce41b51a873c55b30d8534d + + + + static const fmtflags + unitbuf + a04932.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + + + + static const fmtflags + uppercase + a04932.html + a1be02544c10366da9fd9183a905d4910 + + + + void + init + a02564.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< _CharT, _Traits > *__sb) + + + __ostream_type & + operator<< + a02576.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) + + + __ostream_type & + operator<< + a02576.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) + + + __ostream_type & + operator<< + a02576.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) + + + __ostream_type & + operator<< + a02576.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) + + + __ostream_type & + operator<< + a02576.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) + + + __ostream_type & + operator<< + a02576.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) + + + __ostream_type & + operator<< + a02576.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) + + + __ostream_type & + operator<< + a02576.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) + + + __ostream_type & + operator<< + a02576.html + a90608b96fbe83830a71760b741ae3159 + (int __n) + + + __ostream_type & + operator<< + a02576.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) + + + __ostream_type & + operator<< + a02576.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) + + + __ostream_type & + operator<< + a02576.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) + + + __ostream_type & + operator<< + a02576.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) + + + __ostream_type & + operator<< + a02576.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) + + + __ostream_type & + operator<< + a02576.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) + + + __ostream_type & + put + a02576.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) + + + void + _M_write + a02576.html + ac8e60326ec9f82e24274e3f457dc887a + (const char_type *__s, streamsize __n) + + + __ostream_type & + write + a02576.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) + + + num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > + __num_get_type + a02564.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc + + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + + std::basic_ostream + a02576.html + _CharT + _Traits + std::basic_ios + std::basic_ostream::sentry + + + event + a04932.html + a411605aa4a6914dded5a9308ce28257b + + + + void(* + event_callback + a04932.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) + + + _Ios_Fmtflags + fmtflags + a04932.html + a03fbf244b3dfb55651c7460537abb89e + + + + _Ios_Iostate + iostate + a04932.html + a0487f09dbaf55c34d14350a54daf0bbd + + + + _Ios_Openmode + openmode + a04932.html + aa7e2408680d83e0bac8979774aeecdad + + + + _Ios_Seekdir + seekdir + a04932.html + ac19bbe98949795f6038952b6c7759a0a + + + + num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > + __num_get_type + a02564.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc + + + + + basic_ostream + a02576.html + aaaa8cf0608e2281e120d7b64271744b5 + (__streambuf_type *__sb) + + + virtual + ~basic_ostream + a02576.html + ad0fdba5e18d027224bddb8603ead7443 + () + + + const locale & + _M_getloc + a04932.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 + () const + + + bool + bad + a02564.html + ad79b64356f78198654c36480f670738c + () const + + + void + clear + a02564.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) + + + basic_ios & + copyfmt + a02564.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) + + + bool + eof + a02564.html + a0a9f086f16995b35aad9db9d3adf843f + () const + + + iostate + exceptions + a02564.html + a2af07612846b93cd56e19d56ad9ee7c5 + () const + + + void + exceptions + a02564.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) + + + bool + fail + a02564.html + a9ce7a228245eefeceacc05fe6feff2e0 + () const + + + char_type + fill + a02564.html + a8b6a8fc0ddc82328520534e9e99de88e + () const + + + char_type + fill + a02564.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) + + + fmtflags + flags + a04932.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const + + + fmtflags + flags + a04932.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) + + + __ostream_type & + flush + a02576.html + ab5155ad385b78192ef1436bf31a0cde0 + () + + + locale + getloc + a04932.html + ad2ef2af6c7194c081df6c0d505c28699 + () const + + + bool + good + a02564.html + a89bf36df306bb4682f9b74694619b2cf + () const + + + locale + imbue + a02564.html + a0aee263fdd9d10e05634c8b8d0f2114e + (const locale &__loc) + + + long & + iword + a04932.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) + + + char + narrow + a02564.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const + + + __ostream_type & + operator<< + a02576.html + a55c3406610bedc51adf69c5bf5e91f87 + (const void *__p) + + + __ostream_type & + operator<< + a02576.html + ae44501375408f184570a51b04f9f984c + (__streambuf_type *__sb) + + + streamsize + precision + a04932.html + a22f2e1638f5fcac7fff2442122dc51e6 + () const + + + streamsize + precision + a04932.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) + + + void *& + pword + a04932.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) + + + basic_streambuf< _CharT, _Traits > * + rdbuf + a02564.html + a21f92cbfd296f81694cdaef956d0bd6d + () const + + + basic_streambuf< _CharT, _Traits > * + rdbuf + a02564.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< _CharT, _Traits > *__sb) + + + iostate + rdstate + a02564.html + a5f082a6a02ca25407fa6806bbd84e887 + () const + + + void + register_callback + a04932.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) + + + __ostream_type & + seekp + a02576.html + abb04da4da073ece1c0222004b6f3207b + (pos_type) + + + __ostream_type & + seekp + a02576.html + a6c7c5283e1f9b0a49c85f1f81c976226 + (off_type, ios_base::seekdir) + + + fmtflags + setf + a04932.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) + + + fmtflags + setf + a04932.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) + + + void + setstate + a02564.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) + + + pos_type + tellp + a02576.html + a57b81a67592e9a2692704ef6cb675946 + () + + + basic_ostream< _CharT, _Traits > * + tie + a02564.html + a191fdfa0d70cd77c7e396a6411d1febc + () const + + + basic_ostream< _CharT, _Traits > * + tie + a02564.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< _CharT, _Traits > *__tiestr) + + + void + unsetf + a04932.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) + + + char_type + widen + a02564.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const + + + streamsize + width + a04932.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const + + + streamsize + width + a04932.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) + + + __ostream_type & + operator<< + a02576.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) + + + __ostream_type & + operator<< + a02576.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) + + + __ostream_type & + operator<< + a02576.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) + + + __ostream_type & + operator<< + a02576.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) + + + __ostream_type & + operator<< + a02576.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) + + + __ostream_type & + operator<< + a02576.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) + + + __ostream_type & + operator<< + a02576.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) + + + __ostream_type & + operator<< + a02576.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) + + + __ostream_type & + operator<< + a02576.html + a90608b96fbe83830a71760b741ae3159 + (int __n) + + + __ostream_type & + operator<< + a02576.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) + + + __ostream_type & + operator<< + a02576.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) + + + __ostream_type & + operator<< + a02576.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) + + + __ostream_type & + operator<< + a02576.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) + + + __ostream_type & + operator<< + a02576.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) + + + __ostream_type & + operator<< + a02576.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) + + + __ostream_type & + put + a02576.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) + + + void + _M_write + a02576.html + ac8e60326ec9f82e24274e3f457dc887a + (const char_type *__s, streamsize __n) + + + __ostream_type & + write + a02576.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + static bool + sync_with_stdio + a04932.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) + + + static int + xalloc + a04932.html + a3faeb4739cfe621262ceef0aad98f0ea + () + + + static const fmtflags + adjustfield + a04932.html + afb35e86e0979426d5271e7da619e564b + + + + static const openmode + app + a04932.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + + + + static const openmode + ate + a04932.html + ad22225874e26210dfe11263279587e75 + + + + static const iostate + badbit + a04932.html + aa3cd1e1667eb566ad6e23a67117eef8b + + + + static const fmtflags + basefield + a04932.html + a1c78bab2448707823dbb382c1f9d872a + + + + static const seekdir + beg + a04932.html + a214f784b4a9d7ce92eb23ed99e44aecf + + + + static const openmode + binary + a04932.html + a88a28f18badafdd8e605841b8b7042d5 + + + + static const fmtflags + boolalpha + a04932.html + a7643f003a532a377d00ebe8bd288985f + + + + static const seekdir + cur + a04932.html + a1965600e26ca83d186504a4fd337cb9e + + + + static const fmtflags + dec + a04932.html + a3b38d2c92a8191a8f6d4994c663d408e + + + + static const seekdir + end + a04932.html + a505c3780386ccd5ca9679f7264db97f9 + + + + static const iostate + eofbit + a04932.html + a806f6f377e4fb4525d19e6d24df3cd62 + + + + static const iostate + failbit + a04932.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + + + + static const fmtflags + fixed + a04932.html + ab68a9e528eb897d85741f7a21adf4368 + + + + static const fmtflags + floatfield + a04932.html + a82663733691c649e8138a0fa959cb8c4 + + + + static const iostate + goodbit + a04932.html + a9af3b6f8ace7d893e1a0853d8fb29778 + + + + static const fmtflags + hex + a04932.html + a0dec2040942a5b127ce98be81486466f + + + + static const openmode + in + a04932.html + a652e2323949eea3d906e1c81bd8ce8f7 + + + + static const fmtflags + internal + a04932.html + a6e38abfae36f1fce1d01ec47487ba226 + + + + static const fmtflags + left + a04932.html + ac3795cde4efbdf63b27ea978f1a2755d + + + + static const fmtflags + oct + a04932.html + ab9d72ba493c0a12da9e6669c32af98ed + + + + static const openmode + out + a04932.html + a7187e216e5d16ec820ea1791002f85e0 + + + + static const fmtflags + right + a04932.html + a13753798f5c9da6f9372429c53039767 + + + + static const fmtflags + scientific + a04932.html + af4966eeb93a789a84f9acd92375d8483 + + + + static const fmtflags + showbase + a04932.html + a69acbf246475f065d6648303e452fd4d + + + + static const fmtflags + showpoint + a04932.html + a4c79db16d6509208744e2b698a2d107f + + + + static const fmtflags + showpos + a04932.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 + + + + static const fmtflags + skipws + a04932.html + a0092524de17db6438bc3bdcb914ac62b + + + + static const openmode + trunc + a04932.html + ae6831a611ce41b51a873c55b30d8534d + + + + static const fmtflags + unitbuf + a04932.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + + + + static const fmtflags + uppercase + a04932.html + a1be02544c10366da9fd9183a905d4910 + + + + void + init + a02564.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< _CharT, _Traits > *__sb) + + + __ostream_type & + operator<< + a02576.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) + + + __ostream_type & + operator<< + a02576.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) + + + __ostream_type & + operator<< + a02576.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) + + + __ostream_type & + operator<< + a02576.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) + + + __ostream_type & + operator<< + a02576.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) + + + __ostream_type & + operator<< + a02576.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) + + + __ostream_type & + operator<< + a02576.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) + + + __ostream_type & + operator<< + a02576.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) + + + __ostream_type & + operator<< + a02576.html + a90608b96fbe83830a71760b741ae3159 + (int __n) + + + __ostream_type & + operator<< + a02576.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) + + + __ostream_type & + operator<< + a02576.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) + + + __ostream_type & + operator<< + a02576.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) + + + __ostream_type & + operator<< + a02576.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) + + + __ostream_type & + operator<< + a02576.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) + + + __ostream_type & + operator<< + a02576.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) + + + __ostream_type & + put + a02576.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) + + + void + _M_write + a02576.html + ac8e60326ec9f82e24274e3f457dc887a + (const char_type *__s, streamsize __n) + + + __ostream_type & + write + a02576.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) + + + num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > + __num_get_type + a02564.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc + + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + + std::basic_ostream::sentry + a02756.html + + + sentry + a02756.html + ae972dd47564726ff41e6be700820719c + (basic_ostream< _CharT, _Traits > &__os) + + + + ~sentry + a02756.html + a33286f6402b3651e04c6cfc4b8e719f1 + () + + + + operator bool + a02756.html + afb51ae0eb2883c81ff22e810e891be9f + () const + + + + std::basic_ostringstream + a02592.html + _CharT + _Traits + _Alloc + std::basic_ostream + + + event + a04932.html + a411605aa4a6914dded5a9308ce28257b + + + + void(* + event_callback + a04932.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) + + + _Ios_Fmtflags + fmtflags + a04932.html + a03fbf244b3dfb55651c7460537abb89e + + + + _Ios_Iostate + iostate + a04932.html + a0487f09dbaf55c34d14350a54daf0bbd + + + + _Ios_Openmode + openmode + a04932.html + aa7e2408680d83e0bac8979774aeecdad + + + + _Ios_Seekdir + seekdir + a04932.html + ac19bbe98949795f6038952b6c7759a0a + + + + num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > + __num_get_type + a02564.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc + + + + + basic_ostringstream + a02592.html + acb3c684555f7a13d5de15b20fd8f491c + (ios_base::openmode __mode=ios_base::out) + + + + basic_ostringstream + a02592.html + ab86531872ed1bc23cd1951aca4d6fe3d + (const __string_type &__str, ios_base::openmode __mode=ios_base::out) + + + + ~basic_ostringstream + a02592.html + a158cb1d8aa30780afd86d6f7c046a55c + () + + + const locale & + _M_getloc + a04932.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 + () const + + + bool + bad + a02564.html + ad79b64356f78198654c36480f670738c + () const + + + void + clear + a02564.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) + + + basic_ios & + copyfmt + a02564.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) + + + bool + eof + a02564.html + a0a9f086f16995b35aad9db9d3adf843f + () const + + + iostate + exceptions + a02564.html + a2af07612846b93cd56e19d56ad9ee7c5 + () const + + + void + exceptions + a02564.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) + + + bool + fail + a02564.html + a9ce7a228245eefeceacc05fe6feff2e0 + () const + + + char_type + fill + a02564.html + a8b6a8fc0ddc82328520534e9e99de88e + () const + + + char_type + fill + a02564.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) + + + fmtflags + flags + a04932.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const + + + fmtflags + flags + a04932.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) + + + __ostream_type & + flush + a02576.html + ab5155ad385b78192ef1436bf31a0cde0 + () + + + locale + getloc + a04932.html + ad2ef2af6c7194c081df6c0d505c28699 + () const + + + bool + good + a02564.html + a89bf36df306bb4682f9b74694619b2cf + () const + + + locale + imbue + a02564.html + a0aee263fdd9d10e05634c8b8d0f2114e + (const locale &__loc) + + + long & + iword + a04932.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) + + + char + narrow + a02564.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const + + + __ostream_type & + operator<< + a02576.html + a55c3406610bedc51adf69c5bf5e91f87 + (const void *__p) + + + __ostream_type & + operator<< + a02576.html + ae44501375408f184570a51b04f9f984c + (__streambuf_type *__sb) + + + streamsize + precision + a04932.html + a22f2e1638f5fcac7fff2442122dc51e6 + () const + + + streamsize + precision + a04932.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) + + + void *& + pword + a04932.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) + + + basic_streambuf< _CharT, _Traits > * + rdbuf + a02564.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< _CharT, _Traits > *__sb) + + + __stringbuf_type * + rdbuf + a02592.html + af8c4c9652fcb9c4e94d86cd8210ee679 + () const + + + iostate + rdstate + a02564.html + a5f082a6a02ca25407fa6806bbd84e887 + () const + + + void + register_callback + a04932.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) + + + __ostream_type & + seekp + a02576.html + abb04da4da073ece1c0222004b6f3207b + (pos_type) + + + __ostream_type & + seekp + a02576.html + a6c7c5283e1f9b0a49c85f1f81c976226 + (off_type, ios_base::seekdir) + + + fmtflags + setf + a04932.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) + + + fmtflags + setf + a04932.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) + + + void + setstate + a02564.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) + + + __string_type + str + a02592.html + a5fe89030a53e674de2823d9a8cfec39c + () const + + + void + str + a02592.html + a1bfbc5ef2c20f06dfbbe8bf046cffa3a + (const __string_type &__s) + + + pos_type + tellp + a02576.html + a57b81a67592e9a2692704ef6cb675946 + () + + + basic_ostream< _CharT, _Traits > * + tie + a02564.html + a191fdfa0d70cd77c7e396a6411d1febc + () const + + + basic_ostream< _CharT, _Traits > * + tie + a02564.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< _CharT, _Traits > *__tiestr) + + + void + unsetf + a04932.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) + + + char_type + widen + a02564.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const + + + streamsize + width + a04932.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const + + + streamsize + width + a04932.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) + + + __ostream_type & + operator<< + a02576.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) + + + __ostream_type & + operator<< + a02576.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) + + + __ostream_type & + operator<< + a02576.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) + + + __ostream_type & + operator<< + a02576.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) + + + __ostream_type & + operator<< + a02576.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) + + + __ostream_type & + operator<< + a02576.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) + + + __ostream_type & + operator<< + a02576.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) + + + __ostream_type & + operator<< + a02576.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) + + + __ostream_type & + operator<< + a02576.html + a90608b96fbe83830a71760b741ae3159 + (int __n) + + + __ostream_type & + operator<< + a02576.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) + + + __ostream_type & + operator<< + a02576.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) + + + __ostream_type & + operator<< + a02576.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) + + + __ostream_type & + operator<< + a02576.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) + + + __ostream_type & + operator<< + a02576.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) + + + __ostream_type & + operator<< + a02576.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) + + + __ostream_type & + put + a02576.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) + + + void + _M_write + a02576.html + ac8e60326ec9f82e24274e3f457dc887a + (const char_type *__s, streamsize __n) + + + __ostream_type & + write + a02576.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + static bool + sync_with_stdio + a04932.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) + + + static int + xalloc + a04932.html + a3faeb4739cfe621262ceef0aad98f0ea + () + + + static const fmtflags + adjustfield + a04932.html + afb35e86e0979426d5271e7da619e564b + + + + static const openmode + app + a04932.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + + + + static const openmode + ate + a04932.html + ad22225874e26210dfe11263279587e75 + + + + static const iostate + badbit + a04932.html + aa3cd1e1667eb566ad6e23a67117eef8b + + + + static const fmtflags + basefield + a04932.html + a1c78bab2448707823dbb382c1f9d872a + + + + static const seekdir + beg + a04932.html + a214f784b4a9d7ce92eb23ed99e44aecf + + + + static const openmode + binary + a04932.html + a88a28f18badafdd8e605841b8b7042d5 + + + + static const fmtflags + boolalpha + a04932.html + a7643f003a532a377d00ebe8bd288985f + + + + static const seekdir + cur + a04932.html + a1965600e26ca83d186504a4fd337cb9e + + + + static const fmtflags + dec + a04932.html + a3b38d2c92a8191a8f6d4994c663d408e + + + + static const seekdir + end + a04932.html + a505c3780386ccd5ca9679f7264db97f9 + + + + static const iostate + eofbit + a04932.html + a806f6f377e4fb4525d19e6d24df3cd62 + + + + static const iostate + failbit + a04932.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + + + + static const fmtflags + fixed + a04932.html + ab68a9e528eb897d85741f7a21adf4368 + + + + static const fmtflags + floatfield + a04932.html + a82663733691c649e8138a0fa959cb8c4 + + + + static const iostate + goodbit + a04932.html + a9af3b6f8ace7d893e1a0853d8fb29778 + + + + static const fmtflags + hex + a04932.html + a0dec2040942a5b127ce98be81486466f + + + + static const openmode + in + a04932.html + a652e2323949eea3d906e1c81bd8ce8f7 + + + + static const fmtflags + internal + a04932.html + a6e38abfae36f1fce1d01ec47487ba226 + + + + static const fmtflags + left + a04932.html + ac3795cde4efbdf63b27ea978f1a2755d + + + + static const fmtflags + oct + a04932.html + ab9d72ba493c0a12da9e6669c32af98ed + + + + static const openmode + out + a04932.html + a7187e216e5d16ec820ea1791002f85e0 + + + + static const fmtflags + right + a04932.html + a13753798f5c9da6f9372429c53039767 + + + + static const fmtflags + scientific + a04932.html + af4966eeb93a789a84f9acd92375d8483 + + + + static const fmtflags + showbase + a04932.html + a69acbf246475f065d6648303e452fd4d + + + + static const fmtflags + showpoint + a04932.html + a4c79db16d6509208744e2b698a2d107f + + + + static const fmtflags + showpos + a04932.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 + + + + static const fmtflags + skipws + a04932.html + a0092524de17db6438bc3bdcb914ac62b + + + + static const openmode + trunc + a04932.html + ae6831a611ce41b51a873c55b30d8534d + + + + static const fmtflags + unitbuf + a04932.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + + + + static const fmtflags + uppercase + a04932.html + a1be02544c10366da9fd9183a905d4910 + + + + void + init + a02564.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< _CharT, _Traits > *__sb) + + + __ostream_type & + operator<< + a02576.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) + + + __ostream_type & + operator<< + a02576.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) + + + __ostream_type & + operator<< + a02576.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) + + + __ostream_type & + operator<< + a02576.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) + + + __ostream_type & + operator<< + a02576.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) + + + __ostream_type & + operator<< + a02576.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) + + + __ostream_type & + operator<< + a02576.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) + + + __ostream_type & + operator<< + a02576.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) + + + __ostream_type & + operator<< + a02576.html + a90608b96fbe83830a71760b741ae3159 + (int __n) + + + __ostream_type & + operator<< + a02576.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) + + + __ostream_type & + operator<< + a02576.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) + + + __ostream_type & + operator<< + a02576.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) + + + __ostream_type & + operator<< + a02576.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) + + + __ostream_type & + operator<< + a02576.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) + + + __ostream_type & + operator<< + a02576.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) + + + __ostream_type & + put + a02576.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) + + + void + _M_write + a02576.html + ac8e60326ec9f82e24274e3f457dc887a + (const char_type *__s, streamsize __n) + + + __ostream_type & + write + a02576.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) + + + num_get< _CharT, istreambuf_iterator< _CharT, _Traits > > + __num_get_type + a02564.html + ad5cc8c4b4c3cc5de19d7bb6c97b29abc + + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + + std::basic_regex + a05780.html + _Ch_type + _Rx_traits + + + basic_regex + a05780.html + a8eecbcfc879e614d9fe9431c066ac906 + () + + + + basic_regex + a05780.html + a920f56c408bddc7802ae087f1bafc707 + (const _Ch_type *__p, flag_type __f=ECMAScript) + + + + basic_regex + a05780.html + ac46f13f4dde13bdcde1944709297e327 + (const _Ch_type *__p, std::size_t __len, flag_type __f=ECMAScript) + + + + basic_regex + a05780.html + a51b885063ead949eb0e3d48b29ca4617 + (const basic_regex &__rhs)=default + + + + basic_regex + a05780.html + ae31e42d592af74a329ecb1eaf47520a8 + (basic_regex &&__rhs) noexcept=default + + + + basic_regex + a05780.html + a9f96a226911a8505d1c30d0570257724 + (const std::basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, flag_type __f=ECMAScript) + + + + basic_regex + a05780.html + ab5d1dfcc28355ae66b073c9c730e1830 + (_FwdIter __first, _FwdIter __last, flag_type __f=ECMAScript) + + + + basic_regex + a05780.html + ae354899961798615a66067f23c044f97 + (initializer_list< _Ch_type > __l, flag_type __f=ECMAScript) + + + + ~basic_regex + a05780.html + afb50d847a021f4e7044f54e9c6461b54 + () + + + basic_regex & + assign + a05780.html + a4c13f179b615747c4870a009f84fb490 + (const basic_regex &__rhs) + + + basic_regex & + assign + a05780.html + a2208605216a89f7c0a64b642ec56b962 + (basic_regex &&__rhs) noexcept + + + basic_regex & + assign + a05780.html + ac2ebaaabe81e6b5b5d54bee16fdd494c + (const _Ch_type *__p, flag_type __flags=ECMAScript) + + + basic_regex & + assign + a05780.html + a133cf9c18a76a5c5b69bb464ec68015f + (const _Ch_type *__p, std::size_t __len, flag_type __flags) + + + basic_regex & + assign + a05780.html + a12b699dc147fc74d3882e6b661be3337 + (const basic_string< _Ch_type, _Ch_traits, _Alloc > &__s, flag_type __flags=ECMAScript) + + + basic_regex & + assign + a05780.html + ac731050f58a6f3ec7fc94fd80139fb7e + (_InputIterator __first, _InputIterator __last, flag_type __flags=ECMAScript) + + + basic_regex & + assign + a05780.html + a2856446d7ccd20e377e2904faadcd87e + (initializer_list< _Ch_type > __l, flag_type __flags=ECMAScript) + + + flag_type + flags + a05780.html + ac3473fa27e545da4b9d74eb61fa72401 + () const + + + locale_type + getloc + a05780.html + aaf583c5f7a272350f7239baeb448f808 + () const + + + locale_type + imbue + a05780.html + a47e4d0a05a45fc95da8c061c33789004 + (locale_type __loc) + + + unsigned int + mark_count + a05780.html + a63d9a3b40af6aa139542ab152f18936c + () const + + + basic_regex & + operator= + a05780.html + a232af3b8f7c72e6c67ba9f3b6d1b256d + (const basic_regex &__rhs) + + + basic_regex & + operator= + a05780.html + a8d6c69a28d8c523cae6f7322095490d5 + (basic_regex &&__rhs) noexcept + + + basic_regex & + operator= + a05780.html + aaf3c150b855c8dddc84f7a33519dba7f + (const _Ch_type *__p) + + + basic_regex & + operator= + a05780.html + ae9f733548bcdaf906573129bed9c10fa + (initializer_list< _Ch_type > __l) + + + basic_regex & + operator= + a05780.html + a85898504e41caa15dfed44321f36c4c9 + (const basic_string< _Ch_type, _Ch_traits, _Alloc > &__s) + + + void + swap + a05780.html + a5cd0631c180f408fe3aa42a384bbaa74 + (basic_regex &__rhs) + + + + std::basic_streambuf + a02568.html + _CharT + _Traits + + _CharT + char_type + a02568.html + a38ad1721a50a96c7d37d51a3f858a0cf + + + + _Traits + traits_type + a02568.html + ab3220592ca0efc72cf87e58cdc696bd6 + + + + traits_type::int_type + int_type + a02568.html + a1c1565d5b66e703de4d9a8aef4957a8b + + + + traits_type::pos_type + pos_type + a02568.html + a5bc758d8b84fa134386d3ab683b880aa + + + + traits_type::off_type + off_type + a02568.html + ae0d813da6c3d39659299a6e7831ae265 + + + + basic_streambuf< char_type, traits_type > + __streambuf_type + a02568.html + a20adcc1bccab9fa3678b34e078e59e8c + + + + virtual + ~basic_streambuf + a02568.html + ae09ce37bf4266e600cdc23c7648b7808 + () + + + locale + getloc + a02568.html + a09508701b27d68740a5473d096437f65 + () const + + + streamsize + in_avail + a02568.html + a924a684fe2a6844d766e25f4051b705c + () + + + locale + pubimbue + a02568.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) + + + int_type + sbumpc + a02568.html + a72d8037e21ad370e3643ff3c865f91f9 + () + + + int_type + sgetc + a02568.html + ac773fb2c87cf938fb6eb89c987f8e04e + () + + + streamsize + sgetn + a02568.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) + + + int_type + snextc + a02568.html + a6d281db46069df3043b566f10e5397b2 + () + + + int_type + sputbackc + a02568.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) + + + int_type + sputc + a02568.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) + + + streamsize + sputn + a02568.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) + + + int_type + sungetc + a02568.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + + basic_streambuf + a02568.html + af9ead45743a5b28a57d385ac881493e1 + () + + + void + gbump + a02568.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) + + + virtual void + imbue + a02568.html + a70048277614282b8631e5fbf3106093e + (const locale &__loc) + + + virtual int_type + overflow + a02568.html + a225634e53ed30e3733299a1b6de0b677 + (int_type __c=traits_type::eof()) + + + virtual int_type + pbackfail + a02568.html + a8d57a822d984ebf68160724aa9330282 + (int_type __c=traits_type::eof()) + + + void + pbump + a02568.html + abd017296cfc054910ca7de102e6a6998 + (int __n) + + + virtual pos_type + seekoff + a02568.html + ad6d5177e376efdb0dccf62890eebc9b0 + (off_type, ios_base::seekdir, ios_base::openmode=ios_base::in|ios_base::out) + + + virtual pos_type + seekpos + a02568.html + a008405d586f640e109c7ab7bf424aa39 + (pos_type, ios_base::openmode=ios_base::in|ios_base::out) + + + virtual basic_streambuf< char_type, _Traits > * + setbuf + a02568.html + aad2e731291673229100bde1f24ce828f + (char_type *, streamsize) + + + void + setg + a02568.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) + + + void + setp + a02568.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) + + + virtual streamsize + showmanyc + a02568.html + a85e9299b4d91188c1c0070111604ece8 + () + + + virtual int + sync + a02568.html + a407510ac810a42b173f3bd553959bfb5 + () + + + virtual int_type + uflow + a02568.html + a4e0c932f41122eaec83e7008ece5e207 + () + + + virtual int_type + underflow + a02568.html + aab4011ac7751c858f121b887f124529d + () + + + virtual streamsize + xsgetn + a02568.html + a5eaa7fbc16e49b8105d6387fcbbfad61 + (char_type *__s, streamsize __n) + + + virtual streamsize + xsputn + a02568.html + a23e843afc42e2875d1f2fc945821499a + (const char_type *__s, streamsize __n) + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + locale + _M_buf_locale + a02568.html + aef4d5a82b6a51fa750fa43d80b4a8564 + + + + char_type * + _M_in_beg + a02568.html + a08c7afbf0ec4df6f6d8e29a46484197d + + + + char_type * + _M_in_cur + a02568.html + a7b4e50d872ecb80867eaab9e7897b625 + + + + char_type * + _M_in_end + a02568.html + adf0f7b58227c057d018ab6a8b0a123d4 + + + + char_type * + _M_out_beg + a02568.html + a66b958241a34e8b7da6ade8f3434ce61 + + + + char_type * + _M_out_cur + a02568.html + a83c368ebeed6b39269fd45d38b9a8b53 + + + + char_type * + _M_out_end + a02568.html + af2973fa34894190ce5885749fa148bbe + + + + _CharT + char_type + a02568.html + a38ad1721a50a96c7d37d51a3f858a0cf + + + + _Traits + traits_type + a02568.html + ab3220592ca0efc72cf87e58cdc696bd6 + + + + traits_type::int_type + int_type + a02568.html + a1c1565d5b66e703de4d9a8aef4957a8b + + + + traits_type::pos_type + pos_type + a02568.html + a5bc758d8b84fa134386d3ab683b880aa + + + + traits_type::off_type + off_type + a02568.html + ae0d813da6c3d39659299a6e7831ae265 + + + + basic_streambuf< char_type, traits_type > + __streambuf_type + a02568.html + a20adcc1bccab9fa3678b34e078e59e8c + + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + + std::basic_string + a03900.html + _CharT + _Traits + _Alloc + + + basic_string + a03900.html + a28efca629663d35f1b46b53716fcb952 + () + + + + basic_string + a03900.html + a1b86aa9be110b05515cb86436ebecd0c + (const _Alloc &__a) + + + + basic_string + a03900.html + a2e170755f18d8f170ea8af7645a9023c + (const basic_string &__str) + + + + basic_string + a03900.html + a35f89df42b1be1f7aad124282bed3047 + (const basic_string &__str, size_type __pos, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + a3672802c25dce648e465405729d370c6 + (const basic_string &__str, size_type __pos, size_type __n) + + + + basic_string + a03900.html + a50b1cd322a3ce4b1a19874996dc68e5d + (const basic_string &__str, size_type __pos, size_type __n, const _Alloc &__a) + + + + basic_string + a03900.html + af08d7a344515d8e99fbc1bc495e03ac7 + (const _CharT *__s, size_type __n, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + ae8ec7e4ede4ff46c057ccc86c7548112 + (const _CharT *__s, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + a72834c85f7d482aa0edb360d3e63aa47 + (size_type __n, _CharT __c, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + a589dea335e84ebc8fea77d76e26ed683 + (basic_string &&__str) noexcept + + + + basic_string + a03900.html + a464829dac12de13b7fdd9411d413fca3 + (initializer_list< _CharT > __l, const _Alloc &__a=_Alloc()) + + + + basic_string + a03900.html + a0b3a0c256b0cade0c276550827e5605c + (_InputIterator __beg, _InputIterator __end, const _Alloc &__a=_Alloc()) + + + + ~basic_string + a03900.html + adb7b4b7b01dd15155872907322c8ce6b + () noexcept + + + basic_string & + append + a03900.html + a93795d6e4ab56974a69099a52726c1e1 + (const basic_string &__str) + + + basic_string & + append + a03900.html + a994d19c140f66be9b1b7219e4d64d111 + (const basic_string &__str, size_type __pos, size_type __n) + + + basic_string & + append + a03900.html + aedb1f587c0c2da80a654e467e0b02103 + (const _CharT *__s, size_type __n) + + + basic_string & + append + a03900.html + af7fa2c8af0d7a45bb3e3cfe0fd8ae6f8 + (const _CharT *__s) + + + basic_string & + append + a03900.html + a41e22e66a2acd2c64d15cabdc9d3820d + (size_type __n, _CharT __c) + + + basic_string & + append + a03900.html + abbc4bbfee03cbca12a25929455036337 + (initializer_list< _CharT > __l) + + + basic_string & + append + a03900.html + a1279610b99283848863401984efae5c2 + (_InputIterator __first, _InputIterator __last) + + + basic_string & + assign + a03900.html + a40c0c4216ddc30d2d77595a0af24e0a6 + (const basic_string &__str) + + + basic_string & + assign + a03900.html + ab0d36f7b093518f2473845747b2e386f + (basic_string &&__str) + + + basic_string & + assign + a03900.html + a9ce57ae0fe2a2ff9f66f7a3e7e6330b7 + (const basic_string &__str, size_type __pos, size_type __n) + + + basic_string & + assign + a03900.html + a29921ea06a2addf4f553a0926cee86ed + (const _CharT *__s, size_type __n) + + + basic_string & + assign + a03900.html + a1ce1e1a51bc5ac529889b64df32c8ab1 + (const _CharT *__s) + + + basic_string & + assign + a03900.html + a057ebae0fb6e9ed0fa38c712cb059aeb + (size_type __n, _CharT __c) + + + basic_string & + assign + a03900.html + a56b07fb1cb32ec4e0d96d9ba1232579d + (_InputIterator __first, _InputIterator __last) + + + basic_string & + assign + a03900.html + a70293716cb2965eb975b5e7279373c5a + (initializer_list< _CharT > __l) + + + const_reference + at + a03900.html + a7b3f71d659cec45cc094e220814402e6 + (size_type __n) const + + + reference + at + a03900.html + afb57639cf518335a43c9b2875438fe0d + (size_type __n) + + + reference + back + a03900.html + ac12faa42fdb7031770f89f43f8901376 + () + + + const_reference + back + a03900.html + a7b7634d8024933699b736e271f88cdac + () const noexcept + + + iterator + begin + a03900.html + a92ac8cd12ed8dd292465c513b47b3a81 + () + + + const_iterator + begin + a03900.html + a9616ce861862d90208cee9aedd61747b + () const noexcept + + + const _CharT * + c_str + a03900.html + a1c644c6d7fe3a686d752a9aecb99da0c + () const noexcept + + + size_type + capacity + a03900.html + adbd70b5afd5d6a0b47dfe2e2ec491c07 + () const noexcept + + + const_iterator + cbegin + a03900.html + accd90e0fb247fa817e4b8e2b093380aa + () const noexcept + + + const_iterator + cend + a03900.html + a08def895e3c355e7d463af3f778a0f52 + () const noexcept + + + void + clear + a03900.html + aaf800493abc5157b122532f5553c7473 + () noexcept + + + int + compare + a03900.html + a2e55254a1296e57e119415607247b8f2 + (const basic_string &__str) const + + + int + compare + a03900.html + a2bd799002ba56d91f9d7da0f66a39034 + (size_type __pos, size_type __n, const basic_string &__str) const + + + int + compare + a03900.html + ad5deb315b5f9164af31594f841c75d85 + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) const + + + int + compare + a03900.html + a215d1d73d41a557d9615091708945db6 + (const _CharT *__s) const noexcept + + + int + compare + a03900.html + a2e70c8910f113af5e6698c105982610a + (size_type __pos, size_type __n1, const _CharT *__s) const + + + int + compare + a03900.html + a30a54ee684d64bf8e2474d8b21eb1abf + (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) const + + + size_type + copy + a03900.html + a58b4af90a328f86db6bed2c8e25b4fe5 + (_CharT *__s, size_type __n, size_type __pos=0) const + + + const_reverse_iterator + crbegin + a03900.html + a0403377853044ccf7f9020f98a5b0916 + () const noexcept + + + const_reverse_iterator + crend + a03900.html + a9b78c09c0de7008f035df7238fe4b925 + () const noexcept + + + const _CharT * + data + a03900.html + a7998fb98c9eddd604864547d4ed4a80f + () const noexcept + + + bool + empty + a03900.html + ab646860c309686e5dfa9ab42e062a1bf + () const noexcept + + + iterator + end + a03900.html + aa4a6c059c158877d2390196bbff5b480 + () + + + const_iterator + end + a03900.html + a817beeb1801ef5c3046593ef8867a37d + () const noexcept + + + basic_string & + erase + a03900.html + ad0c376cb963e61712842490d44d53a74 + (size_type __pos=0, size_type __n=npos) + + + iterator + erase + a03900.html + a28aff931bdb19be2c6b1658d6bb03f71 + (iterator __position) + + + iterator + erase + a03900.html + a14043b49e3ab3c8834b1936a8bdf7fd7 + (iterator __first, iterator __last) + + + size_type + find + a03900.html + a2905ece9a19045bd348be9fd2aa01664 + (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find + a03900.html + a295acb36c3779a550ca1792fef74736e + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find + a03900.html + a0961886fe945d04554beab21c4f9bc54 + (const _CharT *__s, size_type __pos=0) const noexcept + + + size_type + find + a03900.html + ad22ff0adb9ffcbc5fcbde132fce0898d + (_CharT __c, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a3d161e0b4182e43e70778769cefdab8c + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a2ecada165b41788e4817cb31b8e5269b + (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_first_not_of + a03900.html + af929326691134537716b308d080f487f + (const _CharT *__s, size_type __pos=0) const noexcept + + + size_type + find_first_not_of + a03900.html + a0766f7adbc9a185b21bb1356ab6e302f + (_CharT __c, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + a118aa1e4afbe9d35b49eb36ad74e230a + (const basic_string &__str, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + a3539b87ea391ab52a571f62e3f4d3516 + (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_first_of + a03900.html + ae2873f45c9a0fcb04bd17eaec640540b + (const _CharT *__s, size_type __pos=0) const noexcept + + + size_type + find_first_of + a03900.html + ab065587ff286d2b7e0aa9ed49ceb871a + (_CharT __c, size_type __pos=0) const noexcept + + + size_type + find_last_not_of + a03900.html + a2a7d997ad1bf8f9667a18ba72f3d1608 + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + find_last_not_of + a03900.html + ae7c601a7f29a2304f2f014faaa789652 + (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_last_not_of + a03900.html + a3e72d0dcdcb779d768feb37f0d10937d + (const _CharT *__s, size_type __pos=npos) const noexcept + + + size_type + find_last_not_of + a03900.html + a779c081af38b8c6af0341ed88e19c69f + (_CharT __c, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + a5bd1d6df971b6e4cb7468ac97e1dd338 + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + abebb36705e89a99c9c8dd8b4968aa6f3 + (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + + size_type + find_last_of + a03900.html + a1eeebd95d63fe61d0ef78f369675ca89 + (const _CharT *__s, size_type __pos=npos) const noexcept + + + size_type + find_last_of + a03900.html + a88eae65c3d8e575c4e18b3f113fa3d05 + (_CharT __c, size_type __pos=npos) const noexcept + + + reference + front + a03900.html + a4e7ef41fd4dbb69e831e2721fef8c1f5 + () + + + const_reference + front + a03900.html + a3dd02d2967a250d1e115f96907b05411 + () const noexcept + + + allocator_type + get_allocator + a03900.html + ac74bf867dd0c370a371d27715417037d + () const noexcept + + + void + insert + a03900.html + a3e9371291649e0ef913b1db6eca30fe6 + (iterator __p, size_type __n, _CharT __c) + + + void + insert + a03900.html + adfba5cd6a9aa65ba311bccf50cb372f1 + (iterator __p, _InputIterator __beg, _InputIterator __end) + + + void + insert + a03900.html + a222550ae5e2797c94ec1843e1c5d534d + (iterator __p, initializer_list< _CharT > __l) + + + basic_string & + insert + a03900.html + a573db36b336dacb30f9597947fb9cbba + (size_type __pos1, const basic_string &__str) + + + basic_string & + insert + a03900.html + a70baff37172ea468e37cb11d7e38363d + (size_type __pos1, const basic_string &__str, size_type __pos2, size_type __n) + + + basic_string & + insert + a03900.html + a5ddc3f0696e69ba341e5cbdc78a1a727 + (size_type __pos, const _CharT *__s, size_type __n) + + + basic_string & + insert + a03900.html + acc1fcf315c8dfe30d0f84465e5d9f033 + (size_type __pos, const _CharT *__s) + + + basic_string & + insert + a03900.html + ae866142460e73e83a99d2cd13a0252ae + (size_type __pos, size_type __n, _CharT __c) + + + iterator + insert + a03900.html + afd1100ed98bdacbf118baaf860bb2feb + (iterator __p, _CharT __c) + + + size_type + length + a03900.html + a5963813a61b3dbc4edd03cf1f91608b5 + () const noexcept + + + size_type + max_size + a03900.html + ae64648328b956cc014db981cfd763df4 + () const noexcept + + + basic_string & + operator+= + a03900.html + a3f985c5b2f4e7220ca0f49fba85ee836 + (const basic_string &__str) + + + basic_string & + operator+= + a03900.html + adbefaa945be40d2d60d200370327f078 + (const _CharT *__s) + + + basic_string & + operator+= + a03900.html + a8795b7445dab8726bfdf3e7ad7bfd45b + (_CharT __c) + + + basic_string & + operator+= + a03900.html + a44f1139d68b80d8dfb0920903d5542c4 + (initializer_list< _CharT > __l) + + + basic_string & + operator= + a03900.html + aa8f6f22768d186c590681e47f84c121b + (const basic_string &__str) + + + basic_string & + operator= + a03900.html + a35293bfc788d5cfbd78bca7bb3f7e43a + (const _CharT *__s) + + + basic_string & + operator= + a03900.html + a79cf5ca6fa3860d67ddde51fc19f4a2d + (_CharT __c) + + + basic_string & + operator= + a03900.html + a3b90512bec447bb5b4ccd61ac0041ac1 + (basic_string &&__str) + + + basic_string & + operator= + a03900.html + a12d94f9bbcb2ed1ae495aafaae17b39d + (initializer_list< _CharT > __l) + + + const_reference + operator[] + a03900.html + aac009c5b9a838a7e0651bd62047d6c5f + (size_type __pos) const noexcept + + + reference + operator[] + a03900.html + ae727161635dca3a36d696c73d391424b + (size_type __pos) + + + void + pop_back + a03900.html + a570874e864550fff0d314ee635afba9c + () + + + void + push_back + a03900.html + a0825375ff9f37dd0716baeb3932a8c10 + (_CharT __c) + + + reverse_iterator + rbegin + a03900.html + a43226db34f7ad7cb99e1cc9f6549ae03 + () + + + const_reverse_iterator + rbegin + a03900.html + a9c8fd2b5572dc31cbd455698a398ec9d + () const noexcept + + + reverse_iterator + rend + a03900.html + a320628bf4405d1896c4cbbaa1c0ddee1 + () + + + const_reverse_iterator + rend + a03900.html + a7bd1be7596d11f5b7e8d7f29372adc61 + () const noexcept + + + basic_string & + replace + a03900.html + a499572a795055fb2b4640aa8fa933a7d + (size_type __pos, size_type __n, const basic_string &__str) + + + basic_string & + replace + a03900.html + ad87fcdf010de7bf39af1e0784399913a + (size_type __pos1, size_type __n1, const basic_string &__str, size_type __pos2, size_type __n2) + + + basic_string & + replace + a03900.html + a51945801c8054e522d106ead6dbb2f5d + (size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) + + + basic_string & + replace + a03900.html + a3db009664c81360b5ca3f0d1bfcfdb85 + (size_type __pos, size_type __n1, const _CharT *__s) + + + basic_string & + replace + a03900.html + a0d0a0149f031ac66fe91076e2e777bac + (size_type __pos, size_type __n1, size_type __n2, _CharT __c) + + + basic_string & + replace + a03900.html + ad19978649741d77947601dd6d9060790 + (iterator __i1, iterator __i2, const basic_string &__str) + + + basic_string & + replace + a03900.html + a7445d4650ad19f82110fc756829a3f5f + (iterator __i1, iterator __i2, const _CharT *__s, size_type __n) + + + basic_string & + replace + a03900.html + a0d1b1f02005d10780da0025d702188ef + (iterator __i1, iterator __i2, const _CharT *__s) + + + basic_string & + replace + a03900.html + a2e2e22f1f92a2344a7b08773a7d1eb5e + (iterator __i1, iterator __i2, size_type __n, _CharT __c) + + + basic_string & + replace + a03900.html + ab14ece76be0afccddda61836f3683ba4 + (iterator __i1, iterator __i2, _InputIterator __k1, _InputIterator __k2) + + + basic_string & + replace + a03900.html + a5c6756c900299cb0b024dae3bb036285 + (iterator __i1, iterator __i2, initializer_list< _CharT > __l) + + + void + reserve + a03900.html + a33d4d3491641d9129f660cb46a9ccac8 + (size_type __res_arg=0) + + + void + resize + a03900.html + a7530f355537da638911c78ef7925daa9 + (size_type __n, _CharT __c) + + + void + resize + a03900.html + a9c65ed069cb3a757975febfef57479cd + (size_type __n) + + + size_type + rfind + a03900.html + a6cab7f0f853a0f230ea585888e21d34d + (const basic_string &__str, size_type __pos=npos) const noexcept + + + size_type + rfind + a03900.html + a62cac31568a34b427b6faf3962f72746 + (const _CharT *__s, size_type __pos, size_type __n) const noexcept + + + size_type + rfind + a03900.html + a252f2266eacf983c47e0f5874b9eaff6 + (const _CharT *__s, size_type __pos=npos) const noexcept + + + size_type + rfind + a03900.html + a3287a95c5ac1c576aac7c1c28d3f001a + (_CharT __c, size_type __pos=npos) const noexcept + + + void + shrink_to_fit + a03900.html + a74201ef9d14b1fd7c7e116268e277023 + () noexcept + + + size_type + size + a03900.html + a676f896c88073521cfac7aab5f3da5af + () const noexcept + + + basic_string + substr + a03900.html + a25792c9769bbd22fccf887bf0be28556 + (size_type __pos=0, size_type __n=npos) const + + + void + swap + a03900.html + a82c14c3fd8fa3cd5a7ccf1c76fa89b03 + (basic_string &__s) + + + static const size_type + npos + a03900.html + ac73924a70ab202e90e1c18c2dea125c9 + + + + + std::basic_stringbuf + a02584.html + _CharT + _Traits + _Alloc + std::basic_streambuf + + + basic_stringbuf + a02584.html + a19b9cff5db05affb68557688c6130409 + (ios_base::openmode __mode=ios_base::in|ios_base::out) + + + + basic_stringbuf + a02584.html + a37b53ee2a13c652e61c4db6cc1f47b51 + (const __string_type &__str, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + locale + getloc + a02568.html + a09508701b27d68740a5473d096437f65 + () const + + + streamsize + in_avail + a02568.html + a924a684fe2a6844d766e25f4051b705c + () + + + locale + pubimbue + a02568.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) + + + int_type + sbumpc + a02568.html + a72d8037e21ad370e3643ff3c865f91f9 + () + + + int_type + sgetc + a02568.html + ac773fb2c87cf938fb6eb89c987f8e04e + () + + + streamsize + sgetn + a02568.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) + + + int_type + snextc + a02568.html + a6d281db46069df3043b566f10e5397b2 + () + + + int_type + sputbackc + a02568.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) + + + int_type + sputc + a02568.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) + + + streamsize + sputn + a02568.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) + + + __string_type + str + a02584.html + a710ce01324037dd8787cde291a3608e0 + () const + + + void + str + a02584.html + a54d0b95ccabadaa97884f3c54f1943d2 + (const __string_type &__s) + + + int_type + sungetc + a02568.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + void + gbump + a02568.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) + + + virtual void + imbue + a02568.html + a70048277614282b8631e5fbf3106093e + (const locale &__loc) + + + virtual int_type + overflow + a02584.html + a9016f69345c21be73b6f737778988c48 + (int_type __c=traits_type::eof()) + + + virtual int_type + pbackfail + a02584.html + ab841cde22dc8221da78bda25cb6273bf + (int_type __c=traits_type::eof()) + + + void + pbump + a02568.html + abd017296cfc054910ca7de102e6a6998 + (int __n) + + + virtual pos_type + seekoff + a02584.html + a87ffed7ed9940e5952303b31be0b6a11 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + virtual pos_type + seekpos + a02584.html + a763bee40dfc04e2ee2816e322c3af297 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + virtual __streambuf_type * + setbuf + a02584.html + a3ecbb2133b5c6b598b0344b7cbbe1757 + (char_type *__s, streamsize __n) + + + void + setg + a02568.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) + + + void + setp + a02568.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) + + + virtual streamsize + showmanyc + a02584.html + a24490a3224662a3c57cbb8f591b2acbc + () + + + virtual int + sync + a02568.html + a407510ac810a42b173f3bd553959bfb5 + () + + + virtual int_type + uflow + a02568.html + a4e0c932f41122eaec83e7008ece5e207 + () + + + virtual int_type + underflow + a02584.html + a51561fccb6d01fb598c1885de0defc71 + () + + + virtual streamsize + xsgetn + a02568.html + a5eaa7fbc16e49b8105d6387fcbbfad61 + (char_type *__s, streamsize __n) + + + virtual streamsize + xsputn + a02568.html + a23e843afc42e2875d1f2fc945821499a + (const char_type *__s, streamsize __n) + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + locale + _M_buf_locale + a02568.html + aef4d5a82b6a51fa750fa43d80b4a8564 + + + + char_type * + _M_in_beg + a02568.html + a08c7afbf0ec4df6f6d8e29a46484197d + + + + char_type * + _M_in_cur + a02568.html + a7b4e50d872ecb80867eaab9e7897b625 + + + + char_type * + _M_in_end + a02568.html + adf0f7b58227c057d018ab6a8b0a123d4 + + + + ios_base::openmode + _M_mode + a02584.html + ac61ba779db3a0af0973ab5222c78fa0b + + + + char_type * + _M_out_beg + a02568.html + a66b958241a34e8b7da6ade8f3434ce61 + + + + char_type * + _M_out_cur + a02568.html + a83c368ebeed6b39269fd45d38b9a8b53 + + + + char_type * + _M_out_end + a02568.html + af2973fa34894190ce5885749fa148bbe + + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + + std::basic_stringstream + a02596.html + _CharT + _Traits + _Alloc + std::basic_iostream + + + event + a04932.html + a411605aa4a6914dded5a9308ce28257b + + + + void(* + event_callback + a04932.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) + + + _Ios_Fmtflags + fmtflags + a04932.html + a03fbf244b3dfb55651c7460537abb89e + + + + _Ios_Iostate + iostate + a04932.html + a0487f09dbaf55c34d14350a54daf0bbd + + + + _Ios_Openmode + openmode + a04932.html + aa7e2408680d83e0bac8979774aeecdad + + + + _Ios_Seekdir + seekdir + a04932.html + ac19bbe98949795f6038952b6c7759a0a + + + + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02564.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + + basic_stringstream + a02596.html + a40b73a4835bc74332079555beec1dda3 + (ios_base::openmode __m=ios_base::out|ios_base::in) + + + + basic_stringstream + a02596.html + a441ffb983d534b288151ff70610ad42b + (const __string_type &__str, ios_base::openmode __m=ios_base::out|ios_base::in) + + + + ~basic_stringstream + a02596.html + a2fe66a8d73dcf33d78ad41df02328fe4 + () + + + const locale & + _M_getloc + a04932.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 + () const + + + bool + bad + a02564.html + ad79b64356f78198654c36480f670738c + () const + + + void + clear + a02564.html + a07a10e07246ef2a68c0c3f08d94c7607 + (iostate __state=goodbit) + + + basic_ios & + copyfmt + a02564.html + a57af447fc663746ea14bea76e80f5990 + (const basic_ios &__rhs) + + + bool + eof + a02564.html + a0a9f086f16995b35aad9db9d3adf843f + () const + + + iostate + exceptions + a02564.html + a2af07612846b93cd56e19d56ad9ee7c5 + () const + + + void + exceptions + a02564.html + aecd6ac5df7374c8b775a2912c4a014e9 + (iostate __except) + + + bool + fail + a02564.html + a9ce7a228245eefeceacc05fe6feff2e0 + () const + + + char_type + fill + a02564.html + a8b6a8fc0ddc82328520534e9e99de88e + () const + + + char_type + fill + a02564.html + a5b7921d8ecf89d75e188e9ed972af448 + (char_type __ch) + + + fmtflags + flags + a04932.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const + + + fmtflags + flags + a04932.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) + + + __ostream_type & + flush + a02576.html + ab5155ad385b78192ef1436bf31a0cde0 + () + + + streamsize + gcount + a02572.html + a14cc48ec617f1c1a65d8532e7807882c + () const + + + basic_istream< char > & + getline + a02572.html + ac221a81cafbff201778d85d7a1c48361 + (char_type *__s, streamsize __n, char_type __delim) + + + locale + getloc + a04932.html + ad2ef2af6c7194c081df6c0d505c28699 + () const + + + bool + good + a02564.html + a89bf36df306bb4682f9b74694619b2cf + () const + + + locale + imbue + a02564.html + a0aee263fdd9d10e05634c8b8d0f2114e + (const locale &__loc) + + + long & + iword + a04932.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) + + + char + narrow + a02564.html + a93e7a241510c19eb66c276379e493a20 + (char_type __c, char __dfault) const + + + __ostream_type & + operator<< + a02576.html + a55c3406610bedc51adf69c5bf5e91f87 + (const void *__p) + + + __ostream_type & + operator<< + a02576.html + ae44501375408f184570a51b04f9f984c + (__streambuf_type *__sb) + + + __istream_type & + operator>> + a02572.html + adeaf1064509afa95a3eb1b49c2d351e1 + (void *&__p) + + + __istream_type & + operator>> + a02572.html + a3e27102f9fe4c77782e581f359a6a118 + (__streambuf_type *__sb) + + + streamsize + precision + a04932.html + a22f2e1638f5fcac7fff2442122dc51e6 + () const + + + streamsize + precision + a04932.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) + + + void *& + pword + a04932.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) + + + basic_streambuf< _CharT, _Traits > * + rdbuf + a02564.html + a163ac287eb3cec7bb62ed893be51658b + (basic_streambuf< _CharT, _Traits > *__sb) + + + __stringbuf_type * + rdbuf + a02596.html + a20c0bfc4dc37364093b8c7bfe77d1d7f + () const + + + iostate + rdstate + a02564.html + a5f082a6a02ca25407fa6806bbd84e887 + () const + + + void + register_callback + a04932.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) + + + __ostream_type & + seekp + a02576.html + abb04da4da073ece1c0222004b6f3207b + (pos_type) + + + __ostream_type & + seekp + a02576.html + a6c7c5283e1f9b0a49c85f1f81c976226 + (off_type, ios_base::seekdir) + + + fmtflags + setf + a04932.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) + + + fmtflags + setf + a04932.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) + + + void + setstate + a02564.html + a2da7d3305cba0695b1d1bec916ae64b0 + (iostate __state) + + + __string_type + str + a02596.html + a36e49da6993836a79290489fab310077 + () const + + + void + str + a02596.html + a84b6a2da124b5f937c3f5dfa12d70957 + (const __string_type &__s) + + + pos_type + tellp + a02576.html + a57b81a67592e9a2692704ef6cb675946 + () + + + basic_ostream< _CharT, _Traits > * + tie + a02564.html + a191fdfa0d70cd77c7e396a6411d1febc + () const + + + basic_ostream< _CharT, _Traits > * + tie + a02564.html + acb357e8950676669b63b8fc42d18bd57 + (basic_ostream< _CharT, _Traits > *__tiestr) + + + void + unsetf + a04932.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) + + + char_type + widen + a02564.html + a8b4b27c391cfd8af35923ef8e6b918d1 + (char __c) const + + + streamsize + width + a04932.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const + + + streamsize + width + a04932.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) + + + __istream_type & + operator>> + a02572.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) + + + __istream_type & + operator>> + a02572.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) + + + __istream_type & + operator>> + a02572.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) + + + __istream_type & + operator>> + a02572.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) + + + __istream_type & + operator>> + a02572.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) + + + __istream_type & + operator>> + a02572.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) + + + __istream_type & + operator>> + a02572.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) + + + __istream_type & + operator>> + a02572.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) + + + __istream_type & + operator>> + a02572.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) + + + __istream_type & + operator>> + a02572.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) + + + __istream_type & + operator>> + a02572.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) + + + __istream_type & + operator>> + a02572.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) + + + __istream_type & + operator>> + a02572.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) + + + __istream_type & + operator>> + a02572.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) + + + __istream_type & + operator>> + a02572.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) + + + int_type + get + a02572.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () + + + __istream_type & + get + a02572.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) + + + __istream_type & + get + a02572.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + get + a02572.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) + + + __istream_type & + get + a02572.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) + + + __istream_type & + get + a02572.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) + + + __istream_type & + getline + a02572.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + getline + a02572.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) + + + __istream_type & + ignore + a02572.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) + + + __istream_type & + ignore + a02572.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) + + + __istream_type & + ignore + a02572.html + a64f338d738e8de460fa4a2be744cff8f + () + + + int_type + peek + a02572.html + a2f0e75e1691608c66f634191e54ec4d9 + () + + + __istream_type & + read + a02572.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) + + + streamsize + readsome + a02572.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) + + + __istream_type & + putback + a02572.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) + + + __istream_type & + unget + a02572.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () + + + int + sync + a02572.html + af3f3c68797d19724d8add89b15a08908 + () + + + pos_type + tellg + a02572.html + a46cc2065d192a9689f39d298a9573341 + () + + + __istream_type & + seekg + a02572.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02572.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + __ostream_type & + operator<< + a02576.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) + + + __ostream_type & + operator<< + a02576.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) + + + __ostream_type & + operator<< + a02576.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) + + + __ostream_type & + operator<< + a02576.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) + + + __ostream_type & + operator<< + a02576.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) + + + __ostream_type & + operator<< + a02576.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) + + + __ostream_type & + operator<< + a02576.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) + + + __ostream_type & + operator<< + a02576.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) + + + __ostream_type & + operator<< + a02576.html + a90608b96fbe83830a71760b741ae3159 + (int __n) + + + __ostream_type & + operator<< + a02576.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) + + + __ostream_type & + operator<< + a02576.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) + + + __ostream_type & + operator<< + a02576.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) + + + __ostream_type & + operator<< + a02576.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) + + + __ostream_type & + operator<< + a02576.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) + + + __ostream_type & + operator<< + a02576.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) + + + __ostream_type & + put + a02576.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) + + + void + _M_write + a02576.html + ac8e60326ec9f82e24274e3f457dc887a + (const char_type *__s, streamsize __n) + + + __ostream_type & + write + a02576.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) + + + static bool + sync_with_stdio + a04932.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) + + + static int + xalloc + a04932.html + a3faeb4739cfe621262ceef0aad98f0ea + () + + + static const fmtflags + adjustfield + a04932.html + afb35e86e0979426d5271e7da619e564b + + + + static const openmode + app + a04932.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + + + + static const openmode + ate + a04932.html + ad22225874e26210dfe11263279587e75 + + + + static const iostate + badbit + a04932.html + aa3cd1e1667eb566ad6e23a67117eef8b + + + + static const fmtflags + basefield + a04932.html + a1c78bab2448707823dbb382c1f9d872a + + + + static const seekdir + beg + a04932.html + a214f784b4a9d7ce92eb23ed99e44aecf + + + + static const openmode + binary + a04932.html + a88a28f18badafdd8e605841b8b7042d5 + + + + static const fmtflags + boolalpha + a04932.html + a7643f003a532a377d00ebe8bd288985f + + + + static const seekdir + cur + a04932.html + a1965600e26ca83d186504a4fd337cb9e + + + + static const fmtflags + dec + a04932.html + a3b38d2c92a8191a8f6d4994c663d408e + + + + static const seekdir + end + a04932.html + a505c3780386ccd5ca9679f7264db97f9 + + + + static const iostate + eofbit + a04932.html + a806f6f377e4fb4525d19e6d24df3cd62 + + + + static const iostate + failbit + a04932.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + + + + static const fmtflags + fixed + a04932.html + ab68a9e528eb897d85741f7a21adf4368 + + + + static const fmtflags + floatfield + a04932.html + a82663733691c649e8138a0fa959cb8c4 + + + + static const iostate + goodbit + a04932.html + a9af3b6f8ace7d893e1a0853d8fb29778 + + + + static const fmtflags + hex + a04932.html + a0dec2040942a5b127ce98be81486466f + + + + static const openmode + in + a04932.html + a652e2323949eea3d906e1c81bd8ce8f7 + + + + static const fmtflags + internal + a04932.html + a6e38abfae36f1fce1d01ec47487ba226 + + + + static const fmtflags + left + a04932.html + ac3795cde4efbdf63b27ea978f1a2755d + + + + static const fmtflags + oct + a04932.html + ab9d72ba493c0a12da9e6669c32af98ed + + + + static const openmode + out + a04932.html + a7187e216e5d16ec820ea1791002f85e0 + + + + static const fmtflags + right + a04932.html + a13753798f5c9da6f9372429c53039767 + + + + static const fmtflags + scientific + a04932.html + af4966eeb93a789a84f9acd92375d8483 + + + + static const fmtflags + showbase + a04932.html + a69acbf246475f065d6648303e452fd4d + + + + static const fmtflags + showpoint + a04932.html + a4c79db16d6509208744e2b698a2d107f + + + + static const fmtflags + showpos + a04932.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 + + + + static const fmtflags + skipws + a04932.html + a0092524de17db6438bc3bdcb914ac62b + + + + static const openmode + trunc + a04932.html + ae6831a611ce41b51a873c55b30d8534d + + + + static const fmtflags + unitbuf + a04932.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + + + + static const fmtflags + uppercase + a04932.html + a1be02544c10366da9fd9183a905d4910 + + + + void + init + a02564.html + a62a4b454cbedd686b89e48fa9d6160c4 + (basic_streambuf< _CharT, _Traits > *__sb) + + + streamsize + _M_gcount + a02572.html + a561684f2822987bda56c7e8817f91892 + + + + __istream_type & + operator>> + a02572.html + afbcef374ef55284de359fe5b920c20c3 + (__istream_type &(*__pf)(__istream_type &)) + + + __istream_type & + operator>> + a02572.html + a84505fa4c5752e1143bb1458b3a23e6a + (__ios_type &(*__pf)(__ios_type &)) + + + __istream_type & + operator>> + a02572.html + aed375bddc8064e0d86b920c2a0dac2a0 + (ios_base &(*__pf)(ios_base &)) + + + __istream_type & + operator>> + a02572.html + ae323c8017fbcd54117924b4789569b5a + (bool &__n) + + + __istream_type & + operator>> + a02572.html + af542ed27230ea0bbc6960a0f9556004f + (short &__n) + + + __istream_type & + operator>> + a02572.html + affcef40a87f4c392930dd81dfda3798f + (unsigned short &__n) + + + __istream_type & + operator>> + a02572.html + a4c595f9f70643cfe25b5abeb862c8443 + (int &__n) + + + __istream_type & + operator>> + a02572.html + aba91dd572021d240f2385b2eb0c73a07 + (unsigned int &__n) + + + __istream_type & + operator>> + a02572.html + a4a94cc0cfdd17d93c58228b5141904a6 + (long &__n) + + + __istream_type & + operator>> + a02572.html + a6a9a2eb43ef2fe89646033454347aa19 + (unsigned long &__n) + + + __istream_type & + operator>> + a02572.html + a78af82a5a9196d27ddee3be0d99354c6 + (long long &__n) + + + __istream_type & + operator>> + a02572.html + a884f57a96ba4bda2be39e30ec516793a + (unsigned long long &__n) + + + __istream_type & + operator>> + a02572.html + aadf4b5059f8e6a0d601ab5c2fb8bc150 + (float &__f) + + + __istream_type & + operator>> + a02572.html + afbeb775011b09fa4f51d18dc84ffe497 + (double &__f) + + + __istream_type & + operator>> + a02572.html + a2b4d9b107c966dc9ed975ba9cc157783 + (long double &__f) + + + int_type + get + a02572.html + a1e1c60e229c221a4f31a83b75a1eeef8 + () + + + __istream_type & + get + a02572.html + a6e84e5535a7f7ab23a9e0c7cb801e718 + (char_type &__c) + + + __istream_type & + get + a02572.html + ad68f400e3dfbd99d07ebf5fdef8c72e6 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + get + a02572.html + a3844f79355cdc724af9e33fcd9f141f2 + (char_type *__s, streamsize __n) + + + __istream_type & + get + a02572.html + a2d64559fbd05fe2bc76f70c210c13427 + (__streambuf_type &__sb, char_type __delim) + + + __istream_type & + get + a02572.html + a5b971a9237bcd7ed0885083c0eb8ed7a + (__streambuf_type &__sb) + + + __istream_type & + getline + a02572.html + ad2ddee6cd20ebffc86db5ae8c4953075 + (char_type *__s, streamsize __n, char_type __delim) + + + __istream_type & + getline + a02572.html + a4b90accfeac1200f276233a58dd46c46 + (char_type *__s, streamsize __n) + + + __istream_type & + ignore + a02572.html + a38f9c60abe3468fe50c0812a5b635b94 + (streamsize __n, int_type __delim) + + + __istream_type & + ignore + a02572.html + afbdc1d7d62a2d431ada8a761035b2d42 + (streamsize __n) + + + __istream_type & + ignore + a02572.html + a64f338d738e8de460fa4a2be744cff8f + () + + + int_type + peek + a02572.html + a2f0e75e1691608c66f634191e54ec4d9 + () + + + __istream_type & + read + a02572.html + a9a4153b69895307ee9f18ebf08e0182a + (char_type *__s, streamsize __n) + + + streamsize + readsome + a02572.html + a1fab30041eadb65949ee4644e4db565d + (char_type *__s, streamsize __n) + + + __istream_type & + putback + a02572.html + aaac4e520f0841cce4c36bd614fa6043e + (char_type __c) + + + __istream_type & + unget + a02572.html + a43227bf6cbcb63ecd9e34a82822ffb75 + () + + + int + sync + a02572.html + af3f3c68797d19724d8add89b15a08908 + () + + + pos_type + tellg + a02572.html + a46cc2065d192a9689f39d298a9573341 + () + + + __istream_type & + seekg + a02572.html + a06aeddb9416bfb47fe49ef00c8980eed + (pos_type) + + + __istream_type & + seekg + a02572.html + abb1d9cd4a2753ba8571d438b78037353 + (off_type, ios_base::seekdir) + + + __ostream_type & + operator<< + a02576.html + a41d3f54557efcf4cb17bf28dfeb8f8b7 + (__ostream_type &(*__pf)(__ostream_type &)) + + + __ostream_type & + operator<< + a02576.html + a4dba8118cd693690803dbc5bbef6a96d + (__ios_type &(*__pf)(__ios_type &)) + + + __ostream_type & + operator<< + a02576.html + ac00d04322df723ab0315f3675083af96 + (ios_base &(*__pf)(ios_base &)) + + + __ostream_type & + operator<< + a02576.html + a668a5b41a1fb9d5b71e1969c789dd77d + (long __n) + + + __ostream_type & + operator<< + a02576.html + a5cb03728cf9eab9a6d4c287f05c56fd4 + (unsigned long __n) + + + __ostream_type & + operator<< + a02576.html + aa10cfb65258b9cbf3ef00f3d6a3402c7 + (bool __n) + + + __ostream_type & + operator<< + a02576.html + a2bf303db0f61e6c34b99cd57ea7b143c + (short __n) + + + __ostream_type & + operator<< + a02576.html + a2b5b079df15919cebcfc5ff9b54135cd + (unsigned short __n) + + + __ostream_type & + operator<< + a02576.html + a90608b96fbe83830a71760b741ae3159 + (int __n) + + + __ostream_type & + operator<< + a02576.html + a8542f053d889b3ab9ed7c04675cc1c20 + (unsigned int __n) + + + __ostream_type & + operator<< + a02576.html + a80972d7d1092482b04c0f03ffdab4da3 + (long long __n) + + + __ostream_type & + operator<< + a02576.html + a0e819fe2a2afdfc76f4c3bd0c3b0dfea + (unsigned long long __n) + + + __ostream_type & + operator<< + a02576.html + a88dff73954faa7d6515aefaa7557b5cd + (double __f) + + + __ostream_type & + operator<< + a02576.html + a4af9ee104ee5f19064dce282a9b4bf24 + (float __f) + + + __ostream_type & + operator<< + a02576.html + a8a099fe4d893ccbd86e6dc96a44e3135 + (long double __f) + + + __ostream_type & + put + a02576.html + a87ff182527b274a91c89fcb07ee697fc + (char_type __c) + + + void + _M_write + a02576.html + ac8e60326ec9f82e24274e3f457dc887a + (const char_type *__s, streamsize __n) + + + __ostream_type & + write + a02576.html + a0c642eb4a583616126b1f45cab2c2f0f + (const char_type *__s, streamsize __n) + + + num_put< _CharT, ostreambuf_iterator< _CharT, _Traits > > + __num_put_type + a02564.html + acf5b180196f3fbcfd8ef2066fdb91f77 + + + + + operator bool + a02564.html + ac4bc700ec1a8b5019d1ccdae5c7a4eee + () const + + + bool + operator! + a02564.html + a5156257b243c3bcbce9b33147df0eb91 + () const + + + + std::bernoulli_distribution + a05496.html + std::bernoulli_distribution::param_type + + bool + result_type + a05496.html + acc481fbef5fb023da54c1fa303d042ab + + + + + bernoulli_distribution + a05496.html + a6e505656ceba4a0617c935d1a8b5bb6d + (double __p=0.5) + + + result_type + max + a05496.html + a14712b344c9472eb67d2973589ddf7f2 + () const + + + result_type + min + a05496.html + acfd63c2f93e6215cd8304db6f5c39df4 + () const + + + result_type + operator() + a05496.html + aec456e48e7dd746d11b2836368b7ed6d + (_UniformRandomNumberGenerator &__urng) + + + double + p + a05496.html + addcfd796c755aee31989d1fc69e24b46 + () const + + + param_type + param + a05496.html + a87898c9d5ca977d0d4c7d32996aff34e + () const + + + void + param + a05496.html + addd7642a0dc7aeb3025fd98670eb2ae4 + (const param_type &__param) + + + void + reset + a05496.html + a0e2d60fd13c2709af0294ab028e0646a + () + + + friend bool + operator== + a05496.html + a30ec495579b2c991c5eb5259ad4f1704 + (const bernoulli_distribution &__d1, const bernoulli_distribution &__d2) + + + + std::bernoulli_distribution::param_type + a05500.html + + + std::bidirectional_iterator_tag + a06664.html + std::forward_iterator_tag + + + std::binary_function + a06396.html + _Arg1 + _Arg2 + _Result + + _Arg1 + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Result + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Arg2 + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::binary_negate + a06556.html + + binary_function< _Predicate::first_argument_type, _Predicate::second_argument_type, bool > + + _Predicate::first_argument_type + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Predicate::second_argument_type + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::binder1st + a07452.html + _Operation + unary_function< _Operation::second_argument_type, _Operation::result_type > + + _Operation::second_argument_type + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Operation::result_type + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + std::binder2nd + a07456.html + _Operation + unary_function< _Operation::first_argument_type, _Operation::result_type > + + _Operation::first_argument_type + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Operation::result_type + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + std::binomial_distribution + a05504.html + _IntType + std::binomial_distribution::param_type + + _IntType + result_type + a05504.html + af4383227c82a6c0ee7d105c6b9bad120 + + + + result_type + max + a05504.html + a3699dfeea620a15824d48f712df52b0c + () const + + + result_type + min + a05504.html + a0dcaff746d5993e73b30cbbc70afbd05 + () const + + + result_type + operator() + a05504.html + a81e88f1000ed08018856b1b908acae12 + (_UniformRandomNumberGenerator &__urng) + + + result_type + operator() + a05504.html + aff0946f83a897c9f8b42f88d9e6d24c6 + (_UniformRandomNumberGenerator &__urng, const param_type &__p) + + + double + p + a05504.html + af0583bb444d7db7e7458dd1443ac7407 + () const + + + param_type + param + a05504.html + a999c47841c55d2615178786296635761 + () const + + + void + param + a05504.html + a77ced711f56a6b1dabc97cae8c0e70d7 + (const param_type &__param) + + + void + reset + a05504.html + acac7f32aa4a2b3ac2e512c5097aa70dc + () + + + _IntType + t + a05504.html + aa72d944e9abea97404fcc4ce35822060 + () const + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a05504.html + a414a99f11823d3fdfed86fc37f55690b + (std::basic_ostream< _CharT, _Traits > &__os, const std::binomial_distribution< _IntType1 > &__x) + + + friend bool + operator== + a05504.html + a98cae54fe8bdfb6ad29aa3577b02e50c + (const binomial_distribution &__d1, const binomial_distribution &__d2) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05504.html + a6770ba69c9a9d9b6d45fb2d262b6739d + (std::basic_istream< _CharT, _Traits > &__is, std::binomial_distribution< _IntType1 > &__x) + + + + std::binomial_distribution::param_type + a05508.html + + + std::bitset + a01816.html + _Nb + _Base_bitset<((_Nb)/(__CHAR_BIT__ *__SIZEOF_LONG__)+((_Nb) %(__CHAR_BIT__ *__SIZEOF_LONG__)==0 ? 0 :1))> + std::bitset::reference + + constexpr + bitset + a01816.html + a5151bbfc506a4e67b62aad88858087bf + () noexcept + + + constexpr + bitset + a01816.html + ac9ff38d14bbdb04b227c153e599ea2a3 + (unsigned long long __val) noexcept + + + + bitset + a01816.html + a8d5bd427a29860ac451ffe8a8d4ad40e + (const std::basic_string< _CharT, _Traits, _Alloc > &__s, size_t __position=0) + + + + bitset + a01816.html + aad1e618ff42ed7383899856a0c0043f4 + (const std::basic_string< _CharT, _Traits, _Alloc > &__s, size_t __position, size_t __n) + + + + bitset + a01816.html + a68b8f8604acc020e65bec91099f31eb3 + (const _CharT *__str, typename std::basic_string< _CharT >::size_type __n=std::basic_string< _CharT >::npos, _CharT __zero=_CharT('0'), _CharT __one=_CharT('1')) + + + size_t + _Find_first + a01465.html + ga6e02d58f0dc8e29529bc5bb4bda868c9 + () const noexcept + + + size_t + _Find_next + a01465.html + ga335929b2d821067e4288911e01e7e0ab + (size_t __prev) const noexcept + + + bool + all + a01816.html + a19aaf012161f62da7b7c26fe03aafe79 + () const noexcept + + + bool + any + a01816.html + ac04f8abc0698b5d65081d1253d68aca9 + () const noexcept + + + size_t + count + a01816.html + ad4633f8abd7e24be8f0315dff4a0882c + () const noexcept + + + bitset< _Nb > & + flip + a01816.html + a74c7d5b72d4bdc578f796f6f382b7b76 + () noexcept + + + bitset< _Nb > & + flip + a01816.html + ac1664aa3a88a766504c14fa38c824522 + (size_t __position) + + + bool + none + a01816.html + a55acf106c98106e68dfb1e475176624b + () const noexcept + + + bitset< _Nb > + operator~ + a01816.html + a2cdeed3169c5dbfd617f68bbef6457ee + () const noexcept + + + bitset< _Nb > & + reset + a01816.html + a74ba5bc37dd7a687b8f05883e076f3bd + () noexcept + + + bitset< _Nb > & + reset + a01816.html + af4c2e2cef691e173dca06e743dce31fa + (size_t __position) + + + bitset< _Nb > & + set + a01816.html + a11172e92c3d43b0241294f0fabeb176c + () noexcept + + + bitset< _Nb > & + set + a01816.html + a8e5de5f2693d0f873982c7e7435ecdb8 + (size_t __position, bool __val=true) + + + constexpr size_t + size + a01816.html + acae6b747171db72a7f5b80f698972874 + () const noexcept + + + bool + test + a01816.html + abb1381e9fd6c77312c8a18b2089b5e96 + (size_t __position) const + + + std::basic_string< _CharT, _Traits, _Alloc > + to_string + a01816.html + a14f4372623ade9d8dde70d1012d647e1 + () const + + + unsigned long + to_ulong + a01816.html + ac43af07a3a1af8d80529ce525eb08716 + () const + + + bitset< _Nb > & + operator &= + a01816.html + aaeeeb77b0bef34eb4eacb3905e09a561 + (const bitset< _Nb > &__rhs) noexcept + + + bitset< _Nb > & + operator|= + a01816.html + a75853927c9ad1aa9548e9eea7fde188c + (const bitset< _Nb > &__rhs) noexcept + + + bitset< _Nb > & + operator^= + a01816.html + aa9ac8697d02b2a3bacc58b1fa619b630 + (const bitset< _Nb > &__rhs) noexcept + + + bitset< _Nb > & + operator<<= + a01816.html + ac36920b534a80be4cc1e6e80c68d2be5 + (size_t __position) noexcept + + + bitset< _Nb > & + operator>>= + a01816.html + ac07ef85ee38aa3428883eb50f719cbca + (size_t __position) noexcept + + + bitset< _Nb > & + _Unchecked_set + a01465.html + gab46cfb783c57ffc53976ee861fae1ff4 + (size_t __pos) noexcept + + + bitset< _Nb > & + _Unchecked_set + a01465.html + gaf6e22292e9928712291bfdfc899e32fe + (size_t __pos, int __val) noexcept + + + bitset< _Nb > & + _Unchecked_reset + a01465.html + gaf6f4ee325fdf30171454f70ac153374b + (size_t __pos) noexcept + + + bitset< _Nb > & + _Unchecked_flip + a01465.html + ga3ae4b2fca495c3dc883f9e05ea618538 + (size_t __pos) noexcept + + + constexpr bool + _Unchecked_test + a01465.html + ga937a54ac511a8847838de564dbe17e39 + (size_t __pos) const noexcept + + + reference + operator[] + a01816.html + a03ad7ade15b93f22b17648d53ba20062 + (size_t __position) + + + constexpr bool + operator[] + a01816.html + afa6b9908b9752384b42da517a3ae3d8c + (size_t __position) const + + + bool + operator== + a01816.html + affef282a5c1dde27d67a3ad667936c17 + (const bitset< _Nb > &__rhs) const noexcept + + + bool + operator!= + a01816.html + aa69e1223ce6dc3f69fd44cc331bb170e + (const bitset< _Nb > &__rhs) const noexcept + + + bitset< _Nb > + operator<< + a01816.html + a725f2ea3af449e1e3286300e694d863d + (size_t __position) const noexcept + + + bitset< _Nb > + operator>> + a01816.html + aeba729a09e2f6c19b000476fa7eb0fcd + (size_t __position) const noexcept + + + _WordT + _M_w + a01788.html + a935cf17f91719fcd39d284151064f170 + [_Nw] + + + bitset< _Nb > & + operator &= + a01816.html + aaeeeb77b0bef34eb4eacb3905e09a561 + (const bitset< _Nb > &__rhs) noexcept + + + bitset< _Nb > & + operator|= + a01816.html + a75853927c9ad1aa9548e9eea7fde188c + (const bitset< _Nb > &__rhs) noexcept + + + bitset< _Nb > & + operator^= + a01816.html + aa9ac8697d02b2a3bacc58b1fa619b630 + (const bitset< _Nb > &__rhs) noexcept + + + bitset< _Nb > & + operator<<= + a01816.html + ac36920b534a80be4cc1e6e80c68d2be5 + (size_t __position) noexcept + + + bitset< _Nb > & + operator>>= + a01816.html + ac07ef85ee38aa3428883eb50f719cbca + (size_t __position) noexcept + + + bitset< _Nb > & + _Unchecked_set + a01465.html + gab46cfb783c57ffc53976ee861fae1ff4 + (size_t __pos) noexcept + + + bitset< _Nb > & + _Unchecked_set + a01465.html + gaf6e22292e9928712291bfdfc899e32fe + (size_t __pos, int __val) noexcept + + + bitset< _Nb > & + _Unchecked_reset + a01465.html + gaf6f4ee325fdf30171454f70ac153374b + (size_t __pos) noexcept + + + bitset< _Nb > & + _Unchecked_flip + a01465.html + ga3ae4b2fca495c3dc883f9e05ea618538 + (size_t __pos) noexcept + + + constexpr bool + _Unchecked_test + a01465.html + ga937a54ac511a8847838de564dbe17e39 + (size_t __pos) const noexcept + + + reference + operator[] + a01816.html + a03ad7ade15b93f22b17648d53ba20062 + (size_t __position) + + + constexpr bool + operator[] + a01816.html + afa6b9908b9752384b42da517a3ae3d8c + (size_t __position) const + + + bool + operator== + a01816.html + affef282a5c1dde27d67a3ad667936c17 + (const bitset< _Nb > &__rhs) const noexcept + + + bool + operator!= + a01816.html + aa69e1223ce6dc3f69fd44cc331bb170e + (const bitset< _Nb > &__rhs) const noexcept + + + bitset< _Nb > + operator<< + a01816.html + a725f2ea3af449e1e3286300e694d863d + (size_t __position) const noexcept + + + bitset< _Nb > + operator>> + a01816.html + aeba729a09e2f6c19b000476fa7eb0fcd + (size_t __position) const noexcept + + + + std::bitset::reference + a01820.html + + + std::cauchy_distribution + a05472.html + _RealType + std::cauchy_distribution::param_type + + _RealType + result_type + a05472.html + aa8912582da5d0545839decb4e97304ce + + + + result_type + max + a05472.html + ae5cd7dd82c78d0383e64cd19e0234c86 + () const + + + result_type + min + a05472.html + a93cbd65b4fa6d5a84149a0db63c7e10c + () const + + + result_type + operator() + a05472.html + ae2c1bb8200f59e2e62b591676fffbf41 + (_UniformRandomNumberGenerator &__urng) + + + param_type + param + a05472.html + ac85420c7ac3f7d2c83c3a7484facad86 + () const + + + void + param + a05472.html + aef17e054f8317d965a4baf4fa0424760 + (const param_type &__param) + + + void + reset + a05472.html + aa71463201b987ecaf218767aeaf9f8e8 + () + + + friend bool + operator== + a05472.html + a9df65ecb32574bdf021bd67b12ad772f + (const cauchy_distribution &__d1, const cauchy_distribution &__d2) + + + + std::cauchy_distribution::param_type + a05476.html + + + std::char_traits + a04240.html + _CharT + __gnu_cxx::char_traits + + + std::char_traits< __gnu_cxx::character< _Value, _Int, _St > > + a09456.html + + + + + + std::char_traits< char > + a04244.html + + + std::char_traits< wchar_t > + a04248.html + + + std::chi_squared_distribution + a05464.html + _RealType + std::chi_squared_distribution::param_type + + _RealType + result_type + a05464.html + add3353e1e6f35655c681fe7de51ec8c1 + + + + result_type + max + a05464.html + ab4889a7bcb116a19e0815cf2fa250263 + () const + + + result_type + min + a05464.html + a71039379ac60b7df94b625c4a45cb287 + () const + + + result_type + operator() + a05464.html + a2ddd460528095405f9ee56cf681f306a + (_UniformRandomNumberGenerator &__urng) + + + param_type + param + a05464.html + a43a4a1e17f1083b6f67fb08037956f9e + () const + + + void + param + a05464.html + aa17c3dc11719efd80ca2aefee1a07044 + (const param_type &__param) + + + void + reset + a05464.html + a97c1963c5d5cab27292ba7233cb54b5e + () + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a05464.html + aebe1b72f5b814d959f807aaaf5e6319e + (std::basic_ostream< _CharT, _Traits > &__os, const std::chi_squared_distribution< _RealType1 > &__x) + + + friend bool + operator== + a05464.html + a691feda4d6a0dec975dbe07c838768b6 + (const chi_squared_distribution &__d1, const chi_squared_distribution &__d2) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05464.html + a5c7725e75b4c3fec1a13c3258ceaa6bc + (std::basic_istream< _CharT, _Traits > &__is, std::chi_squared_distribution< _RealType1 > &__x) + + + + std::chi_squared_distribution::param_type + a05468.html + + + std::chrono::_V2::steady_clock + a01916.html + + + std::chrono::_V2::system_clock + a01912.html + + + std::chrono::duration + a01832.html + _Rep + _Period + + + std::chrono::duration_values + a01892.html + + + + std::chrono::time_point + a01836.html + _Clock + _Dur + + + std::chrono::treat_as_floating_point + a01888.html + + is_floating_point< _Rep > + + + std::codecvt + a04268.html + _InternT + _ExternT + _StateT + std::__codecvt_abstract_base + + result + in + a04264.html + a38117d39e9725f52735f51f4f4b72354 + (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + + result + out + a04264.html + a3a2b1f2da1bc0d89ccd1eceaa66bb79f + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + result + unshift + a04264.html + a4da56b36b489eded5053172e9f6c0bff + (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + virtual result + do_out + a04268.html + a5cdde44b6d296efa567c0cc94bca6f08 + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + + std::codecvt< _InternT, _ExternT, encoding_state > + a09252.html + + + __codecvt_abstract_base< _InternT, _ExternT, encoding_state > + + result + in + a04264.html + a38117d39e9725f52735f51f4f4b72354 + (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + + result + out + a04264.html + a3a2b1f2da1bc0d89ccd1eceaa66bb79f + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + result + unshift + a04264.html + a4da56b36b489eded5053172e9f6c0bff + (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + virtual result + do_out + a09252.html + ae1283355554c11b6ce2d3dacc9e6cba0 + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + + std::codecvt< char, char, mbstate_t > + a04272.html + __codecvt_abstract_base< char, char, mbstate_t > + + result + in + a04264.html + a38117d39e9725f52735f51f4f4b72354 + (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + + result + out + a04264.html + a3a2b1f2da1bc0d89ccd1eceaa66bb79f + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + result + unshift + a04264.html + a4da56b36b489eded5053172e9f6c0bff + (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + virtual result + do_out + a04272.html + adc5c0e2cc9d18affc9bf2888d351d699 + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + + std::codecvt< char16_t, char, mbstate_t > + a04280.html + __codecvt_abstract_base< char16_t, char, mbstate_t > + + result + in + a04264.html + a38117d39e9725f52735f51f4f4b72354 + (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + + result + out + a04264.html + a3a2b1f2da1bc0d89ccd1eceaa66bb79f + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + result + unshift + a04264.html + a4da56b36b489eded5053172e9f6c0bff + (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + virtual result + do_out + a04280.html + a16f65a78cd4179ab7115490453e3664e + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + + std::codecvt< char32_t, char, mbstate_t > + a04284.html + __codecvt_abstract_base< char32_t, char, mbstate_t > + + result + in + a04264.html + a38117d39e9725f52735f51f4f4b72354 + (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + + result + out + a04264.html + a3a2b1f2da1bc0d89ccd1eceaa66bb79f + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + result + unshift + a04264.html + a4da56b36b489eded5053172e9f6c0bff + (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + virtual result + do_out + a04284.html + a1767804ef887e46a422d005ca31e2500 + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + + std::codecvt< wchar_t, char, mbstate_t > + a04276.html + __codecvt_abstract_base< wchar_t, char, mbstate_t > + + result + in + a04264.html + a38117d39e9725f52735f51f4f4b72354 + (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + + result + out + a04264.html + a3a2b1f2da1bc0d89ccd1eceaa66bb79f + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + result + unshift + a04264.html + a4da56b36b489eded5053172e9f6c0bff + (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + virtual result + do_out + a04276.html + a56bc3e4682156830a84159babb38d611 + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + + std::codecvt_base + a04260.html + + + std::codecvt_byname + a04288.html + + + + std::codecvt + + result + in + a04264.html + a38117d39e9725f52735f51f4f4b72354 + (state_type &__state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const + + + result + out + a04264.html + a3a2b1f2da1bc0d89ccd1eceaa66bb79f + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + result + unshift + a04264.html + a4da56b36b489eded5053172e9f6c0bff + (state_type &__state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + virtual result + do_out + a04268.html + a5cdde44b6d296efa567c0cc94bca6f08 + (state_type &__state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const + + + + std::collate + a04968.html + _CharT + std::locale::facet + + _CharT + char_type + a04968.html + a8ad2844c921007521e36300507bcf8a2 + + + + basic_string< _CharT > + string_type + a04968.html + af10a9e48b7d0c07aa42e5931d644703f + + + + + collate + a04968.html + af79f640413431b317d0eef470792ebb3 + (size_t __refs=0) + + + + collate + a04968.html + a4c34c192809a224b1dfc6f3d6160e564 + (__c_locale __cloc, size_t __refs=0) + + + int + compare + a04968.html + ac7757ff95f04e364fc1230c2945f27fc + (const _CharT *__lo1, const _CharT *__hi1, const _CharT *__lo2, const _CharT *__hi2) const + + + long + hash + a04968.html + ac70cace45e39beb108d6b6fbe6748ba3 + (const _CharT *__lo, const _CharT *__hi) const + + + string_type + transform + a04968.html + ada536ca81b2869cfe04ccb92bc42282e + (const _CharT *__lo, const _CharT *__hi) const + + + static locale::id + id + a04968.html + ab4a21a6ecff234461ad994da29515d62 + + + + virtual + ~collate + a04968.html + a4a168df3331d1b84ff5b547efe526bca + () + + + virtual int + do_compare + a04968.html + a7392c4a1fc4373a7298d26b3994458f0 + (const _CharT *__lo1, const _CharT *__hi1, const _CharT *__lo2, const _CharT *__hi2) const + + + virtual long + do_hash + a04968.html + a0c49714f9b5bec2d7bc33a9a9b93919b + (const _CharT *__lo, const _CharT *__hi) const + + + virtual string_type + do_transform + a04968.html + a17895df009fcf8d929823aea3f1adbba + (const _CharT *__lo, const _CharT *__hi) const + + + _CharT + char_type + a04968.html + a8ad2844c921007521e36300507bcf8a2 + + + + basic_string< _CharT > + string_type + a04968.html + af10a9e48b7d0c07aa42e5931d644703f + + + + + std::collate_byname + a04972.html + + std::collate + + _CharT + char_type + a04972.html + aea2bc2caa0c7516b94a3a0a7513e9533 + + + + basic_string< _CharT > + string_type + a04972.html + aad3f32937222680b3f47919cdf752b6c + + + + int + compare + a04968.html + ac7757ff95f04e364fc1230c2945f27fc + (const _CharT *__lo1, const _CharT *__hi1, const _CharT *__lo2, const _CharT *__hi2) const + + + long + hash + a04968.html + ac70cace45e39beb108d6b6fbe6748ba3 + (const _CharT *__lo, const _CharT *__hi) const + + + string_type + transform + a04968.html + ada536ca81b2869cfe04ccb92bc42282e + (const _CharT *__lo, const _CharT *__hi) const + + + static locale::id + id + a04968.html + ab4a21a6ecff234461ad994da29515d62 + + + + virtual int + do_compare + a04968.html + a7392c4a1fc4373a7298d26b3994458f0 + (const _CharT *__lo1, const _CharT *__hi1, const _CharT *__lo2, const _CharT *__hi2) const + + + virtual long + do_hash + a04968.html + a0c49714f9b5bec2d7bc33a9a9b93919b + (const _CharT *__lo, const _CharT *__hi) const + + + virtual string_type + do_transform + a04968.html + a17895df009fcf8d929823aea3f1adbba + (const _CharT *__lo, const _CharT *__hi) const + + + _CharT + char_type + a04972.html + aea2bc2caa0c7516b94a3a0a7513e9533 + + + + basic_string< _CharT > + string_type + a04972.html + aad3f32937222680b3f47919cdf752b6c + + + + + std::complex + a01924.html + _Tp + + _Tp + value_type + a01924.html + a2c87f5c1ef86cd0a4b1ea60205b50924 + + + + constexpr + complex + a01924.html + a4243bd8ee861d7f2e640127085fb4c48 + (const _Tp &__r=_Tp(), const _Tp &__i=_Tp()) + + + constexpr + complex + a01924.html + a49d7da00378dd1c3bd5984ffdce09349 + (const complex< _Up > &__z) + + + complex< _Tp > & + operator*= + a01473.html + ga0dc1b96149147d9a736cf6132021da21 + (const _Tp &) + + + complex< _Tp > & + operator*= + a01473.html + ga2a651675f1b1fe0490d25d23a45742f1 + (const complex< _Up > &) + + + complex< _Tp > & + operator+= + a01924.html + ade842ee1db6aa11279e342aab6c5f102 + (const _Tp &__t) + + + complex< _Tp > & + operator+= + a01473.html + ga87b2c4010a33667068481a938c6d05ec + (const complex< _Up > &) + + + complex< _Tp > & + operator-= + a01924.html + a728dd68317e37a4e6b07716915f4010a + (const _Tp &__t) + + + complex< _Tp > & + operator-= + a01473.html + ga917195feb4fbb8de9253c81189e5b685 + (const complex< _Up > &) + + + complex< _Tp > & + operator/= + a01473.html + ga5ffcd96b8b2468238cb0758ca2f4889c + (const _Tp &) + + + complex< _Tp > & + operator/= + a01473.html + gad3ea8ef0b67b2c688fb199796abab541 + (const complex< _Up > &) + + + complex< _Tp > & + operator= + a01473.html + ga227b3a4d88cd0ce1695be849633feec9 + (const _Tp &) + + + complex< _Tp > & + operator= + a01473.html + gae279d0a33c5bc2585901c87516d1833f + (const complex< _Up > &) + + + + std::complex< double > + a01940.html + + + std::complex< float > + a01936.html + + + std::complex< long double > + a01944.html + + + std::condition_variable + a02056.html + + + std::const_mem_fun1_ref_t + a06608.html + + + + binary_function< _Tp, _Arg, _Ret > + + _Tp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Ret + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Arg + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::const_mem_fun1_t + a06600.html + + + + binary_function< const _Tp *, _Arg, _Ret > + + const _Tp * + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Ret + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Arg + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::const_mem_fun_ref_t + a06592.html + + + unary_function< _Tp, _Ret > + + _Tp + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Ret + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + std::const_mem_fun_t + a06584.html + + + unary_function< const _Tp *, _Ret > + + const _Tp * + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Ret + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + std::ctype + a04992.html + _CharT + std::__ctype_abstract_base + + bool + is + a04988.html + af6d5ac31c2da7cd350672e88a4b6c89e + (mask __m, char_type __c) const + + + const char_type * + is + a04988.html + a98b93b10d5d0700394d0dbd2dd1a3742 + (const char_type *__lo, const char_type *__hi, mask *__vec) const + + + char + narrow + a04988.html + a6d7dfa83561cc124e75a25b7b311f7db + (char_type __c, char __dfault) const + + + const char_type * + narrow + a04988.html + a5bf8de5d297e81cd4812c5754e1b70a6 + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + + + const char_type * + scan_is + a04988.html + ad6c3f07029e022d82a459a12693fab50 + (mask __m, const char_type *__lo, const char_type *__hi) const + + + const char_type * + scan_not + a04988.html + a083176729448869cdc7b5353299efac8 + (mask __m, const char_type *__lo, const char_type *__hi) const + + + char_type + tolower + a04988.html + a0ebd233aadf12ec7725b961c469855cf + (char_type __c) const + + + const char_type * + tolower + a04988.html + a60b8b7de0aed52f3e98e3b4103e088f8 + (char_type *__lo, const char_type *__hi) const + + + char_type + toupper + a04988.html + a3308c7447a3a2c54ab8cb344f502baff + (char_type __c) const + + + const char_type * + toupper + a04988.html + ae8000f95414789f7a5cba135b3b1e7b8 + (char_type *__lo, const char_type *__hi) const + + + char_type + widen + a04988.html + a48efd45b6e1d43d5120ffd37884b9f83 + (char __c) const + + + const char * + widen + a04988.html + a2dc39e55a8ed1c402dcfbd8b4cb01207 + (const char *__lo, const char *__hi, char_type *__to) const + + + static locale::id + id + a04992.html + ad9d09c3f3e6b0adc794173ea09adda8b + + + + virtual bool + do_is + a04992.html + a35d540d6dbd1c06296f0bc0bddf8afe8 + (mask __m, char_type __c) const + + + virtual const char_type * + do_is + a04992.html + a5013f2144fc72bd446537daa7d407ccd + (const char_type *__lo, const char_type *__hi, mask *__vec) const + + + virtual char + do_narrow + a04992.html + a01a3c227801621bd3ca9b3568c44c3a0 + (char_type, char __dfault) const + + + virtual const char_type * + do_narrow + a04992.html + abc730453d5fc2d3dca9e557ccc7b4394 + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + + + virtual const char_type * + do_scan_is + a04992.html + a9e5dfcb79a7718c330889862788e1279 + (mask __m, const char_type *__lo, const char_type *__hi) const + + + virtual const char_type * + do_scan_not + a04992.html + ad5c6efb9e8be0613aee87070a24098ef + (mask __m, const char_type *__lo, const char_type *__hi) const + + + virtual char_type + do_tolower + a04992.html + a59a0ada1cc334c6c407e43af870d291e + (char_type __c) const + + + virtual const char_type * + do_tolower + a04992.html + aac256f247d2f52ca6f81f42a0bed6992 + (char_type *__lo, const char_type *__hi) const + + + virtual char_type + do_toupper + a04992.html + a292e998fb0eeeef612c4e879ead72bc9 + (char_type __c) const + + + virtual const char_type * + do_toupper + a04992.html + a2df6c745f13674152565a8dd6a88d9b3 + (char_type *__lo, const char_type *__hi) const + + + virtual char_type + do_widen + a04992.html + a7d464e73ba99ec097116cb63a9f99761 + (char __c) const + + + virtual const char * + do_widen + a04992.html + aacb919dc096268066282f4dae1abcfc9 + (const char *__lo, const char *__hi, char_type *__dest) const + + + + std::ctype< char > + a04996.html + std::locale::facet + std::ctype_base + + char + char_type + a04996.html + a28f3c847c9453a72212fdf3c2d186e4a + + + + + ctype + a04996.html + acf81454de90c003b463e19f8703c1cbb + (const mask *__table=0, bool __del=false, size_t __refs=0) + + + + ctype + a04996.html + a00afd225d281cd0a8cd3f35611dd91f9 + (__c_locale __cloc, const mask *__table=0, bool __del=false, size_t __refs=0) + + + bool + is + a04996.html + a966c54a29d5fb4424486f74ceacaed4a + (mask __m, char __c) const + + + const char * + is + a04996.html + a3f98c7b3851c877d90a1c55102506b30 + (const char *__lo, const char *__hi, mask *__vec) const + + + char + narrow + a04996.html + a9ea185aec61cbd0161c6530aa8ee16f1 + (char_type __c, char __dfault) const + + + const char_type * + narrow + a04996.html + a8b760284fa34ce8010089a74e1ead79e + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + + + const char * + scan_is + a04996.html + afb41b267fdd60faf7e4083606cb52a37 + (mask __m, const char *__lo, const char *__hi) const + + + const char * + scan_not + a04996.html + a8dface426b4233def1221b870319be44 + (mask __m, const char *__lo, const char *__hi) const + + + const mask * + table + a04996.html + a3007d55c6427b410606f499795e1f66c + () const + + + char_type + tolower + a04996.html + a613ce83b223f740721454f283d168ceb + (char_type __c) const + + + const char_type * + tolower + a04996.html + aae3c348679b28ff02f655b1ac59d37d9 + (char_type *__lo, const char_type *__hi) const + + + char_type + toupper + a04996.html + a40a825cf22f673eafcd52ec226982604 + (char_type __c) const + + + const char_type * + toupper + a04996.html + a45aa4603a4e2181084e6f634d83502fc + (char_type *__lo, const char_type *__hi) const + + + char_type + widen + a04996.html + adb03af528f35f54abb0e5145e82d6f98 + (char __c) const + + + const char * + widen + a04996.html + a536369ec0cf9590af6c627ff27a407bc + (const char *__lo, const char *__hi, char_type *__to) const + + + static const mask * + classic_table + a04996.html + a747e7392c1a15e23869442fea9685aaf + () + + + static locale::id + id + a04996.html + aaa75fca18dac7d25648746904feca918 + + + + static const size_t + table_size + a04996.html + a8e1ecbf03326b7f71563e2c3f9a40b03 + + + + virtual + ~ctype + a04996.html + a245192d563ebc4ba5d52cfd4a114e598 + () + + + virtual char + do_narrow + a04996.html + a136c4d09f8241b6d30657175f3361f4a + (char_type __c, char __dfault __attribute__((__unused__))) const + + + virtual const char_type * + do_narrow + a04996.html + a41ccb4858b9456fcfc9bd5946314ef49 + (const char_type *__lo, const char_type *__hi, char __dfault __attribute__((__unused__)), char *__to) const + + + virtual char_type + do_tolower + a04996.html + ac019737df7ce6bff299aa60d7d6b18b0 + (char_type __c) const + + + virtual const char_type * + do_tolower + a04996.html + afe122310bbeed79c8451587e257ca463 + (char_type *__lo, const char_type *__hi) const + + + virtual char_type + do_toupper + a04996.html + a0baaa8202343a9c588635910b4fa4d7d + (char_type __c) const + + + virtual const char_type * + do_toupper + a04996.html + aaa8745e5d3c653ba8252ec926519bb60 + (char_type *__lo, const char_type *__hi) const + + + virtual char_type + do_widen + a04996.html + a37bae5847ddd2a3e9dda66b2bb663f38 + (char __c) const + + + virtual const char * + do_widen + a04996.html + ad1c0a38350b682ac361a85ca1ac6ddc5 + (const char *__lo, const char *__hi, char_type *__to) const + + + + std::ctype< wchar_t > + a05000.html + __ctype_abstract_base< wchar_t > + + wchar_t + char_type + a05000.html + a77b824c31b28ab6ed3e78ee14b07de89 + + + + + ctype + a05000.html + a1151154fd754cfa479a1d4b52a561435 + (size_t __refs=0) + + + + ctype + a05000.html + aea37b8246f8796aa91522d5bcd8c87a3 + (__c_locale __cloc, size_t __refs=0) + + + bool + is + a04988.html + af6d5ac31c2da7cd350672e88a4b6c89e + (mask __m, char_type __c) const + + + const char_type * + is + a04988.html + a98b93b10d5d0700394d0dbd2dd1a3742 + (const char_type *__lo, const char_type *__hi, mask *__vec) const + + + char + narrow + a04988.html + a6d7dfa83561cc124e75a25b7b311f7db + (char_type __c, char __dfault) const + + + const char_type * + narrow + a04988.html + a5bf8de5d297e81cd4812c5754e1b70a6 + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + + + const char_type * + scan_is + a04988.html + ad6c3f07029e022d82a459a12693fab50 + (mask __m, const char_type *__lo, const char_type *__hi) const + + + const char_type * + scan_not + a04988.html + a083176729448869cdc7b5353299efac8 + (mask __m, const char_type *__lo, const char_type *__hi) const + + + char_type + tolower + a04988.html + a0ebd233aadf12ec7725b961c469855cf + (char_type __c) const + + + const char_type * + tolower + a04988.html + a60b8b7de0aed52f3e98e3b4103e088f8 + (char_type *__lo, const char_type *__hi) const + + + char_type + toupper + a04988.html + a3308c7447a3a2c54ab8cb344f502baff + (char_type __c) const + + + const char_type * + toupper + a04988.html + ae8000f95414789f7a5cba135b3b1e7b8 + (char_type *__lo, const char_type *__hi) const + + + char_type + widen + a04988.html + a48efd45b6e1d43d5120ffd37884b9f83 + (char __c) const + + + const char * + widen + a04988.html + a2dc39e55a8ed1c402dcfbd8b4cb01207 + (const char *__lo, const char *__hi, char_type *__to) const + + + static locale::id + id + a05000.html + ac0eb2ff99c40a189820f9803c63dd088 + + + + virtual + ~ctype + a05000.html + a87d9b95f4b151b418aa9ba829d16ddc2 + () + + + virtual bool + do_is + a05000.html + a5fddabd0a6f03cb5274020784a32eb72 + (mask __m, char_type __c) const + + + virtual const char_type * + do_is + a05000.html + a14be28229f0a8efde46ea9654297e556 + (const char_type *__lo, const char_type *__hi, mask *__vec) const + + + virtual char + do_narrow + a05000.html + a4c0c870d5d7ec8a6d942da3a03597da2 + (char_type __c, char __dfault) const + + + virtual const char_type * + do_narrow + a05000.html + af77b64ba799c73ab7566f159d5dee756 + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + + + virtual const char_type * + do_scan_is + a05000.html + acf1b6dfec89abd4d28e306b7f3cf7c23 + (mask __m, const char_type *__lo, const char_type *__hi) const + + + virtual const char_type * + do_scan_not + a05000.html + a4d9f6191ed300d3ab5e728e7a90047b2 + (mask __m, const char_type *__lo, const char_type *__hi) const + + + virtual char_type + do_tolower + a05000.html + ad8989f20ff67441f84cc2e286d34d594 + (char_type __c) const + + + virtual const char_type * + do_tolower + a05000.html + abaacddaf3a1d3adeed77aeaa71bc1a2e + (char_type *__lo, const char_type *__hi) const + + + virtual char_type + do_toupper + a05000.html + a56659902a772ea65838dd6481268e099 + (char_type __c) const + + + virtual const char_type * + do_toupper + a05000.html + a446b87f9dde5a37ca18d7bfa07dfa80d + (char_type *__lo, const char_type *__hi) const + + + virtual char_type + do_widen + a05000.html + a027a349455fcbe1572794e5e6ffc25b3 + (char __c) const + + + virtual const char * + do_widen + a05000.html + ad2118710f1ca2b452af0cf54ee179c56 + (const char *__lo, const char *__hi, char_type *__to) const + + + + std::ctype_base + a07436.html + + + std::ctype_byname + a05004.html + + std::ctype + + bool + is + a04988.html + af6d5ac31c2da7cd350672e88a4b6c89e + (mask __m, char_type __c) const + + + const char_type * + is + a04988.html + a98b93b10d5d0700394d0dbd2dd1a3742 + (const char_type *__lo, const char_type *__hi, mask *__vec) const + + + char + narrow + a04988.html + a6d7dfa83561cc124e75a25b7b311f7db + (char_type __c, char __dfault) const + + + const char_type * + narrow + a04988.html + a5bf8de5d297e81cd4812c5754e1b70a6 + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + + + const char_type * + scan_is + a04988.html + ad6c3f07029e022d82a459a12693fab50 + (mask __m, const char_type *__lo, const char_type *__hi) const + + + const char_type * + scan_not + a04988.html + a083176729448869cdc7b5353299efac8 + (mask __m, const char_type *__lo, const char_type *__hi) const + + + char_type + tolower + a04988.html + a0ebd233aadf12ec7725b961c469855cf + (char_type __c) const + + + const char_type * + tolower + a04988.html + a60b8b7de0aed52f3e98e3b4103e088f8 + (char_type *__lo, const char_type *__hi) const + + + char_type + toupper + a04988.html + a3308c7447a3a2c54ab8cb344f502baff + (char_type __c) const + + + const char_type * + toupper + a04988.html + ae8000f95414789f7a5cba135b3b1e7b8 + (char_type *__lo, const char_type *__hi) const + + + char_type + widen + a04988.html + a48efd45b6e1d43d5120ffd37884b9f83 + (char __c) const + + + const char * + widen + a04988.html + a2dc39e55a8ed1c402dcfbd8b4cb01207 + (const char *__lo, const char *__hi, char_type *__to) const + + + static locale::id + id + a04992.html + ad9d09c3f3e6b0adc794173ea09adda8b + + + + virtual bool + do_is + a04992.html + a35d540d6dbd1c06296f0bc0bddf8afe8 + (mask __m, char_type __c) const + + + virtual const char_type * + do_is + a04992.html + a5013f2144fc72bd446537daa7d407ccd + (const char_type *__lo, const char_type *__hi, mask *__vec) const + + + virtual char + do_narrow + a04992.html + a01a3c227801621bd3ca9b3568c44c3a0 + (char_type, char __dfault) const + + + virtual const char_type * + do_narrow + a04992.html + abc730453d5fc2d3dca9e557ccc7b4394 + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + + + virtual const char_type * + do_scan_is + a04992.html + a9e5dfcb79a7718c330889862788e1279 + (mask __m, const char_type *__lo, const char_type *__hi) const + + + virtual const char_type * + do_scan_not + a04992.html + ad5c6efb9e8be0613aee87070a24098ef + (mask __m, const char_type *__lo, const char_type *__hi) const + + + virtual char_type + do_tolower + a04992.html + a59a0ada1cc334c6c407e43af870d291e + (char_type __c) const + + + virtual const char_type * + do_tolower + a04992.html + aac256f247d2f52ca6f81f42a0bed6992 + (char_type *__lo, const char_type *__hi) const + + + virtual char_type + do_toupper + a04992.html + a292e998fb0eeeef612c4e879ead72bc9 + (char_type __c) const + + + virtual const char_type * + do_toupper + a04992.html + a2df6c745f13674152565a8dd6a88d9b3 + (char_type *__lo, const char_type *__hi) const + + + virtual char_type + do_widen + a04992.html + a7d464e73ba99ec097116cb63a9f99761 + (char __c) const + + + virtual const char * + do_widen + a04992.html + aacb919dc096268066282f4dae1abcfc9 + (const char *__lo, const char *__hi, char_type *__dest) const + + + + std::ctype_byname< char > + a05008.html + std::ctype< char > + + char + char_type + a04996.html + a28f3c847c9453a72212fdf3c2d186e4a + + + + bool + is + a04996.html + a966c54a29d5fb4424486f74ceacaed4a + (mask __m, char __c) const + + + const char * + is + a04996.html + a3f98c7b3851c877d90a1c55102506b30 + (const char *__lo, const char *__hi, mask *__vec) const + + + char + narrow + a04996.html + a9ea185aec61cbd0161c6530aa8ee16f1 + (char_type __c, char __dfault) const + + + const char_type * + narrow + a04996.html + a8b760284fa34ce8010089a74e1ead79e + (const char_type *__lo, const char_type *__hi, char __dfault, char *__to) const + + + const char * + scan_is + a04996.html + afb41b267fdd60faf7e4083606cb52a37 + (mask __m, const char *__lo, const char *__hi) const + + + const char * + scan_not + a04996.html + a8dface426b4233def1221b870319be44 + (mask __m, const char *__lo, const char *__hi) const + + + const mask * + table + a04996.html + a3007d55c6427b410606f499795e1f66c + () const + + + char_type + tolower + a04996.html + a613ce83b223f740721454f283d168ceb + (char_type __c) const + + + const char_type * + tolower + a04996.html + aae3c348679b28ff02f655b1ac59d37d9 + (char_type *__lo, const char_type *__hi) const + + + char_type + toupper + a04996.html + a40a825cf22f673eafcd52ec226982604 + (char_type __c) const + + + const char_type * + toupper + a04996.html + a45aa4603a4e2181084e6f634d83502fc + (char_type *__lo, const char_type *__hi) const + + + char_type + widen + a04996.html + adb03af528f35f54abb0e5145e82d6f98 + (char __c) const + + + const char * + widen + a04996.html + a536369ec0cf9590af6c627ff27a407bc + (const char *__lo, const char *__hi, char_type *__to) const + + + static const mask * + classic_table + a04996.html + a747e7392c1a15e23869442fea9685aaf + () + + + static locale::id + id + a04996.html + aaa75fca18dac7d25648746904feca918 + + + + static const size_t + table_size + a04996.html + a8e1ecbf03326b7f71563e2c3f9a40b03 + + + + virtual char + do_narrow + a04996.html + a136c4d09f8241b6d30657175f3361f4a + (char_type __c, char __dfault __attribute__((__unused__))) const + + + virtual const char_type * + do_narrow + a04996.html + a41ccb4858b9456fcfc9bd5946314ef49 + (const char_type *__lo, const char_type *__hi, char __dfault __attribute__((__unused__)), char *__to) const + + + virtual char_type + do_tolower + a04996.html + ac019737df7ce6bff299aa60d7d6b18b0 + (char_type __c) const + + + virtual const char_type * + do_tolower + a04996.html + afe122310bbeed79c8451587e257ca463 + (char_type *__lo, const char_type *__hi) const + + + virtual char_type + do_toupper + a04996.html + a0baaa8202343a9c588635910b4fa4d7d + (char_type __c) const + + + virtual const char_type * + do_toupper + a04996.html + aaa8745e5d3c653ba8252ec926519bb60 + (char_type *__lo, const char_type *__hi) const + + + virtual char_type + do_widen + a04996.html + a37bae5847ddd2a3e9dda66b2bb663f38 + (char __c) const + + + virtual const char * + do_widen + a04996.html + ad1c0a38350b682ac361a85ca1ac6ddc5 + (const char *__lo, const char *__hi, char_type *__to) const + + + + std::decimal::decimal128 + a08756.html + + + decimal128 + a08756.html + a0109f8036769986ae2b5cbb5b369b1fc + (__decfloat128 __z) + + + + std::decimal::decimal32 + a08748.html + + + decimal32 + a08748.html + a0a56ec8df48bee17d6c22c53c0f160f8 + (__decfloat32 __z) + + + + std::decimal::decimal64 + a08752.html + + + decimal64 + a08752.html + afc30d8fb426619b5f29cf8b590c6b331 + (__decfloat64 __z) + + + + std::default_delete + a06936.html + + + constexpr + default_delete + a06936.html + a304c2d88d632c1023b5cf06066d18440 + () noexcept=default + + + + default_delete + a06936.html + a91c7d2434b31fc4d62155d108d1bfd99 + (const default_delete< _Up > &) noexcept + + + void + operator() + a06936.html + a8ba28722822c984007c41986305ee762 + (_Tp *__ptr) const + + + + std::default_delete< _Tp[]> + a06940.html + + + constexpr + default_delete + a06940.html + a8add7bace07168095265e2cbe19cd3fe + () noexcept=default + + + + default_delete + a06940.html + aec0bac655768abe7060853f80292614f + (const default_delete< _Up[]> &) noexcept + + + enable_if< is_convertible< _Up(*)[], _Tp(*)[]>::value >::type + operator() + a06940.html + a00890fd27c38569b6d907b8f93bd7833 + (_Up *__ptr) const + + + + std::defer_lock_t + a06244.html + + + std::deque + a06388.html + _Tp + _Alloc + std::_Deque_base + + + deque + a06388.html + ae68c6ac05cd6e788a90c9b8a47c56756 + () + + + + deque + a06388.html + aa8cf87c79a7c6bdf2cf07749fb1e2ff5 + (const allocator_type &__a) + + + + deque + a06388.html + a511a8f76d058f6bd0e2236abf8df23bc + (size_type __n, const allocator_type &__a=allocator_type()) + + + + deque + a06388.html + a858d7660a45a911f8ae7858246ea2f6d + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + deque + a06388.html + a03515a6af7f959e28cec591ac5f0f8b2 + (const deque &__x) + + + + deque + a06388.html + a7d533f573a77a0f9bf33fa40dde1c9cd + (deque &&__x) + + + + deque + a06388.html + a0948ee096c5387c1deb1e5885d06c112 + (const deque &__x, const allocator_type &__a) + + + + deque + a06388.html + a0bb7da7a228f22622f2e822252813d51 + (deque &&__x, const allocator_type &__a) + + + + deque + a06388.html + abdc5fd34432d73edde92643c58d7db6d + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + deque + a06388.html + ac11b72c35c99798a8aa8428206af7b74 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~deque + a06388.html + a8e7b8eb846862bae0ec76623338fa2a7 + () + + + void + assign + a06388.html + a65dabc6e005b7b5a19adf55792821e76 + (size_type __n, const value_type &__val) + + + void + assign + a06388.html + ac0579ff04738a923ad49b8b9398af642 + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06388.html + ab16028e538ba034ad569b6933c152cdb + (initializer_list< value_type > __l) + + + reference + at + a06388.html + a4b0080ca0ed1a2222104a5fb776a454f + (size_type __n) + + + const_reference + at + a06388.html + a03a10b684468f787e852fa360440ba7b + (size_type __n) const + + + reference + back + a06388.html + a9345d8aadac1295d32b7390ede8478f5 + () noexcept + + + const_reference + back + a06388.html + a0ebb54615350e129c2ce3b51368402bb + () const noexcept + + + iterator + begin + a06388.html + af71a8fc9a6dff2b04bfd8b219c40a940 + () noexcept + + + const_iterator + begin + a06388.html + ac5c61891a706a301138fdc8dbf0d0209 + () const noexcept + + + const_iterator + cbegin + a06388.html + a289af3aac006b9faa969fbdf090f8202 + () const noexcept + + + const_iterator + cend + a06388.html + ae56c2f3c25dc623eba9825a2e3eddd7c + () const noexcept + + + void + clear + a06388.html + a1a753bfa9e6b675bac7ee9ec4365fbdf + () noexcept + + + const_reverse_iterator + crbegin + a06388.html + a86674e16182ecb624e854ce7a653c03e + () const noexcept + + + const_reverse_iterator + crend + a06388.html + a17d738d29f26320ce991399537a17bce + () const noexcept + + + iterator + emplace + a06388.html + a3ea67e3e7fc5c84e92d9868bb57ae05a + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06388.html + a512ed6c7e0dc244335b337da26d76f41 + () const noexcept + + + iterator + end + a06388.html + a78b2da6c6329349581db042e6bbe2a40 + () noexcept + + + const_iterator + end + a06388.html + ad1986c3313eec924e6a7531929a82b8d + () const noexcept + + + iterator + erase + a06388.html + a0e0812f0cacd5dfd1108455df4fda375 + (const_iterator __position) + + + iterator + erase + a06388.html + af8f15e04574604071004bcdcd3be22fc + (const_iterator __first, const_iterator __last) + + + reference + front + a06388.html + ae5172d8f3ab8a44f5f68f5d6256e5c7e + () noexcept + + + const_reference + front + a06388.html + a62222a6cab13f17c0489a3d6242dd6a8 + () const noexcept + + + allocator_type + get_allocator + a06388.html + a40d6b0cbbd61cda2b99f5fc4a274fe02 + () const noexcept + + + iterator + insert + a06388.html + a69b4ca4a5aad67e979d6e6db9b31781a + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06388.html + adec6ee2ba1f059f0addf6b9da5b596e1 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06388.html + a755a6d05ef2270de50ce270bea77250f + (const_iterator __p, initializer_list< value_type > __l) + + + iterator + insert + a06388.html + ad645c0144212cbfee911daa80578e997 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06388.html + aee2b0dd83e2d5c82db3b2df6918e484a + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06388.html + a5aea8252ed76805923d591f878768f67 + () const noexcept + + + deque & + operator= + a06388.html + acbbd2ced11be9e416c030bf3dcaeacad + (const deque &__x) + + + deque & + operator= + a06388.html + a77734a257fa1c71752517d0ae6ae707d + (deque &&__x) noexcept(_Alloc_traits::_S_always_equal()) + + + deque & + operator= + a06388.html + a74898d8b495f47ced979e6ba66c4eef1 + (initializer_list< value_type > __l) + + + reference + operator[] + a06388.html + a461a433ad999e2d22e10f45addf1bb67 + (size_type __n) noexcept + + + const_reference + operator[] + a06388.html + a513a4ab26ac9df40d7ec95fc50e1218b + (size_type __n) const noexcept + + + void + pop_back + a06388.html + a2299790b7c0080b2652ba374a2ea68fc + () noexcept + + + void + pop_front + a06388.html + a3f5c33f2728f70a589e11a2e8b013e78 + () noexcept + + + void + push_back + a06388.html + aa261893d7576d53592700d030dedae78 + (const value_type &__x) + + + void + push_front + a06388.html + a5e23e99b8919a725e105786dd2bf20e9 + (const value_type &__x) + + + reverse_iterator + rbegin + a06388.html + a00b51e916472a01d8d68945681ab8245 + () noexcept + + + const_reverse_iterator + rbegin + a06388.html + af3714db48a222a584264a3e668bd5b3c + () const noexcept + + + reverse_iterator + rend + a06388.html + a0daef1995ab8473dad46086c79ecb9f0 + () noexcept + + + const_reverse_iterator + rend + a06388.html + a2d4c0290323b6a5a78b2e30d2706d753 + () const noexcept + + + void + resize + a06388.html + a2cb09fae5538690a6175b6e738f39b59 + (size_type __new_size) + + + void + resize + a06388.html + a5f7f1a01f2d6a06b4c89a4c5a84a9002 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06388.html + abe9c2e87fe6d96dbbbf7f50f750d3cf2 + () noexcept + + + size_type + size + a06388.html + a24d5150e384f657ca3b317ced4dadc5d + () const noexcept + + + void + swap + a06388.html + a41f78615b6896d0b85bef3aea0e41f2f + (deque &__x) noexcept + + + void + _M_fill_initialize + a06388.html + a67647a3b7f00d3ca89b27980a1f2b7ee + (const value_type &__value) + + + void + _M_initialize_map + a06380.html + a0ba38b77ebabad6056d04d9f65ffa74c + (size_t) + + + void + _M_range_check + a06388.html + ab0b41c4f880dd45f1278ce6233a3f513 + (size_type __n) const + + + void + _M_range_initialize + a06388.html + ae2b6ab89b51f74b7de15e6494fc03caa + (_InputIterator __first, _InputIterator __last, std::input_iterator_tag) + + + void + _M_range_initialize + a06388.html + aa453821f9b3b8666764d4e6bbd5d091c + (_ForwardIterator __first, _ForwardIterator __last, std::forward_iterator_tag) + + + void + _M_push_back_aux + a06388.html + a9cacda81743ab1d5447c31ecc1a988d2 + (_Args &&... __args) + + + void + _M_push_front_aux + a06388.html + aaf55754b5eef8f7f949e56a7ccf80068 + (_Args &&... __args) + + + void + _M_pop_back_aux + a06388.html + ae125f10bcc0c0b97d7a4f5c582ebe9b7 + () + + + void + _M_pop_front_aux + a06388.html + a21cfe1ac5af07d0cfa9dee315faec368 + () + + + iterator + _M_reserve_elements_at_front + a06388.html + a2f8d8d37581896d79e8759a827bab9e0 + (size_type __n) + + + iterator + _M_reserve_elements_at_back + a06388.html + ae525555e5d42a93d328bdd620705ce94 + (size_type __n) + + + void + _M_new_elements_at_front + a06388.html + a9397000b47d5f39fff457ac11a728c50 + (size_type __new_elements) + + + void + _M_new_elements_at_back + a06388.html + a71853b49ee48f7f429287d1a78964911 + (size_type __new_elements) + + + void + _M_reserve_map_at_back + a06388.html + a8ebf868f4aae064167a0a05292b19093 + (size_type __nodes_to_add=1) + + + void + _M_reserve_map_at_front + a06388.html + aa8eb5a8eedeacb9a0de37a42dfc5abc9 + (size_type __nodes_to_add=1) + + + void + _M_reallocate_map + a06388.html + a27ce26ccde84a7aacb2326cb7969149e + (size_type __nodes_to_add, bool __add_at_front) + + + void + _M_range_initialize + a06388.html + ae2b6ab89b51f74b7de15e6494fc03caa + (_InputIterator __first, _InputIterator __last, std::input_iterator_tag) + + + void + _M_range_initialize + a06388.html + aa453821f9b3b8666764d4e6bbd5d091c + (_ForwardIterator __first, _ForwardIterator __last, std::forward_iterator_tag) + + + void + _M_push_back_aux + a06388.html + a9cacda81743ab1d5447c31ecc1a988d2 + (_Args &&... __args) + + + void + _M_push_front_aux + a06388.html + aaf55754b5eef8f7f949e56a7ccf80068 + (_Args &&... __args) + + + void + _M_pop_back_aux + a06388.html + ae125f10bcc0c0b97d7a4f5c582ebe9b7 + () + + + void + _M_pop_front_aux + a06388.html + a21cfe1ac5af07d0cfa9dee315faec368 + () + + + iterator + _M_reserve_elements_at_front + a06388.html + a2f8d8d37581896d79e8759a827bab9e0 + (size_type __n) + + + iterator + _M_reserve_elements_at_back + a06388.html + ae525555e5d42a93d328bdd620705ce94 + (size_type __n) + + + void + _M_new_elements_at_front + a06388.html + a9397000b47d5f39fff457ac11a728c50 + (size_type __new_elements) + + + void + _M_new_elements_at_back + a06388.html + a71853b49ee48f7f429287d1a78964911 + (size_type __new_elements) + + + void + _M_reserve_map_at_back + a06388.html + a8ebf868f4aae064167a0a05292b19093 + (size_type __nodes_to_add=1) + + + void + _M_reserve_map_at_front + a06388.html + aa8eb5a8eedeacb9a0de37a42dfc5abc9 + (size_type __nodes_to_add=1) + + + void + _M_reallocate_map + a06388.html + a27ce26ccde84a7aacb2326cb7969149e + (size_type __nodes_to_add, bool __add_at_front) + + + + std::discard_block_engine + a05412.html + _RandomNumberEngine + __p + __r + + _RandomNumberEngine::result_type + result_type + a05412.html + af97ea43c5fbacbc2f8f8296336d946dd + + + + + discard_block_engine + a05412.html + aa4197a4ae6f9057e0473bdea26087a42 + () + + + + discard_block_engine + a05412.html + a2fbd9faf2b21da3be4d307608020e93c + (const _RandomNumberEngine &__rng) + + + + discard_block_engine + a05412.html + a5b10975e19ab0b41895b72b59acb3f47 + (_RandomNumberEngine &&__rng) + + + + discard_block_engine + a05412.html + af23cfe2cdaf2fd6146ac3f99806d64f0 + (result_type __s) + + + + discard_block_engine + a05412.html + ab4c425df46f55cbd80745d0ebaf8cacd + (_Sseq &__q) + + + const _RandomNumberEngine & + base + a05412.html + a290971f91c2edf0a02d19e93fa240516 + () const noexcept + + + void + discard + a05412.html + a34ad0ea19451ee1c087351414947c190 + (unsigned long long __z) + + + result_type + operator() + a05412.html + ab96a2de7f6360a7fc295a0d03f0dfd2e + () + + + void + seed + a05412.html + a271b3af14e42c8d2eb9df443916b3e84 + () + + + void + seed + a05412.html + a0bbf8d919762d77cdb63f350a77c3853 + (result_type __s) + + + void + seed + a05412.html + aa2535c04838c633a81e1cf05a665cf91 + (_Sseq &__q) + + + static constexpr result_type + max + a05412.html + a9a70eb71021b6dd2b675e158d76833ef + () + + + static constexpr result_type + min + a05412.html + a16286565620fc6966ca53540572ede38 + () + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a05412.html + acefef9fae1a48c92ebc15b4c930dbf08 + (std::basic_ostream< _CharT, _Traits > &__os, const std::discard_block_engine< _RandomNumberEngine1, __p1, __r1 > &__x) + + + friend bool + operator== + a05412.html + aa991a227519aedc1fb7b50798612f94c + (const discard_block_engine &__lhs, const discard_block_engine &__rhs) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05412.html + a47191ff90d26d583cadb261b7de61c1d + (std::basic_istream< _CharT, _Traits > &__is, std::discard_block_engine< _RandomNumberEngine1, __p1, __r1 > &__x) + + + + std::discrete_distribution + a05560.html + _IntType + std::discrete_distribution::param_type + + _IntType + result_type + a05560.html + a05b12fcc53882e7460348cbd46178e46 + + + + result_type + max + a05560.html + a3e8e124e8cdf1f8d18b1838a5d1c9728 + () const + + + result_type + min + a05560.html + a2ea8319bc859527d8a4f22380ab85672 + () const + + + result_type + operator() + a05560.html + a8213bca3ac8f3617fd3bec4f8ecd55f8 + (_UniformRandomNumberGenerator &__urng) + + + param_type + param + a05560.html + a57aea1784603fcbb8af7480bc0b9e16c + () const + + + void + param + a05560.html + ad2a6bbcde16e1eb36226f579536bb166 + (const param_type &__param) + + + std::vector< double > + probabilities + a05560.html + a61e7fb7df1787577f1b0a94f07e3c1e3 + () const + + + void + reset + a05560.html + a42f8e4f291038ca9a9d1057f58d506d3 + () + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a05560.html + a0da5726a47d5a89fc4d67118558d5834 + (std::basic_ostream< _CharT, _Traits > &__os, const std::discrete_distribution< _IntType1 > &__x) + + + friend bool + operator== + a05560.html + a61bdfdd7dbb86dc1e5b16f008f9131ae + (const discrete_distribution &__d1, const discrete_distribution &__d2) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05560.html + aab065c34d9b99c0ffaaed26759eb193c + (std::basic_istream< _CharT, _Traits > &__is, std::discrete_distribution< _IntType1 > &__x) + + + + std::discrete_distribution::param_type + a05564.html + + + std::divides + a06412.html + + binary_function< _Tp, _Tp, _Tp > + + _Tp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Tp + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::divides< void > + a06436.html + + + std::domain_error + a02904.html + std::logic_error + + virtual const char * + what + a02900.html + ae8b3821398a8d041bbfdf2c44c972569 + () const _GLIBCXX_TXN_SAFE_DYN noexcept + + + + std::enable_shared_from_this + a05964.html + + + + std::equal_to + a06448.html + _Tp + binary_function< _Tp, _Tp, bool > + + _Tp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::equal_to< void > + a06472.html + + + std::error_code + a02956.html + + + std::error_condition + a02960.html + + + std::exception + a04556.html + + virtual const char * + what + a01492.html + gab115ebeb6ac845ab4f4336617ad33165 + () const _GLIBCXX_TXN_SAFE_DYN noexcept + + + + std::experimental::filesystem::v1::path + a08784.html + std::experimental::filesystem::v1::path::iterator + + + std::experimental::filesystem::v1::path::iterator + a08844.html + + + std::experimental::fundamentals_v1::_Has_addressof + a09020.html + + + + std::experimental::fundamentals_v1::_Optional_base + a09024.html + _Tp + _ShouldProvideDestructor + + + std::experimental::fundamentals_v1::_Optional_base< _Tp, false > + a09036.html + + + + std::experimental::fundamentals_v1::any + a08892.html + + + any + a08892.html + a6ba2922445d4e290bfc4e2437c61417b + () noexcept + + + + any + a08892.html + a17c5dbe5004a59d142907072bffe439c + (const any &__other) + + + + any + a08892.html + a347ce9a01a1c622c06338b2725dcba31 + (any &&__other) noexcept + + + + any + a08892.html + acd927b924b7895c43b139485ad2b2e31 + (_ValueType &&__value) + + + + any + a08892.html + acd927b924b7895c43b139485ad2b2e31 + (_ValueType &&__value) + + + + ~any + a08892.html + a8ab21d9193e432e2ba055f58adc832c7 + () + + + void + clear + a08892.html + a5beaf2ef0d35c15246261ecce68809b0 + () noexcept + + + bool + empty + a08892.html + a1278f00ae766f878991576ee05776732 + () const noexcept + + + any & + operator= + a08892.html + a146ce22d8e7f66b46766d6de66fb6584 + (const any &__rhs) + + + any & + operator= + a08892.html + a0453d90a8d4fb2325712c4e5f3b909a7 + (any &&__rhs) noexcept + + + enable_if_t<!is_same< any, decay_t< _ValueType > >::value, any & > + operator= + a08892.html + af377e421f8e38d5873afb4d84aab606b + (_ValueType &&__rhs) + + + void + swap + a08892.html + a767521afed6c6768073fdef22d2ed292 + (any &__rhs) noexcept + + + const type_info & + type + a08892.html + a283ebc4f962a66404be06dcbb512eff4 + () const noexcept + + + + std::experimental::fundamentals_v1::bad_any_cast + a08888.html + std::bad_cast + + virtual const char * + what + a08888.html + a1304de0136b22b9b0949cd329de37d9e + () const noexcept + + + + std::experimental::fundamentals_v1::bad_optional_access + a09000.html + std::logic_error + + virtual const char * + what + a02900.html + ae8b3821398a8d041bbfdf2c44c972569 + () const _GLIBCXX_TXN_SAFE_DYN noexcept + + + + std::experimental::fundamentals_v1::basic_string_view + a09092.html + _CharT + _Traits + + + std::experimental::fundamentals_v1::in_place_t + a08992.html + + + std::experimental::fundamentals_v1::nullopt_t + a08996.html + + + std::experimental::fundamentals_v1::optional + a08988.html + _Tp + _Optional_base< _Tp > + _Enable_copy_move< is_copy_constructible< _Tp >::value, __and_< is_copy_constructible< _Tp >, is_copy_assignable< _Tp > >::value, is_move_constructible< _Tp >::value, __and_< is_move_constructible< _Tp >, is_move_assignable< _Tp > >::value, optional< _Tp > > + + + std::experimental::fundamentals_v2::ostream_joiner + a08956.html + _DelimT + _CharT + _Traits + + + std::experimental::fundamentals_v2::owner_less< shared_ptr< _Tp > > + a08872.html + + + _Tp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::experimental::fundamentals_v2::owner_less< weak_ptr< _Tp > > + a08876.html + + + _Tp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::experimental::fundamentals_v2::propagate_const + a09052.html + _Tp + + + std::exponential_distribution + a05536.html + _RealType + std::exponential_distribution::param_type + + _RealType + result_type + a05536.html + ac591303d7888e5576784bf67be998683 + + + + + exponential_distribution + a05536.html + a2a29bf56b7218591ea6313052a17150d + (const result_type &__lambda=result_type(1)) + + + _RealType + lambda + a05536.html + a03a1280a3dec72c2ca4045eaa026887b + () const + + + result_type + max + a05536.html + ac4d57abc4ee818a817139259105ef090 + () const + + + result_type + min + a05536.html + a21226cd61a367799a695c438f6c0af26 + () const + + + result_type + operator() + a05536.html + a11a94d907e89a229cfd4083cb8e6a14c + (_UniformRandomNumberGenerator &__urng) + + + param_type + param + a05536.html + a79a2944c707f21d96fb329d89c001cb0 + () const + + + void + param + a05536.html + ac53c5c21d59b131a95ca5d5d8fdfe37a + (const param_type &__param) + + + void + reset + a05536.html + a1d72f5ccd6ee769af3d8cc82ed350e99 + () + + + friend bool + operator== + a05536.html + acb5724229a97210048c27dba8f3a50b4 + (const exponential_distribution &__d1, const exponential_distribution &__d2) + + + + std::exponential_distribution::param_type + a05540.html + + + std::extreme_value_distribution + a05552.html + _RealType + std::extreme_value_distribution::param_type + + _RealType + result_type + a05552.html + a1af667bbaf9fbf7448cc8b4f6c7ba52d + + + + _RealType + a + a05552.html + af00b09f7395813d9fa478e720a3f166c + () const + + + _RealType + b + a05552.html + a5a4b0a760127213b3e645911ad6b56e0 + () const + + + result_type + max + a05552.html + ade74f06d6ad6c6f14c988fea1b63c1bb + () const + + + result_type + min + a05552.html + aa97af0bfaca27148976ef1a65ab257c5 + () const + + + result_type + operator() + a05552.html + a88eda5b7e1af374a061fdc284e8c2baa + (_UniformRandomNumberGenerator &__urng) + + + param_type + param + a05552.html + afef9a5a4a38b2155d763a38571ee3e41 + () const + + + void + param + a05552.html + a9a82202d5349aaa0565e08305e3f0de0 + (const param_type &__param) + + + void + reset + a05552.html + a31f27dfe6c4727fb924d04ab3450fa14 + () + + + friend bool + operator== + a05552.html + afdd72be1506ac50b8909ca3cb57b8bfa + (const extreme_value_distribution &__d1, const extreme_value_distribution &__d2) + + + + std::extreme_value_distribution::param_type + a05556.html + + + std::fisher_f_distribution + a05480.html + _RealType + std::fisher_f_distribution::param_type + + _RealType + result_type + a05480.html + a81d8f625ee48920d4700c5ff1700aaea + + + + result_type + max + a05480.html + a06d2101e5cda9129c6632e788fe7b9b8 + () const + + + result_type + min + a05480.html + a7b129ca3a6af6d6d063ecde317361ef8 + () const + + + result_type + operator() + a05480.html + ab172a885f02391e497338955fbd5a5b7 + (_UniformRandomNumberGenerator &__urng) + + + param_type + param + a05480.html + a64441f490b89c34e0fe852bff1cb335d + () const + + + void + param + a05480.html + a052913a3ca616ba45870d25e5f1da93c + (const param_type &__param) + + + void + reset + a05480.html + a1a8ed43ea1042c8a502c4d497cff95a8 + () + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a05480.html + ae32074f867a5686e7e7dab19d6f4cf2b + (std::basic_ostream< _CharT, _Traits > &__os, const std::fisher_f_distribution< _RealType1 > &__x) + + + friend bool + operator== + a05480.html + a6d91b2687b4f8cc34d02a65b739ed070 + (const fisher_f_distribution &__d1, const fisher_f_distribution &__d2) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05480.html + abab2538be3fead2df80ac93a9ebaa7f3 + (std::basic_istream< _CharT, _Traits > &__is, std::fisher_f_distribution< _RealType1 > &__x) + + + + std::fisher_f_distribution::param_type + a05484.html + + + std::forward_iterator_tag + a06660.html + std::input_iterator_tag + + + std::forward_list + a04588.html + _Tp + _Alloc + std::_Fwd_list_base + + + forward_list + a04588.html + ad0912760a272fc0da7cf968c88b7ae76 + () noexcept(is_nothrow_default_constructible< _Node_alloc_type >::value) + + + + forward_list + a04588.html + a4876e29ab044344ca726a36b6cdca01b + (const _Alloc &__al) noexcept + + + + forward_list + a04588.html + a43d0c48b0ef128ee0431be85c8fdd843 + (const forward_list &__list, const _Alloc &__al) + + + + forward_list + a04588.html + a3a1601333d918ce64f330bf97c142e4c + (forward_list &&__list, const _Alloc &__al) noexcept(_Node_alloc_traits::_S_always_equal()) + + + + forward_list + a04588.html + a950f84e93e993ce756a016954c4322db + (size_type __n, const _Alloc &__al=_Alloc()) + + + + forward_list + a04588.html + a81dc09fa341ed4c54da852f6a430bba2 + (size_type __n, const _Tp &__value, const _Alloc &__al=_Alloc()) + + + + forward_list + a04588.html + ac9a366e3ba3ca40c479e0f33e664e6e7 + (_InputIterator __first, _InputIterator __last, const _Alloc &__al=_Alloc()) + + + + forward_list + a04588.html + a642ecbf961b6a99a7deb77e676e71cac + (const forward_list &__list) + + + + forward_list + a04588.html + a50ebbc7875934e6f5e5a0665deb2a263 + (forward_list &&__list) noexcept + + + + forward_list + a04588.html + a925933047508f0bd16df276c4f0261e4 + (std::initializer_list< _Tp > __il, const _Alloc &__al=_Alloc()) + + + + ~forward_list + a04588.html + a30c16633a2af635de7b7646ab8c29e46 + () noexcept + + + void + assign + a04588.html + aaf0bffb70955f72cf2972e70155e13d2 + (_InputIterator __first, _InputIterator __last) + + + void + assign + a04588.html + a834314c2bf6e162dab99f07f1d6c551d + (size_type __n, const _Tp &__val) + + + void + assign + a04588.html + adcaa8789d2741f6b65603b41c8aba63f + (std::initializer_list< _Tp > __il) + + + iterator + before_begin + a04588.html + a4becc964d2aa37c756215139094d8ff8 + () noexcept + + + const_iterator + before_begin + a04588.html + a1b8f8d9f8c5572304785f24529c297c6 + () const noexcept + + + iterator + begin + a04588.html + a141f3a112d865e3125cb105b429c2a63 + () noexcept + + + const_iterator + begin + a04588.html + a8913be197ae32ed6898686dfa3f1bfdf + () const noexcept + + + const_iterator + cbefore_begin + a04588.html + a8e747964c0b29e83f50020110f4b1d72 + () const noexcept + + + const_iterator + cbegin + a04588.html + ace31decae76d75133e08418f392a78b3 + () const noexcept + + + const_iterator + cend + a04588.html + aaa651df81ec5161454becd5198407986 + () const noexcept + + + void + clear + a04588.html + aa88c1d40b71b3724ca63da3b66d4a5e0 + () noexcept + + + iterator + emplace_after + a04588.html + a5fd1e68be8454830cea449ad8114cf3d + (const_iterator __pos, _Args &&... __args) + + + void + emplace_front + a04588.html + abea57251bbfc9d77cd5ee8ae2bcc52cc + (_Args &&... __args) + + + bool + empty + a04588.html + ab0a3479429315d1735f3d6b15817b01e + () const noexcept + + + iterator + end + a04588.html + a7f64feff678dd8cb85d35bd9b08fde54 + () noexcept + + + const_iterator + end + a04588.html + a9a320037c76fc8f0e6f60784dcec1383 + () const noexcept + + + iterator + erase_after + a04588.html + a369164fbcb598a49bbd7297eb6f2c5b0 + (const_iterator __pos) + + + iterator + erase_after + a04588.html + aa779e251eac11a2d84fa9a2b65921bae + (const_iterator __pos, const_iterator __last) + + + reference + front + a04588.html + aa2daca181da8d9a22ecc19e4a7364b1f + () + + + const_reference + front + a04588.html + a40c8314a3fb6d46884588bcab67111b5 + () const + + + allocator_type + get_allocator + a04588.html + ab66a5f239cf5fe9431700b756e711b4a + () const noexcept + + + iterator + insert_after + a04588.html + a6f8e1063932912fb3e245b7c8116ed1f + (const_iterator __pos, const _Tp &__val) + + + iterator + insert_after + a04588.html + a4921af283fd230d563266ca0ce14a455 + (const_iterator __pos, size_type __n, const _Tp &__val) + + + iterator + insert_after + a04588.html + a03cc027e568ad94dbbbc25da7d485fe7 + (const_iterator __pos, _InputIterator __first, _InputIterator __last) + + + iterator + insert_after + a04588.html + a9739cbb5af18ac9976288f6c9c072bb0 + (const_iterator __pos, std::initializer_list< _Tp > __il) + + + size_type + max_size + a04588.html + ae19c74808b1bc8e53bdc229fd3d389fa + () const noexcept + + + void + merge + a04588.html + a4794e46af448c443019e9b36640744ab + (forward_list &&__list) + + + void + merge + a04588.html + a0de7b075b73cc0a843447ad75cba4b87 + (forward_list &&__list, _Comp __comp) + + + forward_list & + operator= + a04588.html + a78c1273fb53228cab655addd77f9cd25 + (const forward_list &__list) + + + forward_list & + operator= + a04588.html + aaedecd0634ab8c057cca203778ea6cfa + (forward_list &&__list) noexcept(_Node_alloc_traits::_S_nothrow_move()) + + + forward_list & + operator= + a04588.html + a6b8dfcf0c3aad308699e909186c39f2b + (std::initializer_list< _Tp > __il) + + + void + pop_front + a04588.html + ace75c01c591425341e21b6404e7f9e90 + () + + + void + push_front + a04588.html + ac2d708075d40071265f0a376591ba1d7 + (const _Tp &__val) + + + void + remove + a04588.html + aea8b894eab1beaf02326b7c118bc5c5c + (const _Tp &__val) + + + void + remove_if + a04588.html + ab4f0f2dbdbfbd38a94a2241ccfe6c3d8 + (_Pred __pred) + + + void + resize + a04588.html + a73ffca07b591237200b852caf7040057 + (size_type __sz) + + + void + resize + a04588.html + abfb248e17d0392a8caf5c46683102332 + (size_type __sz, const value_type &__val) + + + void + reverse + a04588.html + a2ab1413dfa1c6858634407a44504a368 + () noexcept + + + void + sort + a04588.html + a4bb37711f3350692a1246d7781967ea6 + () + + + void + sort + a04588.html + a3f59eaf1f58f480eafa906d68d408682 + (_Comp __comp) + + + void + splice_after + a04588.html + a8918bd7e48f28df3b891edfc246556d0 + (const_iterator __pos, forward_list &&__list) noexcept + + + void + splice_after + a04588.html + aa3a2a989959206263a683014f575cdc3 + (const_iterator __pos, forward_list &&__list, const_iterator __i) noexcept + + + void + swap + a04588.html + a3c41eb7aabcd13c334d38bc68afe2cd8 + (forward_list &__list) noexcept + + + void + unique + a04588.html + a19e7b4dff2a67a168cc39712a9372c43 + () + + + void + unique + a04588.html + a1daa70e14ec845a288cec10962d3585b + (_BinPred __binary_pred) + + + void + splice_after + a04588.html + a9c1efa0c819d46d9d19f7fc363e14307 + (const_iterator __pos, forward_list &&, const_iterator __before, const_iterator __last) noexcept + + + void + splice_after + a04588.html + ac9ba3ce45ccc225252b0a7b14e883dcc + (const_iterator __pos, forward_list &, const_iterator __before, const_iterator __last) noexcept + + + void + splice_after + a04588.html + a9c1efa0c819d46d9d19f7fc363e14307 + (const_iterator __pos, forward_list &&, const_iterator __before, const_iterator __last) noexcept + + + void + splice_after + a04588.html + ac9ba3ce45ccc225252b0a7b14e883dcc + (const_iterator __pos, forward_list &, const_iterator __before, const_iterator __last) noexcept + + + + std::fpos + a05304.html + _StateT + + + fpos + a05304.html + a6816aa318c7eeb099c78a3414a2bcdfd + (streamoff __off) + + + + operator streamoff + a05304.html + a7da1f1b28792e35537bec6d1bc4feb88 + () const + + + fpos + operator+ + a05304.html + a6719627d8f502c54e16f321d1790e030 + (streamoff __off) const + + + fpos & + operator+= + a05304.html + a82884338bf22e5b2e47088240ee3603c + (streamoff __off) + + + fpos + operator- + a05304.html + af2e0577cdf823db2436ffc2c3e5bf5d5 + (streamoff __off) const + + + streamoff + operator- + a05304.html + a9cb8084ee1bb8395c4a5e7a937092425 + (const fpos &__other) const + + + fpos & + operator-= + a05304.html + af98737e3474e12ecb9d40f19bea2ea9e + (streamoff __off) + + + void + state + a05304.html + a4e97b157edf8205bcc60347a86c9ed86 + (_StateT __st) + + + _StateT + state + a05304.html + ab0b8ab377a6907428414353bca366234 + () const + + + + std::front_insert_iterator + a06624.html + + iterator< output_iterator_tag, void, void, void, void > + + _Container + container_type + a06624.html + a4308a2935935721e29e7cd725be64007 + + + + void + difference_type + a06672.html + a7fc5091a6bee76d7bfc6ece04e4050f9 + + + + output_iterator_tag + iterator_category + a06672.html + a3d32527bfebba5c0459df1390cef50a9 + + + + void + pointer + a06672.html + a69bffe0bd881194df5ff48fec79066de + + + + void + reference + a06672.html + abb17838f15d32971ad823036c6593aef + + + + void + value_type + a06672.html + af9f36b7adb257959eef192b9282f1284 + + + + + front_insert_iterator + a06624.html + af9af46e110258e56e4b6eb8a8b8d92c2 + (_Container &__x) + + + front_insert_iterator & + operator* + a06624.html + a1686a970fd21798542dd32e3c2208b95 + () + + + front_insert_iterator & + operator++ + a06624.html + aac63c27293526bf0b0c4d4a2472ba785 + () + + + front_insert_iterator + operator++ + a06624.html + a0bb8e39402c65287d891388eaea27c8b + (int) + + + front_insert_iterator & + operator= + a06624.html + ad88a7eabbaf51cfa7c8152e1c27d226f + (const typename _Container::value_type &__value) + + + + std::function< _Res(_ArgTypes...)> + a06224.html + + _ArgTypes + _Maybe_unary_or_binary_function< _Res, _ArgTypes... > + std::_Function_base + + + function + a06224.html + aabc5bfd9d463ca6a06aa8198a1f12e14 + () noexcept + + + + function + a06224.html + a4a3d52a1f71572613d699d0593479615 + (nullptr_t) noexcept + + + + function + a06224.html + a8869fed86e489fcedbf59cd814f440b3 + (const function &__x) + + + + function + a06224.html + a91f39c85ac536220f5efd7e505fc73e6 + (function &&__x) noexcept + + + + function + a06224.html + a8c5a08fdc36581c53fa597667322cf7d + (_Functor) + + + + operator bool + a06224.html + a2804a8e2d69cd03550a87d46d153c165 + () const noexcept + + + _Res + operator() + a06224.html + ab0bfbd15574ba442c644604dc18c4750 + (_ArgTypes... __args) const + + + function & + operator= + a06224.html + a698ecd83665a25c0c1f9cbe2ea85c2a0 + (const function &__x) + + + function & + operator= + a06224.html + a00bb39127d1936767cbfd81c4bb02354 + (function &&__x) noexcept + + + function & + operator= + a06224.html + a05ea81faa27f6b5511b699634b83c4a8 + (nullptr_t) noexcept + + + _Requires< _Callable< typename decay< _Functor >::type >, function & > + operator= + a06224.html + afbb6bdd269617d2793d4dbbb078f6707 + (_Functor &&__f) + + + function & + operator= + a06224.html + afc4ca535d5508c13e9112b39c8c064d4 + (reference_wrapper< _Functor > __f) noexcept + + + void + swap + a06224.html + ad6e98060b15f59120e426a787febf1a5 + (function &__x) noexcept + + + const type_info & + target_type + a06224.html + a68e477681a31511e5586cd30e7642a51 + () const noexcept + + + _Functor * + target + a06224.html + a35397202fc2bfb04958450d0a02836d3 + () noexcept + + + const _Functor * + target + a06224.html + a1ec2969ae6cf0413547dab469503c843 + () const noexcept + + + _Functor * + target + a06224.html + a35397202fc2bfb04958450d0a02836d3 + () noexcept + + + const _Functor * + target + a06224.html + a1ec2969ae6cf0413547dab469503c843 + () const noexcept + + + + std::future + a02348.html + + std::__basic_future + + unique_ptr< _Res, _Result_base::_Deleter > + _Ptr + a02364.html + a832cc3cad4729e395bea2475e1b3a741 + + + + + future + a02348.html + a47c11429633480bddbb965a5f79ab410 + (future &&__uf) noexcept + + + _Res + get + a02348.html + ad340dd48cf99967cf53809024cbe9db1 + () + + + __result_type + _M_get_result + a02452.html + a71d62e5218e561c5c4507eb3e7f70474 + () const + + + + std::future< _Res & > + a02460.html + + __basic_future< _Res &> + + unique_ptr< _Res, _Result_base::_Deleter > + _Ptr + a02364.html + a832cc3cad4729e395bea2475e1b3a741 + + + + + future + a02460.html + a290550ce931d18ccad7d296e4875ddb3 + (future &&__uf) noexcept + + + _Res & + get + a02460.html + a02dd6ce87e29a3baadfc1061430df774 + () + + + __result_type + _M_get_result + a02452.html + a71d62e5218e561c5c4507eb3e7f70474 + () const + + + + std::future< void > + a02464.html + __basic_future< void > + + unique_ptr< _Res, _Result_base::_Deleter > + _Ptr + a02364.html + a832cc3cad4729e395bea2475e1b3a741 + + + + + future + a02464.html + a8d804ed9d3fb0818d7d4af8197cc00a7 + (future &&__uf) noexcept + + + void + get + a02464.html + a22b2cb90803ba2cae78dafa81ba278d6 + () + + + __result_type + _M_get_result + a02452.html + a71d62e5218e561c5c4507eb3e7f70474 + () const + + + + std::future_error + a02344.html + std::logic_error + + virtual const char * + what + a02344.html + a95833ed17fb6f056709e29abdc50f50c + () const noexcept + + + + std::gamma_distribution + a05456.html + _RealType + std::gamma_distribution::param_type + + _RealType + result_type + a05456.html + aaa49ffe0d995ae8237a5dbad8ac7451c + + + + + gamma_distribution + a05456.html + aaf1043f0be5e8da80224d77d62e23999 + (_RealType __alpha_val=_RealType(1), _RealType __beta_val=_RealType(1)) + + + _RealType + alpha + a05456.html + a885140ca6e119c2c66130bcdd388038c + () const + + + _RealType + beta + a05456.html + ac68ca29e3655c78cf60ba8159d307d4b + () const + + + result_type + max + a05456.html + ae00d7ad063d15bb7162da61116552175 + () const + + + result_type + min + a05456.html + a7dc4b8a5f0edcf447683b93607a8441e + () const + + + result_type + operator() + a05456.html + a72dba48d3f9781e948c535e37e7eabeb + (_UniformRandomNumberGenerator &__urng) + + + result_type + operator() + a05456.html + a286dd68452eebd137ec7be7852a58fca + (_UniformRandomNumberGenerator &__urng, const param_type &__p) + + + param_type + param + a05456.html + ad8b960699602dcafa9a4ca3895fa776a + () const + + + void + param + a05456.html + ac1e8d68c10521bff382e0a14587d1dc4 + (const param_type &__param) + + + void + reset + a05456.html + a305329ded629d15f8ff5f84d642357f9 + () + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a05456.html + a706fe0713381598aee2cf988bc299e5e + (std::basic_ostream< _CharT, _Traits > &__os, const std::gamma_distribution< _RealType1 > &__x) + + + friend bool + operator== + a05456.html + ab60504a4db8724aede12258da566aede + (const gamma_distribution &__d1, const gamma_distribution &__d2) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05456.html + abe79b6964f9b74c546de48e9c34c7388 + (std::basic_istream< _CharT, _Traits > &__is, std::gamma_distribution< _RealType1 > &__x) + + + + std::gamma_distribution::param_type + a05460.html + + + std::geometric_distribution + a05512.html + _IntType + std::geometric_distribution::param_type + + _IntType + result_type + a05512.html + a3853f646d5644e294b44ccbfc8ec34b1 + + + + result_type + max + a05512.html + a537ddec1681bac5e12dd0aab79983072 + () const + + + result_type + min + a05512.html + af711039331910d5b184bfcdb43e4e12b + () const + + + result_type + operator() + a05512.html + a4a41c317cae02db9d8cc20dbbcd4d77d + (_UniformRandomNumberGenerator &__urng) + + + double + p + a05512.html + a3f50a0fa0b370466364b3928394c5fe3 + () const + + + param_type + param + a05512.html + a690e55bc0b6fe8c78d4e46a08197e70b + () const + + + void + param + a05512.html + a75d3adb67d1d8a8d9ec152ed6076a009 + (const param_type &__param) + + + void + reset + a05512.html + ad170e9c049fc1d5df02da5097eda29df + () + + + friend bool + operator== + a05512.html + a63cafb50acfe1b10c4a26cd6c990bc3f + (const geometric_distribution &__d1, const geometric_distribution &__d2) + + + + std::geometric_distribution::param_type + a05516.html + + + std::greater + a06456.html + + binary_function< _Tp, _Tp, bool > + + _Tp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::greater< void > + a06480.html + + + std::greater_equal + a06464.html + + binary_function< _Tp, _Tp, bool > + + _Tp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::greater_equal< void > + a06488.html + + + std::gslice + a04704.html + + + gslice + a01484.html + ga2cdeff5f9ecb19bdb80fc3752fdaa733 + () + + + + gslice + a01484.html + ga24cbc4afc05cd3354563268960468dab + (size_t __o, const valarray< size_t > &__l, const valarray< size_t > &__s) + + + + gslice + a01484.html + ga6d537efe4eac64e1eabe933628b415ce + (const gslice &) + + + + ~gslice + a01484.html + ga1d1f37cf92925a601af3246c55896251 + () + + + gslice & + operator= + a01484.html + ga59fd646ebf243e99b2063baf37ba91d0 + (const gslice &) + + + valarray< size_t > + size + a01484.html + gaeabfccb9dc90c70b63e73149b026ccf5 + () const + + + size_t + start + a01484.html + ga5f0b7200c4a68f9b939ae84060439707 + () const + + + valarray< size_t > + stride + a01484.html + ga8a9378455753dd979d6424bdff021820 + () const + + + + std::gslice_array + a03756.html + _Tp + + + gslice_array + a01484.html + gab775a3f1c7c0d12448513c036e1ae22b + (const gslice_array &) + + + void + operator &= + a01484.html + gaca009c69acad92ea0f2244082487b32b + (const valarray< _Tp > &) const + + + void + operator%= + a01484.html + ga707e141e760766ca9cbdb6be26941cd4 + (const valarray< _Tp > &) const + + + void + operator*= + a01484.html + ga84520c24cc0701e3f2bbeaea755e4aa2 + (const valarray< _Tp > &) const + + + void + operator+= + a01484.html + gadaedde83c0c3dc087cd28fede7547179 + (const valarray< _Tp > &) const + + + void + operator-= + a01484.html + gac25a53dfa03677767990c5a3af186cf8 + (const valarray< _Tp > &) const + + + void + operator/= + a01484.html + ga4a86ee20d770ceb9779e865968faa6a7 + (const valarray< _Tp > &) const + + + void + operator<<= + a01484.html + ga30a493dbd85a2271bcc09d9d24f387b2 + (const valarray< _Tp > &) const + + + gslice_array & + operator= + a01484.html + gaf25507c9a66f729500964d397b7cb9fb + (const gslice_array &) + + + void + operator= + a01484.html + gaf2a0c3883cfb758e05e3d62ec7e0a07f + (const valarray< _Tp > &) const + + + void + operator= + a01484.html + ga8dfed8c043d7a82e4b71cf65c64ec844 + (const _Tp &) const + + + void + operator>>= + a01484.html + ga8293a4feaf1bde96e155e6ba528d0b9a + (const valarray< _Tp > &) const + + + void + operator^= + a01484.html + gaa45daae152fd32ab851c56779fc1e13c + (const valarray< _Tp > &) const + + + void + operator|= + a01484.html + ga87a6054e3d3df9b3b828c86d7b71a7d0 + (const valarray< _Tp > &) const + + + + std::hash + a02952.html + + + + std::hash< __debug::bitset< _Nb > > + a07760.html + _Nb + + + std::hash< __debug::vector< bool, _Alloc > > + a07832.html + + + + std::hash< __gnu_cxx::__u16vstring > + a10004.html + + + std::hash< __gnu_cxx::__u32vstring > + a10008.html + + + std::hash< __gnu_cxx::__vstring > + a09996.html + + + std::hash< __gnu_cxx::__wvstring > + a10000.html + + + std::hash< __gnu_cxx::throw_value_limit > + a09680.html + unary_function< __gnu_cxx::throw_value_limit, size_t > + + __gnu_cxx::throw_value_limit + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + size_t + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + std::hash< __gnu_cxx::throw_value_random > + a09684.html + unary_function< __gnu_cxx::throw_value_random, size_t > + + __gnu_cxx::throw_value_random + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + size_t + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + std::hash< __profile::bitset< _Nb > > + a08028.html + _Nb + + + std::hash< __profile::vector< bool, _Alloc > > + a08076.html + + + + std::hash< __shared_ptr< _Tp, _Lp > > + a06148.html + + _Lp + + + std::hash< _Tp * > + a04612.html + + + + std::hash< bool > + a04616.html + + + std::hash< char > + a04620.html + + + std::hash< char16_t > + a04636.html + + + std::hash< char32_t > + a04640.html + + + std::hash< double > + a04688.html + + + std::hash< error_code > + a02968.html + + + std::hash< experimental::shared_ptr< _Tp > > + a08884.html + + + + std::hash< float > + a04684.html + + + std::hash< int > + a04648.html + + + std::hash< long > + a04652.html + + + std::hash< long double > + a04692.html + + + std::hash< long long > + a04656.html + + + std::hash< shared_ptr< _Tp > > + a05968.html + + + + std::hash< short > + a04644.html + + + std::hash< signed char > + a04624.html + + + std::hash< string > + a03916.html + + + std::hash< thread::id > + a02992.html + + + std::hash< type_index > + a03152.html + + + std::hash< u16string > + a03932.html + + + std::hash< u32string > + a03940.html + + + std::hash< unique_ptr< _Tp, _Dp > > + a06964.html + + + + + std::hash< unsigned char > + a04628.html + + + std::hash< unsigned int > + a04664.html + + + std::hash< unsigned long > + a04668.html + + + std::hash< unsigned long long > + a04672.html + + + std::hash< unsigned short > + a04660.html + + + std::hash< wchar_t > + a04632.html + + + std::hash< wstring > + a03924.html + + + std::hash<::bitset< _Nb > > + a01824.html + _Nb + + + std::hash<::vector< bool, _Alloc > > + a06356.html + + + + std::independent_bits_engine + a05416.html + _RandomNumberEngine + __w + _UIntType + + _UIntType + result_type + a05416.html + a8548a254ad408b901f446f84fc1c47b8 + + + + + independent_bits_engine + a05416.html + ac39fb77deb769d85123ece7b6c981c8f + () + + + + independent_bits_engine + a05416.html + a4d92ca47578567e9465b90b6461acb39 + (const _RandomNumberEngine &__rng) + + + + independent_bits_engine + a05416.html + ae6b9f2ddf321e24e8bae7edd6f4c2e7d + (_RandomNumberEngine &&__rng) + + + + independent_bits_engine + a05416.html + ad54d8549b7e6e4f9908486383d543efa + (result_type __s) + + + + independent_bits_engine + a05416.html + a1b27f8236f8a90380ea7fab8a3014d90 + (_Sseq &__q) + + + const _RandomNumberEngine & + base + a05416.html + aac9a880b6296be8440a764a4b682e724 + () const noexcept + + + void + discard + a05416.html + a80e7c314ddc6fd4cf54a5f720e89801a + (unsigned long long __z) + + + result_type + operator() + a05416.html + a61bc80ca1745e63a5f22307498737844 + () + + + void + seed + a05416.html + a68700cdbf6e7f53faa2cf86baf96d142 + () + + + void + seed + a05416.html + a9d04c347df4ab52e8c1b8e6ab3a547de + (result_type __s) + + + void + seed + a05416.html + ac30522e2c0d83fd776f91312603a3f5f + (_Sseq &__q) + + + static constexpr result_type + max + a05416.html + abf1815a0f69ac213aeeac81d614371e2 + () + + + static constexpr result_type + min + a05416.html + a5900ce9b2214d848cce14cb82ce71397 + () + + + friend bool + operator== + a05416.html + ab5791f2acb5c5700ef1e339bfc166d89 + (const independent_bits_engine &__lhs, const independent_bits_engine &__rhs) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05416.html + a13e9be7110a9e32004584ac71de9190f + (std::basic_istream< _CharT, _Traits > &__is, std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__x) + + + + std::indirect_array + a03764.html + _Tp + + + indirect_array + a01484.html + gad5e982b5f515ce67d9e6b55c84a61cb2 + (const indirect_array &) + + + void + operator &= + a01484.html + ga9a195965bc454b815b4035618de3f5ba + (const valarray< _Tp > &) const + + + void + operator%= + a01484.html + gaec955c90f1d087dd1a6a2bd41a5cea7a + (const valarray< _Tp > &) const + + + void + operator*= + a01484.html + gac530f41a625a6f0842fc4fda0cb98189 + (const valarray< _Tp > &) const + + + void + operator+= + a01484.html + gaeb7b9d2b39d2312c117a50769114e26c + (const valarray< _Tp > &) const + + + void + operator-= + a01484.html + ga8eb0f010a6a61d5066af1b3e757b87b9 + (const valarray< _Tp > &) const + + + void + operator/= + a01484.html + ga2ea239d6f6f027caa976efe4821944d0 + (const valarray< _Tp > &) const + + + void + operator<<= + a01484.html + ga43fc95bcbd0f89c0468f249209eb587b + (const valarray< _Tp > &) const + + + indirect_array & + operator= + a01484.html + ga73cce032d98e922eeafb676920174f52 + (const indirect_array &) + + + void + operator= + a01484.html + ga6072ae14d756314665aef25c55cc4d33 + (const valarray< _Tp > &) const + + + void + operator= + a01484.html + gac17dafc8657c7fd6eab36a46260ff97f + (const _Tp &) const + + + void + operator>>= + a01484.html + ga611bd59fab7a43ce79f1707eea03be7a + (const valarray< _Tp > &) const + + + void + operator^= + a01484.html + ga335663b1692606f8a5d96324592d4785 + (const valarray< _Tp > &) const + + + void + operator|= + a01484.html + ga349500cff6b300c39a505e9c74943b86 + (const valarray< _Tp > &) const + + + + std::initializer_list + a01656.html + _E + + + std::input_iterator_tag + a06652.html + + + std::insert_iterator + a06628.html + _Container + iterator< output_iterator_tag, void, void, void, void > + + _Container + container_type + a06628.html + a81ef704d3e33bcb38d894a8b1e440771 + + + + void + difference_type + a06672.html + a7fc5091a6bee76d7bfc6ece04e4050f9 + + + + output_iterator_tag + iterator_category + a06672.html + a3d32527bfebba5c0459df1390cef50a9 + + + + void + pointer + a06672.html + a69bffe0bd881194df5ff48fec79066de + + + + void + reference + a06672.html + abb17838f15d32971ad823036c6593aef + + + + void + value_type + a06672.html + af9f36b7adb257959eef192b9282f1284 + + + + + insert_iterator + a06628.html + a69916dd7c180bcb5fb6874adaaacc08b + (_Container &__x, typename _Container::iterator __i) + + + insert_iterator & + operator* + a06628.html + a1a406c868feb4c886b002870abeb8546 + () + + + insert_iterator & + operator++ + a06628.html + a66d30004d7402c9067fa8faadd7b8861 + () + + + insert_iterator & + operator++ + a06628.html + a1d81a713bb24ef57aba0ce6dba2a84f0 + (int) + + + insert_iterator & + operator= + a06628.html + a97b27e02a31008441dd0374c6a1021e4 + (const typename _Container::value_type &__value) + + + + std::integer_sequence + a03700.html + + _Idx + + + std::integral_constant + a03156.html + _Tp + __v + + + std::invalid_argument + a02908.html + std::logic_error + + virtual const char * + what + a02900.html + ae8b3821398a8d041bbfdf2c44c972569 + () const _GLIBCXX_TXN_SAFE_DYN noexcept + + + + std::ios_base + a04932.html + std::ios_base::failure + + + event + a04932.html + a411605aa4a6914dded5a9308ce28257b + + + + void(* + event_callback + a04932.html + a6c6b4d6e83f6adabb3e089e3c0725eae + )(event __e, ios_base &__b, int __i) + + + _Ios_Fmtflags + fmtflags + a04932.html + a03fbf244b3dfb55651c7460537abb89e + + + + _Ios_Iostate + iostate + a04932.html + a0487f09dbaf55c34d14350a54daf0bbd + + + + _Ios_Openmode + openmode + a04932.html + aa7e2408680d83e0bac8979774aeecdad + + + + _Ios_Seekdir + seekdir + a04932.html + ac19bbe98949795f6038952b6c7759a0a + + + + virtual + ~ios_base + a04932.html + a7864443afddcf4f8d374a8442e55d1be + () + + + const locale & + _M_getloc + a04932.html + a2f44ec9f5d32f4a3a7159b4c4b8924d9 + () const + + + fmtflags + flags + a04932.html + a7bdbad6d382502ee581ce65a3e21d8d1 + () const + + + fmtflags + flags + a04932.html + a415eb7181eb10a21c92455e1fae17cec + (fmtflags __fmtfl) + + + locale + getloc + a04932.html + ad2ef2af6c7194c081df6c0d505c28699 + () const + + + locale + imbue + a04932.html + a29b144ecf437562b7cc05027f3e5a608 + (const locale &__loc) + + + long & + iword + a04932.html + a25040dc1ead79e80cbdb4b5d692119f4 + (int __ix) + + + streamsize + precision + a04932.html + a22f2e1638f5fcac7fff2442122dc51e6 + () const + + + streamsize + precision + a04932.html + ae76be155a419e7056ece84ad7dbd8ec7 + (streamsize __prec) + + + void *& + pword + a04932.html + a562ae8fc4f9ac0b806ab7839a8877a77 + (int __ix) + + + void + register_callback + a04932.html + a54948c4f38526937d510af5670ae368a + (event_callback __fn, int __index) + + + fmtflags + setf + a04932.html + a007b2f6648ba857d6ae3e68f936ca10a + (fmtflags __fmtfl) + + + fmtflags + setf + a04932.html + a87fd48e3d7a0515d3958eb9d9fbba45d + (fmtflags __fmtfl, fmtflags __mask) + + + void + unsetf + a04932.html + a47987a5f3b706621119af2544a4d68d6 + (fmtflags __mask) + + + streamsize + width + a04932.html + aaa842e4e56ec6001f6a6c9a75c601133 + () const + + + streamsize + width + a04932.html + ac29b397e77e4fb2c7299627f4a8e6415 + (streamsize __wide) + + + static bool + sync_with_stdio + a04932.html + aade35b0cc25dc04d3b9b598182ec72b5 + (bool __sync=true) + + + static int + xalloc + a04932.html + a3faeb4739cfe621262ceef0aad98f0ea + () + + + static const fmtflags + adjustfield + a04932.html + afb35e86e0979426d5271e7da619e564b + + + + static const openmode + app + a04932.html + abc6732e5a0d9dc40b79e2fe6e32e7b09 + + + + static const openmode + ate + a04932.html + ad22225874e26210dfe11263279587e75 + + + + static const iostate + badbit + a04932.html + aa3cd1e1667eb566ad6e23a67117eef8b + + + + static const fmtflags + basefield + a04932.html + a1c78bab2448707823dbb382c1f9d872a + + + + static const seekdir + beg + a04932.html + a214f784b4a9d7ce92eb23ed99e44aecf + + + + static const openmode + binary + a04932.html + a88a28f18badafdd8e605841b8b7042d5 + + + + static const fmtflags + boolalpha + a04932.html + a7643f003a532a377d00ebe8bd288985f + + + + static const seekdir + cur + a04932.html + a1965600e26ca83d186504a4fd337cb9e + + + + static const fmtflags + dec + a04932.html + a3b38d2c92a8191a8f6d4994c663d408e + + + + static const seekdir + end + a04932.html + a505c3780386ccd5ca9679f7264db97f9 + + + + static const iostate + eofbit + a04932.html + a806f6f377e4fb4525d19e6d24df3cd62 + + + + static const iostate + failbit + a04932.html + aec074f3d22b7cf5e70d1e91cb9f9d5c4 + + + + static const fmtflags + fixed + a04932.html + ab68a9e528eb897d85741f7a21adf4368 + + + + static const fmtflags + floatfield + a04932.html + a82663733691c649e8138a0fa959cb8c4 + + + + static const iostate + goodbit + a04932.html + a9af3b6f8ace7d893e1a0853d8fb29778 + + + + static const fmtflags + hex + a04932.html + a0dec2040942a5b127ce98be81486466f + + + + static const openmode + in + a04932.html + a652e2323949eea3d906e1c81bd8ce8f7 + + + + static const fmtflags + internal + a04932.html + a6e38abfae36f1fce1d01ec47487ba226 + + + + static const fmtflags + left + a04932.html + ac3795cde4efbdf63b27ea978f1a2755d + + + + static const fmtflags + oct + a04932.html + ab9d72ba493c0a12da9e6669c32af98ed + + + + static const openmode + out + a04932.html + a7187e216e5d16ec820ea1791002f85e0 + + + + static const fmtflags + right + a04932.html + a13753798f5c9da6f9372429c53039767 + + + + static const fmtflags + scientific + a04932.html + af4966eeb93a789a84f9acd92375d8483 + + + + static const fmtflags + showbase + a04932.html + a69acbf246475f065d6648303e452fd4d + + + + static const fmtflags + showpoint + a04932.html + a4c79db16d6509208744e2b698a2d107f + + + + static const fmtflags + showpos + a04932.html + acf2cdf1f2ebd7914d39e25c1f071bbc4 + + + + static const fmtflags + skipws + a04932.html + a0092524de17db6438bc3bdcb914ac62b + + + + static const openmode + trunc + a04932.html + ae6831a611ce41b51a873c55b30d8534d + + + + static const fmtflags + unitbuf + a04932.html + aa2d184ca6fce44ac8ececba1b0c70dc5 + + + + static const fmtflags + uppercase + a04932.html + a1be02544c10366da9fd9183a905d4910 + + + + + std::ios_base::failure + a04936.html + std::exception + + virtual const char * + what + a04936.html + a7ab1e57574a1dff9cdf603041cbe628a + () const + + + + std::is_abstract + a03608.html + + integral_constant< bool, __is_abstract(_Tp)> + + + std::is_arithmetic + a03516.html + + + + std::is_array + a03320.html + + std::integral_constant + + + std::is_bind_expression + a02220.html + _Tp + std::integral_constant + + + std::is_bind_expression< _Bind< _Signature > > + a02276.html + + std::integral_constant + + + std::is_bind_expression< _Bind_result< _Result, _Signature > > + a02292.html + + + std::integral_constant + + + std::is_bind_expression< const _Bind< _Signature > > + a02280.html + + std::integral_constant + + + std::is_bind_expression< const _Bind_result< _Result, _Signature > > + a02296.html + + + std::integral_constant + + + std::is_bind_expression< const volatile _Bind< _Signature > > + a02288.html + + std::integral_constant + + + std::is_bind_expression< const volatile _Bind_result< _Result, _Signature > > + a02304.html + + + std::integral_constant + + + std::is_bind_expression< volatile _Bind< _Signature > > + a02284.html + + std::integral_constant + + + std::is_bind_expression< volatile _Bind_result< _Result, _Signature > > + a02300.html + + + std::integral_constant + + + std::is_class + a03396.html + + integral_constant< bool, __is_class(_Tp)> + + + std::is_compound + a03536.html + + integral_constant< bool, !is_fundamental< _Tp >::value > + + + std::is_const + a03560.html + + std::integral_constant + + + std::is_empty + a03596.html + + integral_constant< bool, __is_empty(_Tp)> + + + std::is_enum + a03388.html + + integral_constant< bool, __is_enum(_Tp)> + + + std::is_error_code_enum + a02936.html + + std::integral_constant + + + std::is_error_code_enum< future_errc > + a02340.html + std::integral_constant + + + std::is_error_condition_enum + a02940.html + + std::integral_constant + + + std::is_final + a03604.html + + integral_constant< bool, __is_final(_Tp)> + + + std::is_floating_point + a03316.html + _Tp + + + std::is_function + a03360.html + + std::integral_constant + + + std::is_fundamental + a03520.html + + + + std::is_integral + a03296.html + _Tp + std::integral_constant + + + std::is_literal_type + a03592.html + + integral_constant< bool, __is_literal_type(_Tp)> + + + std::is_lvalue_reference + a03344.html + + std::integral_constant + + + std::is_member_function_pointer + a03384.html + + std::integral_constant + + + std::is_member_object_pointer + a03372.html + + + + std::is_member_pointer + a03528.html + + std::integral_constant + + + std::is_null_pointer + a03504.html + + + + std::is_object + a03524.html + + + + std::is_placeholder + a02224.html + + integral_constant< int, 0 > + + + std::is_placeholder< _Placeholder< _Num > > + a02232.html + _Num + integral_constant< int, _Num > + + + std::is_pod + a03588.html + + integral_constant< bool, __is_pod(_Tp)> + + + std::is_pointer + a03340.html + + + + std::is_polymorphic + a03600.html + + integral_constant< bool, __is_polymorphic(_Tp)> + + + std::is_reference + a03512.html + + + + std::is_rvalue_reference + a03352.html + + std::integral_constant + + + std::is_scalar + a03532.html + + + + std::is_standard_layout + a03584.html + + integral_constant< bool, __is_standard_layout(_Tp)> + + + std::is_trivial + a03576.html + + integral_constant< bool, __is_trivial(_Tp)> + + + std::is_union + a03392.html + + integral_constant< bool, __is_union(_Tp)> + + + std::is_void + a03228.html + + std::integral_constant + + + std::is_volatile + a03568.html + + std::integral_constant + + + std::istream_iterator + a06920.html + _Tp + _CharT + _Traits + _Dist + iterator< input_iterator_tag, _Tp, _Dist, const _Tp *, const _Tp &> + + _Dist + difference_type + a06672.html + a7fc5091a6bee76d7bfc6ece04e4050f9 + + + + input_iterator_tag + iterator_category + a06672.html + a3d32527bfebba5c0459df1390cef50a9 + + + + const _Tp * + pointer + a06672.html + a69bffe0bd881194df5ff48fec79066de + + + + const _Tp & + reference + a06672.html + abb17838f15d32971ad823036c6593aef + + + + _Tp + value_type + a06672.html + af9f36b7adb257959eef192b9282f1284 + + + + constexpr + istream_iterator + a06920.html + ad21a77186d51771382af6007e650b33c + () + + + + istream_iterator + a06920.html + a947cfbb26709a887a3e2b47782d8093f + (istream_type &__s) + + + + std::istreambuf_iterator + a02600.html + + + iterator< input_iterator_tag, _CharT, _Traits::off_type, _CharT *, _CharT > + + _Traits::off_type + difference_type + a06672.html + a7fc5091a6bee76d7bfc6ece04e4050f9 + + + + input_iterator_tag + iterator_category + a06672.html + a3d32527bfebba5c0459df1390cef50a9 + + + + _CharT * + pointer + a06672.html + a69bffe0bd881194df5ff48fec79066de + + + + _CharT + reference + a06672.html + abb17838f15d32971ad823036c6593aef + + + + _CharT + value_type + a06672.html + af9f36b7adb257959eef192b9282f1284 + + + + _CharT + char_type + a02600.html + af460c7ea636315f32d360100cc25d939 + + + + _Traits + traits_type + a02600.html + aba59a766c14f4ae3a89119edd0c82baa + + + + _Traits::int_type + int_type + a02600.html + afb6691f43e173e47ffe52e245a360da1 + + + + basic_streambuf< _CharT, _Traits > + streambuf_type + a02600.html + a1db6612d72b7c65ea1f15b51109a4101 + + + + basic_istream< _CharT, _Traits > + istream_type + a02600.html + a88fc8fbe18f938ebfad7c496ccafcd76 + + + + constexpr + istreambuf_iterator + a02600.html + a75654a594dd9fd94bcf6712f9c3b8d2c + () noexcept + + + + istreambuf_iterator + a02600.html + ac5abfcd042a670b72bdbb2fa3ee0d6f5 + (istream_type &__s) noexcept + + + + istreambuf_iterator + a02600.html + af53baf53c052a0086f61f54cb4dfa337 + (streambuf_type *__s) noexcept + + + bool + equal + a02600.html + aaf5799b2a894bef2fa6763f7017b88b2 + (const istreambuf_iterator &__b) const + + + char_type + operator* + a02600.html + aa68118742e48a3296a39611184764153 + () const + + + istreambuf_iterator & + operator++ + a02600.html + a4c45d7bfc4e2a3594fb8918017b4ac3a + () + + + istreambuf_iterator + operator++ + a02600.html + adb987d5d42a928df600f5068d8a9e1dc + (int) + + + _CharT + char_type + a02600.html + af460c7ea636315f32d360100cc25d939 + + + + _Traits + traits_type + a02600.html + aba59a766c14f4ae3a89119edd0c82baa + + + + _Traits::int_type + int_type + a02600.html + afb6691f43e173e47ffe52e245a360da1 + + + + basic_streambuf< _CharT, _Traits > + streambuf_type + a02600.html + a1db6612d72b7c65ea1f15b51109a4101 + + + + basic_istream< _CharT, _Traits > + istream_type + a02600.html + a88fc8fbe18f938ebfad7c496ccafcd76 + + + + + std::iterator + a06672.html + _Category + _Tp + _Distance + _Pointer + _Reference + + _Distance + difference_type + a06672.html + a7fc5091a6bee76d7bfc6ece04e4050f9 + + + + _Category + iterator_category + a06672.html + a3d32527bfebba5c0459df1390cef50a9 + + + + _Pointer + pointer + a06672.html + a69bffe0bd881194df5ff48fec79066de + + + + _Reference + reference + a06672.html + abb17838f15d32971ad823036c6593aef + + + + _Tp + value_type + a06672.html + af9f36b7adb257959eef192b9282f1284 + + + + + std::iterator_traits< _Tp * > + a06688.html + + + + std::iterator_traits< const _Tp * > + a06692.html + + + + std::length_error + a02912.html + std::logic_error + + virtual const char * + what + a02900.html + ae8b3821398a8d041bbfdf2c44c972569 + () const _GLIBCXX_TXN_SAFE_DYN noexcept + + + + std::less + a06460.html + _Tp + binary_function< _Tp, _Tp, bool > + + _Tp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::less< void > + a06484.html + + + std::less_equal + a06468.html + + binary_function< _Tp, _Tp, bool > + + _Tp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::less_equal< void > + a06492.html + + + std::linear_congruential_engine + a05400.html + _UIntType + __a + __c + __m + + _UIntType + result_type + a05400.html + ae47aa1543eb8eef0d874551586c0a8df + + + + + linear_congruential_engine + a05400.html + a0b67d6dfeedae260237da131ce55284c + (result_type __s=default_seed) + + + + linear_congruential_engine + a05400.html + a3e49cb7b04e60dfae94dd28844521da4 + (_Sseq &__q) + + + void + discard + a05400.html + a6c3917727c95e3e73ea25871ebd21441 + (unsigned long long __z) + + + result_type + operator() + a05400.html + ae42fad7d735fb5d8d96076f70f2f65d4 + () + + + void + seed + a05400.html + aa0c9986cf366682ff3311bca8021ee19 + (result_type __s=default_seed) + + + std::enable_if< std::is_class< _Sseq >::value >::type + seed + a05400.html + a635ce16bb986207c8f7fc80442295e52 + (_Sseq &__q) + + + static constexpr result_type + max + a05400.html + af334bf0422c2d5ef522e3dac8427d63a + () + + + static constexpr result_type + min + a05400.html + a57c283a281f9b007e0a7659b57586f52 + () + + + static constexpr result_type + increment + a05400.html + ad2d0da3af999df8d7992143640f344a6 + + + + static constexpr result_type + modulus + a05400.html + a9c73f24c92d06c4aa7c5b2c37d8c6dcb + + + + static constexpr result_type + multiplier + a05400.html + a5f6ca5414f03b35e0a82731cf9cd6496 + + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a05400.html + af5e6423d264a9888844b74c2f9944199 + (std::basic_ostream< _CharT, _Traits > &__os, const std::linear_congruential_engine< _UIntType1, __a1, __c1, __m1 > &__lcr) + + + friend bool + operator== + a05400.html + ab062526efb78cd1480aff1eb1544b341 + (const linear_congruential_engine &__lhs, const linear_congruential_engine &__rhs) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05400.html + a337332c3de4a035002d715e35f79c49f + (std::basic_istream< _CharT, _Traits > &__is, std::linear_congruential_engine< _UIntType1, __a1, __c1, __m1 > &__lcr) + + + + std::list + a06712.html + _Tp + _Alloc + std::_List_base + + + list + a06712.html + a5cec77d4bb0c37d6cd49fc87f72012ac + () noexcept(is_nothrow_default_constructible< _Node_alloc_type >::value) + + + + list + a06712.html + a7b6d1424066dbfd18daebac90d143837 + (const allocator_type &__a) noexcept + + + + list + a06712.html + a3f6568813bbdefbd94cbde64e3e45366 + (size_type __n, const allocator_type &__a=allocator_type()) + + + + list + a06712.html + ac739777416320440d35c6de1a42ba818 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + list + a06712.html + aec4657b924fb0c29b7d3e347a2da97f0 + (const list &__x) + + + + list + a06712.html + a6735f782a8c9a03d7bdd3ebf7f32da4e + (list &&__x) noexcept + + + + list + a06712.html + abc914a91c0740ca3f52168d0b631dbf8 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + list + a06712.html + ad905b1f7f844c8715c654439611804a1 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~list + a06712.html + a6520eeff66a82d7b6e5eacffdcb2da6e + ()=default + + + void + assign + a06712.html + a9f1a22c8bd2a8d5ecacab44644f513db + (size_type __n, const value_type &__val) + + + void + assign + a06712.html + a6527fbbec76ab1a8a4a80c04e6fcac70 + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06712.html + a396193b1480defeaa5f3367ca15ec35e + (initializer_list< value_type > __l) + + + reference + back + a06712.html + a9567c3ee9243b0159cb036f17ea74b53 + () noexcept + + + const_reference + back + a06712.html + ac43aac14d7c69657442718428b082aaf + () const noexcept + + + iterator + begin + a06712.html + a1a0d75e77ac53db35e3cdf85ad6d3fa3 + () noexcept + + + const_iterator + begin + a06712.html + acd7d9dc641209c8e429d291db8f2de25 + () const noexcept + + + const_iterator + cbegin + a06712.html + aac9c52d90a45482d052dbb4b2040b6da + () const noexcept + + + const_iterator + cend + a06712.html + a702400622789c3e0f1171369f803fcb8 + () const noexcept + + + void + clear + a06712.html + ae36feac84d9e8125b700ce5189ed9e95 + () noexcept + + + const_reverse_iterator + crbegin + a06712.html + ab0c1a4886327c94160ec35419c516f64 + () const noexcept + + + const_reverse_iterator + crend + a06712.html + af9bc7bbe49c3f41b0dfaa3acd5c89e12 + () const noexcept + + + iterator + emplace + a06712.html + a1b89836dea3d2950a96e485677fe3c30 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06712.html + af558a1b206e6fdf40921aeaba0383dbe + () const noexcept + + + iterator + end + a06712.html + aba82f0b94c1ed15ccacea0e98aa6cff6 + () noexcept + + + const_iterator + end + a06712.html + a39a7a20ed70dd4018608a3522d83124d + () const noexcept + + + iterator + erase + a06712.html + aee5d29fe9b6e9494a71022ca980502be + (const_iterator __position) noexcept + + + iterator + erase + a06712.html + a927ad4d7e4673d4b2b33a16de379671b + (const_iterator __first, const_iterator __last) noexcept + + + reference + front + a06712.html + ad4367625f1676f2fc0d56b891db683fe + () noexcept + + + const_reference + front + a06712.html + a5393c199d92f965d065b677f2230e51e + () const noexcept + + + allocator_type + get_allocator + a06712.html + a31f6032941520f4d9187fdf8284ae914 + () const noexcept + + + iterator + insert + a06712.html + a0b44f76b96a458895a1e8c6e4057b8dd + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06712.html + a2b70528dcf0f77ddb45429d463de07e4 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06712.html + af9214e29cd05b8446678285415fb6f1e + (const_iterator __p, initializer_list< value_type > __l) + + + iterator + insert + a06712.html + a3660a3d042a5605cde9ecc59e4b9b17c + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06712.html + a9a552f1f8f2fd43351184e6676b1fea1 + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06712.html + ac0642b1d26b07dcf28d5fd72bfbdd6d1 + () const noexcept + + + void + merge + a06712.html + a4d6a44991e6e9a4f1d74236e7d6fc012 + (list &&__x) + + + void + merge + a06712.html + a44306154a6f093d8168eff45b90aa3ad + (list &&__x, _StrictWeakOrdering __comp) + + + list & + operator= + a06712.html + a35a994d029c0e0cf92abf1f468cfa140 + (const list &__x) + + + list & + operator= + a06712.html + a8f9b65b72c23e8c124c5f4a6e11013e0 + (list &&__x) noexcept(_Node_alloc_traits::_S_nothrow_move()) + + + list & + operator= + a06712.html + a7b554a6eab6e57e565eedb7da72a83c5 + (initializer_list< value_type > __l) + + + void + pop_back + a06712.html + a437f35446fc4e342d4df581335191a69 + () noexcept + + + void + pop_front + a06712.html + ad744f7f3b84fc57c973ed2d3bb25a33e + () noexcept + + + void + push_back + a06712.html + a164bc4a9a0f40d98579507cfa9bb0313 + (const value_type &__x) + + + void + push_front + a06712.html + a43ce26ebd4c6a1789692b7d377f332f3 + (const value_type &__x) + + + reverse_iterator + rbegin + a06712.html + a8a4cacefc7a58e913f2e9876df0d59de + () noexcept + + + const_reverse_iterator + rbegin + a06712.html + a3ba0b1fa92ccc5268e64c0023632aee7 + () const noexcept + + + void + remove + a06712.html + ad2334ed28f60c39412ac8cacfa14643d + (const _Tp &__value) + + + void + remove_if + a06712.html + adbed771a216e1f1db299bf13c0049177 + (_Predicate) + + + reverse_iterator + rend + a06712.html + a4018c8137dc053cfd04641f1ab4b070e + () noexcept + + + const_reverse_iterator + rend + a06712.html + af134c3c02479d6b40c4b6dd9784ff9b2 + () const noexcept + + + void + resize + a06712.html + a06a57b2ab785e15264e7f36742c4b0dc + (size_type __new_size) + + + void + resize + a06712.html + a235d2bb37c9a5d9323c123ebd060cebc + (size_type __new_size, const value_type &__x) + + + void + reverse + a06712.html + a7d420a62c310cd992f52c016293f969a + () noexcept + + + size_type + size + a06712.html + a4b6c305dd92e3c76213778feba213da2 + () const noexcept + + + void + sort + a06712.html + a150b5b104440ea65709e70a7f2eba06b + () + + + void + sort + a06712.html + a96029060c6dd54dc811b3c0d59b06537 + (_StrictWeakOrdering) + + + void + splice + a06712.html + ae27f8110bc96c70775f1654e978b4c5f + (const_iterator __position, list &&__x) noexcept + + + void + splice + a06712.html + a11428bfeda40f933f26428bf432907db + (const_iterator __position, list &&__x, const_iterator __i) noexcept + + + void + splice + a06712.html + aa9275ed20653d145bd3c324e0b0422c3 + (const_iterator __position, list &__x, const_iterator __i) noexcept + + + void + splice + a06712.html + aa4a9d0e45f35bc5c51ee5b1646304bb6 + (const_iterator __position, list &&__x, const_iterator __first, const_iterator __last) noexcept + + + void + splice + a06712.html + a5e2e8e3c78743063a5223b09a7f7abf6 + (const_iterator __position, list &__x, const_iterator __first, const_iterator __last) noexcept + + + void + swap + a06712.html + afca54335268365fbe964394a8fe5df1b + (list &__x) noexcept + + + void + unique + a06712.html + a30b4690883a5219b9dc98233364d2e49 + () + + + void + unique + a06712.html + a69c3de1ee48297d2d375a11044694cf5 + (_BinaryPredicate) + + + _Node * + _M_create_node + a06712.html + a751c5b84e439b1647db6b733bbaa570f + (_Args &&... __args) + + + + std::locale + a04952.html + std::locale::facet + std::locale::id + + int + category + a04952.html + a969b15053ff1b296935ea2dff07afad5 + + + + + locale + a04952.html + af149bfda05282c1f7c62973c887d77e6 + () + + + + locale + a04952.html + ade071b7e4275c4a8889b09e86d1c26fb + (const locale &__other) + + + + locale + a04952.html + a268965d97cffcf472d2f0fa8b74aa1e2 + (const char *__s) + + + + locale + a04952.html + a964af00c8b1c09375ca7abd5bdf8922f + (const locale &__base, const char *__s, category __cat) + + + + locale + a04952.html + a85e91d15c668e3455ff2a1eda4e6784a + (const std::string &__s) + + + + locale + a04952.html + a918d906d5f6fc923db96a72021ad5aab + (const locale &__base, const std::string &__s, category __cat) + + + + locale + a04952.html + af050b38ebd4f015ef0fe4b64f3087d42 + (const locale &__base, const locale &__add, category __cat) + + + + locale + a04952.html + a9a3183dbb40c79006a1de940775ce704 + (const locale &__other, _Facet *__f) + + + + ~locale + a04952.html + a45b12cb443002d7995d5a1fd4d2ad179 + () + + + locale + combine + a04952.html + a9806f062f79116a09c2ed0ad9449e58f + (const locale &__other) const + + + _GLIBCXX_DEFAULT_ABI_TAG string + name + a04952.html + ab0027979b86e7a74e9b33dd0686c3c2d + () const + + + bool + operator!= + a04952.html + adbf547d835746748a205bb57fd81a43f + (const locale &__other) const + + + bool + operator() + a04952.html + ad9d4f2f1dd2404eeb399f7609e50f1fb + (const basic_string< _Char, _Traits, _Alloc > &__s1, const basic_string< _Char, _Traits, _Alloc > &__s2) const + + + const locale & + operator= + a04952.html + a21b4d6ac8a3c4614656b67eec61b5f9d + (const locale &__other) + + + bool + operator== + a04952.html + a0f58972cf0b98da7d1e751bba3f28f7e + (const locale &__other) const + + + static const locale & + classic + a04952.html + aa50e351ed674a068ff3e179c5a75c21b + () + + + static locale + global + a04952.html + a11180773b88e5f353fdb0a9f51214ec6 + (const locale &__loc) + + + static const category + none + a04952.html + a70bef0686be2c1b746e21069f73415b8 + + + + static const category + ctype + a04952.html + a283927e767f737e4ef7a7ccd0bec1da1 + + + + static const category + numeric + a04952.html + a50c9f58112ca40d3d53b07e1d524228b + + + + static const category + collate + a04952.html + acd2238d0ec6436541c1f9f343e5e32d3 + + + + static const category + time + a04952.html + a1da7e1b7c469ed4ed45d61139cdc043d + + + + static const category + monetary + a04952.html + a344e6500c766e554a71933878f1fc654 + + + + static const category + messages + a04952.html + a7cfad8ee6c5f1275b9862c63bd5d5241 + + + + static const category + all + a04952.html + ad2ddc152ed732bc16528984b71f1066d + + + + friend bool + has_facet + a04952.html + ad5bc3cddb6bb375329682cb211ba0441 + (const locale &) + + + friend const _Facet & + use_facet + a04952.html + ac42c07b39caa9133862dd851c3fa2c7d + (const locale &) + + + static const category + none + a04952.html + a70bef0686be2c1b746e21069f73415b8 + + + + static const category + ctype + a04952.html + a283927e767f737e4ef7a7ccd0bec1da1 + + + + static const category + numeric + a04952.html + a50c9f58112ca40d3d53b07e1d524228b + + + + static const category + collate + a04952.html + acd2238d0ec6436541c1f9f343e5e32d3 + + + + static const category + time + a04952.html + a1da7e1b7c469ed4ed45d61139cdc043d + + + + static const category + monetary + a04952.html + a344e6500c766e554a71933878f1fc654 + + + + static const category + messages + a04952.html + a7cfad8ee6c5f1275b9862c63bd5d5241 + + + + static const category + all + a04952.html + ad2ddc152ed732bc16528984b71f1066d + + + + + std::locale::facet + a04956.html + + + facet + a04956.html + a04dc2d88fcc6ebd76e37eb11d928eb7a + (size_t __refs=0) + + + virtual + ~facet + a04956.html + a6e70b45296191df4c1a0657bd9be6514 + () + + + + std::locale::id + a04960.html + + + id + a04960.html + a05733d8d1ad35f4fa4feef3313b1bce3 + () + + + friend bool + has_facet + a04960.html + ad5bc3cddb6bb375329682cb211ba0441 + (const locale &) + + + friend const _Facet & + use_facet + a04960.html + ac42c07b39caa9133862dd851c3fa2c7d + (const locale &) + + + + std::lock_guard + a06256.html + _Mutex + + + std::logic_error + a02900.html + std::exception + + + logic_error + a02900.html + a48e6f223bbd547dcea0d5efdb54b4951 + (const string &__arg) _GLIBCXX_TXN_SAFE + + + virtual const char * + what + a02900.html + ae8b3821398a8d041bbfdf2c44c972569 + () const _GLIBCXX_TXN_SAFE_DYN noexcept + + + + std::logical_and + a06496.html + + binary_function< _Tp, _Tp, bool > + + _Tp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::logical_and< void > + a06508.html + + + std::logical_not + a06504.html + + unary_function< _Tp, bool > + + _Tp + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + bool + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + std::logical_not< void > + a06516.html + + + std::logical_or + a06500.html + + binary_function< _Tp, _Tp, bool > + + _Tp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::logical_or< void > + a06512.html + + + std::lognormal_distribution + a05448.html + _RealType + std::lognormal_distribution::param_type + + _RealType + result_type + a05448.html + a26f7f5b94e8d179518168c21e7a706bf + + + + result_type + max + a05448.html + ae51c9700b0c6168babb2abdf188e50d0 + () const + + + result_type + min + a05448.html + aa6d60ac02923738e93e5cc2813d9cfea + () const + + + result_type + operator() + a05448.html + ae6fb96729b574441550992a32599df9a + (_UniformRandomNumberGenerator &__urng) + + + param_type + param + a05448.html + a3533e00011a0d32c89697c809c98c765 + () const + + + void + param + a05448.html + ae0ec61a8aca3872ff4b8a16e4696ad90 + (const param_type &__param) + + + void + reset + a05448.html + aad743c49b0d74f10dd9831daf56792a4 + () + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a05448.html + aad98f5fc7ecc4ae82fe15f6a67e80d1f + (std::basic_ostream< _CharT, _Traits > &__os, const std::lognormal_distribution< _RealType1 > &__x) + + + friend bool + operator== + a05448.html + a2e49cbc5eaeb0e2ee18688adb7faff49 + (const lognormal_distribution &__d1, const lognormal_distribution &__d2) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05448.html + a21983da6e9b4301e89130f48917e139b + (std::basic_istream< _CharT, _Traits > &__is, std::lognormal_distribution< _RealType1 > &__x) + + + + std::lognormal_distribution::param_type + a05452.html + + + std::map + a06720.html + _Key + _Tp + _Compare + _Alloc + + + map + a06720.html + afc7cdce90f8100d9bf741d33f2b50019 + ()=default + + + + map + a06720.html + aa12fa7df574ac42da454cba7581c258e + (const _Compare &__comp, const allocator_type &__a=allocator_type()) + + + + map + a06720.html + a8710ed019be6e93c3e226853e91da124 + (const map &)=default + + + + map + a06720.html + a3f71fbbe2f15bf4a55f383030fe7d72f + (map &&)=default + + + + map + a06720.html + a353d38055f6c80e99c699ee4eeec914e + (initializer_list< value_type > __l, const _Compare &__comp=_Compare(), const allocator_type &__a=allocator_type()) + + + + map + a06720.html + a97d93d27671323c77e27ef2986a4bcb8 + (const allocator_type &__a) + + + + map + a06720.html + ae74f7651afbcb8b1c2d491a7145f3313 + (const map &__m, const allocator_type &__a) + + + + map + a06720.html + a95c130beb22f45766110a5b734a5b7a6 + (map &&__m, const allocator_type &__a) noexcept(is_nothrow_copy_constructible< _Compare >::value &&_Alloc_traits::_S_always_equal()) + + + + map + a06720.html + a8310f2293e381afba51e9cc44dd0eeef + (initializer_list< value_type > __l, const allocator_type &__a) + + + + map + a06720.html + a0d2b5c52350b2b79506ab308b32ca5f1 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a) + + + + map + a06720.html + a6339535802f1937f3dd78ee04d950ea7 + (_InputIterator __first, _InputIterator __last) + + + + map + a06720.html + ac30882bd54277810ace3d0630cbc3252 + (_InputIterator __first, _InputIterator __last, const _Compare &__comp, const allocator_type &__a=allocator_type()) + + + + ~map + a06720.html + a2460e7e43dc674a1cb696c4eb1985b5e + ()=default + + + mapped_type & + at + a06720.html + aaf4942bb42ef39ce49cc232c06416f55 + (const key_type &__k) + + + iterator + begin + a06720.html + af515aec447786d3fcfff02fe18385cbc + () noexcept + + + const_iterator + begin + a06720.html + af46ca23264de805bde6259ab11c9d93c + () const noexcept + + + const_iterator + cbegin + a06720.html + af11167910bc728cbeb7997b7e8bd8326 + () const noexcept + + + const_iterator + cend + a06720.html + a512508ab8aef5dad73ae92751513769e + () const noexcept + + + void + clear + a06720.html + a5c72b2772d31bff52f9454a583547f58 + () noexcept + + + const_reverse_iterator + crbegin + a06720.html + a68296cab04aadacb8da0b4bb1a8d8991 + () const noexcept + + + const_reverse_iterator + crend + a06720.html + adbd5c263f187f16ca9f073e1789a02ff + () const noexcept + + + std::pair< iterator, bool > + emplace + a06720.html + adbdeb769358f26cc1f0124f5c53df0eb + (_Args &&... __args) + + + iterator + emplace_hint + a06720.html + a01e3c11364a0f9f6304581d1dc69bd34 + (const_iterator __pos, _Args &&... __args) + + + bool + empty + a06720.html + a16986a6517197b25e8ad3f7487c8536f + () const noexcept + + + iterator + end + a06720.html + a5dfaf89a89106d147fd055c313a291ee + () noexcept + + + const_iterator + end + a06720.html + a50d3bee624167086813c84cc5fbc0f8f + () const noexcept + + + size_type + erase + a06720.html + a6b510fc380b070d899d73a278cbb8faf + (const key_type &__x) + + + iterator + erase + a06720.html + aa98a4bd34df51b51262b26f06a657efe + (const_iterator __first, const_iterator __last) + + + allocator_type + get_allocator + a06720.html + adc72d6a2972834a9f512d424310468a7 + () const noexcept + + + std::pair< iterator, bool > + insert + a06720.html + a3a5341d2ce3f2ffa4426d29110ca8e41 + (const value_type &__x) + + + void + insert + a06720.html + ab228710aaa8c81fc3b7fe37b26fc709a + (std::initializer_list< value_type > __list) + + + iterator + insert + a06720.html + aa0d825fbc11a62dc06420646e0c90dd5 + (const_iterator __position, const value_type &__x) + + + void + insert + a06720.html + a3186e7576e4ffc474fd92f66e460d231 + (_InputIterator __first, _InputIterator __last) + + + key_compare + key_comp + a06720.html + a59af09cf176afb26d8e2657581429d3f + () const + + + size_type + max_size + a06720.html + af2c022c3b246d7beb4c6eae4d6ce7ca2 + () const noexcept + + + map & + operator= + a06720.html + a0ffbbf85c084d61ab49c7fec028bafba + (const map &)=default + + + map & + operator= + a06720.html + a28b4c4feee2bbdf398540f4097d4bb91 + (map &&)=default + + + map & + operator= + a06720.html + ac01f44f3ed4b9dbebcb046b4103f920c + (initializer_list< value_type > __l) + + + mapped_type & + operator[] + a06720.html + a4a4a9f95131baf0713596d672ec36b5f + (const key_type &__k) + + + reverse_iterator + rbegin + a06720.html + a4ca3db2d238641b23001310899d884fb + () noexcept + + + const_reverse_iterator + rbegin + a06720.html + a461fb30e5fd8953549843ff651d06ec8 + () const noexcept + + + reverse_iterator + rend + a06720.html + aa467231586b6bc6388765ec6802aef54 + () noexcept + + + const_reverse_iterator + rend + a06720.html + a21512c1e39cedc32e0275f89f888d4aa + () const noexcept + + + size_type + size + a06720.html + ab8dd27409135bbee5bb626cd72e0cddb + () const noexcept + + + void + swap + a06720.html + a6ab3829e42e61a94d9039fea4c07b62f + (map &__x) noexcept(/*conditional */) + + + value_compare + value_comp + a06720.html + a2c51f439c6328b72ebdd7e5e558ef847 + () const + + + iterator + erase + a06720.html + ac9ea51e48199ff9a87ea1b855789e53d + (const_iterator __position) + + + _GLIBCXX_ABI_TAG_CXX11 iterator + erase + a06720.html + ae60f51e27db51a169ee4e368d238f69e + (iterator __position) + + + iterator + find + a06720.html + abdcd985632d8ad7ddba069aa776e2dfe + (const key_type &__x) + + + auto + find + a06720.html + a39303b5617b240f3049dbb0d195789f5 + (const _Kt &__x) -> decltype(_M_t._M_find_tr(__x)) + + + const_iterator + find + a06720.html + a07cdb0ebaf753ec1244849dbff2ec4cf + (const key_type &__x) const + + + auto + find + a06720.html + accf5f3477b6615f6b31fcb1adf068dfc + (const _Kt &__x) const -> decltype(_M_t._M_find_tr(__x)) + + + size_type + count + a06720.html + a44da6d0dc51d80a873cc9405a805c712 + (const key_type &__x) const + + + auto + count + a06720.html + a1264d32ee2fd0cfaee914fbafc088b54 + (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) + + + iterator + lower_bound + a06720.html + adbb7e90f8d6bece7f9ffb6b76c9ab081 + (const key_type &__x) + + + auto + lower_bound + a06720.html + a5db81ee7912a625e5d7ead27f0cb4133 + (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) + + + const_iterator + lower_bound + a06720.html + ab801bf5b252cc1b28af052263ce33d7a + (const key_type &__x) const + + + auto + lower_bound + a06720.html + a2dfc6f822052135a0b48e0dca314ccaf + (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x))) + + + iterator + upper_bound + a06720.html + a31f6ba9ed7f80198dd444d6d830a3c80 + (const key_type &__x) + + + auto + upper_bound + a06720.html + a58dfea28ca363de5083ec265382de319 + (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) + + + const_iterator + upper_bound + a06720.html + afd9ba5f5b31a79317b1c5ec547b9ec6c + (const key_type &__x) const + + + auto + upper_bound + a06720.html + abd9ce0ad35c587805de6a54c3e61cd02 + (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_upper_bound_tr(__x))) + + + std::pair< iterator, iterator > + equal_range + a06720.html + a5e0d4434a099805754b757634f18cc23 + (const key_type &__x) + + + auto + equal_range + a06720.html + ae814e0a8ac259c3119c95716748f7819 + (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) + + + std::pair< const_iterator, const_iterator > + equal_range + a06720.html + ad849929336a71e065e43fdf6a294140e + (const key_type &__x) const + + + auto + equal_range + a06720.html + a14e9a1f958274d603fe083a7b9f50558 + (const _Kt &__x) const -> decltype(pair< const_iterator, const_iterator >(_M_t._M_equal_range_tr(__x))) + + + iterator + erase + a06720.html + ac9ea51e48199ff9a87ea1b855789e53d + (const_iterator __position) + + + _GLIBCXX_ABI_TAG_CXX11 iterator + erase + a06720.html + ae60f51e27db51a169ee4e368d238f69e + (iterator __position) + + + iterator + find + a06720.html + abdcd985632d8ad7ddba069aa776e2dfe + (const key_type &__x) + + + auto + find + a06720.html + a39303b5617b240f3049dbb0d195789f5 + (const _Kt &__x) -> decltype(_M_t._M_find_tr(__x)) + + + const_iterator + find + a06720.html + a07cdb0ebaf753ec1244849dbff2ec4cf + (const key_type &__x) const + + + auto + find + a06720.html + accf5f3477b6615f6b31fcb1adf068dfc + (const _Kt &__x) const -> decltype(_M_t._M_find_tr(__x)) + + + size_type + count + a06720.html + a44da6d0dc51d80a873cc9405a805c712 + (const key_type &__x) const + + + auto + count + a06720.html + a1264d32ee2fd0cfaee914fbafc088b54 + (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) + + + iterator + lower_bound + a06720.html + adbb7e90f8d6bece7f9ffb6b76c9ab081 + (const key_type &__x) + + + auto + lower_bound + a06720.html + a5db81ee7912a625e5d7ead27f0cb4133 + (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) + + + const_iterator + lower_bound + a06720.html + ab801bf5b252cc1b28af052263ce33d7a + (const key_type &__x) const + + + auto + lower_bound + a06720.html + a2dfc6f822052135a0b48e0dca314ccaf + (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x))) + + + iterator + upper_bound + a06720.html + a31f6ba9ed7f80198dd444d6d830a3c80 + (const key_type &__x) + + + auto + upper_bound + a06720.html + a58dfea28ca363de5083ec265382de319 + (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) + + + const_iterator + upper_bound + a06720.html + afd9ba5f5b31a79317b1c5ec547b9ec6c + (const key_type &__x) const + + + auto + upper_bound + a06720.html + abd9ce0ad35c587805de6a54c3e61cd02 + (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_upper_bound_tr(__x))) + + + std::pair< iterator, iterator > + equal_range + a06720.html + a5e0d4434a099805754b757634f18cc23 + (const key_type &__x) + + + auto + equal_range + a06720.html + ae814e0a8ac259c3119c95716748f7819 + (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) + + + std::pair< const_iterator, const_iterator > + equal_range + a06720.html + ad849929336a71e065e43fdf6a294140e + (const key_type &__x) const + + + auto + equal_range + a06720.html + a14e9a1f958274d603fe083a7b9f50558 + (const _Kt &__x) const -> decltype(pair< const_iterator, const_iterator >(_M_t._M_equal_range_tr(__x))) + + + + std::mask_array + a03760.html + _Tp + + + mask_array + a01484.html + ga63910750064214d819524e634cdaebfa + (const mask_array &) + + + void + operator &= + a01484.html + ga243e78b1748d74ed3d4be27c8839fb87 + (const valarray< _Tp > &) const + + + void + operator%= + a01484.html + gaa321a7c18f23aae720cdd059ea38fcc2 + (const valarray< _Tp > &) const + + + void + operator*= + a01484.html + ga1878d8ab7ea54a42bbd783172af8a8c2 + (const valarray< _Tp > &) const + + + void + operator+= + a01484.html + ga3cd7a0e7c02e60936993f2f8d85d7e14 + (const valarray< _Tp > &) const + + + void + operator-= + a01484.html + ga7e8b4e636a4ccb6a93f289308d2d6c7e + (const valarray< _Tp > &) const + + + void + operator/= + a01484.html + gac1417dfc58271e6730675e151cd3dd06 + (const valarray< _Tp > &) const + + + void + operator<<= + a01484.html + gadc9fb4be42ab111a8b17efc9480006c7 + (const valarray< _Tp > &) const + + + mask_array & + operator= + a01484.html + gac8928f66422bd3601fcf43b79761abd5 + (const mask_array &) + + + void + operator= + a01484.html + ga2af95af73e734b394322ec304e1b73f2 + (const _Tp &) const + + + void + operator>>= + a01484.html + ga87f02d439b80dd0d351ae9f827c4f77e + (const valarray< _Tp > &) const + + + void + operator^= + a01484.html + gab7b73360db81555ebc04e3c482a94857 + (const valarray< _Tp > &) const + + + void + operator|= + a01484.html + ga684708f251addb2566756f4d2eedee36 + (const valarray< _Tp > &) const + + + + std::match_results + a05784.html + _Bi_iter + _Alloc + vector< sub_match< _Bi_iter >, _Alloc > + + bool + ready + a05784.html + a943761a52ea725eec3e3952e92aa6ef8 + () const + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + sub_match< _Bi_iter > * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + + match_results + a05784.html + a617337132913b6481a69e0322384c3e7 + (const _Alloc &__a=_Alloc()) + + + + match_results + a05784.html + ad4d6511edbb01d1584a68520d9f72a7b + (const match_results &__rhs)=default + + + + match_results + a05784.html + af88e24767cf7d433aeddb134a47e03c8 + (match_results &&__rhs) noexcept=default + + + match_results & + operator= + a05784.html + acc132e2ace54a234153366f95fd49dab + (const match_results &__rhs)=default + + + match_results & + operator= + a05784.html + a45822404f5b9d029a958bd4fd07768cc + (match_results &&__rhs)=default + + + + ~match_results + a05784.html + a8a742929f23b5fc06967d9573583fad9 + () + + + size_type + size + a05784.html + a3601f410ccc6f06a45a6e431ce184e25 + () const + + + size_type + max_size + a05784.html + ab92248e4e49cefa5aef35d8494d0a831 + () const + + + bool + empty + a05784.html + a1776bd0725f18a633696a11a89d71e21 + () const + + + difference_type + length + a05784.html + a4d5afaf65af6a5038ad666a6b4ac3836 + (size_type __sub=0) const + + + difference_type + position + a05784.html + a258ebf7a862afc9be1ef8b188393b298 + (size_type __sub=0) const + + + string_type + str + a05784.html + a8659c3a93da87fb8de3ca1fdd6c49bc0 + (size_type __sub=0) const + + + const_reference + operator[] + a05784.html + a6021c27572ef3bc03cea38c66dde3783 + (size_type __sub) const + + + const_reference + prefix + a05784.html + a4f1ab979440a0c53c13422a5d628144e + () const + + + const_reference + suffix + a05784.html + aae76fe76fdc4f6f729e0a55c8c2d4aa4 + () const + + + const_iterator + begin + a05784.html + a38518053753c77f7349d1ab30199bb76 + () const + + + const_iterator + cbegin + a05784.html + a4c9c9402ea5b2308729c70193cabc204 + () const + + + const_iterator + end + a05784.html + a369a747e8f970f28f7e1966d72e998ad + () const + + + const_iterator + cend + a05784.html + a6af0a3ce49b696e44c23f87655f4a1c8 + () const + + + _Out_iter + format + a05784.html + a4a8d689c2bf7f9a32e1cdc9462cb9ca5 + (_Out_iter __out, const char_type *__fmt_first, const char_type *__fmt_last, match_flag_type __flags=regex_constants::format_default) const + + + _Out_iter + format + a05784.html + a75078225998ca82f96787929ba9d7646 + (_Out_iter __out, const basic_string< char_type, _St, _Sa > &__fmt, match_flag_type __flags=regex_constants::format_default) const + + + basic_string< char_type, _St, _Sa > + format + a05784.html + a6dd64effbedc4db4891802952f0b226e + (const basic_string< char_type, _St, _Sa > &__fmt, match_flag_type __flags=regex_constants::format_default) const + + + string_type + format + a05784.html + acb9033dc604fc3ddd6a611de43e2857a + (const char_type *__fmt, match_flag_type __flags=regex_constants::format_default) const + + + allocator_type + get_allocator + a05784.html + aa45aba6250bf4bb581e18baf06d18bf6 + () const + + + void + swap + a05784.html + a78d71976b891dc606316341e7b1c3341 + (match_results &__that) + + + + std::mem_fun1_ref_t + a06604.html + + + + binary_function< _Tp, _Arg, _Ret > + + _Tp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Ret + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Arg + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::mem_fun1_t + a06596.html + + + + binary_function< _Tp *, _Arg, _Ret > + + _Tp * + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Ret + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Arg + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::mem_fun_ref_t + a06588.html + + + unary_function< _Tp, _Ret > + + _Tp + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Ret + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + std::mem_fun_t + a06580.html + + + unary_function< _Tp *, _Ret > + + _Tp * + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Ret + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + std::mersenne_twister_engine + a05404.html + _UIntType + __w + __n + __m + __r + __a + __u + __d + __s + __b + __t + __c + __l + __f + + _UIntType + result_type + a05404.html + ab1ad02d59f290faf3d8b33e1209cdfae + + + + + mersenne_twister_engine + a05404.html + a8987d5bb70c31ba8e4bb80f993acff85 + (_Sseq &__q) + + + void + discard + a05404.html + a5e2f7304fcf0b11ea1cde1397fb7ddb6 + (unsigned long long __z) + + + static constexpr result_type + max + a05404.html + a8e9cd7d4bb14de188ead958d3f1faeac + () + + + static constexpr result_type + min + a05404.html + aaf1720ef1664fa77a5972c78addfa290 + () + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a05404.html + acc44ab3c56e9048acd13c60ca1a877e0 + (std::basic_ostream< _CharT, _Traits > &__os, const std::mersenne_twister_engine< _UIntType1, __w1, __n1, __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, __l1, __f1 > &__x) + + + friend bool + operator== + a05404.html + a96c6f6aabca5106a2db6ecc834bbddfe + (const mersenne_twister_engine &__lhs, const mersenne_twister_engine &__rhs) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05404.html + a4fe6e606a61991ce6007b14402043497 + (std::basic_istream< _CharT, _Traits > &__is, std::mersenne_twister_engine< _UIntType1, __w1, __n1, __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, __l1, __f1 > &__x) + + + + std::messages + a05108.html + _CharT + std::locale::facet + std::messages_base + + _CharT + char_type + a05108.html + a152bc75cd106bc26ad327391e34c1158 + + + + basic_string< _CharT > + string_type + a05108.html + afa0148775189d8fd6ae25409e6c7e880 + + + + + messages + a05108.html + a71483d79d47eaf8f3739c4b6b971b00e + (size_t __refs=0) + + + + messages + a05108.html + a8cfe4d6b3be654727ca4f705c27b3d51 + (__c_locale __cloc, const char *__s, size_t __refs=0) + + + static locale::id + id + a05108.html + ae38eadfaa98b16a3c80eb033ab26b61e + + + + virtual + ~messages + a05108.html + a99360b3fabe7847d346f26ceb4712213 + () + + + string + do_get + a05108.html + a2ed38702d328258ffd428b039602d92e + (catalog, int, int, const string &) const + + + _CharT + char_type + a05108.html + a152bc75cd106bc26ad327391e34c1158 + + + + basic_string< _CharT > + string_type + a05108.html + afa0148775189d8fd6ae25409e6c7e880 + + + + + std::messages_base + a05104.html + + + std::messages_byname + a05112.html + + std::messages + + static locale::id + id + a05108.html + ae38eadfaa98b16a3c80eb033ab26b61e + + + + string + do_get + a05108.html + a2ed38702d328258ffd428b039602d92e + (catalog, int, int, const string &) const + + + + std::minus + a06404.html + + binary_function< _Tp, _Tp, _Tp > + + _Tp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Tp + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::minus< void > + a06428.html + + + std::modulus + a06416.html + + binary_function< _Tp, _Tp, _Tp > + + _Tp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Tp + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::modulus< void > + a06440.html + + + std::money_base + a05076.html + + + std::money_get + a05096.html + + + std::locale::facet + + _CharT + char_type + a05096.html + a2274d956a1e68c2addf1acb24e80a82f + + + + _InIter + iter_type + a05096.html + ae6380ee2883b3ebe0d9aadd2984fd26f + + + + basic_string< _CharT > + string_type + a05096.html + a11e3d55aad9f3e1ce9dfe1514426a441 + + + + + money_get + a05096.html + a56b27ade4915b3ac1ae0e358f5f6266e + (size_t __refs=0) + + + iter_type + get + a05096.html + a9f18dbcbde32bbdfe3f1f457870380bd + (iter_type __s, iter_type __end, bool __intl, ios_base &__io, ios_base::iostate &__err, long double &__units) const + + + iter_type + get + a05096.html + ac674cc2204a0dfafd2d4875081475ed8 + (iter_type __s, iter_type __end, bool __intl, ios_base &__io, ios_base::iostate &__err, string_type &__digits) const + + + static locale::id + id + a05096.html + a8ee8d14c2f705adb46d3505008828269 + + + + virtual + ~money_get + a05096.html + aa58ef2db088810702b26fdddd29a56a8 + () + + + virtual iter_type + do_get + a05096.html + a86e85bec7b677bbb2df712118b722ddc + (iter_type __s, iter_type __end, bool __intl, ios_base &__io, ios_base::iostate &__err, long double &__units) const + + + virtual iter_type + do_get + a05096.html + a286ed4904b3dafae45d2df73168e3b40 + (iter_type __s, iter_type __end, bool __intl, ios_base &__io, ios_base::iostate &__err, string_type &__digits) const + + + _CharT + char_type + a05096.html + a2274d956a1e68c2addf1acb24e80a82f + + + + _InIter + iter_type + a05096.html + ae6380ee2883b3ebe0d9aadd2984fd26f + + + + basic_string< _CharT > + string_type + a05096.html + a11e3d55aad9f3e1ce9dfe1514426a441 + + + + + std::money_put + a05100.html + + + std::locale::facet + + _CharT + char_type + a05100.html + aa005c1e5eb9d1ccb7d282dbc18029ad1 + + + + _OutIter + iter_type + a05100.html + a7249c382c88e14da45e08100febe637d + + + + basic_string< _CharT > + string_type + a05100.html + a34db9f1fec0c7e67646aa4e718e250cd + + + + + money_put + a05100.html + a69471496da9b95b41529a08b14c063f5 + (size_t __refs=0) + + + iter_type + put + a05100.html + a5570c5a84860556788a8df682a983bab + (iter_type __s, bool __intl, ios_base &__io, char_type __fill, long double __units) const + + + iter_type + put + a05100.html + a63f3f803e249021f43aa8efc9abf9cca + (iter_type __s, bool __intl, ios_base &__io, char_type __fill, const string_type &__digits) const + + + static locale::id + id + a05100.html + a2d7912a45d257158197b3ac3a5039d4c + + + + virtual + ~money_put + a05100.html + abc1fdc1ea87ede8de6550644feb38462 + () + + + virtual iter_type + do_put + a05100.html + a04355d4b3e8b632d51659efce1362135 + (iter_type __s, bool __intl, ios_base &__io, char_type __fill, long double __units) const + + + virtual iter_type + do_put + a05100.html + ab38a5a1a94a3354fa54dc4af38e72cb4 + (iter_type __s, bool __intl, ios_base &__io, char_type __fill, const string_type &__digits) const + + + _CharT + char_type + a05100.html + aa005c1e5eb9d1ccb7d282dbc18029ad1 + + + + _OutIter + iter_type + a05100.html + a7249c382c88e14da45e08100febe637d + + + + basic_string< _CharT > + string_type + a05100.html + a34db9f1fec0c7e67646aa4e718e250cd + + + + + std::moneypunct + a05088.html + _CharT + _Intl + std::locale::facet + std::money_base + + _CharT + char_type + a05088.html + af3d40c8640263d9bbe03176598d04ccf + + + + basic_string< _CharT > + string_type + a05088.html + a44855102e480a46ab50cbec6cba6ef1a + + + + + moneypunct + a05088.html + a82d4bbb3eaae4c5cf74e3652be13e67e + (size_t __refs=0) + + + + moneypunct + a05088.html + aaabd1d7f1c7014add2c854305c76e73a + (__cache_type *__cache, size_t __refs=0) + + + + moneypunct + a05088.html + a26aa970ef261e45586f3b161d2ec28e7 + (__c_locale __cloc, const char *__s, size_t __refs=0) + + + string_type + curr_symbol + a05088.html + a14f1dcb29d715a787f93e43a84b3dbef + () const + + + char_type + decimal_point + a05088.html + a65fe46d62bb27b85e80b291d164193e1 + () const + + + int + frac_digits + a05088.html + ab087ab658475c890a25a4f2f564eb7ac + () const + + + string + grouping + a05088.html + ad844360a48a244b5158e26f63a644948 + () const + + + string_type + negative_sign + a05088.html + a973c54e1983566e46ec70b67450edd90 + () const + + + string_type + positive_sign + a05088.html + a3c7d2522e2dc2a5fa2634a1a18b873c4 + () const + + + char_type + thousands_sep + a05088.html + a46179910ed09bd0c59748b7c65ab2f03 + () const + + + pattern + pos_format + a05088.html + ae2069e06feb0ddbc8d8ca90a4ef647ea + () const + + + pattern + neg_format + a05088.html + aad6cb2a546002bb6c2618d8531da0ede + () const + + + static locale::id + id + a05088.html + a317950d8b379f8a1b10105b2bb641f6a + + + + static const bool + intl + a05088.html + aff5d9072376fa96a1b7f166151d32af5 + + + + virtual + ~moneypunct + a05088.html + a06722540ea0a84e0770e12cdd180f4ad + () + + + virtual string_type + do_curr_symbol + a05088.html + a91f41433841daf2ac3426a6f3f08e63d + () const + + + virtual char_type + do_decimal_point + a05088.html + ab8c59f589b65097279e206218ba986be + () const + + + virtual int + do_frac_digits + a05088.html + a43dc4eee49f0ad790bf920bf000888f9 + () const + + + virtual string + do_grouping + a05088.html + abedfe1ed30564977ec5d663d98a897cb + () const + + + virtual pattern + do_neg_format + a05088.html + ab059421016ae9ce7368de1b1911c07b6 + () const + + + virtual string_type + do_negative_sign + a05088.html + a3bac54f35225e34bd08144beacff4e2e + () const + + + virtual pattern + do_pos_format + a05088.html + ad1f8646969be5d63e0edea945a902a60 + () const + + + virtual string_type + do_positive_sign + a05088.html + a8d259d10ed08942f602ee96986584bba + () const + + + virtual char_type + do_thousands_sep + a05088.html + abede1cc31a6d8a5dc30c382092e379f3 + () const + + + _CharT + char_type + a05088.html + af3d40c8640263d9bbe03176598d04ccf + + + + basic_string< _CharT > + string_type + a05088.html + a44855102e480a46ab50cbec6cba6ef1a + + + + pattern + pos_format + a05088.html + ae2069e06feb0ddbc8d8ca90a4ef647ea + () const + + + pattern + neg_format + a05088.html + aad6cb2a546002bb6c2618d8531da0ede + () const + + + + std::moneypunct_byname + a05092.html + + _Intl + std::moneypunct + + string_type + curr_symbol + a05088.html + a14f1dcb29d715a787f93e43a84b3dbef + () const + + + char_type + decimal_point + a05088.html + a65fe46d62bb27b85e80b291d164193e1 + () const + + + int + frac_digits + a05088.html + ab087ab658475c890a25a4f2f564eb7ac + () const + + + string + grouping + a05088.html + ad844360a48a244b5158e26f63a644948 + () const + + + string_type + negative_sign + a05088.html + a973c54e1983566e46ec70b67450edd90 + () const + + + string_type + positive_sign + a05088.html + a3c7d2522e2dc2a5fa2634a1a18b873c4 + () const + + + char_type + thousands_sep + a05088.html + a46179910ed09bd0c59748b7c65ab2f03 + () const + + + pattern + pos_format + a05088.html + ae2069e06feb0ddbc8d8ca90a4ef647ea + () const + + + pattern + neg_format + a05088.html + aad6cb2a546002bb6c2618d8531da0ede + () const + + + static locale::id + id + a05088.html + a317950d8b379f8a1b10105b2bb641f6a + + + + virtual string_type + do_curr_symbol + a05088.html + a91f41433841daf2ac3426a6f3f08e63d + () const + + + virtual char_type + do_decimal_point + a05088.html + ab8c59f589b65097279e206218ba986be + () const + + + virtual int + do_frac_digits + a05088.html + a43dc4eee49f0ad790bf920bf000888f9 + () const + + + virtual string + do_grouping + a05088.html + abedfe1ed30564977ec5d663d98a897cb + () const + + + virtual pattern + do_neg_format + a05088.html + ab059421016ae9ce7368de1b1911c07b6 + () const + + + virtual string_type + do_negative_sign + a05088.html + a3bac54f35225e34bd08144beacff4e2e + () const + + + virtual pattern + do_pos_format + a05088.html + ad1f8646969be5d63e0edea945a902a60 + () const + + + virtual string_type + do_positive_sign + a05088.html + a8d259d10ed08942f602ee96986584bba + () const + + + virtual char_type + do_thousands_sep + a05088.html + abede1cc31a6d8a5dc30c382092e379f3 + () const + + + pattern + pos_format + a05088.html + ae2069e06feb0ddbc8d8ca90a4ef647ea + () const + + + pattern + neg_format + a05088.html + aad6cb2a546002bb6c2618d8531da0ede + () const + + + + std::move_iterator + a06636.html + _Iterator + + + std::multimap + a06716.html + _Key + _Tp + _Compare + _Alloc + + + multimap + a06716.html + acf3e6ab93785da86f181b584656de15d + ()=default + + + + multimap + a06716.html + a1b00cb262efce13e4e5c323732c13109 + (const _Compare &__comp, const allocator_type &__a=allocator_type()) + + + + multimap + a06716.html + a75ee670e7ff1b74c62d3443ec05a9e4b + (const multimap &)=default + + + + multimap + a06716.html + acbad3010aae4c8ce7ceb97ec5e2daff9 + (multimap &&)=default + + + + multimap + a06716.html + a64de4362141668b6b36fb6a399dbc9d4 + (initializer_list< value_type > __l, const _Compare &__comp=_Compare(), const allocator_type &__a=allocator_type()) + + + + multimap + a06716.html + a0ae31ea18b1274e6e6409795ae5286eb + (const allocator_type &__a) + + + + multimap + a06716.html + a8105fc127e9fc15e90a050d7e0f7f11a + (const multimap &__m, const allocator_type &__a) + + + + multimap + a06716.html + a1093b678ea48aa26495ce2bbaf5dd4d7 + (multimap &&__m, const allocator_type &__a) noexcept(is_nothrow_copy_constructible< _Compare >::value &&_Alloc_traits::_S_always_equal()) + + + + multimap + a06716.html + aac222575af5d9600a5651357a978ecd6 + (initializer_list< value_type > __l, const allocator_type &__a) + + + + multimap + a06716.html + a4e1269440d1164dc556209ee07982358 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a) + + + + multimap + a06716.html + ab2d27f68df308a944b432dbf91433e46 + (_InputIterator __first, _InputIterator __last) + + + + multimap + a06716.html + ad11e806c3a5c1db4b888eac55459bbb3 + (_InputIterator __first, _InputIterator __last, const _Compare &__comp, const allocator_type &__a=allocator_type()) + + + + ~multimap + a06716.html + a481e019da9f3ddf9d250121263701784 + ()=default + + + iterator + begin + a06716.html + a3126d637d12087d971f0962415756d3e + () noexcept + + + const_iterator + begin + a06716.html + ac0b2ceb741199df1164b9e60faf5f49a + () const noexcept + + + const_iterator + cbegin + a06716.html + a749c6f97a0d9ecc3fa8810bc2452291d + () const noexcept + + + const_iterator + cend + a06716.html + ab07754c1ec76a0bc39a9210270d939a4 + () const noexcept + + + void + clear + a06716.html + a31487eed37318f2466fdf59e0d150e81 + () noexcept + + + const_reverse_iterator + crbegin + a06716.html + aa3ac07de9d4cc6e2c434c3d258a8f3dc + () const noexcept + + + const_reverse_iterator + crend + a06716.html + a5677edc45a056a95ea1455378f2aa903 + () const noexcept + + + iterator + emplace + a06716.html + a18dc0fd47da3fff883f3c1eab8f71908 + (_Args &&... __args) + + + iterator + emplace_hint + a06716.html + a89892e96cd8b74074e5d83f9d30005c6 + (const_iterator __pos, _Args &&... __args) + + + bool + empty + a06716.html + a2ba686d94d375a486e133cbea5d86718 + () const noexcept + + + iterator + end + a06716.html + ae02e2ac133d3d1753c3b57f5dfd435cc + () noexcept + + + const_iterator + end + a06716.html + a451671d828e1fc84f2a5631518b6d1f8 + () const noexcept + + + size_type + erase + a06716.html + a158f583b90ec4083b4f50a5e46acfee2 + (const key_type &__x) + + + iterator + erase + a06716.html + a5f6fbe45cea6915a1276877d56acc0fd + (const_iterator __first, const_iterator __last) + + + allocator_type + get_allocator + a06716.html + a9b7c965d0a481a88dfb0e9ca82ba494f + () const noexcept + + + iterator + insert + a06716.html + ab73db27102f8da23a1aa18ae7b14d2c1 + (const value_type &__x) + + + iterator + insert + a06716.html + ae496df8209ddbbf8f661a469f7624ddb + (const_iterator __position, const value_type &__x) + + + void + insert + a06716.html + a36587a799aa76b39df686435ed846cd1 + (_InputIterator __first, _InputIterator __last) + + + void + insert + a06716.html + a051e304a855790e3be5171f64196b7b6 + (initializer_list< value_type > __l) + + + key_compare + key_comp + a06716.html + a7d6c48d6dd1f9cce138b17ee06be13b0 + () const + + + size_type + max_size + a06716.html + a6c9a48e59ffb98b5afe9003861f1ddee + () const noexcept + + + multimap & + operator= + a06716.html + acd76a5f8a95e15654c8e61c55f1fdc61 + (const multimap &)=default + + + multimap & + operator= + a06716.html + aebc9eaf75029cfb33e4121a75a875713 + (multimap &&)=default + + + multimap & + operator= + a06716.html + a069fcb3baa5b568196b04950e380b865 + (initializer_list< value_type > __l) + + + reverse_iterator + rbegin + a06716.html + ab44fe0a492344094f870a3f149d2dad1 + () noexcept + + + const_reverse_iterator + rbegin + a06716.html + a6fec7115cf9a873709d612aede06d551 + () const noexcept + + + reverse_iterator + rend + a06716.html + a8852aeaaf83cf8effeacefd97b2c2889 + () noexcept + + + const_reverse_iterator + rend + a06716.html + a47926093ed08fe7fd770c81ef7bbdabd + () const noexcept + + + size_type + size + a06716.html + a99416d1336342563c08a44ad664c74a3 + () const noexcept + + + void + swap + a06716.html + a65f198a3e5054fc993d8519127c7b314 + (multimap &__x) noexcept(/*conditional */) + + + value_compare + value_comp + a06716.html + ad55d763faac2fc4955a1885a5e140ad9 + () const + + + iterator + erase + a06716.html + a4543f2d47f11611811b27b58c73d2c24 + (const_iterator __position) + + + _GLIBCXX_ABI_TAG_CXX11 iterator + erase + a06716.html + a9cd3e5f506653300983a32fe9df9fcd5 + (iterator __position) + + + iterator + find + a06716.html + a3ee75438d859fab67b756b7282a9a4d3 + (const key_type &__x) + + + auto + find + a06716.html + a84c1e49764e53439674b8f7e8baf33d4 + (const _Kt &__x) -> decltype(_M_t._M_find_tr(__x)) + + + const_iterator + find + a06716.html + a2cef7a0c61ebd047d63d456e73c7167f + (const key_type &__x) const + + + auto + find + a06716.html + a71793c903d56962b5f25f08ba76e4196 + (const _Kt &__x) const -> decltype(_M_t._M_find_tr(__x)) + + + size_type + count + a06716.html + ae7e0864011c6d6f81b75ba797edd4d9f + (const key_type &__x) const + + + auto + count + a06716.html + a671c765d67fd2319e73c1b5b3ceab7de + (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) + + + iterator + lower_bound + a06716.html + ad74c803195d97566b7182ad94004068c + (const key_type &__x) + + + auto + lower_bound + a06716.html + a046e9d0cdebf1e33b637b8d986b1d378 + (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) + + + const_iterator + lower_bound + a06716.html + ad125a9ac3189b3dffddd8cbf76e37387 + (const key_type &__x) const + + + auto + lower_bound + a06716.html + a2ffb43b298f209b70879d8aee8c31fec + (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x))) + + + iterator + upper_bound + a06716.html + ab35b86f7771432f795eb11782707e4b7 + (const key_type &__x) + + + auto + upper_bound + a06716.html + a5bd3bdad2f91500de3d939dfbee62015 + (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) + + + const_iterator + upper_bound + a06716.html + ae6c1c168e38c7cdaec3f6a13fc90ed6e + (const key_type &__x) const + + + auto + upper_bound + a06716.html + abe10ea096091cd17598bfbcab9f0ef35 + (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_upper_bound_tr(__x))) + + + std::pair< iterator, iterator > + equal_range + a06716.html + a809cb1bf6cdd0a8c13e55515ec5a8e7c + (const key_type &__x) + + + auto + equal_range + a06716.html + ac801d3c3f152e5d98036307e9de7e538 + (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) + + + std::pair< const_iterator, const_iterator > + equal_range + a06716.html + a6bb7a029cda04dcfcc905c4c80516bd9 + (const key_type &__x) const + + + auto + equal_range + a06716.html + a2e558be043081e52a931317369759384 + (const _Kt &__x) const -> decltype(pair< const_iterator, const_iterator >(_M_t._M_equal_range_tr(__x))) + + + iterator + erase + a06716.html + a4543f2d47f11611811b27b58c73d2c24 + (const_iterator __position) + + + _GLIBCXX_ABI_TAG_CXX11 iterator + erase + a06716.html + a9cd3e5f506653300983a32fe9df9fcd5 + (iterator __position) + + + iterator + find + a06716.html + a3ee75438d859fab67b756b7282a9a4d3 + (const key_type &__x) + + + auto + find + a06716.html + a84c1e49764e53439674b8f7e8baf33d4 + (const _Kt &__x) -> decltype(_M_t._M_find_tr(__x)) + + + const_iterator + find + a06716.html + a2cef7a0c61ebd047d63d456e73c7167f + (const key_type &__x) const + + + auto + find + a06716.html + a71793c903d56962b5f25f08ba76e4196 + (const _Kt &__x) const -> decltype(_M_t._M_find_tr(__x)) + + + size_type + count + a06716.html + ae7e0864011c6d6f81b75ba797edd4d9f + (const key_type &__x) const + + + auto + count + a06716.html + a671c765d67fd2319e73c1b5b3ceab7de + (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) + + + iterator + lower_bound + a06716.html + ad74c803195d97566b7182ad94004068c + (const key_type &__x) + + + auto + lower_bound + a06716.html + a046e9d0cdebf1e33b637b8d986b1d378 + (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) + + + const_iterator + lower_bound + a06716.html + ad125a9ac3189b3dffddd8cbf76e37387 + (const key_type &__x) const + + + auto + lower_bound + a06716.html + a2ffb43b298f209b70879d8aee8c31fec + (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x))) + + + iterator + upper_bound + a06716.html + ab35b86f7771432f795eb11782707e4b7 + (const key_type &__x) + + + auto + upper_bound + a06716.html + a5bd3bdad2f91500de3d939dfbee62015 + (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) + + + const_iterator + upper_bound + a06716.html + ae6c1c168e38c7cdaec3f6a13fc90ed6e + (const key_type &__x) const + + + auto + upper_bound + a06716.html + abe10ea096091cd17598bfbcab9f0ef35 + (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_upper_bound_tr(__x))) + + + std::pair< iterator, iterator > + equal_range + a06716.html + a809cb1bf6cdd0a8c13e55515ec5a8e7c + (const key_type &__x) + + + auto + equal_range + a06716.html + ac801d3c3f152e5d98036307e9de7e538 + (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) + + + std::pair< const_iterator, const_iterator > + equal_range + a06716.html + a6bb7a029cda04dcfcc905c4c80516bd9 + (const key_type &__x) const + + + auto + equal_range + a06716.html + a2e558be043081e52a931317369759384 + (const _Kt &__x) const -> decltype(pair< const_iterator, const_iterator >(_M_t._M_equal_range_tr(__x))) + + + + std::multiplies + a06408.html + + binary_function< _Tp, _Tp, _Tp > + + _Tp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Tp + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::multiplies< void > + a06432.html + + + std::multiset + a06736.html + _Key + _Compare + _Alloc + + + multiset + a06736.html + a694c6f511cd8cd15e116062bcaef1dc4 + ()=default + + + + multiset + a06736.html + a38e27d171934c562e8f5fc48fba81564 + (const _Compare &__comp, const allocator_type &__a=allocator_type()) + + + + multiset + a06736.html + ac561d1612797aaf6022b371cce116035 + (_InputIterator __first, _InputIterator __last) + + + + multiset + a06736.html + ae6acd6b5095c21d2a04c7d9afa6b02ab + (_InputIterator __first, _InputIterator __last, const _Compare &__comp, const allocator_type &__a=allocator_type()) + + + + multiset + a06736.html + aeed9cc573fe8a3346634b3f28dda12a2 + (const multiset &)=default + + + + multiset + a06736.html + a851d2cffcf7183d7a16423d4964f8047 + (multiset &&)=default + + + + multiset + a06736.html + adad316ede7ac22b3eff955eb6d9ab327 + (initializer_list< value_type > __l, const _Compare &__comp=_Compare(), const allocator_type &__a=allocator_type()) + + + + multiset + a06736.html + ae8a1847b51c056d1abbc01fb76742632 + (const allocator_type &__a) + + + + multiset + a06736.html + a3ada945ca3237945e666bdc541accba1 + (const multiset &__m, const allocator_type &__a) + + + + multiset + a06736.html + a0bf2a4cf104ce19a863ac0438e1d3070 + (multiset &&__m, const allocator_type &__a) noexcept(is_nothrow_copy_constructible< _Compare >::value &&_Alloc_traits::_S_always_equal()) + + + + multiset + a06736.html + a4bd596fbcfa91841dc0bfe442177c5ac + (initializer_list< value_type > __l, const allocator_type &__a) + + + + multiset + a06736.html + a15b3f5d46a91d60ee98c0ac7f278476a + (_InputIterator __first, _InputIterator __last, const allocator_type &__a) + + + + ~multiset + a06736.html + a72a588536018b49b756d0a7042dbca8f + ()=default + + + iterator + begin + a06736.html + ad12c2a19de2da96ee5d3f5011073e126 + () const noexcept + + + iterator + cbegin + a06736.html + a47de6fecee69e70e8e20f69e31774708 + () const noexcept + + + iterator + cend + a06736.html + aa61090fd58e3795f2f87e341b27c1469 + () const noexcept + + + void + clear + a06736.html + ace71f2e5ccf1cf04f7684fe40490f9d6 + () noexcept + + + reverse_iterator + crbegin + a06736.html + a367f51af8d4d16af56b3c669808a80e9 + () const noexcept + + + reverse_iterator + crend + a06736.html + a23f0dc41c6813e1628a1acf9c1966c8b + () const noexcept + + + iterator + emplace + a06736.html + a12431fd574451b7c1e677d09f6d2ef46 + (_Args &&... __args) + + + iterator + emplace_hint + a06736.html + a18406be2849c2b0f4786452e6bd860f5 + (const_iterator __pos, _Args &&... __args) + + + bool + empty + a06736.html + a5a7249221b9d058e801cb0d29dc8542a + () const noexcept + + + iterator + end + a06736.html + aff68f6029ff179bafdadc89212fe1ee0 + () const noexcept + + + _GLIBCXX_ABI_TAG_CXX11 iterator + erase + a06736.html + aa51df64436f0118f064c49d49c8138f4 + (const_iterator __position) + + + size_type + erase + a06736.html + ab9fe5fb5a5638e620268e30e640b104c + (const key_type &__x) + + + _GLIBCXX_ABI_TAG_CXX11 iterator + erase + a06736.html + a2fcf6dd3ed37a1bac19ba5e55239d77e + (const_iterator __first, const_iterator __last) + + + allocator_type + get_allocator + a06736.html + ab40d34e43d53af099a124798fdc3d2f4 + () const noexcept + + + iterator + insert + a06736.html + a6a95194c5c1aa0caf2d2f852def99bfc + (const value_type &__x) + + + iterator + insert + a06736.html + ad039dc1cb5c117a62ab8ff56fef14a22 + (const_iterator __position, const value_type &__x) + + + void + insert + a06736.html + a7229e1145054a27d23f88a185085f7ec + (_InputIterator __first, _InputIterator __last) + + + void + insert + a06736.html + a70689e1641f42b649d8237b0c6ba6592 + (initializer_list< value_type > __l) + + + key_compare + key_comp + a06736.html + ac4b6516f21a29e3621488503744b2d11 + () const + + + size_type + max_size + a06736.html + aec68936b69a9391df7ea268a7c44fb13 + () const noexcept + + + multiset & + operator= + a06736.html + a20d46cd310dd519085bca08a77ca0116 + (const multiset &)=default + + + multiset & + operator= + a06736.html + a572d0693c78910dc45ba3a5374066f7d + (multiset &&)=default + + + multiset & + operator= + a06736.html + a92ec8ff818ef21f8d170842d4732299c + (initializer_list< value_type > __l) + + + reverse_iterator + rbegin + a06736.html + a6b0cbc71ad54db5d009609ec077bc13f + () const noexcept + + + reverse_iterator + rend + a06736.html + a6ffe97a245a1f046e9b536c6d5511ac9 + () const noexcept + + + size_type + size + a06736.html + aa0d42b46c75769cbce93494ac80c8c34 + () const noexcept + + + void + swap + a06736.html + a42f6bb9c9951b84e1876e29cd3b4b607 + (multiset &__x) noexcept(/*conditional */) + + + value_compare + value_comp + a06736.html + a4bb5cd2cb86e5c9867122556be6f850a + () const + + + size_type + count + a06736.html + a9f81b59c35ee0ef55f8a49aa63c7ed66 + (const key_type &__x) const + + + auto + count + a06736.html + a4003ef6187ecbbdce62b861222c09802 + (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) + + + iterator + find + a06736.html + a88ae213f5272a4de1e360e1e69335d8b + (const key_type &__x) + + + const_iterator + find + a06736.html + ae1bc7a281212bde2b7b49e3a7589c0cc + (const key_type &__x) const + + + auto + find + a06736.html + ad558199cc94a4197f0623861bc955f1a + (const _Kt &__x) -> decltype(iterator + + + auto + find + a06736.html + ae3d52c5bfb2c4ae04923e6bd96a01ae7 + (const _Kt &__x) const -> decltype(const_iterator + + + iterator + lower_bound + a06736.html + ac76a54ed49d2633b97a71e940461def3 + (const key_type &__x) + + + const_iterator + lower_bound + a06736.html + aa1b1b9236aecf15614ac2f4659edd279 + (const key_type &__x) const + + + auto + lower_bound + a06736.html + ae1fcdebc244b6b7c006abcc3cb3c63d7 + (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) + + + auto + lower_bound + a06736.html + a9c254b02eb2bdec6f38b12170102b9fd + (const _Kt &__x) const -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) + + + iterator + upper_bound + a06736.html + ab58f3d8e73705b00b8e0323d43c32d34 + (const key_type &__x) + + + const_iterator + upper_bound + a06736.html + a6350cda1b237d8a34a63a1309c12ced3 + (const key_type &__x) const + + + auto + upper_bound + a06736.html + a860e4d18239957e13d509286aa2e466f + (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) + + + auto + upper_bound + a06736.html + a5477133d89691e608c82be49314cf0b2 + (const _Kt &__x) const -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) + + + std::pair< iterator, iterator > + equal_range + a06736.html + af02e09bba88000ac8487f66c9d5f0bdb + (const key_type &__x) + + + std::pair< const_iterator, const_iterator > + equal_range + a06736.html + aabff907f910392ba764de55f420727cf + (const key_type &__x) const + + + auto + equal_range + a06736.html + add69a9f99e1c6f68636c6c0c9cf57ef6 + (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) + + + auto + equal_range + a06736.html + ab6135bf8d9a5d292c335e2ca40cdf083 + (const _Kt &__x) const -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) + + + size_type + count + a06736.html + a9f81b59c35ee0ef55f8a49aa63c7ed66 + (const key_type &__x) const + + + auto + count + a06736.html + a4003ef6187ecbbdce62b861222c09802 + (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) + + + iterator + find + a06736.html + a88ae213f5272a4de1e360e1e69335d8b + (const key_type &__x) + + + const_iterator + find + a06736.html + ae1bc7a281212bde2b7b49e3a7589c0cc + (const key_type &__x) const + + + auto + find + a06736.html + ad558199cc94a4197f0623861bc955f1a + (const _Kt &__x) -> decltype(iterator + + + auto + find + a06736.html + ae3d52c5bfb2c4ae04923e6bd96a01ae7 + (const _Kt &__x) const -> decltype(const_iterator + + + iterator + lower_bound + a06736.html + ac76a54ed49d2633b97a71e940461def3 + (const key_type &__x) + + + const_iterator + lower_bound + a06736.html + aa1b1b9236aecf15614ac2f4659edd279 + (const key_type &__x) const + + + auto + lower_bound + a06736.html + ae1fcdebc244b6b7c006abcc3cb3c63d7 + (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) + + + auto + lower_bound + a06736.html + a9c254b02eb2bdec6f38b12170102b9fd + (const _Kt &__x) const -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) + + + iterator + upper_bound + a06736.html + ab58f3d8e73705b00b8e0323d43c32d34 + (const key_type &__x) + + + const_iterator + upper_bound + a06736.html + a6350cda1b237d8a34a63a1309c12ced3 + (const key_type &__x) const + + + auto + upper_bound + a06736.html + a860e4d18239957e13d509286aa2e466f + (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) + + + auto + upper_bound + a06736.html + a5477133d89691e608c82be49314cf0b2 + (const _Kt &__x) const -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) + + + std::pair< iterator, iterator > + equal_range + a06736.html + af02e09bba88000ac8487f66c9d5f0bdb + (const key_type &__x) + + + std::pair< const_iterator, const_iterator > + equal_range + a06736.html + aabff907f910392ba764de55f420727cf + (const key_type &__x) const + + + auto + equal_range + a06736.html + add69a9f99e1c6f68636c6c0c9cf57ef6 + (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) + + + auto + equal_range + a06736.html + ab6135bf8d9a5d292c335e2ca40cdf083 + (const _Kt &__x) const -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) + + + + std::mutex + a06240.html + + + std::negate + a06420.html + + unary_function< _Tp, _Tp > + + _Tp + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Tp + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + std::negate< void > + a06444.html + + + std::negative_binomial_distribution + a05520.html + _IntType + std::negative_binomial_distribution::param_type + + _IntType + result_type + a05520.html + aefbecfa1519e59a3f0937ec9eefe450e + + + + _IntType + k + a05520.html + af928f60c8659aada87d333e379afcd1d + () const + + + result_type + max + a05520.html + ab6d71a4f655a8dc7b6c15f86eed3c497 + () const + + + result_type + min + a05520.html + ab4c3074bd3f87187e7de81a5ece8522c + () const + + + result_type + operator() + a05520.html + a1c8275129594f6b1ac0830e2550698dd + (_UniformRandomNumberGenerator &__urng) + + + double + p + a05520.html + abb3aa564ac6719a607805597e9eb7493 + () const + + + param_type + param + a05520.html + af44b23f905d775ec72b31cf9e4012f2f + () const + + + void + param + a05520.html + aaa0499f09e9952646ce78e9c68c8d1d3 + (const param_type &__param) + + + void + reset + a05520.html + afb3d4cc6b63de72f9bbcf9f1f630f1d8 + () + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a05520.html + a57bcf7aaeecf810d2c7c6c3f0c9f4fbe + (std::basic_ostream< _CharT, _Traits > &__os, const std::negative_binomial_distribution< _IntType1 > &__x) + + + friend bool + operator== + a05520.html + ae83e101d008cf6d901327839147b59e8 + (const negative_binomial_distribution &__d1, const negative_binomial_distribution &__d2) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05520.html + a93bd5f1af62bc168064fa22619bc1604 + (std::basic_istream< _CharT, _Traits > &__is, std::negative_binomial_distribution< _IntType1 > &__x) + + + + std::negative_binomial_distribution::param_type + a05524.html + + + std::nested_exception + a05128.html + + + std::normal_distribution + a05440.html + _RealType + std::normal_distribution::param_type + + _RealType + result_type + a05440.html + ae45488abda3f5b20d944da2da5a70001 + + + + + normal_distribution + a05440.html + a658ac956ac7ba2337b60388d188d09cf + (result_type __mean=result_type(0), result_type __stddev=result_type(1)) + + + result_type + max + a05440.html + ae433f04f988a93f6e835d7cf7fbbde31 + () const + + + _RealType + mean + a05440.html + abcc6e9b8ff25f5d1e076cb5f51f42231 + () const + + + result_type + min + a05440.html + aa79e79b65edcb6f45dda08b3efdff9e8 + () const + + + result_type + operator() + a05440.html + ae67f6ec56c5564a3521d734d90f35501 + (_UniformRandomNumberGenerator &__urng) + + + result_type + operator() + a05440.html + a159f2f44c19a01c99cb937297d03604c + (_UniformRandomNumberGenerator &__urng, const param_type &__p) + + + param_type + param + a05440.html + a63085cf246a895f8b03ccb632d4fd0c7 + () const + + + void + param + a05440.html + a9e150060b4fd9ea4fef8f07d8b249944 + (const param_type &__param) + + + void + reset + a05440.html + a757217130ef7b0eb980500afc8bd865c + () + + + _RealType + stddev + a05440.html + a43aa93573bdffbacfde869b5a11bed31 + () const + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a05440.html + abdfecf8325ed9e856625871fee2c56a3 + (std::basic_ostream< _CharT, _Traits > &__os, const std::normal_distribution< _RealType1 > &__x) + + + friend bool + operator== + a05440.html + afaafdb22ede1508109622f89f50e213d + (const std::normal_distribution< _RealType1 > &__d1, const std::normal_distribution< _RealType1 > &__d2) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05440.html + ac440bfeab944ac2efe370a05088ed47c + (std::basic_istream< _CharT, _Traits > &__is, std::normal_distribution< _RealType1 > &__x) + + + + std::normal_distribution::param_type + a05444.html + + + std::not_equal_to + a06452.html + + binary_function< _Tp, _Tp, bool > + + _Tp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::not_equal_to< void > + a06476.html + + + std::num_get + a05032.html + + + std::locale::facet + + _CharT + char_type + a05032.html + a9a9a6afdb462d204cdc547b21a9ab994 + + + + _InIter + iter_type + a05032.html + a54c3ce0bfdb7fb56c3ffe09b355fdefb + + + + + num_get + a05032.html + a074eb427906209a5fbfa7f069ede6b6b + (size_t __refs=0) + + + iter_type + get + a05032.html + a8d3f92f251568cbb953ca8fd180aebfa + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, bool &__v) const + + + iter_type + get + a05032.html + ae1c350b023ef9b857b1a0329a1e26c73 + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, void *&__v) const + + + iter_type + get + a05032.html + ace108d546731c43b4dc732b868de27f2 + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, long &__v) const + + + iter_type + get + a05032.html + a43aa504bdf16eb4c56a51931e9bcf14a + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned short &__v) const + + + iter_type + get + a05032.html + aadd2b7d1654a53f63e43268cfa4fdc81 + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned int &__v) const + + + iter_type + get + a05032.html + a38433beee9dfd9df837b3a3958217f3d + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long &__v) const + + + iter_type + get + a05032.html + abb9cbb2f27d46bff07f489b1f9131510 + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, long long &__v) const + + + iter_type + get + a05032.html + a74265a0f1a9d00a82a34c6f81845257b + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long long &__v) const + + + iter_type + get + a05032.html + ae5066dd2d56bc7bb5087c076bb8f2cf7 + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, float &__v) const + + + iter_type + get + a05032.html + a07daf51c33fc6a3fe3fb91a6dc4c2124 + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, double &__v) const + + + iter_type + get + a05032.html + a334826165564d5cf68216f196271c18f + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, long double &__v) const + + + static locale::id + id + a05032.html + a9ba35915bc52e34ce33274bc6c4b3df0 + + + + virtual + ~num_get + a05032.html + a711d33666fddd49e7ec6d2cb7db17927 + () + + + virtual iter_type + do_get + a05032.html + aee1742c1c979514fe11b7b1b6595e7ab + (iter_type, iter_type, ios_base &, ios_base::iostate &, bool &) const + + + virtual iter_type + do_get + a05032.html + a03a67001904c1f1d5d4c34a958dedbbd + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, long &__v) const + + + virtual iter_type + do_get + a05032.html + a550d079dcba1f4140f26db766e3ae531 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned short &__v) const + + + virtual iter_type + do_get + a05032.html + ac931765bfbbd5ba933fcb21d1bf22e7c + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned int &__v) const + + + virtual iter_type + do_get + a05032.html + a32976dd0309c30b4fa592e2d13f0cb5a + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long &__v) const + + + virtual iter_type + do_get + a05032.html + a1d6a1d6af2dac3a1dde25e8ae1e72477 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, long long &__v) const + + + virtual iter_type + do_get + a05032.html + a2b977609d4f92c8e1899dd4d76125c4f + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long long &__v) const + + + virtual iter_type + do_get + a05032.html + abf3067e994fdf54ade5222e6f13cebcc + (iter_type, iter_type, ios_base &, ios_base::iostate &, float &) const + + + virtual iter_type + do_get + a05032.html + a33556676f96535fa908ce805e35fda5b + (iter_type, iter_type, ios_base &, ios_base::iostate &, double &) const + + + virtual iter_type + do_get + a05032.html + adb04cb4c74797b0ef75038154d39f726 + (iter_type, iter_type, ios_base &, ios_base::iostate &, long double &) const + + + virtual iter_type + do_get + a05032.html + a30ca40af9407da445582b1a67c41db80 + (iter_type, iter_type, ios_base &, ios_base::iostate &, void *&) const + + + _CharT + char_type + a05032.html + a9a9a6afdb462d204cdc547b21a9ab994 + + + + _InIter + iter_type + a05032.html + a54c3ce0bfdb7fb56c3ffe09b355fdefb + + + + iter_type + get + a05032.html + ace108d546731c43b4dc732b868de27f2 + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, long &__v) const + + + iter_type + get + a05032.html + a43aa504bdf16eb4c56a51931e9bcf14a + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned short &__v) const + + + iter_type + get + a05032.html + aadd2b7d1654a53f63e43268cfa4fdc81 + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned int &__v) const + + + iter_type + get + a05032.html + a38433beee9dfd9df837b3a3958217f3d + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long &__v) const + + + iter_type + get + a05032.html + abb9cbb2f27d46bff07f489b1f9131510 + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, long long &__v) const + + + iter_type + get + a05032.html + a74265a0f1a9d00a82a34c6f81845257b + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long long &__v) const + + + iter_type + get + a05032.html + ae5066dd2d56bc7bb5087c076bb8f2cf7 + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, float &__v) const + + + iter_type + get + a05032.html + a07daf51c33fc6a3fe3fb91a6dc4c2124 + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, double &__v) const + + + iter_type + get + a05032.html + a334826165564d5cf68216f196271c18f + (iter_type __in, iter_type __end, ios_base &__io, ios_base::iostate &__err, long double &__v) const + + + virtual iter_type + do_get + a05032.html + aee1742c1c979514fe11b7b1b6595e7ab + (iter_type, iter_type, ios_base &, ios_base::iostate &, bool &) const + + + virtual iter_type + do_get + a05032.html + a03a67001904c1f1d5d4c34a958dedbbd + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, long &__v) const + + + virtual iter_type + do_get + a05032.html + a550d079dcba1f4140f26db766e3ae531 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned short &__v) const + + + virtual iter_type + do_get + a05032.html + ac931765bfbbd5ba933fcb21d1bf22e7c + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned int &__v) const + + + virtual iter_type + do_get + a05032.html + a32976dd0309c30b4fa592e2d13f0cb5a + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long &__v) const + + + virtual iter_type + do_get + a05032.html + a1d6a1d6af2dac3a1dde25e8ae1e72477 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, long long &__v) const + + + virtual iter_type + do_get + a05032.html + a2b977609d4f92c8e1899dd4d76125c4f + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, unsigned long long &__v) const + + + virtual iter_type + do_get + a05032.html + abf3067e994fdf54ade5222e6f13cebcc + (iter_type, iter_type, ios_base &, ios_base::iostate &, float &) const + + + virtual iter_type + do_get + a05032.html + a33556676f96535fa908ce805e35fda5b + (iter_type, iter_type, ios_base &, ios_base::iostate &, double &) const + + + virtual iter_type + do_get + a05032.html + adb04cb4c74797b0ef75038154d39f726 + (iter_type, iter_type, ios_base &, ios_base::iostate &, long double &) const + + + virtual iter_type + do_get + a05032.html + a30ca40af9407da445582b1a67c41db80 + (iter_type, iter_type, ios_base &, ios_base::iostate &, void *&) const + + + + std::num_put + a05036.html + + + std::locale::facet + + _CharT + char_type + a05036.html + ac0c51d4b707accaf08a924ea1e298ed9 + + + + _OutIter + iter_type + a05036.html + ad2381689c28b46237f7615e0de6028fa + + + + + num_put + a05036.html + a8c248a63cf9ad3dcf26f93f1b1b75d9c + (size_t __refs=0) + + + iter_type + put + a05036.html + aee69742de1a8e31ec291c3d9ed8b6779 + (iter_type __s, ios_base &__io, char_type __fill, bool __v) const + + + iter_type + put + a05036.html + ac2219285def97823139415bcacd89e42 + (iter_type __s, ios_base &__io, char_type __fill, const void *__v) const + + + iter_type + put + a05036.html + a979896c98edc3a6fa116c277148622fb + (iter_type __s, ios_base &__io, char_type __fill, long __v) const + + + iter_type + put + a05036.html + a1f76c7a2ddb936ac6a46cafb7e482f91 + (iter_type __s, ios_base &__io, char_type __fill, unsigned long __v) const + + + iter_type + put + a05036.html + a4e520179f48db1bcd852066ce86f2b7d + (iter_type __s, ios_base &__io, char_type __fill, long long __v) const + + + iter_type + put + a05036.html + ad5858234a5d78c697063ba8190452d61 + (iter_type __s, ios_base &__io, char_type __fill, unsigned long long __v) const + + + iter_type + put + a05036.html + ae18fddb4a48878fe0a58abe4d7b0aca7 + (iter_type __s, ios_base &__io, char_type __fill, double __v) const + + + iter_type + put + a05036.html + a3c956b3279105a66090bdc73dd340a4b + (iter_type __s, ios_base &__io, char_type __fill, long double __v) const + + + static locale::id + id + a05036.html + acabca6247d4f37a6a82e556da559ebdf + + + + virtual + ~num_put + a05036.html + ac4607a4c6e5d89abc38594b47c3aa9dc + () + + + virtual iter_type + do_put + a05036.html + a751c0d4e60210056dc7e8ea6f3bbd405 + (iter_type __s, ios_base &__io, char_type __fill, bool __v) const + + + virtual iter_type + do_put + a05036.html + a7d1915d312132bf998bdf29b6969afe7 + (iter_type __s, ios_base &__io, char_type __fill, long __v) const + + + virtual iter_type + do_put + a05036.html + a075dbdca32501d714e181253cb4614b1 + (iter_type __s, ios_base &__io, char_type __fill, unsigned long __v) const + + + virtual iter_type + do_put + a05036.html + adb43c423d095bd32b806c4e44fd63cfb + (iter_type __s, ios_base &__io, char_type __fill, long long __v) const + + + virtual iter_type + do_put + a05036.html + aba459b0ab5eb2763880fd3897607ac74 + (iter_type __s, ios_base &__io, char_type __fill, unsigned long long __v) const + + + virtual iter_type + do_put + a05036.html + a15bcd2e90efb4755b2f3d2b900773f8e + (iter_type, ios_base &, char_type, double) const + + + virtual iter_type + do_put + a05036.html + a80c7eac50b4f62c5300c437ef7c31ac6 + (iter_type, ios_base &, char_type, long double) const + + + virtual iter_type + do_put + a05036.html + a2448fac36fa28f3a8af076b66ce70db1 + (iter_type, ios_base &, char_type, const void *) const + + + _CharT + char_type + a05036.html + ac0c51d4b707accaf08a924ea1e298ed9 + + + + _OutIter + iter_type + a05036.html + ad2381689c28b46237f7615e0de6028fa + + + + iter_type + put + a05036.html + a979896c98edc3a6fa116c277148622fb + (iter_type __s, ios_base &__io, char_type __fill, long __v) const + + + iter_type + put + a05036.html + a1f76c7a2ddb936ac6a46cafb7e482f91 + (iter_type __s, ios_base &__io, char_type __fill, unsigned long __v) const + + + iter_type + put + a05036.html + a4e520179f48db1bcd852066ce86f2b7d + (iter_type __s, ios_base &__io, char_type __fill, long long __v) const + + + iter_type + put + a05036.html + ad5858234a5d78c697063ba8190452d61 + (iter_type __s, ios_base &__io, char_type __fill, unsigned long long __v) const + + + iter_type + put + a05036.html + ae18fddb4a48878fe0a58abe4d7b0aca7 + (iter_type __s, ios_base &__io, char_type __fill, double __v) const + + + iter_type + put + a05036.html + a3c956b3279105a66090bdc73dd340a4b + (iter_type __s, ios_base &__io, char_type __fill, long double __v) const + + + virtual iter_type + do_put + a05036.html + a751c0d4e60210056dc7e8ea6f3bbd405 + (iter_type __s, ios_base &__io, char_type __fill, bool __v) const + + + virtual iter_type + do_put + a05036.html + a7d1915d312132bf998bdf29b6969afe7 + (iter_type __s, ios_base &__io, char_type __fill, long __v) const + + + virtual iter_type + do_put + a05036.html + a075dbdca32501d714e181253cb4614b1 + (iter_type __s, ios_base &__io, char_type __fill, unsigned long __v) const + + + virtual iter_type + do_put + a05036.html + adb43c423d095bd32b806c4e44fd63cfb + (iter_type __s, ios_base &__io, char_type __fill, long long __v) const + + + virtual iter_type + do_put + a05036.html + aba459b0ab5eb2763880fd3897607ac74 + (iter_type __s, ios_base &__io, char_type __fill, unsigned long long __v) const + + + virtual iter_type + do_put + a05036.html + a15bcd2e90efb4755b2f3d2b900773f8e + (iter_type, ios_base &, char_type, double) const + + + virtual iter_type + do_put + a05036.html + a80c7eac50b4f62c5300c437ef7c31ac6 + (iter_type, ios_base &, char_type, long double) const + + + virtual iter_type + do_put + a05036.html + a2448fac36fa28f3a8af076b66ce70db1 + (iter_type, ios_base &, char_type, const void *) const + + + + std::numeric_limits + a02636.html + + std::__numeric_limits_base + + static constexpr _Tp + denorm_min + a02636.html + ab1f0b8ed143b9669ed2552db8dc84948 + () noexcept + + + static constexpr _Tp + epsilon + a02636.html + a36c481134680c7d422edde6d75346b96 + () noexcept + + + static constexpr _Tp + infinity + a02636.html + ae18eb0704a24559eee8bec962285bef2 + () noexcept + + + static constexpr _Tp + lowest + a02636.html + aa2bb95f67b879e81fcc80383023eeeb7 + () noexcept + + + static constexpr _Tp + max + a02636.html + a27b481b529885d1b1b714c7fe69a1945 + () noexcept + + + static constexpr _Tp + min + a02636.html + aae25581f91ebab83161d2da3fe0cdb9d + () noexcept + + + static constexpr _Tp + quiet_NaN + a02636.html + a4a252b113edcbac0881a4ff30d94b1e1 + () noexcept + + + static constexpr _Tp + round_error + a02636.html + ae76ce654a6257e29da21c7eba1ad5142 + () noexcept + + + static constexpr _Tp + signaling_NaN + a02636.html + aeaa1c3844ce0a450c06cc2f81e1cf4eb + () noexcept + + + static constexpr int + digits + a02632.html + a6e3cb3ba2f8a6742d4759b989e5e3fed + + + + static constexpr int + digits10 + a02632.html + acc2df72b67282d8ad4ca54cbb4826475 + + + + static constexpr float_denorm_style + has_denorm + a02632.html + afc9f9982a8b1c62c901eccdb07fcb5d9 + + + + static constexpr bool + has_denorm_loss + a02632.html + a73f0cc2531cddced5d6e83310f7889f8 + + + + static constexpr bool + has_infinity + a02632.html + af40ebac2e757c3a671a25493ca2ef1e7 + + + + static constexpr bool + has_quiet_NaN + a02632.html + a0a8471dcf6287585eae04a539926c324 + + + + static constexpr bool + has_signaling_NaN + a02632.html + ab9e32618933910efd38857f2b4c112f9 + + + + static constexpr bool + is_bounded + a02632.html + a73d31de0788cee8f432f0a9075e97a76 + + + + static constexpr bool + is_exact + a02632.html + a81640a55cbeb9fccfbedd74ce954a439 + + + + static constexpr bool + is_iec559 + a02632.html + a76fdc688c82a37689f4920a9776fc593 + + + + static constexpr bool + is_integer + a02632.html + a1080a407fe101570ab1a619fe8071396 + + + + static constexpr bool + is_modulo + a02632.html + a05f7c8b3b2be44d621e3fd1f0e738461 + + + + static constexpr bool + is_signed + a02632.html + ac9fad027d1b91ec445d58e5036e8ea0b + + + + static constexpr bool + is_specialized + a02632.html + ac5f6c4f5343b7060e87d95c2ddb406eb + + + + static constexpr int + max_digits10 + a02632.html + a1c62958a09eb69aba2a03a6e03b1574f + + + + static constexpr int + max_exponent + a02632.html + ac68694be9c73ac6e36c3fe2ab1f18da4 + + + + static constexpr int + max_exponent10 + a02632.html + afa984ea44c90b032e00779a960af64ff + + + + static constexpr int + min_exponent + a02632.html + a2552b13ee696d6a61a0a037fef1dc1e0 + + + + static constexpr int + min_exponent10 + a02632.html + ad10027037371bb1138225df2876d5e6c + + + + static constexpr int + radix + a02632.html + af69d3e469fe6b7e0de143494703ab04a + + + + static constexpr float_round_style + round_style + a02632.html + ae94127c8af226c7ebe44e9b39b80813b + + + + static constexpr bool + tinyness_before + a02632.html + ad43f706bb453627342a50e9891ae8027 + + + + static constexpr bool + traps + a02632.html + aada3546b2e0b32ecaef18c00e2b0dcfd + + + + + std::numeric_limits< bool > + a02652.html + + + std::numeric_limits< char > + a02656.html + + + std::numeric_limits< char16_t > + a02672.html + + + std::numeric_limits< char32_t > + a02676.html + + + std::numeric_limits< double > + a02716.html + + + std::numeric_limits< float > + a02712.html + + + std::numeric_limits< int > + a02688.html + + + std::numeric_limits< long > + a02696.html + + + std::numeric_limits< long double > + a02720.html + + + std::numeric_limits< long long > + a02704.html + + + std::numeric_limits< short > + a02680.html + + + std::numeric_limits< signed char > + a02660.html + + + std::numeric_limits< unsigned char > + a02664.html + + + std::numeric_limits< unsigned int > + a02692.html + + + std::numeric_limits< unsigned long > + a02700.html + + + std::numeric_limits< unsigned long long > + a02708.html + + + std::numeric_limits< unsigned short > + a02684.html + + + std::numeric_limits< wchar_t > + a02668.html + + + std::numpunct + a05024.html + + std::locale::facet + + _CharT + char_type + a05024.html + a5f66a8c8a32a72ea0647e8d7cca7336f + + + + basic_string< _CharT > + string_type + a05024.html + a12e88768d524b9673b122e1a7665abc2 + + + + + numpunct + a05024.html + ab735f1fdfc597150f2cb2619735d75bb + (size_t __refs=0) + + + + numpunct + a05024.html + a14c5c77559d8e42b3bf279f9508232db + (__cache_type *__cache, size_t __refs=0) + + + + numpunct + a05024.html + aea7df1e8fe9c7bd9969e92c5efd2e3e0 + (__c_locale __cloc, size_t __refs=0) + + + char_type + decimal_point + a05024.html + a77a3bcc91f7435d9a38705d681fc9189 + () const + + + string_type + falsename + a05024.html + a10a0ca2816e977ddc5cb313e900e8848 + () const + + + string + grouping + a05024.html + ac3aec48be2ff86c8db10c16755c98150 + () const + + + char_type + thousands_sep + a05024.html + a7d048bb8f665b15327ad467442367219 + () const + + + string_type + truename + a05024.html + a226b1f5216eec8172bf4b71bede27a74 + () const + + + static locale::id + id + a05024.html + aa1b5fb7db7f26982b786d4c03fea1367 + + + + virtual + ~numpunct + a05024.html + a33831903059b8ea27f47a07706f80604 + () + + + virtual char_type + do_decimal_point + a05024.html + a760cc3ce936f6446b894cbe913948067 + () const + + + virtual string_type + do_falsename + a05024.html + aab0f0fa60cb43be85a93bad38bee99e4 + () const + + + virtual string + do_grouping + a05024.html + aa122f3820012ca748285e9e9f1559d12 + () const + + + virtual char_type + do_thousands_sep + a05024.html + aca44112e2524a51069b7bd674723b36e + () const + + + virtual string_type + do_truename + a05024.html + ae560023d22e2e9c686f97f87b397c07d + () const + + + _CharT + char_type + a05024.html + a5f66a8c8a32a72ea0647e8d7cca7336f + + + + basic_string< _CharT > + string_type + a05024.html + a12e88768d524b9673b122e1a7665abc2 + + + + + std::numpunct_byname + a05028.html + + std::numpunct + + char_type + decimal_point + a05024.html + a77a3bcc91f7435d9a38705d681fc9189 + () const + + + string_type + falsename + a05024.html + a10a0ca2816e977ddc5cb313e900e8848 + () const + + + string + grouping + a05024.html + ac3aec48be2ff86c8db10c16755c98150 + () const + + + char_type + thousands_sep + a05024.html + a7d048bb8f665b15327ad467442367219 + () const + + + string_type + truename + a05024.html + a226b1f5216eec8172bf4b71bede27a74 + () const + + + static locale::id + id + a05024.html + aa1b5fb7db7f26982b786d4c03fea1367 + + + + virtual char_type + do_decimal_point + a05024.html + a760cc3ce936f6446b894cbe913948067 + () const + + + virtual string_type + do_falsename + a05024.html + aab0f0fa60cb43be85a93bad38bee99e4 + () const + + + virtual string + do_grouping + a05024.html + aa122f3820012ca748285e9e9f1559d12 + () const + + + virtual char_type + do_thousands_sep + a05024.html + aca44112e2524a51069b7bd674723b36e + () const + + + virtual string_type + do_truename + a05024.html + ae560023d22e2e9c686f97f87b397c07d + () const + + + + std::once_flag + a02752.html + + constexpr + once_flag + a02752.html + a78b964b5391b5aa7da309eb3d8b88178 + () noexcept=default + + + + once_flag + a02752.html + a60da2be389d0324a5210bd778a522af8 + (const once_flag &)=delete + + + once_flag & + operator= + a02752.html + adbefc6681906783e9e20249895a98082 + (const once_flag &)=delete + + + friend void + call_once + a02752.html + a50268ad23026fe8b50904bb17b39afec + (once_flag &__once, _Callable &&__f, _Args &&... __args) + + + + std::ostream_iterator + a06924.html + + + + iterator< output_iterator_tag, void, void, void, void > + + void + difference_type + a06672.html + a7fc5091a6bee76d7bfc6ece04e4050f9 + + + + output_iterator_tag + iterator_category + a06672.html + a3d32527bfebba5c0459df1390cef50a9 + + + + void + pointer + a06672.html + a69bffe0bd881194df5ff48fec79066de + + + + void + reference + a06672.html + abb17838f15d32971ad823036c6593aef + + + + void + value_type + a06672.html + af9f36b7adb257959eef192b9282f1284 + + + + _CharT + char_type + a06924.html + a2e939ab7767bb87e13402127b3b0c841 + + + + _Traits + traits_type + a06924.html + a5074fdcc3b49fe7a05c5689d04ab1033 + + + + basic_ostream< _CharT, _Traits > + ostream_type + a06924.html + aa8e002bf7b5552b4b9117198b99050ab + + + + + ostream_iterator + a06924.html + a43b5a82905d5237921fc78c44455950a + (ostream_type &__s) + + + + ostream_iterator + a06924.html + afa776b7965fc2d27f9281944542be2d8 + (ostream_type &__s, const _CharT *__c) + + + + ostream_iterator + a06924.html + a6f93dbe2e9972260dd0ab4b869967e26 + (const ostream_iterator &__obj) + + + ostream_iterator & + operator= + a06924.html + a3c5547f8d577192a0c4672ef08a1b166 + (const _Tp &__value) + + + _CharT + char_type + a06924.html + a2e939ab7767bb87e13402127b3b0c841 + + + + _Traits + traits_type + a06924.html + a5074fdcc3b49fe7a05c5689d04ab1033 + + + + basic_ostream< _CharT, _Traits > + ostream_type + a06924.html + aa8e002bf7b5552b4b9117198b99050ab + + + + + std::ostreambuf_iterator + a02604.html + _CharT + _Traits + iterator< output_iterator_tag, void, void, void, void > + + void + difference_type + a06672.html + a7fc5091a6bee76d7bfc6ece04e4050f9 + + + + output_iterator_tag + iterator_category + a06672.html + a3d32527bfebba5c0459df1390cef50a9 + + + + void + pointer + a06672.html + a69bffe0bd881194df5ff48fec79066de + + + + void + reference + a06672.html + abb17838f15d32971ad823036c6593aef + + + + void + value_type + a06672.html + af9f36b7adb257959eef192b9282f1284 + + + + _CharT + char_type + a02604.html + ae17f1065063411a135cbbaea9430b4a1 + + + + _Traits + traits_type + a02604.html + a298c8f26e6abe6243ca62e48f96e8c30 + + + + basic_streambuf< _CharT, _Traits > + streambuf_type + a02604.html + ab758ea69e2618c0f53825685999de776 + + + + basic_ostream< _CharT, _Traits > + ostream_type + a02604.html + ab1268dc45f0682f612da8e1c6fd7b0ac + + + + + ostreambuf_iterator + a02604.html + ac9080f23edb16ede8dc2e24e84f75207 + (ostream_type &__s) noexcept + + + + ostreambuf_iterator + a02604.html + aef4876e87478fee9493302260f2c1b36 + (streambuf_type *__s) noexcept + + + bool + failed + a02604.html + a25e3c6c287e9ef06fb6412d1f93aaf27 + () const noexcept + + + ostreambuf_iterator & + operator* + a02604.html + a179357ce2cd1d4a53d9c0e5efb65e4df + () + + + ostreambuf_iterator & + operator++ + a02604.html + ad925d614752b837a7147d44d322a6aad + (int) + + + ostreambuf_iterator & + operator++ + a02604.html + a0e9d282823cd7811717ad6bd890f8626 + () + + + ostreambuf_iterator & + operator= + a02604.html + abcdedbb3c0f65a77d78cd15466ec7c73 + (_CharT __c) + + + _CharT + char_type + a02604.html + ae17f1065063411a135cbbaea9430b4a1 + + + + _Traits + traits_type + a02604.html + a298c8f26e6abe6243ca62e48f96e8c30 + + + + basic_streambuf< _CharT, _Traits > + streambuf_type + a02604.html + ab758ea69e2618c0f53825685999de776 + + + + basic_ostream< _CharT, _Traits > + ostream_type + a02604.html + ab1268dc45f0682f612da8e1c6fd7b0ac + + + + + std::out_of_range + a02916.html + std::logic_error + + virtual const char * + what + a02900.html + ae8b3821398a8d041bbfdf2c44c972569 + () const _GLIBCXX_TXN_SAFE_DYN noexcept + + + + std::output_iterator_tag + a06656.html + + + std::overflow_error + a02928.html + std::runtime_error + + virtual const char * + what + a02920.html + a261a33056182b4b5f047e7061d716380 + () const _GLIBCXX_TXN_SAFE_DYN noexcept + + + + std::owner_less + a05948.html + + + + std::owner_less< shared_ptr< _Tp > > + a05956.html + + + _Tp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::owner_less< void > + a05952.html + + _Tp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::owner_less< weak_ptr< _Tp > > + a05960.html + + + _Tp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + bool + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::packaged_task< _Res(_ArgTypes...)> + a02512.html + + _ArgTypes + + + std::pair + a06756.html + _T1 + _T2 + + _PCC<!is_same< _T1, _U1 >::value||!is_same< _T2, _U2 >::value, _T1, _T2 > + _PCCFP + a06756.html + a685ed9e4eb27e5926029813616218270 + + + + _PCC< true, _T1, _T2 > + _PCCP + a06756.html + a1f43fbe0731e417b35a98d52ac6b8287 + + + + _T2 + second_type + a06756.html + a6d205c1eab800cb27d82060d11d531a3 + + + + constexpr + pair + a06756.html + a6929daaffd0e81a977ee4a694ead8403 + () + + + _T1 + first + a06756.html + a198b03cffc037835dc1dc01c926ce251 + + + + _T2 + second + a06756.html + a91179413226db12e66346d3673b7835f + + + + + std::piecewise_constant_distribution + a05568.html + _RealType + std::piecewise_constant_distribution::param_type + + _RealType + result_type + a05568.html + abb3387fe0627c23604e72a4b8e43c0f8 + + + + std::vector< double > + densities + a05568.html + a0269fcd857f0706a223f87155a3ff725 + () const + + + std::vector< _RealType > + intervals + a05568.html + acfc8ae5b0585354104c28233a1fad259 + () const + + + result_type + max + a05568.html + a343aaa0cdc636a60b6e224055d9df438 + () const + + + result_type + min + a05568.html + a1d4e28300518616fef3f4b93a3d1d10d + () const + + + result_type + operator() + a05568.html + a9cd86c19e7864fe4f6e7fec1965210e9 + (_UniformRandomNumberGenerator &__urng) + + + param_type + param + a05568.html + a6f56727fdb4b5b527bf40f2c314864d8 + () const + + + void + param + a05568.html + a0d1ca073930f46f31b1508711ea230c8 + (const param_type &__param) + + + void + reset + a05568.html + a4ce6dad62329546bb55d810817c332b2 + () + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a05568.html + a21261460e85c8e44b5e16af905d5340e + (std::basic_ostream< _CharT, _Traits > &__os, const std::piecewise_constant_distribution< _RealType1 > &__x) + + + friend bool + operator== + a05568.html + a8f919cbe6f2774eb3102708b0590c706 + (const piecewise_constant_distribution &__d1, const piecewise_constant_distribution &__d2) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05568.html + aa000eee610a97f1fc2c8a45e44d67c71 + (std::basic_istream< _CharT, _Traits > &__is, std::piecewise_constant_distribution< _RealType1 > &__x) + + + + std::piecewise_constant_distribution::param_type + a05572.html + + + std::piecewise_construct_t + a06740.html + + + std::piecewise_linear_distribution + a05576.html + _RealType + std::piecewise_linear_distribution::param_type + + _RealType + result_type + a05576.html + a3309d6988aede07e6360be89e5dc3f46 + + + + std::vector< double > + densities + a05576.html + ae5a24184d9ada6b028d1bdc5555f5dbb + () const + + + std::vector< _RealType > + intervals + a05576.html + aaf12335330484efaa86125c3ea3819c4 + () const + + + result_type + max + a05576.html + a469645104ba3c002ed9ca944110dfe2a + () const + + + result_type + min + a05576.html + adaf7520277cc879942d011de156dc184 + () const + + + result_type + operator() + a05576.html + a3853eb2d024be1171d980339eefb0470 + (_UniformRandomNumberGenerator &__urng) + + + param_type + param + a05576.html + a790278cbfca48c97ba9a018deb24f208 + () const + + + void + param + a05576.html + abda82e975655fec753ac6a3639d6a6f8 + (const param_type &__param) + + + void + reset + a05576.html + a8fe3e119433b9e32abad358259e295cc + () + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a05576.html + aafa2a9199eaba83988659ff880994af5 + (std::basic_ostream< _CharT, _Traits > &__os, const std::piecewise_linear_distribution< _RealType1 > &__x) + + + friend bool + operator== + a05576.html + aaecc7ad95a1725574e6beae781d34127 + (const piecewise_linear_distribution &__d1, const piecewise_linear_distribution &__d2) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05576.html + af90a22b42c0c9a7458f57e07738e2a18 + (std::basic_istream< _CharT, _Traits > &__is, std::piecewise_linear_distribution< _RealType1 > &__x) + + + + std::piecewise_linear_distribution::param_type + a05580.html + + + std::plus + a06400.html + + binary_function< _Tp, _Tp, _Tp > + + _Tp + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Tp + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Tp + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::pointer_to_binary_function + a06564.html + + + + std::binary_function + + _Arg1 + first_argument_type + a06396.html + ad907337549df2e1a3c3dbca8e0693dba + + + + _Result + result_type + a06396.html + a5fe0082d5851e1be6383ad8d8493264e + + + + _Arg2 + second_argument_type + a06396.html + aae0f69fe498930627177ff1f06d0ef9f + + + + + std::pointer_to_unary_function + a06560.html + + + std::unary_function + + _Arg + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Result + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + std::pointer_traits + a05380.html + _Ptr + + __detected_or_t< ptrdiff_t, __difference_type, _Ptr > + difference_type + a05380.html + aae92f86267e7a5f41c435f4f28eecbdb + + + + __detected_or_t< __get_first_arg_t< _Ptr >, __element_type, _Ptr > + element_type + a05380.html + a2952524002a6723ff9bec4c5dbee8367 + + + + _Ptr + pointer + a05380.html + a7f43cc1c2c600c67cef1972c4618b357 + + + + typename __rebind< _Ptr, _Up >::type + rebind + a05380.html + a623750ac65e5d54fc26075bc69af6081 + + + + + std::pointer_traits< _Tp * > + a05392.html + + + ptrdiff_t + difference_type + a05392.html + a795f872c4242cf5a82add01ec8a295ed + + + + _Tp + element_type + a05392.html + ac702e82a55f07abb4e8992a4c9c3d5c1 + + + + _Tp * + pointer + a05392.html + a662e7c9fa1e9ba89bee4545c22aa3e5e + + + + static pointer + pointer_to + a05392.html + a7b4ae57aa08b72aa313e1356a3e3284f + (__make_not_void< element_type > &__r) noexcept + + + + std::poisson_distribution + a05528.html + _IntType + std::poisson_distribution::param_type + + _IntType + result_type + a05528.html + a4c3d7ee8432d89d43749cb2c0aa7a588 + + + + result_type + max + a05528.html + aaba081a4614ee3ff72039cae6a476267 + () const + + + double + mean + a05528.html + a92604e5687496c6efcc7148840fb478c + () const + + + result_type + min + a05528.html + afb49039795f3c63e256f6b4d2cfab433 + () const + + + result_type + operator() + a05528.html + a4ca984da5920a260845933c37d20cc2e + (_UniformRandomNumberGenerator &__urng) + + + result_type + operator() + a05528.html + a09b00c6571fa3099f12918955723f41d + (_UniformRandomNumberGenerator &__urng, const param_type &__p) + + + param_type + param + a05528.html + ad2d0adb28e17e439f2940bf737aaeb50 + () const + + + void + param + a05528.html + ac0233f87c798faa09a5cbeb91969bd8c + (const param_type &__param) + + + void + reset + a05528.html + a22ecafd7d767621e777f6e8e556ff453 + () + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a05528.html + a9264a0eb6efd5ac01a57ed452e6f6d9a + (std::basic_ostream< _CharT, _Traits > &__os, const std::poisson_distribution< _IntType1 > &__x) + + + friend bool + operator== + a05528.html + a97a69ac6a7f5db9c986887cac931ce85 + (const poisson_distribution &__d1, const poisson_distribution &__d2) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05528.html + ada1ead00f77a845a7dad6a50e38abe2e + (std::basic_istream< _CharT, _Traits > &__is, std::poisson_distribution< _IntType1 > &__x) + + + + std::poisson_distribution::param_type + a05532.html + + + std::priority_queue + a06768.html + _Tp + _Sequence + _Compare + + + priority_queue + a06768.html + ad9ef96e9ae20769410ce372f0f7c4f42 + () + + + + priority_queue + a06768.html + a83695f69303684e73b764c27d2da64d4 + (_InputIterator __first, _InputIterator __last, const _Compare &__x, const _Sequence &__s) + + + bool + empty + a06768.html + a4a1c1fe5e71410e31f9af1467b7c3472 + () const + + + void + pop + a06768.html + a935091a0132d887f9d3f87686c5598ac + () + + + void + push + a06768.html + acf5286a0e5aa7354459ca1553ba54688 + (const value_type &__x) + + + size_type + size + a06768.html + a22575e222bea1d4bdd5e978b2d6c3b04 + () const + + + const_reference + top + a06768.html + abaedbd99739eef4ac53eefb478eb3900 + () const + + + + std::promise + a02360.html + _Res + + + std::promise< _Res & > + a02480.html + + + + std::promise< void > + a02484.html + + + std::queue + a06760.html + _Tp + _Sequence + + + queue + a06760.html + abdaacb8e25703a65fc79cbfa5fe6934b + () + + + reference + back + a06760.html + afa9dca2075a73287acdad8800e9ad39d + () + + + const_reference + back + a06760.html + aa23dca99a4610fac87488f73839c274b + () const + + + bool + empty + a06760.html + aeb2e07fc0b0b0e028954bc560663a9a8 + () const + + + reference + front + a06760.html + a4a2ec140f75225a04b64572f4b914331 + () + + + const_reference + front + a06760.html + ac18027278a15d097de21b0bca5bcce40 + () const + + + void + pop + a06760.html + ab918d7f862088e93a884cffae6dd9058 + () + + + void + push + a06760.html + a18c27834d93d4d897d92f4fa6f910edf + (const value_type &__x) + + + size_type + size + a06760.html + a39a435e44d6ff36f98f21dc45a2ac7f0 + () const + + + _Sequence + c + a06760.html + a33f73620226c2827824851c0c935b28b + + + + + std::random_access_iterator_tag + a06668.html + std::bidirectional_iterator_tag + + + std::random_device + a05424.html + + unsigned int + result_type + a05424.html + a26ac3786bd3a188268ded69f800c9dd1 + + + + + std::range_error + a02924.html + std::runtime_error + + virtual const char * + what + a02920.html + a261a33056182b4b5f047e7061d716380 + () const _GLIBCXX_TXN_SAFE_DYN noexcept + + + + std::ratio + a02828.html + _Num + _Den + + + std::ratio_equal + a02840.html + + + integral_constant< bool, _R1::num==_R2::num &&_R1::den==_R2::den > + + + std::ratio_not_equal + a02844.html + + + integral_constant< bool, !ratio_equal< _R1, _R2 >::value > + + + std::raw_storage_iterator + a06776.html + + + iterator< output_iterator_tag, void, void, void, void > + + void + difference_type + a06672.html + a7fc5091a6bee76d7bfc6ece04e4050f9 + + + + output_iterator_tag + iterator_category + a06672.html + a3d32527bfebba5c0459df1390cef50a9 + + + + void + pointer + a06672.html + a69bffe0bd881194df5ff48fec79066de + + + + void + reference + a06672.html + abb17838f15d32971ad823036c6593aef + + + + void + value_type + a06672.html + af9f36b7adb257959eef192b9282f1284 + + + + + std::recursive_mutex + a02728.html + + + std::recursive_timed_mutex + a02736.html + + + std::reference_wrapper + a05776.html + _Tp + _Reference_wrapper_base< remove_cv< _Tp >::type > + + + std::regex_error + a05912.html + std::runtime_error + + + regex_error + a05912.html + a44d4ab569c3f1f9146b8cb4b1f4897c0 + (regex_constants::error_type __ecode) + + + regex_constants::error_type + code + a05912.html + a3fa7937e28854ac53d3e7b51e1cca6a3 + () const + + + virtual const char * + what + a02920.html + a261a33056182b4b5f047e7061d716380 + () const _GLIBCXX_TXN_SAFE_DYN noexcept + + + + std::regex_iterator + a05804.html + + + + + + regex_iterator + a05804.html + a250b3887f719eef6cf7d6890d358c3dd + () + + + + regex_iterator + a05804.html + a656c2c42931bc138a1cc6e545cb16651 + (_Bi_iter __a, _Bi_iter __b, const regex_type &__re, regex_constants::match_flag_type __m=regex_constants::match_default) + + + + regex_iterator + a05804.html + acfdfb9076f465a72167f42544d9985f0 + (const regex_iterator &__rhs)=default + + + bool + operator!= + a05804.html + abe94cc1f28f80b82f02726271d45945c + (const regex_iterator &__rhs) const + + + const value_type & + operator* + a05804.html + a9187e8d21e8fb3a8be3c06f8a5a8554a + () const + + + regex_iterator & + operator++ + a05804.html + af1cd40b1c657b09254c830a6db8bd207 + () + + + regex_iterator + operator++ + a05804.html + a5cc20a645b74551c5130c8740fe96d9e + (int) + + + const value_type * + operator-> + a05804.html + a465e4b1cda67dd77409854aae4867e13 + () const + + + regex_iterator & + operator= + a05804.html + a761e0ef59896fef350e81dcf4e61f8dd + (const regex_iterator &__rhs)=default + + + bool + operator== + a05804.html + a169d2b9c6e4b8122042845fb975eca52 + (const regex_iterator &__rhs) const + + + + std::regex_token_iterator + a05808.html + + + + + + regex_token_iterator + a05808.html + a8c4dd6b95c7ec9b573640afc5969ef1f + () + + + + regex_token_iterator + a05808.html + af7deee1721c6ee10358595d44e19435a + (_Bi_iter __a, _Bi_iter __b, const regex_type &__re, int __submatch=0, regex_constants::match_flag_type __m=regex_constants::match_default) + + + + regex_token_iterator + a05808.html + a53babd11badb91fd6a656a80013b4dcd + (_Bi_iter __a, _Bi_iter __b, const regex_type &__re, const std::vector< int > &__submatches, regex_constants::match_flag_type __m=regex_constants::match_default) + + + + regex_token_iterator + a05808.html + a55751b985986e1d848bf38628888b40c + (_Bi_iter __a, _Bi_iter __b, const regex_type &__re, initializer_list< int > __submatches, regex_constants::match_flag_type __m=regex_constants::match_default) + + + + regex_token_iterator + a05808.html + a035a02e7d0ca95caa7bbd96f5e333d77 + (_Bi_iter __a, _Bi_iter __b, const regex_type &__re, const int(&__submatches)[_Nm], regex_constants::match_flag_type __m=regex_constants::match_default) + + + + regex_token_iterator + a05808.html + a32e6d85c9cd633eeb2ef43d63e54de5f + (const regex_token_iterator &__rhs) + + + bool + operator!= + a05808.html + a6446149296f14aee3eef4ac516a96f52 + (const regex_token_iterator &__rhs) const + + + const value_type & + operator* + a05808.html + a0ae03837c2bb4c283a500b70e00743bd + () const + + + regex_token_iterator & + operator++ + a05808.html + a7d7768b8573112a25b0f2a567fd2b72c + () + + + regex_token_iterator + operator++ + a05808.html + a699a85d3f9aed40a35d338596b8b2f9e + (int) + + + const value_type * + operator-> + a05808.html + aec95fbb6d9ff5cca02e86c2f8bdd3de9 + () const + + + regex_token_iterator & + operator= + a05808.html + a7701c80539dd9bb567d519151fe0484f + (const regex_token_iterator &__rhs) + + + bool + operator== + a05808.html + a075cbb0e00f38573d223b5590ac9c438 + (const regex_token_iterator &__rhs) const + + + + std::regex_traits + a05792.html + _Ch_type + + + regex_traits + a05792.html + a4db88d5c982e69fbd0202c02de2f714a + () + + + locale_type + getloc + a05792.html + aca8761334621d52895e4518448b6773c + () const + + + locale_type + imbue + a05792.html + ae1d71eed7ede0411f443426e1d0b781d + (locale_type __loc) + + + bool + isctype + a05792.html + ad819d5f658133c4dd71c1fa5a7cb9031 + (_Ch_type __c, char_class_type __f) const + + + char_class_type + lookup_classname + a05792.html + ae475712d0d2b637992cfe799ea83d99c + (_Fwd_iter __first, _Fwd_iter __last, bool __icase=false) const + + + string_type + lookup_collatename + a05792.html + ac1a97012352a2ccef114895cfb08307c + (_Fwd_iter __first, _Fwd_iter __last) const + + + string_type + transform + a05792.html + af4d286d995ec6ff200854960c15b78c8 + (_Fwd_iter __first, _Fwd_iter __last) const + + + string_type + transform_primary + a05792.html + a31b5b84c5919d3fd0658cf8c18df0160 + (_Fwd_iter __first, _Fwd_iter __last) const + + + char_type + translate + a05792.html + a001a4c2c5d9b06d4cc7e9a83310255c4 + (char_type __c) const + + + char_type + translate_nocase + a05792.html + aa92edaaafe63f2333dc9d1ce9167c0f3 + (char_type __c) const + + + int + value + a05792.html + a5b1afcb8b3cb7d323dfb6fc8db08310a + (_Ch_type __ch, int __radix) const + + + static std::size_t + length + a05792.html + a2d1679803ff038b130a3ac2d545da164 + (const char_type *__p) + + + + std::reverse_iterator + a06612.html + _Iterator + iterator< iterator_traits< _Iterator >::iterator_category, iterator_traits< _Iterator >::value_type, iterator_traits< _Iterator >::difference_type, iterator_traits< _Iterator >::pointer, iterator_traits< _Iterator >::reference > + + iterator_traits< _Iterator >::iterator_category + iterator_category + a06672.html + a3d32527bfebba5c0459df1390cef50a9 + + + + iterator_traits< _Iterator >::value_type + value_type + a06672.html + af9f36b7adb257959eef192b9282f1284 + + + + _GLIBCXX17_CONSTEXPR + reverse_iterator + a06612.html + a4326966837069ac59f22820fadf8ae3a + () + + + _GLIBCXX17_CONSTEXPR + reverse_iterator + a06612.html + a5c105d8935b69f75c65bdebc9bcef331 + (iterator_type __x) + + + _GLIBCXX17_CONSTEXPR + reverse_iterator + a06612.html + abcf630bfb989602beb089b2242b75cad + (const reverse_iterator &__x) + + + _GLIBCXX17_CONSTEXPR + reverse_iterator + a06612.html + ae754a0cb3c4328241516606ef71440b0 + (const reverse_iterator< _Iter > &__x) + + + _GLIBCXX17_CONSTEXPR iterator_type + base + a06612.html + ad85fb13476e605fa2136ecb649190e03 + () const + + + _GLIBCXX17_CONSTEXPR reference + operator* + a06612.html + a7af5d174f9cb1016e5028e6a8716753b + () const + + + _GLIBCXX17_CONSTEXPR reverse_iterator + operator+ + a06612.html + a936c0491dbd3dfadfdbee626478b7009 + (difference_type __n) const + + + _GLIBCXX17_CONSTEXPR reverse_iterator & + operator++ + a06612.html + a785ca20b14ac95ee033695423ecf1d53 + () + + + _GLIBCXX17_CONSTEXPR reverse_iterator + operator++ + a06612.html + a27c37221dec91844c7a72cb9dc28441d + (int) + + + _GLIBCXX17_CONSTEXPR reverse_iterator & + operator+= + a06612.html + a2060fd42f847719055e4b416650824ea + (difference_type __n) + + + _GLIBCXX17_CONSTEXPR reverse_iterator + operator- + a06612.html + a3942515868778c8f04f5b34fd78d1fce + (difference_type __n) const + + + _GLIBCXX17_CONSTEXPR reverse_iterator & + operator-- + a06612.html + a013970df0401622fc82f1e3b4aafeb73 + () + + + _GLIBCXX17_CONSTEXPR reverse_iterator + operator-- + a06612.html + ac7ab8ae9e2d74a1456d6d835e3de74e5 + (int) + + + _GLIBCXX17_CONSTEXPR reverse_iterator & + operator-= + a06612.html + a194e833ea2d84161f1bf3f996d1d1d5f + (difference_type __n) + + + _GLIBCXX17_CONSTEXPR pointer + operator-> + a06612.html + ab256f3da0cdc3212fd9f676e70fcfa74 + () const + + + _GLIBCXX17_CONSTEXPR reference + operator[] + a06612.html + a4dadeeb9101dbd3d257043519e6e35f8 + (difference_type __n) const + + + + std::runtime_error + a02920.html + std::exception + + + runtime_error + a02920.html + afce1a363a3b2215518ac16649f8b04c8 + (const string &__arg) _GLIBCXX_TXN_SAFE + + + virtual const char * + what + a02920.html + a261a33056182b4b5f047e7061d716380 + () const _GLIBCXX_TXN_SAFE_DYN noexcept + + + + std::scoped_allocator_adaptor + a02864.html + _OuterAlloc + _InnerAllocs + + + std::seed_seq + a05584.html + + uint_least32_t + result_type + a05584.html + a3079b6a05bc5cce0bfed0a6a59c29590 + + + + + seed_seq + a05584.html + a125513e09d016c8a95dba3ce653c8001 + () noexcept + + + + std::set + a06732.html + _Key + _Compare + _Alloc + + _Key + key_type + a06732.html + a8629917347e6dc60f7b778017591ac89 + + + + _Key + value_type + a06732.html + a3e752147bbbb2d617e85d6a9f15cd57b + + + + _Compare + key_compare + a06732.html + a7ef2f84268354d05e7213606d2f364c9 + + + + _Compare + value_compare + a06732.html + a2d638b35695b151f99f992e5048cb58d + + + + _Alloc + allocator_type + a06732.html + a3cfe51976315c0c1fbe62ac14c98e1f7 + + + + _Alloc_traits::pointer + pointer + a06732.html + ab09384f7a9772d0e8c6175b572db898d + + + + _Alloc_traits::const_pointer + const_pointer + a06732.html + a3d7226decb850440d394df1dafae0984 + + + + _Alloc_traits::reference + reference + a06732.html + a9e362ba78518dfe70c4ea6159cae235a + + + + _Alloc_traits::const_reference + const_reference + a06732.html + a8d75c5991f7b0318f9390ed0a960a805 + + + + _Rep_type::const_iterator + iterator + a06732.html + ab67be28282428ca9d7bd2f77a5507c1a + + + + _Rep_type::const_iterator + const_iterator + a06732.html + a3d51d0ac851fe6c1b5d59e3b5aacfe57 + + + + _Rep_type::const_reverse_iterator + reverse_iterator + a06732.html + ab7b54ee87cf04d32f163e87e1bd0b5c5 + + + + _Rep_type::const_reverse_iterator + const_reverse_iterator + a06732.html + ab28676718c0dc84a292b8998fa943c83 + + + + _Rep_type::size_type + size_type + a06732.html + ad9837325cd001566e32eb95539a8ded5 + + + + _Rep_type::difference_type + difference_type + a06732.html + a1209ccfa7ee8ec775e03282e07a4d3ab + + + + + set + a06732.html + a907d82d36716f9e488b991958f58f6aa + ()=default + + + + set + a06732.html + aed34d26628e845f2b7e0eb45959ef0fc + (const _Compare &__comp, const allocator_type &__a=allocator_type()) + + + + set + a06732.html + a5c24e6efdb6526f5a28e7c54af8e3e15 + (_InputIterator __first, _InputIterator __last) + + + + set + a06732.html + a0b099bbbac6aef91b91c671c3e231979 + (_InputIterator __first, _InputIterator __last, const _Compare &__comp, const allocator_type &__a=allocator_type()) + + + + set + a06732.html + adb05c13eee25271b092edf7878379cb5 + (const set &)=default + + + + set + a06732.html + a2ab389e91f3dc70a3e9a9e69067283ae + (set &&)=default + + + + set + a06732.html + acdf4b44f5a2f222c735237d763b89eaa + (initializer_list< value_type > __l, const _Compare &__comp=_Compare(), const allocator_type &__a=allocator_type()) + + + + set + a06732.html + a943aa95cb4e637b9b3199cb63cd247b0 + (const allocator_type &__a) + + + + set + a06732.html + a06c8c1519399c9811fd0bfe2702f5c3b + (const set &__x, const allocator_type &__a) + + + + set + a06732.html + a5ef0930efbfe6211c06de5d4e4e7a253 + (set &&__x, const allocator_type &__a) noexcept(is_nothrow_copy_constructible< _Compare >::value &&_Alloc_traits::_S_always_equal()) + + + + set + a06732.html + aaf9732d21b9343b12f3117fe3b87a6f3 + (initializer_list< value_type > __l, const allocator_type &__a) + + + + set + a06732.html + ac33c85b1fbf245c21fe0965b7e7eca59 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a) + + + + ~set + a06732.html + aeef30db5984855d4fc426da2aa51562f + ()=default + + + iterator + begin + a06732.html + ae74861993e8ffc668813a1face48447b + () const noexcept + + + iterator + cbegin + a06732.html + a39e7d303fb234db62a1faa6df63f4604 + () const noexcept + + + iterator + cend + a06732.html + a5d2030f67826e8bfea0b6dce51e792b7 + () const noexcept + + + void + clear + a06732.html + ad06b71a81f86eca8862b0cbc0572622c + () noexcept + + + reverse_iterator + crbegin + a06732.html + aa748ce25c53c595cbb332058bf1841d3 + () const noexcept + + + reverse_iterator + crend + a06732.html + abb253be090c388adfba1f54046c0f416 + () const noexcept + + + std::pair< iterator, bool > + emplace + a06732.html + af16da8812db504af3bbf8a682de754d6 + (_Args &&... __args) + + + iterator + emplace_hint + a06732.html + ae4eb02463d17b44a49e6d916d05548fe + (const_iterator __pos, _Args &&... __args) + + + bool + empty + a06732.html + af5f37a9e0561eb1ae89988aaefc4476e + () const noexcept + + + iterator + end + a06732.html + a7a35e9e918f87c423c9f1f2362151b26 + () const noexcept + + + _GLIBCXX_ABI_TAG_CXX11 iterator + erase + a06732.html + a2122b626db1a6a97c0bec69f4e766591 + (const_iterator __position) + + + size_type + erase + a06732.html + af75595c05a003b09225a0367cbe4d468 + (const key_type &__x) + + + _GLIBCXX_ABI_TAG_CXX11 iterator + erase + a06732.html + aa73f253934bbb48e214bb21b89812cbb + (const_iterator __first, const_iterator __last) + + + allocator_type + get_allocator + a06732.html + ad6674974a5ecbd2df498227c9ed63ce2 + () const noexcept + + + std::pair< iterator, bool > + insert + a06732.html + af168dfb4d8e0515557884b2619117c78 + (const value_type &__x) + + + iterator + insert + a06732.html + abe856758e09628d4ec26d1e77ceee152 + (const_iterator __position, const value_type &__x) + + + void + insert + a06732.html + aa383fd1111f8ced96c22eacf1e42c258 + (_InputIterator __first, _InputIterator __last) + + + void + insert + a06732.html + a555b9e2cf15a4d3aac095883904743a8 + (initializer_list< value_type > __l) + + + key_compare + key_comp + a06732.html + a9b148fa88cbd84df31e19b1d9e531724 + () const + + + size_type + max_size + a06732.html + a84c5ddf1dff1dbdb8583cfabe3605b86 + () const noexcept + + + set & + operator= + a06732.html + a8ffd6bc39d7e301ec0f77568e4c531c2 + (const set &)=default + + + set & + operator= + a06732.html + afc8c71ffd02970fa13cd6f6fbd40682b + (set &&)=default + + + set & + operator= + a06732.html + a8e269a4d9e589df1ef1bc6df659e7a96 + (initializer_list< value_type > __l) + + + reverse_iterator + rbegin + a06732.html + a9c6f4b02f2ed2c82963fce15fb3d24ee + () const noexcept + + + reverse_iterator + rend + a06732.html + afaa0621475cc933cf5a668a4db9fd851 + () const noexcept + + + size_type + size + a06732.html + ab21409945167dfbfd999f005739cbc2a + () const noexcept + + + void + swap + a06732.html + a2ad1ef1062ee331c848605434d1d5ef6 + (set &__x) noexcept(/*conditional */) + + + value_compare + value_comp + a06732.html + a2fbb062a8014c9444365d2bedd0ced48 + () const + + + size_type + count + a06732.html + a1164f8c8d8b92b1b4be8a313cede8abe + (const key_type &__x) const + + + auto + count + a06732.html + a659cf2314514a8cf2d6ecc68d08bf2ca + (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) + + + iterator + find + a06732.html + af20eddb69820079242b06871210f9b06 + (const key_type &__x) + + + const_iterator + find + a06732.html + af9b85bc6147d2b93a7a470ab20baab1a + (const key_type &__x) const + + + auto + find + a06732.html + a70c1741d5e747b2b0a3ae6217fc5906d + (const _Kt &__x) -> decltype(iterator + + + auto + find + a06732.html + ac46165e1a88cdf7f318309c2c35f028d + (const _Kt &__x) const -> decltype(const_iterator + + + iterator + lower_bound + a06732.html + ae0623408c438fcbe7426deb496d3fd36 + (const key_type &__x) + + + const_iterator + lower_bound + a06732.html + abfcf2991ff3683e095dd11d089e7117c + (const key_type &__x) const + + + auto + lower_bound + a06732.html + a4ba764c0f23024700dfa99b600909b34 + (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) + + + auto + lower_bound + a06732.html + a91a143d5a364b10a3a13f6502ef0c23e + (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x))) + + + iterator + upper_bound + a06732.html + ae03b8775010d8dc4709a4d34013964d7 + (const key_type &__x) + + + const_iterator + upper_bound + a06732.html + a53e2535b0fb16518b7ad89cd3d6088e8 + (const key_type &__x) const + + + auto + upper_bound + a06732.html + ae1dc65477a3821784762efba7f606522 + (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) + + + auto + upper_bound + a06732.html + aaabacc65cbc611e1f48789de8da83919 + (const _Kt &__x) const -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) + + + std::pair< iterator, iterator > + equal_range + a06732.html + af9f201350c153d3da65fe02191c0129f + (const key_type &__x) + + + std::pair< const_iterator, const_iterator > + equal_range + a06732.html + ae0872a3e56b0583c37aab5d20514b479 + (const key_type &__x) const + + + auto + equal_range + a06732.html + aad7aaff6e514ff8b528c0d6138342198 + (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) + + + auto + equal_range + a06732.html + aae9750edc8da201383f8894b70bbda0b + (const _Kt &__x) const -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) + + + _Key + key_type + a06732.html + a8629917347e6dc60f7b778017591ac89 + + + + _Key + value_type + a06732.html + a3e752147bbbb2d617e85d6a9f15cd57b + + + + _Compare + key_compare + a06732.html + a7ef2f84268354d05e7213606d2f364c9 + + + + _Compare + value_compare + a06732.html + a2d638b35695b151f99f992e5048cb58d + + + + _Alloc + allocator_type + a06732.html + a3cfe51976315c0c1fbe62ac14c98e1f7 + + + + _Alloc_traits::pointer + pointer + a06732.html + ab09384f7a9772d0e8c6175b572db898d + + + + _Alloc_traits::const_pointer + const_pointer + a06732.html + a3d7226decb850440d394df1dafae0984 + + + + _Alloc_traits::reference + reference + a06732.html + a9e362ba78518dfe70c4ea6159cae235a + + + + _Alloc_traits::const_reference + const_reference + a06732.html + a8d75c5991f7b0318f9390ed0a960a805 + + + + _Rep_type::const_iterator + iterator + a06732.html + ab67be28282428ca9d7bd2f77a5507c1a + + + + _Rep_type::const_iterator + const_iterator + a06732.html + a3d51d0ac851fe6c1b5d59e3b5aacfe57 + + + + _Rep_type::const_reverse_iterator + reverse_iterator + a06732.html + ab7b54ee87cf04d32f163e87e1bd0b5c5 + + + + _Rep_type::const_reverse_iterator + const_reverse_iterator + a06732.html + ab28676718c0dc84a292b8998fa943c83 + + + + _Rep_type::size_type + size_type + a06732.html + ad9837325cd001566e32eb95539a8ded5 + + + + _Rep_type::difference_type + difference_type + a06732.html + a1209ccfa7ee8ec775e03282e07a4d3ab + + + + size_type + count + a06732.html + a1164f8c8d8b92b1b4be8a313cede8abe + (const key_type &__x) const + + + auto + count + a06732.html + a659cf2314514a8cf2d6ecc68d08bf2ca + (const _Kt &__x) const -> decltype(_M_t._M_count_tr(__x)) + + + iterator + find + a06732.html + af20eddb69820079242b06871210f9b06 + (const key_type &__x) + + + const_iterator + find + a06732.html + af9b85bc6147d2b93a7a470ab20baab1a + (const key_type &__x) const + + + auto + find + a06732.html + a70c1741d5e747b2b0a3ae6217fc5906d + (const _Kt &__x) -> decltype(iterator + + + auto + find + a06732.html + ac46165e1a88cdf7f318309c2c35f028d + (const _Kt &__x) const -> decltype(const_iterator + + + iterator + lower_bound + a06732.html + ae0623408c438fcbe7426deb496d3fd36 + (const key_type &__x) + + + const_iterator + lower_bound + a06732.html + abfcf2991ff3683e095dd11d089e7117c + (const key_type &__x) const + + + auto + lower_bound + a06732.html + a4ba764c0f23024700dfa99b600909b34 + (const _Kt &__x) -> decltype(iterator(_M_t._M_lower_bound_tr(__x))) + + + auto + lower_bound + a06732.html + a91a143d5a364b10a3a13f6502ef0c23e + (const _Kt &__x) const -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x))) + + + iterator + upper_bound + a06732.html + ae03b8775010d8dc4709a4d34013964d7 + (const key_type &__x) + + + const_iterator + upper_bound + a06732.html + a53e2535b0fb16518b7ad89cd3d6088e8 + (const key_type &__x) const + + + auto + upper_bound + a06732.html + ae1dc65477a3821784762efba7f606522 + (const _Kt &__x) -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) + + + auto + upper_bound + a06732.html + aaabacc65cbc611e1f48789de8da83919 + (const _Kt &__x) const -> decltype(iterator(_M_t._M_upper_bound_tr(__x))) + + + std::pair< iterator, iterator > + equal_range + a06732.html + af9f201350c153d3da65fe02191c0129f + (const key_type &__x) + + + std::pair< const_iterator, const_iterator > + equal_range + a06732.html + ae0872a3e56b0583c37aab5d20514b479 + (const key_type &__x) const + + + auto + equal_range + a06732.html + aad7aaff6e514ff8b528c0d6138342198 + (const _Kt &__x) -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) + + + auto + equal_range + a06732.html + aae9750edc8da201383f8894b70bbda0b + (const _Kt &__x) const -> decltype(pair< iterator, iterator >(_M_t._M_equal_range_tr(__x))) + + + + std::shared_future + a02352.html + _Res + std::__basic_future + + unique_ptr< _Res, _Result_base::_Deleter > + _Ptr + a02364.html + a832cc3cad4729e395bea2475e1b3a741 + + + + + shared_future + a02352.html + ab0585fede8d0e3b41307b4a91b44fcff + (const shared_future &__sf) + + + + shared_future + a02352.html + aa1f48e4ac60e93f1eccaf5c4992e5af9 + (future< _Res > &&__uf) noexcept + + + + shared_future + a02352.html + a39eb67ba5bfeda967888f6f8fafd0de8 + (shared_future &&__sf) noexcept + + + const _Res & + get + a02352.html + a5684fd5dd1daebc3b81737fbc6d60390 + () const + + + __result_type + _M_get_result + a02452.html + a71d62e5218e561c5c4507eb3e7f70474 + () const + + + + std::shared_future< _Res & > + a02468.html + + __basic_future< _Res &> + + unique_ptr< _Res, _Result_base::_Deleter > + _Ptr + a02364.html + a832cc3cad4729e395bea2475e1b3a741 + + + + + shared_future + a02468.html + abf5c5217a5d88d363cf2b0c09b44b4a0 + (const shared_future &__sf) + + + + shared_future + a02468.html + a9fa8ab7bbe6469a0d4f3f2e246db6a8d + (future< _Res &> &&__uf) noexcept + + + + shared_future + a02468.html + ae6d05bb66171df7a69ccbcf3d0a14059 + (shared_future &&__sf) noexcept + + + _Res & + get + a02468.html + a07561897cc476a3a01878bd17cf1eb75 + () const + + + __result_type + _M_get_result + a02452.html + a71d62e5218e561c5c4507eb3e7f70474 + () const + + + + std::shared_future< void > + a02472.html + __basic_future< void > + + unique_ptr< _Res, _Result_base::_Deleter > + _Ptr + a02364.html + a832cc3cad4729e395bea2475e1b3a741 + + + + + shared_future + a02472.html + ad638460091d07d1688a8fdb974acacc5 + (const shared_future &__sf) + + + + shared_future + a02472.html + a98919d50a2faca6306005a458236176f + (future< void > &&__uf) noexcept + + + + shared_future + a02472.html + ad2689035011932d007e07c10e1e48d47 + (shared_future &&__sf) noexcept + + + __result_type + _M_get_result + a02452.html + a71d62e5218e561c5c4507eb3e7f70474 + () const + + + + std::shared_lock + a02892.html + _Mutex + + + std::shared_ptr + a05936.html + _Tp + + constexpr + shared_ptr + a05936.html + a4497f1d5421073bd8c1ee305414c4e80 + () noexcept + + + + shared_ptr + a05936.html + a7752bdf2d4dc3f4f5719fd05f2d92089 + (_Yp *__p) + + + + shared_ptr + a05936.html + a8b115d3d42304820c9942ddeb58644ee + (_Yp *__p, _Deleter __d) + + + + shared_ptr + a05936.html + a893642e27fcab50317ba7d91392c0871 + (nullptr_t __p, _Deleter __d) + + + + shared_ptr + a05936.html + a2b1f604b01d6faf7ed627624968e76b8 + (_Yp *__p, _Deleter __d, _Alloc __a) + + + + shared_ptr + a05936.html + a124c2b4fe2cd0d7651eefd22ead8f2ec + (nullptr_t __p, _Deleter __d, _Alloc __a) + + + + shared_ptr + a05936.html + a9c6e4362646c04f78bbaf043f90eb835 + (const shared_ptr< _Yp > &__r, element_type *__p) noexcept + + + + shared_ptr + a05936.html + a1dad8483fa6f0d7507549bb8200c4de9 + (const shared_ptr< _Yp > &__r) noexcept + + + + shared_ptr + a05936.html + a5bd9976c3d66cf2a62904ebaeeab76e6 + (shared_ptr &&__r) noexcept + + + + shared_ptr + a05936.html + a21c103ae1494cc05477bd22ec5c284fc + (shared_ptr< _Yp > &&__r) noexcept + + + + shared_ptr + a05936.html + aaab9ea5e4dc2ab2b17b5a25cd1b58cf3 + (const weak_ptr< _Yp > &__r) + + + constexpr + shared_ptr + a05936.html + ac924c816f979c01f5adc42407b2fac83 + (nullptr_t) noexcept + + + friend shared_ptr< _Yp > + allocate_shared + a05936.html + aae3d23f345adfb0284614b4d1bfdd7b3 + (const _Alloc &__a, _Args &&... __args) + + + + std::shared_timed_mutex + a02888.html + std::__shared_mutex_cv + + + std::shuffle_order_engine + a05420.html + _RandomNumberEngine + __k + + _RandomNumberEngine::result_type + result_type + a05420.html + a7f5d3952ecee856c85fa9bbb6bd608dc + + + + + shuffle_order_engine + a05420.html + a1c37fc430a7cf2349c132c90f0801923 + () + + + + shuffle_order_engine + a05420.html + a228bba34a29fdf432372dc6f605d0330 + (const _RandomNumberEngine &__rng) + + + + shuffle_order_engine + a05420.html + a4b9cec5ade2194c8ceeffb2681b18699 + (_RandomNumberEngine &&__rng) + + + + shuffle_order_engine + a05420.html + a70fed621d89883c406dc36076bd9729f + (result_type __s) + + + + shuffle_order_engine + a05420.html + a281bbe063224c9ba2010c1ecf6e22f6c + (_Sseq &__q) + + + const _RandomNumberEngine & + base + a05420.html + aab272ea29efec90e55bf5dd9e6a5b87f + () const noexcept + + + void + discard + a05420.html + ad057867e94320322ce2b19478b942244 + (unsigned long long __z) + + + result_type + operator() + a05420.html + af3cc39eaa42c2d1177cd98fa8e2e91e3 + () + + + void + seed + a05420.html + a6694efb9e8aeb7591edfa921d9b9b660 + () + + + void + seed + a05420.html + ae8b8fd06503a7059d60289378438f9d2 + (result_type __s) + + + void + seed + a05420.html + abe5a3baf6c342e223870a9ec3b2563c0 + (_Sseq &__q) + + + static constexpr result_type + max + a05420.html + a1d0bd67aff4969f4a202719edd2c4f5b + () + + + static constexpr result_type + min + a05420.html + a113fdc5d67d45435e869a9e905a3c658 + () + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a05420.html + a3f5b86dc97ab5a895d0860b6414f9350 + (std::basic_ostream< _CharT, _Traits > &__os, const std::shuffle_order_engine< _RandomNumberEngine1, __k1 > &__x) + + + friend bool + operator== + a05420.html + ac60decfccc6547c45fe37a9cf0cb23f0 + (const shuffle_order_engine &__lhs, const shuffle_order_engine &__rhs) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05420.html + ab19d98410e08562d78ed353f60ad4fc7 + (std::basic_istream< _CharT, _Traits > &__is, std::shuffle_order_engine< _RandomNumberEngine1, __k1 > &__x) + + + + std::slice + a06152.html + + + slice + a01484.html + ga6a83c2410180b69ca38a2da2c4c984b9 + () + + + + slice + a01484.html + ga9cc9983faafa145460d264127f7fd816 + (size_t __o, size_t __d, size_t __s) + + + size_t + size + a01484.html + ga5b1a5398fdc4ecf20576f3cae02ea8fc + () const + + + size_t + start + a01484.html + gac5e75a2dd40a49ee555fc35d0eeacc1a + () const + + + size_t + stride + a01484.html + gab9ee3d00a3ef2be02ac5895894b66ee7 + () const + + + + std::slice_array + a03752.html + _Tp + + + slice_array + a01484.html + ga886109b8edc60759a1c07ed209bf6110 + (const slice_array &) + + + void + operator &= + a01484.html + gadc4123a878dbaee0b0e8dea7aeb7216c + (const valarray< _Tp > &) const + + + void + operator%= + a01484.html + ga51b2370973ce4cfa93b21428c23e3da0 + (const valarray< _Tp > &) const + + + void + operator*= + a01484.html + ga2ae66c8e0229b65881780cb0dbd55ef8 + (const valarray< _Tp > &) const + + + void + operator+= + a01484.html + gabffb22fe7508d7fb6b06e4ca76440fc0 + (const valarray< _Tp > &) const + + + void + operator-= + a01484.html + gaaa8967e72a60fc2b6f8f422dc970ea1f + (const valarray< _Tp > &) const + + + void + operator/= + a01484.html + gaea8c21a277b5dfee1f7f4b09c556259d + (const valarray< _Tp > &) const + + + void + operator<<= + a01484.html + ga15a72598162a7183c3be5cfdcb43a94b + (const valarray< _Tp > &) const + + + slice_array & + operator= + a01484.html + ga638dcc09b7202f5e671c6637bf01db31 + (const slice_array &) + + + void + operator= + a01484.html + gab5edb43da924e3c138ba22d29dc4c050 + (const valarray< _Tp > &) const + + + void + operator= + a01484.html + ga3ddb6f583d7c7ef17b471662a4a7a7ac + (const _Tp &) const + + + void + operator>>= + a01484.html + ga7ebc66086e23f1d4bb5cc554fedde16b + (const valarray< _Tp > &) const + + + void + operator^= + a01484.html + ga262449de3e39bbae18ab3bb911b2eb8b + (const valarray< _Tp > &) const + + + void + operator|= + a01484.html + ga0cfe83bfd0c60d5f1b393bbddcc70889 + (const valarray< _Tp > &) const + + + + std::stack + a06780.html + _Tp + _Sequence + + + stack + a06780.html + ad95ef4166cdb0aa8bae1dcd7ae2839e4 + () + + + bool + empty + a06780.html + a86e3c205d6100cd4bb98b4b7e36bb35e + () const + + + void + pop + a06780.html + a16b93d714717c5af52a14ebd6fec11b7 + () + + + void + push + a06780.html + a7efe15f8159c166b68a24486ec561608 + (const value_type &__x) + + + size_type + size + a06780.html + a625c78a7dc1b563f9754e33879243f4e + () const + + + reference + top + a06780.html + adc6f199f89b9bcf05884bcfcf96e18ea + () + + + const_reference + top + a06780.html + a9dd3184636ea0325d194346266e4e516 + () const + + + + std::student_t_distribution + a05488.html + _RealType + std::student_t_distribution::param_type + + _RealType + result_type + a05488.html + a63439550169b26a1333639493db44e3b + + + + result_type + max + a05488.html + a3aa9a19c585c414c605558b3af9a86ec + () const + + + result_type + min + a05488.html + a40bd6b63baec90b927fc13bb5d3b2bba + () const + + + result_type + operator() + a05488.html + a79b8f920240c03c968f96fc34b15c409 + (_UniformRandomNumberGenerator &__urng) + + + param_type + param + a05488.html + af8715393519007f3325e7b696fc07967 + () const + + + void + param + a05488.html + a1419abb07831366ab3d01907a8057427 + (const param_type &__param) + + + void + reset + a05488.html + a48d5f501c9847b3688480efece2a0f8c + () + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a05488.html + a933f8fad751874c75b687b3c6db144b4 + (std::basic_ostream< _CharT, _Traits > &__os, const std::student_t_distribution< _RealType1 > &__x) + + + friend bool + operator== + a05488.html + a50ff04920a1b422339cdf87368d1bb36 + (const student_t_distribution &__d1, const student_t_distribution &__d2) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05488.html + a23626484794f6d9d4377d3fa16989f91 + (std::basic_istream< _CharT, _Traits > &__is, std::student_t_distribution< _RealType1 > &__x) + + + + std::student_t_distribution::param_type + a05492.html + + + std::sub_match + a05800.html + _BiIter + pair< _BiIter, _BiIter > + + _PCC<!is_same< _BiIter, _U1 >::value||!is_same< _BiIter, _U2 >::value, _BiIter, _BiIter > + _PCCFP + a06756.html + a685ed9e4eb27e5926029813616218270 + + + + _PCC< true, _BiIter, _BiIter > + _PCCP + a06756.html + a1f43fbe0731e417b35a98d52ac6b8287 + + + + _BiIter + second_type + a06756.html + a6d205c1eab800cb27d82060d11d531a3 + + + + int + compare + a05800.html + af3e0ace5e44267f4c24c53b5a1793747 + (const sub_match &__s) const + + + int + compare + a05800.html + af573275c5c3507af4d59175f72a3dfd0 + (const string_type &__s) const + + + int + compare + a05800.html + a938d59ee36df109ba5d20ac59a1b90e5 + (const value_type *__s) const + + + difference_type + length + a05800.html + ac0b3aa535d8cb80f8dc72a1b71ac9a9f + () const + + + + operator string_type + a05800.html + aaa88132502a374183f5de838441b9002 + () const + + + string_type + str + a05800.html + acf17e2826b47f664e97bcf9be35fd9f2 + () const + + + _BiIter + first + a06756.html + a198b03cffc037835dc1dc01c926ce251 + + + + _BiIter + second + a06756.html + a91179413226db12e66346d3673b7835f + + + + + std::subtract_with_carry_engine + a05408.html + _UIntType + __w + __s + __r + + _UIntType + result_type + a05408.html + abbbc2513574ed100d700a15bcae13b5a + + + + + subtract_with_carry_engine + a05408.html + acc87e25beee4323ff5782e77d5d327bc + (result_type __sd=default_seed) + + + + subtract_with_carry_engine + a05408.html + aeb01e590a5c84d08db8b5678ca774172 + (_Sseq &__q) + + + void + discard + a05408.html + a76b226f563a8fb3eeb3c48999b3e9bc4 + (unsigned long long __z) + + + result_type + operator() + a05408.html + a7b6aa59d4719950a6014d38e1559295c + () + + + void + seed + a05408.html + a5629eb85bb95f545575b9b08bacafda4 + (result_type __sd=default_seed) + + + std::enable_if< std::is_class< _Sseq >::value >::type + seed + a05408.html + a212731fabf10c7de62630f2c38b22b2c + (_Sseq &__q) + + + static constexpr result_type + max + a05408.html + aeea39effc4518e2236214b51cc0e9f93 + () + + + static constexpr result_type + min + a05408.html + a945725b8377db61951fc9c79a0f9aac1 + () + + + friend std::basic_ostream< _CharT, _Traits > & + operator<< + a05408.html + a877333097a3e4f3b054c3c763654e965 + (std::basic_ostream< _CharT, _Traits > &__os, const std::subtract_with_carry_engine< _UIntType1, __w1, __s1, __r1 > &__x) + + + friend bool + operator== + a05408.html + aad723b232704ecb9396af450f399eb1f + (const subtract_with_carry_engine &__lhs, const subtract_with_carry_engine &__rhs) + + + friend std::basic_istream< _CharT, _Traits > & + operator>> + a05408.html + a0420033b44c3e22e2157546faa851f00 + (std::basic_istream< _CharT, _Traits > &__is, std::subtract_with_carry_engine< _UIntType1, __w1, __s1, __r1 > &__x) + + + + std::system_error + a02964.html + std::runtime_error + + virtual const char * + what + a02920.html + a261a33056182b4b5f047e7061d716380 + () const _GLIBCXX_TXN_SAFE_DYN noexcept + + + + std::thread + a02972.html + std::thread::id + + native_handle_type + native_handle + a02972.html + a6d1397f899cbcd9d48a6cb6b1df5ab1c + () + + + + std::thread::id + a02980.html + + + std::time_base + a05048.html + + + std::time_get + a05060.html + + + std::locale::facet + std::time_base + + _CharT + char_type + a05060.html + a9c14489c5586486ba782d9fa30d8eaa4 + + + + _InIter + iter_type + a05060.html + a4d4958640ecfa742e7d27137de746ac1 + + + + + time_get + a05060.html + ad8b2b262581ad71a3ed0011c0381bd51 + (size_t __refs=0) + + + dateorder + date_order + a05060.html + a876bb3dcd1727291a72dbb4dd890e229 + () const + + + iter_type + get + a05060.html + ab370ab15a7093ace0b434a32b1a72874 + (iter_type __s, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm, char __format, char __modifier=0) const + + + iter_type + get + a05060.html + ac9b98a66e8d2103ba0e45aed968fe511 + (iter_type __s, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm, const char_type *__fmt, const char_type *__fmtend) const + + + iter_type + get_date + a05060.html + abe65160807a99ec81aea897a5879205e + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + + iter_type + get_monthname + a05060.html + ae972ef16aa02a7af4922207fedb95d64 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + + iter_type + get_time + a05060.html + a10ac082baac6a40b85c1f36532f65479 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + + iter_type + get_weekday + a05060.html + af4d6e71dbe4f66821c2ed92d26a758fa + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + + iter_type + get_year + a05060.html + a09b9b7ba53e2c53fec4687500857fb0a + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + + static locale::id + id + a05060.html + a11391168c5b28260580b93009b4c2d23 + + + + virtual + ~time_get + a05060.html + aa096460bcf7c2c14181a74900cba13b0 + () + + + virtual dateorder + do_date_order + a05060.html + ac3a094084d1cd2e48292635b48926c95 + () const + + + iter_type + do_get + a05060.html + aac4032bde1366962ceb8004eb509917d + (iter_type __s, iter_type __end, ios_base &__f, ios_base::iostate &__err, tm *__tm, char __format, char __modifier) const + + + virtual iter_type + do_get_date + a05060.html + acbe2321234fc8719d76b987b8eb57f31 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + + virtual iter_type + do_get_monthname + a05060.html + a87a19165aa361150c0810f123de4f13f + (iter_type __beg, iter_type __end, ios_base &, ios_base::iostate &__err, tm *__tm) const + + + virtual iter_type + do_get_time + a05060.html + ad6ae8983f63115bc91c761bcb16264b2 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + + virtual iter_type + do_get_weekday + a05060.html + a653300cbc2a2c8ec15fcd85acd9ef644 + (iter_type __beg, iter_type __end, ios_base &, ios_base::iostate &__err, tm *__tm) const + + + virtual iter_type + do_get_year + a05060.html + a04b1e9cd4573001efae175a8d2e4b8fa + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + + _CharT + char_type + a05060.html + a9c14489c5586486ba782d9fa30d8eaa4 + + + + _InIter + iter_type + a05060.html + a4d4958640ecfa742e7d27137de746ac1 + + + + + std::time_get_byname + a05064.html + + + std::time_get + + dateorder + date_order + a05060.html + a876bb3dcd1727291a72dbb4dd890e229 + () const + + + iter_type + get + a05060.html + ab370ab15a7093ace0b434a32b1a72874 + (iter_type __s, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm, char __format, char __modifier=0) const + + + iter_type + get + a05060.html + ac9b98a66e8d2103ba0e45aed968fe511 + (iter_type __s, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm, const char_type *__fmt, const char_type *__fmtend) const + + + iter_type + get_date + a05060.html + abe65160807a99ec81aea897a5879205e + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + + iter_type + get_monthname + a05060.html + ae972ef16aa02a7af4922207fedb95d64 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + + iter_type + get_time + a05060.html + a10ac082baac6a40b85c1f36532f65479 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + + iter_type + get_weekday + a05060.html + af4d6e71dbe4f66821c2ed92d26a758fa + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + + iter_type + get_year + a05060.html + a09b9b7ba53e2c53fec4687500857fb0a + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + + static locale::id + id + a05060.html + a11391168c5b28260580b93009b4c2d23 + + + + virtual dateorder + do_date_order + a05060.html + ac3a094084d1cd2e48292635b48926c95 + () const + + + iter_type + do_get + a05060.html + aac4032bde1366962ceb8004eb509917d + (iter_type __s, iter_type __end, ios_base &__f, ios_base::iostate &__err, tm *__tm, char __format, char __modifier) const + + + virtual iter_type + do_get_date + a05060.html + acbe2321234fc8719d76b987b8eb57f31 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + + virtual iter_type + do_get_monthname + a05060.html + a87a19165aa361150c0810f123de4f13f + (iter_type __beg, iter_type __end, ios_base &, ios_base::iostate &__err, tm *__tm) const + + + virtual iter_type + do_get_time + a05060.html + ad6ae8983f63115bc91c761bcb16264b2 + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + + virtual iter_type + do_get_weekday + a05060.html + a653300cbc2a2c8ec15fcd85acd9ef644 + (iter_type __beg, iter_type __end, ios_base &, ios_base::iostate &__err, tm *__tm) const + + + virtual iter_type + do_get_year + a05060.html + a04b1e9cd4573001efae175a8d2e4b8fa + (iter_type __beg, iter_type __end, ios_base &__io, ios_base::iostate &__err, tm *__tm) const + + + + std::time_put + a05068.html + + + std::locale::facet + + _CharT + char_type + a05068.html + a757828f8c32125500ce4a92c129913ec + + + + _OutIter + iter_type + a05068.html + aaac7d8b45c25d36c14efe8876af1d65e + + + + + time_put + a05068.html + af235ae96d55674ae060a1788fd036176 + (size_t __refs=0) + + + iter_type + put + a05068.html + a8e6943d3a21fc654c245ac5ec60eb507 + (iter_type __s, ios_base &__io, char_type __fill, const tm *__tm, const _CharT *__beg, const _CharT *__end) const + + + iter_type + put + a05068.html + a85643bdff3768dd8b9e0089e5c279561 + (iter_type __s, ios_base &__io, char_type __fill, const tm *__tm, char __format, char __mod=0) const + + + static locale::id + id + a05068.html + ae2d3eb3e68bdf1e6bf58cb273b41eda4 + + + + virtual + ~time_put + a05068.html + a8ceaf973259a9de6e3f9645010556232 + () + + + virtual iter_type + do_put + a05068.html + a40f507cdd7cc0221fcb9053beda997c9 + (iter_type __s, ios_base &__io, char_type __fill, const tm *__tm, char __format, char __mod) const + + + _CharT + char_type + a05068.html + a757828f8c32125500ce4a92c129913ec + + + + _OutIter + iter_type + a05068.html + aaac7d8b45c25d36c14efe8876af1d65e + + + + + std::time_put_byname + a05072.html + + + std::time_put + + iter_type + put + a05068.html + a8e6943d3a21fc654c245ac5ec60eb507 + (iter_type __s, ios_base &__io, char_type __fill, const tm *__tm, const _CharT *__beg, const _CharT *__end) const + + + iter_type + put + a05068.html + a85643bdff3768dd8b9e0089e5c279561 + (iter_type __s, ios_base &__io, char_type __fill, const tm *__tm, char __format, char __mod=0) const + + + static locale::id + id + a05068.html + ae2d3eb3e68bdf1e6bf58cb273b41eda4 + + + + virtual iter_type + do_put + a05068.html + a40f507cdd7cc0221fcb9053beda997c9 + (iter_type __s, ios_base &__io, char_type __fill, const tm *__tm, char __format, char __mod) const + + + + std::timed_mutex + a02732.html + + + std::tr2::__dynamic_bitset_base + a08708.html + + + + std::vector< block_type, allocator_type > + _M_w + a08708.html + abc7e61e9d07120ebbc6fa2e351fc3af6 + + + + + std::tr2::__reflection_typelist + a08720.html + _Elements + + + std::tr2::__reflection_typelist< _First, _Rest... > + a08728.html + + _Rest + + + std::tr2::__reflection_typelist<> + a08724.html + + + std::tr2::bases + a08740.html + + + + std::tr2::bool_set + a08704.html + + constexpr + bool_set + a08704.html + a0f07a0992a2bc62b7dbf3f7aa6a01d3d + () + + + constexpr + bool_set + a08704.html + ab77298d8121ed18a24e80cd0e1d23232 + (bool __t) + + + bool + equals + a08704.html + a44c6fd7ac40c7338196f1aa8db50e0b4 + (bool_set __b) const + + + bool + is_emptyset + a08704.html + a65ed1ee8eb1992fd9d4a25898d2a0db2 + () const + + + bool + is_indeterminate + a08704.html + a584b2bb82827cf99abbe1e59f2bb683c + () const + + + bool + is_singleton + a08704.html + a967a4154ed069a5c9dfd55f53f60de2b + () const + + + + operator bool + a08704.html + a98aca37a82eec323904e712571fa2ab1 + () const + + + + std::tr2::direct_bases + a08744.html + + + + std::tr2::dynamic_bitset + a08712.html + _WordT + _Alloc + std::tr2::__dynamic_bitset_base + std::tr2::dynamic_bitset::reference + + + dynamic_bitset + a08712.html + a6043959b046b04a92027e355ce16562b + (const allocator_type &__alloc=allocator_type()) + + + + dynamic_bitset + a08712.html + a09163c15d91003865f72d3d11313daae + (size_type __nbits, unsigned long long __val=0ULL, const allocator_type &__alloc=allocator_type()) + + + + dynamic_bitset + a08712.html + a83d4afb31d435543ed57f61f452c7ad5 + (const std::basic_string< _CharT, _Traits, _Alloc1 > &__str, typename basic_string< _CharT, _Traits, _Alloc1 >::size_type __pos=0, typename basic_string< _CharT, _Traits, _Alloc1 >::size_type __n=std::basic_string< _CharT, _Traits, _Alloc1 >::npos, _CharT __zero=_CharT('0'), _CharT __one=_CharT('1'), const allocator_type &__alloc=allocator_type()) + + + + dynamic_bitset + a08712.html + a4cfedc13b3f271fdf44774168e0f9178 + (const char *__str, const allocator_type &__alloc=allocator_type()) + + + + dynamic_bitset + a08712.html + a59d39cd375776ad1b16ca08707cf6b9b + (const dynamic_bitset &__b) + + + + dynamic_bitset + a08712.html + ae3ea922b90e32b9711ee05d0df7ff629 + (dynamic_bitset &&__b) + + + bool + all + a08712.html + afc6c0cbe1e68203c79c039c3c38e8c3e + () const + + + bool + any + a08712.html + ac7d91a54176095fd09f6082d2933590c + () const + + + void + append + a08712.html + a15d3fb346ccfcba83148dcc3dbcfe41f + (block_type __block) + + + void + append + a08712.html + ab096eed28395ba93a82038788496953e + (_BlockInputIterator __first, _BlockInputIterator __last) + + + void + clear + a08712.html + ae9ed6af5f774f6eb904fe29b21a0c013 + () + + + size_type + count + a08712.html + aa79c5f403196eb4ba5d037710830c683 + () const noexcept + + + bool + empty + a08712.html + ad722e5faf968881dad10923f27bb92d6 + () const noexcept + + + size_type + find_first + a08712.html + aa79a2a1fad69bbaab1be7de6fb5ad37d + () const + + + size_type + find_next + a08712.html + a011bdf5c380085fc00c15c368b060624 + (size_t __prev) const + + + dynamic_bitset< _WordT, _Alloc > & + flip + a08712.html + acb1c6f3c1ce170facc7263b8aaee1ae4 + () + + + dynamic_bitset< _WordT, _Alloc > & + flip + a08712.html + a62254ae2b7bfe62cb3b9594e26ce4143 + (size_type __pos) + + + allocator_type + get_allocator + a08712.html + a311917ff7099118f972a50a888964b3a + () const + + + constexpr size_type + max_size + a08712.html + a70757335be624593a6bdf3c84d4895ee + () noexcept + + + bool + none + a08712.html + a5399d063c80e2837bda0ff98a8435e50 + () const + + + size_type + num_blocks + a08712.html + a8c8aff43771b4a33d923ce0e7b952540 + () const noexcept + + + dynamic_bitset & + operator= + a08712.html + aa8726c68d65d37e2b2a2145d31c23881 + (const dynamic_bitset &__b) + + + dynamic_bitset & + operator= + a08712.html + a9e349d9b85cce5087998905ffe787979 + (dynamic_bitset &&__b) + + + dynamic_bitset< _WordT, _Alloc > + operator~ + a08712.html + a37a6a8cfa20da16cc204e06911cf31dd + () const + + + void + push_back + a08712.html + a33d8f9d5743852a2ad4db802d0eaeee1 + (bool __bit) + + + dynamic_bitset< _WordT, _Alloc > & + reset + a08712.html + a0e60f82bd3704aedbdd81c0e7d13e6da + () + + + dynamic_bitset< _WordT, _Alloc > & + reset + a08712.html + a0d4ed317913af64208684a0e5185b67b + (size_type __pos) + + + void + resize + a08712.html + a3e0c1dfb374af7a457d5e74d04b37b95 + (size_type __nbits, bool __value=false) + + + dynamic_bitset< _WordT, _Alloc > & + set + a08712.html + ae009e3a01b07b5b87a81890b1774d1d9 + () + + + dynamic_bitset< _WordT, _Alloc > & + set + a08712.html + ac28e60aaad57e51ef8c124fa655f2e9e + (size_type __pos, bool __val=true) + + + size_type + size + a08712.html + aa80249a927b88d3e03afce4993630c17 + () const noexcept + + + void + swap + a08712.html + a0a32ca940096100e7d0ad80e79760b07 + (dynamic_bitset &__b) + + + bool + test + a08712.html + ad5a3a2e3dfac03daf4a39f919e28de55 + (size_type __pos) const + + + std::basic_string< _CharT, _Traits, _Alloc1 > + to_string + a08712.html + a059c2dbeb4277691875b35b2c8409080 + (_CharT __zero=_CharT('0'), _CharT __one=_CharT('1')) const + + + unsigned long long + to_ullong + a08712.html + ab8d0f32ee206f1c1c54a117f6bde02f2 + () const + + + unsigned long + to_ulong + a08712.html + a17b163f21c7fc5b28e3925627511e075 + () const + + + dynamic_bitset< _WordT, _Alloc > & + operator &= + a08712.html + a3271315e45789e824622b43984c1127b + (const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + dynamic_bitset< _WordT, _Alloc > & + operator &= + a08712.html + adc9e195f05564952f7f12dd6d3880137 + (dynamic_bitset< _WordT, _Alloc > &&__rhs) + + + dynamic_bitset< _WordT, _Alloc > & + operator|= + a08712.html + a939a5ad3853675f1d619d10b5c1baff6 + (const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + dynamic_bitset< _WordT, _Alloc > & + operator^= + a08712.html + a0f90390f1b50fc0825608cda5d79752c + (const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + dynamic_bitset< _WordT, _Alloc > & + operator-= + a08712.html + abb9c78ce73d7500544845da3eddcf522 + (const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + dynamic_bitset< _WordT, _Alloc > & + operator<<= + a08712.html + a311abec1e7421299837a92c572ce22fa + (size_type __pos) + + + dynamic_bitset< _WordT, _Alloc > & + operator>>= + a08712.html + afd7c401aab5b386c610a65776fb962bc + (size_type __pos) + + + reference + operator[] + a08712.html + a7b05f8159b467622dc2804f276ecc8ea + (size_type __pos) + + + const_reference + operator[] + a08712.html + a78022be7125e50468596e2a0e0df4a3b + (size_type __pos) const + + + dynamic_bitset< _WordT, _Alloc > + operator<< + a08712.html + a30ffb77f88831feb7fefb54539595ec3 + (size_type __pos) const + + + dynamic_bitset< _WordT, _Alloc > + operator>> + a08712.html + a0d702db85dcf87b78b4d7907ed0f8fab + (size_type __pos) const + + + std::vector< block_type, allocator_type > + _M_w + a08708.html + abc7e61e9d07120ebbc6fa2e351fc3af6 + + + + dynamic_bitset< _WordT, _Alloc > & + operator &= + a08712.html + a3271315e45789e824622b43984c1127b + (const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + dynamic_bitset< _WordT, _Alloc > & + operator &= + a08712.html + adc9e195f05564952f7f12dd6d3880137 + (dynamic_bitset< _WordT, _Alloc > &&__rhs) + + + dynamic_bitset< _WordT, _Alloc > & + operator|= + a08712.html + a939a5ad3853675f1d619d10b5c1baff6 + (const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + dynamic_bitset< _WordT, _Alloc > & + operator^= + a08712.html + a0f90390f1b50fc0825608cda5d79752c + (const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + dynamic_bitset< _WordT, _Alloc > & + operator-= + a08712.html + abb9c78ce73d7500544845da3eddcf522 + (const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + dynamic_bitset< _WordT, _Alloc > & + operator<<= + a08712.html + a311abec1e7421299837a92c572ce22fa + (size_type __pos) + + + dynamic_bitset< _WordT, _Alloc > & + operator>>= + a08712.html + afd7c401aab5b386c610a65776fb962bc + (size_type __pos) + + + reference + operator[] + a08712.html + a7b05f8159b467622dc2804f276ecc8ea + (size_type __pos) + + + const_reference + operator[] + a08712.html + a78022be7125e50468596e2a0e0df4a3b + (size_type __pos) const + + + dynamic_bitset< _WordT, _Alloc > + operator<< + a08712.html + a30ffb77f88831feb7fefb54539595ec3 + (size_type __pos) const + + + dynamic_bitset< _WordT, _Alloc > + operator>> + a08712.html + a0d702db85dcf87b78b4d7907ed0f8fab + (size_type __pos) const + + + + std::tr2::dynamic_bitset::reference + a08716.html + + + std::try_to_lock_t + a06248.html + + + std::tuple + a02996.html + _Elements + _Tuple_impl< 0, _Elements... > + + + std::tuple< _T1, _T2 > + a03048.html + + + _Tuple_impl< 0, _T1, _T2 > + + + std::tuple_element + a01708.html + _Int + + + + std::tuple_element< 0, std::pair< _Tp1, _Tp2 > > + a03656.html + + + + + std::tuple_element< 0, tuple< _Head, _Tail... > > + a03060.html + + _Tail + + + std::tuple_element< 1, std::pair< _Tp1, _Tp2 > > + a03660.html + + + + + std::tuple_element< __i, tuple< _Head, _Tail... > > + a03056.html + __i + + _Tail + tuple_element< __i - 1, tuple< _Tail... > > + + + std::tuple_element< __i, tuple<> > + a03064.html + __i + + + std::tuple_element< _Int, ::array< _Tp, _Nm > > + a01712.html + _Int + + _Nm + + + std::tuple_element< _Int, std::__debug::array< _Tp, _Nm > > + a07748.html + _Int + + _Nm + + + std::tuple_size + a01700.html + + + + std::tuple_size< std::__debug::array< _Tp, _Nm > > + a07744.html + + _Nm + integral_constant< std::size_t, _Nm > + + + std::tuple_size< std::pair< _Tp1, _Tp2 > > + a03652.html + + + integral_constant< std::size_t, 2 > + + + std::tuple_size< tuple< _Elements... > > + a03052.html + _Elements + integral_constant< std::size_t, sizeof...(_Elements)> + + + std::tuple_size<::array< _Tp, _Nm > > + a01704.html + + _Nm + integral_constant< std::size_t, _Nm > + + + std::type_index + a03148.html + + + std::type_info + a01672.html + + virtual + ~type_info + a01672.html + a8704eaa0f305509d41fa695036a69494 + () + + + const char * + name + a01672.html + afe60508ee089cebbd056bd50dfc7c3d7 + () const noexcept + + + + std::unary_function + a06392.html + _Arg + _Result + + _Arg + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Result + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + std::unary_negate + a06552.html + + unary_function< _Predicate::argument_type, bool > + + _Predicate::argument_type + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + bool + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + std::underflow_error + a02932.html + std::runtime_error + + virtual const char * + what + a02920.html + a261a33056182b4b5f047e7061d716380 + () const _GLIBCXX_TXN_SAFE_DYN noexcept + + + + std::uniform_int_distribution + a06928.html + _IntType + std::uniform_int_distribution::param_type + + _IntType + result_type + a06928.html + a6ffc8f43a333c2aa683fe284df6d7be3 + + + + + uniform_int_distribution + a06928.html + a91501cb2624da7b94c2c6f2391007cd6 + (_IntType __a=0, _IntType __b=std::numeric_limits< _IntType >::max()) + + + result_type + max + a06928.html + aa54fab480296167c634342e2f0222ef7 + () const + + + result_type + min + a06928.html + a6e74f2a2cb1d736ac814efd4691f7fe0 + () const + + + result_type + operator() + a06928.html + a40babba47578a39b3bdc5f9b56a64268 + (_UniformRandomNumberGenerator &__urng) + + + param_type + param + a06928.html + afe06b7c82cfcd532367a8fbf1777156f + () const + + + void + param + a06928.html + a65a393980944ebc11e0ea286a327d05b + (const param_type &__param) + + + void + reset + a06928.html + a0a3d8e2f31efa9279eae703aef76632c + () + + + friend bool + operator== + a06928.html + a7f0e34979e94f5145c2092483ee0fca9 + (const uniform_int_distribution &__d1, const uniform_int_distribution &__d2) + + + + std::uniform_int_distribution::param_type + a06932.html + + + std::uniform_real_distribution + a05432.html + _RealType + std::uniform_real_distribution::param_type + + _RealType + result_type + a05432.html + a6cbfd150bdd9f1a1d5e7b54605b4707c + + + + + uniform_real_distribution + a05432.html + ab360c146b8525f463321696a9f477aea + (_RealType __a=_RealType(0), _RealType __b=_RealType(1)) + + + result_type + max + a05432.html + aa66df100cde48499a2ba6b2cca3d1554 + () const + + + result_type + min + a05432.html + a7e6fbfe7a4278ebf8a85cb9b4afa6ec2 + () const + + + result_type + operator() + a05432.html + ae424a70312170d3b285bf6039b58cb58 + (_UniformRandomNumberGenerator &__urng) + + + param_type + param + a05432.html + a3122c357fd99615bbd4a8c488f7d6736 + () const + + + void + param + a05432.html + af4f7361528ea5e52ba65da30a8172ec4 + (const param_type &__param) + + + void + reset + a05432.html + a32de9a167158ce4d66cf0b07296a13c8 + () + + + friend bool + operator== + a05432.html + a97a14cea3172313b1d430685a13e3dee + (const uniform_real_distribution &__d1, const uniform_real_distribution &__d2) + + + + std::uniform_real_distribution::param_type + a05436.html + + + std::unique_lock + a06260.html + _Mutex + + + std::unique_ptr + a06956.html + _Tp + _Dp + + constexpr + unique_ptr + a06956.html + a46c6ac3c3c51a2bf10ab8354043903fc + () noexcept + + + + unique_ptr + a06956.html + a9265d990e022b96ae4ffd50977a4ba58 + (pointer __p) noexcept + + + + unique_ptr + a06956.html + ad4a1488397ef665a967f4c1be5150bc3 + (pointer __p, typename conditional< is_reference< deleter_type >::value, deleter_type, const deleter_type &>::type __d) noexcept + + + + unique_ptr + a06956.html + accf546c02774a8a3fb3d878fe6259059 + (pointer __p, typename remove_reference< deleter_type >::type &&__d) noexcept + + + constexpr + unique_ptr + a06956.html + af220c0835cdc6d384018d8e53b430142 + (nullptr_t) noexcept + + + + unique_ptr + a06956.html + a3d0c5c99ab01ee8a1581c4533e60a56a + (unique_ptr &&__u) noexcept + + + + unique_ptr + a06956.html + a2fb272347a3713d3fc8f99efd0e84c74 + (unique_ptr< _Up, _Ep > &&__u) noexcept + + + + ~unique_ptr + a06956.html + a934c3a2895f4ad9b413ee9132e949e81 + () noexcept + + + pointer + get + a06956.html + ae29eb2b7c551c69c98995fc04f895781 + () const noexcept + + + deleter_type & + get_deleter + a06956.html + a62f850d198437890dffea7a4e029602d + () noexcept + + + const deleter_type & + get_deleter + a06956.html + a0ce41e4825268546e4f1ecf5f5259af0 + () const noexcept + + + + operator bool + a06956.html + a9f21c10165ad856c5b6b2889b815a9bf + () const noexcept + + + add_lvalue_reference< element_type >::type + operator* + a06956.html + a8e080072591682c8d1fb2bf468f51188 + () const + + + pointer + operator-> + a06956.html + ad0486e6ff29eac8f1384948a4184e442 + () const noexcept + + + unique_ptr & + operator= + a06956.html + a0d690f8c5fd6b05f0ceb1dc04d79c821 + (unique_ptr &&__u) noexcept + + + enable_if< __and_< __safe_conversion_up< _Up, _Ep >, is_assignable< deleter_type &, _Ep && > >::value, unique_ptr & >::type + operator= + a06956.html + ada7596fc9242151849616db656f4224e + (unique_ptr< _Up, _Ep > &&__u) noexcept + + + unique_ptr & + operator= + a06956.html + a53f23836b9dcfc3558e768d48969a903 + (nullptr_t) noexcept + + + pointer + release + a06956.html + af40585665f237aca4a3364726b3fdb1d + () noexcept + + + void + reset + a06956.html + a0922a8f5a7c082e9495e43a0fab365da + (pointer __p=pointer()) noexcept + + + void + swap + a06956.html + a20128902c397043453a90db55f4ea276 + (unique_ptr &__u) noexcept + + + + std::unique_ptr< _Tp[], _Dp > + a06960.html + + + + constexpr + unique_ptr + a06960.html + a9859cac3b29cdfeff800f494f9b78033 + () noexcept + + + + unique_ptr + a06960.html + a9b85a5b6ae5d1af7307c74c5da9ae7cb + (_Up __p) noexcept + + + + unique_ptr + a06960.html + af1707d2984d27cf9418150402b6b5975 + (_Up __p, typename conditional< is_reference< deleter_type >::value, deleter_type, const deleter_type &>::type __d) noexcept + + + + unique_ptr + a06960.html + ad39e9de6121f10c864ed807005490dbf + (_Up __p, typename remove_reference< deleter_type >::type &&__d) noexcept + + + + unique_ptr + a06960.html + abaa91b570d0946df8322c0c0ef83fbc2 + (unique_ptr &&__u) noexcept + + + constexpr + unique_ptr + a06960.html + a34f28948f4448c4b4007ab5c2dcce23e + (nullptr_t) noexcept + + + + ~unique_ptr + a06960.html + ad72449163eef06200cd295de99c06922 + () + + + pointer + get + a06960.html + ae2bb3702a6fc7b95d94aae910735bb02 + () const noexcept + + + deleter_type & + get_deleter + a06960.html + acaf9cba008d88b768e2db347eb248bef + () noexcept + + + const deleter_type & + get_deleter + a06960.html + a6039b5ab2fa87950d9fbd644be0b841a + () const noexcept + + + + operator bool + a06960.html + a9e12d69878c17b4cbee312916f5b42e9 + () const noexcept + + + unique_ptr & + operator= + a06960.html + a6591772e73b9c09f47f348484995e811 + (unique_ptr &&__u) noexcept + + + enable_if< __and_< __safe_conversion_up< _Up, _Ep >, is_assignable< deleter_type &, _Ep && > >::value, unique_ptr & >::type + operator= + a06960.html + ac4e60274f821a367b846aaf799897792 + (unique_ptr< _Up, _Ep > &&__u) noexcept + + + unique_ptr & + operator= + a06960.html + ac873de4914a9d9182497101f8c66ac10 + (nullptr_t) noexcept + + + std::add_lvalue_reference< element_type >::type + operator[] + a06960.html + a6fb7ee5ca798c98fa24524f0df6edd59 + (size_t __i) const + + + pointer + release + a06960.html + a2738fbe9d4c7a5c93ae36f40ce4794f8 + () noexcept + + + void + reset + a06960.html + a4d205b7ff644487394c5bce1cbf6a6ac + (_Up __p) noexcept + + + void + swap + a06960.html + a6516afbc423bf1f13c37c3c0324fa0f9 + (unique_ptr &__u) noexcept + + + + std::unordered_map + a06988.html + _Key + _Tp + _Hash + _Pred + _Alloc + + _Hashtable::key_type + key_type + a06988.html + ac563e7804340b706c3efeca91157585b + + + + _Hashtable::value_type + value_type + a06988.html + af7e7d39b4a188c7aa535d0431ae8f14c + + + + _Hashtable::mapped_type + mapped_type + a06988.html + a6d830d6d91653672a6f20b748327622b + + + + _Hashtable::hasher + hasher + a06988.html + a917dcd56682abf611f68cb72cbfb7d3e + + + + _Hashtable::key_equal + key_equal + a06988.html + aab5cec3a4b8e6f4030f5baeacf92edbc + + + + _Hashtable::allocator_type + allocator_type + a06988.html + a434ca8d37d3262f336f06903abbd170b + + + + _Hashtable::pointer + pointer + a06988.html + ac0072ca4cb745124af7e8ae199b017c5 + + + + _Hashtable::const_pointer + const_pointer + a06988.html + a16fbc4a1f8abfebdee17e4d6303c03a3 + + + + _Hashtable::reference + reference + a06988.html + a3e1eaafb2b3f1f11809491426d373485 + + + + _Hashtable::const_reference + const_reference + a06988.html + aaa3ed5ea37fb02cd6a5eacf89409f52d + + + + _Hashtable::iterator + iterator + a06988.html + a0526d137ece77ce98d550cd2d6fd1816 + + + + _Hashtable::const_iterator + const_iterator + a06988.html + acb0e1b9ce26687d13dace99250f876e3 + + + + _Hashtable::local_iterator + local_iterator + a06988.html + aab940536a56eb520d8e7143ce5c4af3a + + + + _Hashtable::const_local_iterator + const_local_iterator + a06988.html + af0cb2cf999f96def015e87c3cca6691d + + + + _Hashtable::size_type + size_type + a06988.html + acefc3dbfc16b70562f92193d01156479 + + + + _Hashtable::difference_type + difference_type + a06988.html + aede8ad7332db3b16e68cec19c0dd963e + + + + + unordered_map + a06988.html + a6bc68dfdbfb4fe6917fe43aaec5385c6 + ()=default + + + + unordered_map + a06988.html + a743946b3813b8ec54b762a6edbae2934 + (size_type __n, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + + + + unordered_map + a06988.html + a94bb8e6f25731bdc01fb6c7b34022579 + (_InputIterator __first, _InputIterator __last, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + + + + unordered_map + a06988.html + a46d4ba7519835644688c2230f067a3e8 + (const unordered_map &)=default + + + + unordered_map + a06988.html + a5924b32a6e46f9deb426e02e524f7d23 + (unordered_map &&)=default + + + + unordered_map + a06988.html + ac2f6c6ba48b39f7e17b4760d809ebf26 + (const allocator_type &__a) + + + + unordered_map + a06988.html + acae490543303c7ea2365e5a53bc7d131 + (initializer_list< value_type > __l, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + + + iterator + begin + a06988.html + ac90866b0f04d5366339b63f8e26bde06 + () noexcept + + + local_iterator + begin + a06988.html + ae0eddd81ee3d218ade072a8becffaff6 + (size_type __n) + + + size_type + bucket_count + a06988.html + ac8a1a3c1d13adf8908c863a707fa40aa + () const noexcept + + + void + clear + a06988.html + a9728c777ec0429619531a26201560c18 + () noexcept + + + size_type + count + a06988.html + a4cbd19e5e859635c70822a7e1faa8e36 + (const key_type &__x) const + + + std::pair< iterator, bool > + emplace + a06988.html + aa2c22cafc2b6f068358049c8fdb7bda0 + (_Args &&... __args) + + + iterator + emplace_hint + a06988.html + af36454c8cd5831988060bdf85a4d4d6e + (const_iterator __pos, _Args &&... __args) + + + bool + empty + a06988.html + a4d72f478fb0cd05cc612e7ac746131ac + () const noexcept + + + iterator + end + a06988.html + a42872e15c417c6f944d019315553951e + () noexcept + + + local_iterator + end + a06988.html + ab91675efcde6f50894587cdb2037a4fc + (size_type __n) + + + size_type + erase + a06988.html + a56149c061cd4aca92d631f7ad5a5a737 + (const key_type &__x) + + + iterator + erase + a06988.html + a1b17775816c782568baefd357cd50e88 + (const_iterator __first, const_iterator __last) + + + allocator_type + get_allocator + a06988.html + a13808c3062786f090b1af63937f15963 + () const noexcept + + + hasher + hash_function + a06988.html + ac9588299378201162e3f7da7e7d30fdf + () const + + + void + insert + a06988.html + a0c40f8641ff4ca47fe2998a46404cf37 + (_InputIterator __first, _InputIterator __last) + + + void + insert + a06988.html + a191d1d95c2d102dc1057677df000aaec + (initializer_list< value_type > __l) + + + key_equal + key_eq + a06988.html + aa956e7eb800e72fbab9b54f3ef006d8e + () const + + + float + load_factor + a06988.html + add961e22f4549e2c94846946fbd25a7d + () const noexcept + + + size_type + max_bucket_count + a06988.html + af29f5a18a09a36adb720b6907e45eacd + () const noexcept + + + float + max_load_factor + a06988.html + ae2f58d908f2e03656fce158550d9ba73 + () const noexcept + + + void + max_load_factor + a06988.html + a0584274b6378b6d962debbe96f5c5cb6 + (float __z) + + + size_type + max_size + a06988.html + a695e48bcb2fa9e91ad07d3f7c45016dd + () const noexcept + + + unordered_map & + operator= + a06988.html + aca0525353d274a1abca19e123ca58702 + (const unordered_map &)=default + + + unordered_map & + operator= + a06988.html + a7d63494d15ed6c47df072d06d9608ca0 + (unordered_map &&)=default + + + unordered_map & + operator= + a06988.html + a46087d4d85698c13e7fe5e10f13821d1 + (initializer_list< value_type > __l) + + + void + rehash + a06988.html + af81fbed78a715d3c81e8c7655669c7e7 + (size_type __n) + + + void + reserve + a06988.html + a2eee23bd13796426f3018c8a9341202f + (size_type __n) + + + size_type + size + a06988.html + a7d1de2c7389176716aceeaba3b1c2bb7 + () const noexcept + + + void + swap + a06988.html + ae06bac0d1fbee8603ec2ac806950b1ba + (unordered_map &__x) noexcept(noexcept(_M_h.swap(__x._M_h))) + + + const_iterator + begin + a06988.html + a9d409d14c46998843b60af82785dfd80 + () const noexcept + + + const_iterator + cbegin + a06988.html + af9610ba94f6f17e7af50d7280638fa17 + () const noexcept + + + const_iterator + end + a06988.html + a6b763e0c9c40786e19c26f5fa97e3ab6 + () const noexcept + + + const_iterator + cend + a06988.html + ab862dadbaf3147cfc02bd383ed35e1f9 + () const noexcept + + + std::pair< iterator, bool > + insert + a06988.html + a047d2b3433747276ee6daa9eba154295 + (const value_type &__x) + + + std::pair< iterator, bool > + insert + a06988.html + a7c0355ec3da92acbbc429950e573e249 + (_Pair &&__x) + + + iterator + insert + a06988.html + a3eb7753105411145e2d8476cf300b348 + (const_iterator __hint, const value_type &__x) + + + iterator + insert + a06988.html + a46788631ce6026703e86c6e644a70bcb + (const_iterator __hint, _Pair &&__x) + + + iterator + erase + a06988.html + adef61b0f6b1e43cfdb648e247277ba00 + (const_iterator __position) + + + iterator + erase + a06988.html + ab04b983f5337e79f121f2df4bbaa283c + (iterator __position) + + + iterator + find + a06988.html + ad62fc2387c4fa4aefe228c14239f8c40 + (const key_type &__x) + + + const_iterator + find + a06988.html + a589217c1b2ed3f77f57aeb41d5192d0d + (const key_type &__x) const + + + std::pair< iterator, iterator > + equal_range + a06988.html + a301e117827c134ed289b5d19e5c8a36e + (const key_type &__x) + + + std::pair< const_iterator, const_iterator > + equal_range + a06988.html + a21e644ce722b02f5304757ea9be5b23e + (const key_type &__x) const + + + mapped_type & + operator[] + a06988.html + a2d7a21a98b09239b8745900308e63643 + (const key_type &__k) + + + mapped_type & + operator[] + a06988.html + a21d659d8a7b18d41726d04ed6451d1ce + (key_type &&__k) + + + mapped_type & + at + a06988.html + a801392267ec716837238015f8cefe60a + (const key_type &__k) + + + const mapped_type & + at + a06988.html + a1f78ebfeb9bf55bc807a075eb22cb2aa + (const key_type &__k) const + + + const_local_iterator + begin + a06988.html + a73cb0bbad75ff10a8493cdb155b81146 + (size_type __n) const + + + const_local_iterator + cbegin + a06988.html + a326f910adabc220031b93dc6b472b913 + (size_type __n) const + + + const_local_iterator + end + a06988.html + a606977180c30d7a49a36846a45f4e355 + (size_type __n) const + + + const_local_iterator + cend + a06988.html + a786093f27f238f88c21ecbfe11e27981 + (size_type __n) const + + + _Hashtable::key_type + key_type + a06988.html + ac563e7804340b706c3efeca91157585b + + + + _Hashtable::value_type + value_type + a06988.html + af7e7d39b4a188c7aa535d0431ae8f14c + + + + _Hashtable::mapped_type + mapped_type + a06988.html + a6d830d6d91653672a6f20b748327622b + + + + _Hashtable::hasher + hasher + a06988.html + a917dcd56682abf611f68cb72cbfb7d3e + + + + _Hashtable::key_equal + key_equal + a06988.html + aab5cec3a4b8e6f4030f5baeacf92edbc + + + + _Hashtable::allocator_type + allocator_type + a06988.html + a434ca8d37d3262f336f06903abbd170b + + + + _Hashtable::pointer + pointer + a06988.html + ac0072ca4cb745124af7e8ae199b017c5 + + + + _Hashtable::const_pointer + const_pointer + a06988.html + a16fbc4a1f8abfebdee17e4d6303c03a3 + + + + _Hashtable::reference + reference + a06988.html + a3e1eaafb2b3f1f11809491426d373485 + + + + _Hashtable::const_reference + const_reference + a06988.html + aaa3ed5ea37fb02cd6a5eacf89409f52d + + + + _Hashtable::iterator + iterator + a06988.html + a0526d137ece77ce98d550cd2d6fd1816 + + + + _Hashtable::const_iterator + const_iterator + a06988.html + acb0e1b9ce26687d13dace99250f876e3 + + + + _Hashtable::local_iterator + local_iterator + a06988.html + aab940536a56eb520d8e7143ce5c4af3a + + + + _Hashtable::const_local_iterator + const_local_iterator + a06988.html + af0cb2cf999f96def015e87c3cca6691d + + + + _Hashtable::size_type + size_type + a06988.html + acefc3dbfc16b70562f92193d01156479 + + + + _Hashtable::difference_type + difference_type + a06988.html + aede8ad7332db3b16e68cec19c0dd963e + + + + const_iterator + begin + a06988.html + a9d409d14c46998843b60af82785dfd80 + () const noexcept + + + const_iterator + cbegin + a06988.html + af9610ba94f6f17e7af50d7280638fa17 + () const noexcept + + + const_iterator + end + a06988.html + a6b763e0c9c40786e19c26f5fa97e3ab6 + () const noexcept + + + const_iterator + cend + a06988.html + ab862dadbaf3147cfc02bd383ed35e1f9 + () const noexcept + + + std::pair< iterator, bool > + insert + a06988.html + a047d2b3433747276ee6daa9eba154295 + (const value_type &__x) + + + std::pair< iterator, bool > + insert + a06988.html + a7c0355ec3da92acbbc429950e573e249 + (_Pair &&__x) + + + iterator + insert + a06988.html + a3eb7753105411145e2d8476cf300b348 + (const_iterator __hint, const value_type &__x) + + + iterator + insert + a06988.html + a46788631ce6026703e86c6e644a70bcb + (const_iterator __hint, _Pair &&__x) + + + iterator + erase + a06988.html + adef61b0f6b1e43cfdb648e247277ba00 + (const_iterator __position) + + + iterator + erase + a06988.html + ab04b983f5337e79f121f2df4bbaa283c + (iterator __position) + + + iterator + find + a06988.html + ad62fc2387c4fa4aefe228c14239f8c40 + (const key_type &__x) + + + const_iterator + find + a06988.html + a589217c1b2ed3f77f57aeb41d5192d0d + (const key_type &__x) const + + + std::pair< iterator, iterator > + equal_range + a06988.html + a301e117827c134ed289b5d19e5c8a36e + (const key_type &__x) + + + std::pair< const_iterator, const_iterator > + equal_range + a06988.html + a21e644ce722b02f5304757ea9be5b23e + (const key_type &__x) const + + + mapped_type & + operator[] + a06988.html + a2d7a21a98b09239b8745900308e63643 + (const key_type &__k) + + + mapped_type & + operator[] + a06988.html + a21d659d8a7b18d41726d04ed6451d1ce + (key_type &&__k) + + + mapped_type & + at + a06988.html + a801392267ec716837238015f8cefe60a + (const key_type &__k) + + + const mapped_type & + at + a06988.html + a1f78ebfeb9bf55bc807a075eb22cb2aa + (const key_type &__k) const + + + const_local_iterator + begin + a06988.html + a73cb0bbad75ff10a8493cdb155b81146 + (size_type __n) const + + + const_local_iterator + cbegin + a06988.html + a326f910adabc220031b93dc6b472b913 + (size_type __n) const + + + const_local_iterator + end + a06988.html + a606977180c30d7a49a36846a45f4e355 + (size_type __n) const + + + const_local_iterator + cend + a06988.html + a786093f27f238f88c21ecbfe11e27981 + (size_type __n) const + + + + std::unordered_multimap + a06984.html + _Key + _Tp + _Hash + _Pred + _Alloc + + _Hashtable::key_type + key_type + a06984.html + ae371392b325c1cdecb9bfdb891ee9fb0 + + + + _Hashtable::value_type + value_type + a06984.html + a4baa45433c393ecfab2c784b8de381e8 + + + + _Hashtable::mapped_type + mapped_type + a06984.html + a3e1544ab885cd443cf557eb35db830e8 + + + + _Hashtable::hasher + hasher + a06984.html + a8a087ced0dd9a5d8e57c101627b67fb6 + + + + _Hashtable::key_equal + key_equal + a06984.html + afabc6af09a31459a08760bcec32a0b6d + + + + _Hashtable::allocator_type + allocator_type + a06984.html + aab5213cbfd6797faef226b949240b8ec + + + + _Hashtable::pointer + pointer + a06984.html + aa9c05aec6bb3f18770d191869543334a + + + + _Hashtable::const_pointer + const_pointer + a06984.html + ac2aca480ec930cab8cee31638ec6aa0c + + + + _Hashtable::reference + reference + a06984.html + a08487e5381fd61795c61cfa0fed8e48f + + + + _Hashtable::const_reference + const_reference + a06984.html + a580c722f453604f50c163788a75fd6c3 + + + + _Hashtable::iterator + iterator + a06984.html + a0fffce26090303390cc7fce06b5f6615 + + + + _Hashtable::const_iterator + const_iterator + a06984.html + ac98a77485a1a68eaadb6a7c8b5d4b141 + + + + _Hashtable::local_iterator + local_iterator + a06984.html + a8cb5d0ca110f847b3fceed2d07472710 + + + + _Hashtable::const_local_iterator + const_local_iterator + a06984.html + ab04f4d4643b5de9638d2f5aaa31d94e5 + + + + _Hashtable::size_type + size_type + a06984.html + ab9e187c541bf3fe290dd21b514abd024 + + + + _Hashtable::difference_type + difference_type + a06984.html + ab91e542e87512944adfb13fcff51d7c8 + + + + + unordered_multimap + a06984.html + a722b99e1c15c3f0538bb6e2a2df15c32 + ()=default + + + + unordered_multimap + a06984.html + a4afc31e2217e4e10c6c821d38d9fa668 + (size_type __n, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + + + + unordered_multimap + a06984.html + a94fbf8cd5ee67d47203f4a01bb2d6568 + (_InputIterator __first, _InputIterator __last, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + + + + unordered_multimap + a06984.html + af3d147e18b9233f333c7cd4921fc4aa7 + (const unordered_multimap &)=default + + + + unordered_multimap + a06984.html + ab70b33e6e61485413fcb3bd22ac6d4ee + (unordered_multimap &&)=default + + + + unordered_multimap + a06984.html + ab7ecc0576cd505fe517ffbbae066d3d6 + (const allocator_type &__a) + + + + unordered_multimap + a06984.html + aa11b69676f9f379ea2274cd722fae38d + (initializer_list< value_type > __l, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + + + iterator + begin + a06984.html + a1e8a71d9534d9f9cf27de31a025a3053 + () noexcept + + + local_iterator + begin + a06984.html + a72025b859653a260f7e14bac43feae79 + (size_type __n) + + + size_type + bucket_count + a06984.html + a0c57013bd56a6fc373659c4e5807a64d + () const noexcept + + + void + clear + a06984.html + a96159c845937ab5729b5ed41a7ef6071 + () noexcept + + + size_type + count + a06984.html + a323e46db071ea6d46dca69efbbc4d075 + (const key_type &__x) const + + + iterator + emplace + a06984.html + a4d00357a4ca15a9cdffa4aef992859c8 + (_Args &&... __args) + + + iterator + emplace_hint + a06984.html + af7f415a309a77497c41538b60d358fed + (const_iterator __pos, _Args &&... __args) + + + bool + empty + a06984.html + ada14f82918a4a9fcfaf3c4ce218d1e70 + () const noexcept + + + iterator + end + a06984.html + a708a8efab9b1b9d8f1e41ca3ae2caaa5 + () noexcept + + + local_iterator + end + a06984.html + a4209ed9ce2c4549ded624445fa59416f + (size_type __n) + + + size_type + erase + a06984.html + a09397dfd53f29fdbc8809d37ab11b142 + (const key_type &__x) + + + iterator + erase + a06984.html + aa38e97c00a7b10fb37726206ebc57800 + (const_iterator __first, const_iterator __last) + + + allocator_type + get_allocator + a06984.html + afb20a72b3b3284f980ec948c79e3b59d + () const noexcept + + + hasher + hash_function + a06984.html + a208a268d709e23f97d5763d2f24de4f2 + () const + + + void + insert + a06984.html + a46f035c31a44c4051965af7868d40e77 + (_InputIterator __first, _InputIterator __last) + + + void + insert + a06984.html + acb1935806673ced5dae48aa64d8cabc3 + (initializer_list< value_type > __l) + + + key_equal + key_eq + a06984.html + a32226343bc7c4b8b0b14914fd3d105cb + () const + + + float + load_factor + a06984.html + a02888ba9dce21c5e16ba09734ebdb642 + () const noexcept + + + size_type + max_bucket_count + a06984.html + a193e48c36ac0f5888911cf991428a287 + () const noexcept + + + float + max_load_factor + a06984.html + a72250fbcb87cc6ea4998eb8f00465650 + () const noexcept + + + void + max_load_factor + a06984.html + afea08a0d2315df4b6da1318c74be7114 + (float __z) + + + size_type + max_size + a06984.html + accd0a24f61c8161dbd0fe216ead19142 + () const noexcept + + + unordered_multimap & + operator= + a06984.html + a04b3ff006b08f143403c12e743ced9b6 + (const unordered_multimap &)=default + + + unordered_multimap & + operator= + a06984.html + ac9f4a7b990b045b2709562eb6b7f9328 + (unordered_multimap &&)=default + + + unordered_multimap & + operator= + a06984.html + a1dd84e27aa97a782f79e757eadcd5461 + (initializer_list< value_type > __l) + + + void + rehash + a06984.html + ac9032d22474fc3c5ec4d0b74362b5f4e + (size_type __n) + + + void + reserve + a06984.html + a9167538c4058279e45627d0a68f3d030 + (size_type __n) + + + size_type + size + a06984.html + af02efb64c18107a5c4f13a1983cfa5a3 + () const noexcept + + + void + swap + a06984.html + ac8d3f27e1315796ddcc9b55378f90ce7 + (unordered_multimap &__x) noexcept(noexcept(_M_h.swap(__x._M_h))) + + + const_iterator + begin + a06984.html + a1fd8297776af120bf58bb6252562fc35 + () const noexcept + + + const_iterator + cbegin + a06984.html + ae1c99977950ad720b2b10f6daf6c31ab + () const noexcept + + + const_iterator + end + a06984.html + a0921ff9d001238f2f5b92f025378a37d + () const noexcept + + + const_iterator + cend + a06984.html + acc5c6d3a39a12f7d21e8886534eaa591 + () const noexcept + + + iterator + insert + a06984.html + a79303f819716015a95be11962dda3e53 + (const value_type &__x) + + + iterator + insert + a06984.html + a9644a1df197ed6de0b6f9a7f0a40ea65 + (_Pair &&__x) + + + iterator + insert + a06984.html + aeb4625ec1e0a22af00ccb220e4c7c7b2 + (const_iterator __hint, const value_type &__x) + + + iterator + insert + a06984.html + a4ad75b95b4d2d71e2d4cd27a9adc539d + (const_iterator __hint, _Pair &&__x) + + + iterator + erase + a06984.html + a671564fa7d5dd0e04b651e78861c89ba + (const_iterator __position) + + + iterator + erase + a06984.html + a08eec5ee5f497c48d356443110934fdd + (iterator __position) + + + iterator + find + a06984.html + a9f64e8fbc46b2fec76e96499ac91c8b6 + (const key_type &__x) + + + const_iterator + find + a06984.html + a3a54562ef76d4966a496b86691fdfb12 + (const key_type &__x) const + + + std::pair< iterator, iterator > + equal_range + a06984.html + a55b2bb934fcc4f41eaa67280c73ff1d5 + (const key_type &__x) + + + std::pair< const_iterator, const_iterator > + equal_range + a06984.html + a6c608c4a4f2041d5045df49143124cfa + (const key_type &__x) const + + + const_local_iterator + begin + a06984.html + aabce46436201e63f88dbebc168f9d84a + (size_type __n) const + + + const_local_iterator + cbegin + a06984.html + ad4f2132ee625dc5b3a48d28a495d552f + (size_type __n) const + + + const_local_iterator + end + a06984.html + aa7cd9ddc32c88838cfcd1f2cc53ae5ab + (size_type __n) const + + + const_local_iterator + cend + a06984.html + aeabc377e8c2f5b367388ee5e4e0aff99 + (size_type __n) const + + + _Hashtable::key_type + key_type + a06984.html + ae371392b325c1cdecb9bfdb891ee9fb0 + + + + _Hashtable::value_type + value_type + a06984.html + a4baa45433c393ecfab2c784b8de381e8 + + + + _Hashtable::mapped_type + mapped_type + a06984.html + a3e1544ab885cd443cf557eb35db830e8 + + + + _Hashtable::hasher + hasher + a06984.html + a8a087ced0dd9a5d8e57c101627b67fb6 + + + + _Hashtable::key_equal + key_equal + a06984.html + afabc6af09a31459a08760bcec32a0b6d + + + + _Hashtable::allocator_type + allocator_type + a06984.html + aab5213cbfd6797faef226b949240b8ec + + + + _Hashtable::pointer + pointer + a06984.html + aa9c05aec6bb3f18770d191869543334a + + + + _Hashtable::const_pointer + const_pointer + a06984.html + ac2aca480ec930cab8cee31638ec6aa0c + + + + _Hashtable::reference + reference + a06984.html + a08487e5381fd61795c61cfa0fed8e48f + + + + _Hashtable::const_reference + const_reference + a06984.html + a580c722f453604f50c163788a75fd6c3 + + + + _Hashtable::iterator + iterator + a06984.html + a0fffce26090303390cc7fce06b5f6615 + + + + _Hashtable::const_iterator + const_iterator + a06984.html + ac98a77485a1a68eaadb6a7c8b5d4b141 + + + + _Hashtable::local_iterator + local_iterator + a06984.html + a8cb5d0ca110f847b3fceed2d07472710 + + + + _Hashtable::const_local_iterator + const_local_iterator + a06984.html + ab04f4d4643b5de9638d2f5aaa31d94e5 + + + + _Hashtable::size_type + size_type + a06984.html + ab9e187c541bf3fe290dd21b514abd024 + + + + _Hashtable::difference_type + difference_type + a06984.html + ab91e542e87512944adfb13fcff51d7c8 + + + + const_iterator + begin + a06984.html + a1fd8297776af120bf58bb6252562fc35 + () const noexcept + + + const_iterator + cbegin + a06984.html + ae1c99977950ad720b2b10f6daf6c31ab + () const noexcept + + + const_iterator + end + a06984.html + a0921ff9d001238f2f5b92f025378a37d + () const noexcept + + + const_iterator + cend + a06984.html + acc5c6d3a39a12f7d21e8886534eaa591 + () const noexcept + + + iterator + insert + a06984.html + a79303f819716015a95be11962dda3e53 + (const value_type &__x) + + + iterator + insert + a06984.html + a9644a1df197ed6de0b6f9a7f0a40ea65 + (_Pair &&__x) + + + iterator + insert + a06984.html + aeb4625ec1e0a22af00ccb220e4c7c7b2 + (const_iterator __hint, const value_type &__x) + + + iterator + insert + a06984.html + a4ad75b95b4d2d71e2d4cd27a9adc539d + (const_iterator __hint, _Pair &&__x) + + + iterator + erase + a06984.html + a671564fa7d5dd0e04b651e78861c89ba + (const_iterator __position) + + + iterator + erase + a06984.html + a08eec5ee5f497c48d356443110934fdd + (iterator __position) + + + iterator + find + a06984.html + a9f64e8fbc46b2fec76e96499ac91c8b6 + (const key_type &__x) + + + const_iterator + find + a06984.html + a3a54562ef76d4966a496b86691fdfb12 + (const key_type &__x) const + + + std::pair< iterator, iterator > + equal_range + a06984.html + a55b2bb934fcc4f41eaa67280c73ff1d5 + (const key_type &__x) + + + std::pair< const_iterator, const_iterator > + equal_range + a06984.html + a6c608c4a4f2041d5045df49143124cfa + (const key_type &__x) const + + + const_local_iterator + begin + a06984.html + aabce46436201e63f88dbebc168f9d84a + (size_type __n) const + + + const_local_iterator + cbegin + a06984.html + ad4f2132ee625dc5b3a48d28a495d552f + (size_type __n) const + + + const_local_iterator + end + a06984.html + aa7cd9ddc32c88838cfcd1f2cc53ae5ab + (size_type __n) const + + + const_local_iterator + cend + a06984.html + aeabc377e8c2f5b367388ee5e4e0aff99 + (size_type __n) const + + + + std::unordered_multiset + a06992.html + _Value + _Hash + _Pred + _Alloc + + _Hashtable::key_type + key_type + a06992.html + a5728c1ad04495272ee1ee21fac011010 + + + + _Hashtable::value_type + value_type + a06992.html + a3b9af18ceb55369b7be262668119ff8c + + + + _Hashtable::hasher + hasher + a06992.html + ac241bbf11679cbce9942578ecc48d776 + + + + _Hashtable::key_equal + key_equal + a06992.html + afc4a4d64411a584ccf011a942a261bbe + + + + _Hashtable::allocator_type + allocator_type + a06992.html + a37fd3cf11429a513cea1f132c06e87df + + + + _Hashtable::pointer + pointer + a06992.html + a0fd1cffa71f49d5bcea5c9fa1cb36312 + + + + _Hashtable::const_pointer + const_pointer + a06992.html + aa107c9adeffdf499edd13a0a88ed8cbc + + + + _Hashtable::reference + reference + a06992.html + a81000aff43253d8859a4c59d35a89029 + + + + _Hashtable::const_reference + const_reference + a06992.html + ab16debc24d07c39201f4aaa943b8ba6d + + + + _Hashtable::iterator + iterator + a06992.html + ad30c938c0f7a7d7d78471da27420efc0 + + + + _Hashtable::const_iterator + const_iterator + a06992.html + a348726f7f2783583fee4bccee78e6ff4 + + + + _Hashtable::local_iterator + local_iterator + a06992.html + a2b13af1127b00c668e4e277c0053c2c3 + + + + _Hashtable::const_local_iterator + const_local_iterator + a06992.html + af3443472eeb3187e370e7c523c5df91e + + + + _Hashtable::size_type + size_type + a06992.html + a530f5c88d1e5082a61c5b38948e1cfdb + + + + _Hashtable::difference_type + difference_type + a06992.html + a0dfc41e4c0a1ec68c0e4ee0fba4783ee + + + + + unordered_multiset + a06992.html + a4a39eee2d0bdbeae8749868e6ca60bd7 + ()=default + + + + unordered_multiset + a06992.html + ac6084dcccef761538983acc055a3d106 + (size_type __n, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + + + + unordered_multiset + a06992.html + a342b7c9edfa273379f949beb9a00fd4a + (_InputIterator __first, _InputIterator __last, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + + + + unordered_multiset + a06992.html + af28603f1dbde8f14994bc35fba60f886 + (const unordered_multiset &)=default + + + + unordered_multiset + a06992.html + a805e863e360d7af26758cf6a2c98f21a + (unordered_multiset &&)=default + + + + unordered_multiset + a06992.html + a67d09e2826cd252504705969c1cbad8b + (initializer_list< value_type > __l, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + + + + unordered_multiset + a06992.html + a34d367c806730baf9a10261d5c2ce3b7 + (const allocator_type &__a) + + + size_type + bucket_count + a06992.html + a151a3546cd927736e1b7741fefd84387 + () const noexcept + + + const_iterator + cbegin + a06992.html + a8fefcc1326d2d85a00bf958f7086d4a1 + () const noexcept + + + const_iterator + cend + a06992.html + a2a6edd3b4b891c1c260d3001a6b1ffcb + () const noexcept + + + void + clear + a06992.html + a18e69290f6407ee6a2de58b005f4309e + () noexcept + + + size_type + count + a06992.html + a758853e33d8b9dae33851ee71b42b0c8 + (const key_type &__x) const + + + iterator + emplace + a06992.html + a31747dab6f248961de2668f292a18565 + (_Args &&... __args) + + + iterator + emplace_hint + a06992.html + a81c1d4a9ff7f0173466deb652ab4f10b + (const_iterator __pos, _Args &&... __args) + + + bool + empty + a06992.html + a207a38bb9677cfdae227e04467e71601 + () const noexcept + + + size_type + erase + a06992.html + af75d57a40e15b929ee8931d5894164fc + (const key_type &__x) + + + iterator + erase + a06992.html + a8d9f85005b81ca530aeeb413a38824ab + (const_iterator __first, const_iterator __last) + + + allocator_type + get_allocator + a06992.html + afa9b2af271d4a9c43401403d4b21a22f + () const noexcept + + + hasher + hash_function + a06992.html + a5d32e359f0a827adb05fd1c5e29362b3 + () const + + + void + insert + a06992.html + a914954becc1ec4a1bec63eafe11065e1 + (_InputIterator __first, _InputIterator __last) + + + void + insert + a06992.html + a0e45e9fa99b643fb6a79c4154c00dcb4 + (initializer_list< value_type > __l) + + + key_equal + key_eq + a06992.html + a9dfa97d099b1d96e80a72a94058ecc68 + () const + + + float + load_factor + a06992.html + a4105eeac8ec00dc431b408e8d046dd5e + () const noexcept + + + size_type + max_bucket_count + a06992.html + abc4c192168d4217376439dce87cf12a2 + () const noexcept + + + float + max_load_factor + a06992.html + a1d6af6a14a53c2709b072d6722ecf039 + () const noexcept + + + void + max_load_factor + a06992.html + aff0cd0917d69025d995dd401c1ec63a6 + (float __z) + + + size_type + max_size + a06992.html + af0cbbd14540e7875dd507533a959bf77 + () const noexcept + + + unordered_multiset & + operator= + a06992.html + a9e17536caf4f009c1a337cbdc65b10e4 + (const unordered_multiset &)=default + + + unordered_multiset & + operator= + a06992.html + abc404eb73cb8ffa4efb906fd400e476b + (unordered_multiset &&)=default + + + unordered_multiset & + operator= + a06992.html + adfc21fb29e21a666c726325bdbab7fd8 + (initializer_list< value_type > __l) + + + void + rehash + a06992.html + a12c1bfb9feb07236289dcf324b841d58 + (size_type __n) + + + void + reserve + a06992.html + aad33b09815e29fc00dba2408e91e3ed6 + (size_type __n) + + + size_type + size + a06992.html + acd836983ff93b793bf5404002ceac468 + () const noexcept + + + void + swap + a06992.html + a87b28725f19b4afc7e58d052bf07be2f + (unordered_multiset &__x) noexcept(noexcept(_M_h.swap(__x._M_h))) + + + iterator + begin + a06992.html + a06fc4f0351ccd36daf6b1595752c2e79 + () noexcept + + + const_iterator + begin + a06992.html + a8c5aa4088fd624fca11155a1a525c91a + () const noexcept + + + iterator + end + a06992.html + a8158b25dee0140da6e109a2592cec0eb + () noexcept + + + const_iterator + end + a06992.html + aaa3754e88e7218cbd97bad8024a9a20a + () const noexcept + + + iterator + insert + a06992.html + aa8ed787cbd107c6e469d92d0ab4d2836 + (const value_type &__x) + + + iterator + insert + a06992.html + aa888dc9e6ebd2d05342de7efac99e55c + (value_type &&__x) + + + iterator + insert + a06992.html + a0a7ead2d0db3cfaf291968f0967cf242 + (const_iterator __hint, const value_type &__x) + + + iterator + insert + a06992.html + aadc4a113c0ce8991df621858a74e063b + (const_iterator __hint, value_type &&__x) + + + iterator + erase + a06992.html + a7f56a12c1ac7a74ad413f075b58ddf09 + (const_iterator __position) + + + iterator + erase + a06992.html + ab3d07df2db9b602425527841d3e0e876 + (iterator __position) + + + iterator + find + a06992.html + a3abb4ae4616bf85eb3201d4488007420 + (const key_type &__x) + + + const_iterator + find + a06992.html + af99eeb8286c1266dba2e9155f8efe0b6 + (const key_type &__x) const + + + std::pair< iterator, iterator > + equal_range + a06992.html + a14673553f519f4299e97892aaff3becf + (const key_type &__x) + + + std::pair< const_iterator, const_iterator > + equal_range + a06992.html + a5c639624ebbe3e667dafad278f21ce05 + (const key_type &__x) const + + + local_iterator + begin + a06992.html + a145287d1f05692134d098be7d75be1e5 + (size_type __n) + + + const_local_iterator + begin + a06992.html + a317053819028a239c2a7611489bede4f + (size_type __n) const + + + const_local_iterator + cbegin + a06992.html + af211aacc4102c0ceb0814dd6c518e8ed + (size_type __n) const + + + local_iterator + end + a06992.html + adecae97e8a67ad9111c148bc6a85bde5 + (size_type __n) + + + const_local_iterator + end + a06992.html + a38af28f07b44fa8ef5ee3ee4d5886762 + (size_type __n) const + + + const_local_iterator + cend + a06992.html + abae4214954f75b08215d74344bc81562 + (size_type __n) const + + + _Hashtable::key_type + key_type + a06992.html + a5728c1ad04495272ee1ee21fac011010 + + + + _Hashtable::value_type + value_type + a06992.html + a3b9af18ceb55369b7be262668119ff8c + + + + _Hashtable::hasher + hasher + a06992.html + ac241bbf11679cbce9942578ecc48d776 + + + + _Hashtable::key_equal + key_equal + a06992.html + afc4a4d64411a584ccf011a942a261bbe + + + + _Hashtable::allocator_type + allocator_type + a06992.html + a37fd3cf11429a513cea1f132c06e87df + + + + _Hashtable::pointer + pointer + a06992.html + a0fd1cffa71f49d5bcea5c9fa1cb36312 + + + + _Hashtable::const_pointer + const_pointer + a06992.html + aa107c9adeffdf499edd13a0a88ed8cbc + + + + _Hashtable::reference + reference + a06992.html + a81000aff43253d8859a4c59d35a89029 + + + + _Hashtable::const_reference + const_reference + a06992.html + ab16debc24d07c39201f4aaa943b8ba6d + + + + _Hashtable::iterator + iterator + a06992.html + ad30c938c0f7a7d7d78471da27420efc0 + + + + _Hashtable::const_iterator + const_iterator + a06992.html + a348726f7f2783583fee4bccee78e6ff4 + + + + _Hashtable::local_iterator + local_iterator + a06992.html + a2b13af1127b00c668e4e277c0053c2c3 + + + + _Hashtable::const_local_iterator + const_local_iterator + a06992.html + af3443472eeb3187e370e7c523c5df91e + + + + _Hashtable::size_type + size_type + a06992.html + a530f5c88d1e5082a61c5b38948e1cfdb + + + + _Hashtable::difference_type + difference_type + a06992.html + a0dfc41e4c0a1ec68c0e4ee0fba4783ee + + + + iterator + begin + a06992.html + a06fc4f0351ccd36daf6b1595752c2e79 + () noexcept + + + const_iterator + begin + a06992.html + a8c5aa4088fd624fca11155a1a525c91a + () const noexcept + + + iterator + end + a06992.html + a8158b25dee0140da6e109a2592cec0eb + () noexcept + + + const_iterator + end + a06992.html + aaa3754e88e7218cbd97bad8024a9a20a + () const noexcept + + + iterator + insert + a06992.html + aa8ed787cbd107c6e469d92d0ab4d2836 + (const value_type &__x) + + + iterator + insert + a06992.html + aa888dc9e6ebd2d05342de7efac99e55c + (value_type &&__x) + + + iterator + insert + a06992.html + a0a7ead2d0db3cfaf291968f0967cf242 + (const_iterator __hint, const value_type &__x) + + + iterator + insert + a06992.html + aadc4a113c0ce8991df621858a74e063b + (const_iterator __hint, value_type &&__x) + + + iterator + erase + a06992.html + a7f56a12c1ac7a74ad413f075b58ddf09 + (const_iterator __position) + + + iterator + erase + a06992.html + ab3d07df2db9b602425527841d3e0e876 + (iterator __position) + + + iterator + find + a06992.html + a3abb4ae4616bf85eb3201d4488007420 + (const key_type &__x) + + + const_iterator + find + a06992.html + af99eeb8286c1266dba2e9155f8efe0b6 + (const key_type &__x) const + + + std::pair< iterator, iterator > + equal_range + a06992.html + a14673553f519f4299e97892aaff3becf + (const key_type &__x) + + + std::pair< const_iterator, const_iterator > + equal_range + a06992.html + a5c639624ebbe3e667dafad278f21ce05 + (const key_type &__x) const + + + local_iterator + begin + a06992.html + a145287d1f05692134d098be7d75be1e5 + (size_type __n) + + + const_local_iterator + begin + a06992.html + a317053819028a239c2a7611489bede4f + (size_type __n) const + + + const_local_iterator + cbegin + a06992.html + af211aacc4102c0ceb0814dd6c518e8ed + (size_type __n) const + + + local_iterator + end + a06992.html + adecae97e8a67ad9111c148bc6a85bde5 + (size_type __n) + + + const_local_iterator + end + a06992.html + a38af28f07b44fa8ef5ee3ee4d5886762 + (size_type __n) const + + + const_local_iterator + cend + a06992.html + abae4214954f75b08215d74344bc81562 + (size_type __n) const + + + + std::unordered_set + a06996.html + _Value + _Hash + _Pred + _Alloc + + _Hashtable::key_type + key_type + a06996.html + a1f83ff00c35e85978dced4fb3ff6772e + + + + _Hashtable::value_type + value_type + a06996.html + a14e45fe3da6c5bb759688d5aed9183ff + + + + _Hashtable::hasher + hasher + a06996.html + a3dcd37e44a7c63ca0b0b1a61d3d074d7 + + + + _Hashtable::key_equal + key_equal + a06996.html + a721448c1c7b74465ccfcd51d86a9400c + + + + _Hashtable::allocator_type + allocator_type + a06996.html + a9bba281b4f65b14513a532e398d37642 + + + + _Hashtable::pointer + pointer + a06996.html + af18aca91916dd9537f3c33cd7746b0f4 + + + + _Hashtable::const_pointer + const_pointer + a06996.html + a64c2420ac682e15e195863aecf2bcb8b + + + + _Hashtable::reference + reference + a06996.html + a111a313624cf9219526288500218d406 + + + + _Hashtable::const_reference + const_reference + a06996.html + a795d0f609bd9032858d61acc386ee11a + + + + _Hashtable::iterator + iterator + a06996.html + a02fe876578c29d71f3b0e63ae959fc9e + + + + _Hashtable::const_iterator + const_iterator + a06996.html + a77ac106cb24d3c809aa1dac59b508f46 + + + + _Hashtable::local_iterator + local_iterator + a06996.html + a41daefac0150734553a1b8ae994520e6 + + + + _Hashtable::const_local_iterator + const_local_iterator + a06996.html + ad71108e3e7466e69cf84def961574aec + + + + _Hashtable::size_type + size_type + a06996.html + a489606b8c31cc86a461912f292dac389 + + + + _Hashtable::difference_type + difference_type + a06996.html + a78081fffb25f4c7c28a59c7cf4218c51 + + + + + unordered_set + a06996.html + aace23136ea294ea67dcfe292b896b110 + ()=default + + + + unordered_set + a06996.html + aca41292a5bd6091c80f15eb124d35b05 + (size_type __n, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + + + + unordered_set + a06996.html + adbea625ce309dd45648ae7d2d2fae5ad + (_InputIterator __first, _InputIterator __last, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + + + + unordered_set + a06996.html + a815061eb273a5be6b49a311e755262e4 + (const unordered_set &)=default + + + + unordered_set + a06996.html + a56d5c94753b23d219090f7dba60fac59 + (unordered_set &&)=default + + + + unordered_set + a06996.html + a5d4ca5472cfe1e526ea39765ef1eba0c + (const allocator_type &__a) + + + + unordered_set + a06996.html + a060e030a56e63250f388344e5888702a + (initializer_list< value_type > __l, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + + + size_type + bucket_count + a06996.html + ae5b2e99866a8b463ab6f9fe577f08297 + () const noexcept + + + const_iterator + cbegin + a06996.html + a4bc73af25660f155f196c73298073f27 + () const noexcept + + + const_iterator + cend + a06996.html + a155f3d6e9b8a3a59bb03969355ae5f73 + () const noexcept + + + void + clear + a06996.html + ad8049c5e823b2e158de097c48b4bcb0d + () noexcept + + + size_type + count + a06996.html + a1f89dfe5f4807151e3829f060b103efc + (const key_type &__x) const + + + std::pair< iterator, bool > + emplace + a06996.html + ae5af2f1d8d0746c3db3357561a73c6f7 + (_Args &&... __args) + + + iterator + emplace_hint + a06996.html + a8d66aca929c29059391648628f2e250b + (const_iterator __pos, _Args &&... __args) + + + bool + empty + a06996.html + a4e8d8d725e5ce055255edf7f58bbf726 + () const noexcept + + + size_type + erase + a06996.html + ac935f6a3b65fe0e5629ada1699c86868 + (const key_type &__x) + + + iterator + erase + a06996.html + acd7b3eed2fde01c393da9d14f1aa03b9 + (const_iterator __first, const_iterator __last) + + + allocator_type + get_allocator + a06996.html + acf6e31142497379c81e5853765ffd9a4 + () const noexcept + + + hasher + hash_function + a06996.html + a7e199daf0d314f4d3e72f1e694571a8b + () const + + + void + insert + a06996.html + ab8d7bdf04f958f040cfd842c6e2d7b6b + (_InputIterator __first, _InputIterator __last) + + + void + insert + a06996.html + adaa06dc3ca7393564cf03ce38cbe5d74 + (initializer_list< value_type > __l) + + + key_equal + key_eq + a06996.html + a91423e12bcd7c66a7b92c919af9e61a2 + () const + + + float + load_factor + a06996.html + a6e7300347a4173c3ad35217600d28f50 + () const noexcept + + + size_type + max_bucket_count + a06996.html + afc90e16afa79bd929b49590dc8637b00 + () const noexcept + + + float + max_load_factor + a06996.html + ac182f2597af135950bfc3b1cd09575ec + () const noexcept + + + void + max_load_factor + a06996.html + a086929d624211470ff2b20a0ba23a86d + (float __z) + + + size_type + max_size + a06996.html + afbad50ec9cd24208c2b33f35aa50f371 + () const noexcept + + + unordered_set & + operator= + a06996.html + a28b4eb4e12733c87d05ecd05c23e4269 + (const unordered_set &)=default + + + unordered_set & + operator= + a06996.html + ae40948838a04772d6e2e0281ccbde1f3 + (unordered_set &&)=default + + + unordered_set & + operator= + a06996.html + a3c34d8e0d4bfc8c91c4b54b5199edc04 + (initializer_list< value_type > __l) + + + void + rehash + a06996.html + a6f3606a68d349ec1e1e5de56116a39fd + (size_type __n) + + + void + reserve + a06996.html + aeb44171c81ee124bbb21a113ff318530 + (size_type __n) + + + size_type + size + a06996.html + a73ec5052e45a7a980d1968a0805a32dd + () const noexcept + + + void + swap + a06996.html + a688f24d7010519e2bfa001db6fe180e7 + (unordered_set &__x) noexcept(noexcept(_M_h.swap(__x._M_h))) + + + iterator + begin + a06996.html + af200bc1dbcbedeabebd796791807ae31 + () noexcept + + + const_iterator + begin + a06996.html + a3d563863f9fd94aa7573fecb9c027c23 + () const noexcept + + + iterator + end + a06996.html + aa28c45008761a27eecdaeefaab68fa0e + () noexcept + + + const_iterator + end + a06996.html + a9ead8905955f0942591a17d70f8405c8 + () const noexcept + + + std::pair< iterator, bool > + insert + a06996.html + ac9fa0bc82f5e6fae38a8d225f468608d + (const value_type &__x) + + + std::pair< iterator, bool > + insert + a06996.html + abc0147e25845cc780f71f1b14cd41cce + (value_type &&__x) + + + iterator + insert + a06996.html + a6b211cbe01ddf94104caf45b393ae933 + (const_iterator __hint, const value_type &__x) + + + iterator + insert + a06996.html + a9e27a7160d0253be3bc02bf9c2fd4d62 + (const_iterator __hint, value_type &&__x) + + + iterator + erase + a06996.html + acef2fe55c494314acad1104ba1488cf6 + (const_iterator __position) + + + iterator + erase + a06996.html + a5475af91b7b075f1315091b522eacd3e + (iterator __position) + + + iterator + find + a06996.html + af673d30d52e825e4f8da4c8770f0589b + (const key_type &__x) + + + const_iterator + find + a06996.html + a1f05b3fd1a72e6b246b0e5ce8d0937cf + (const key_type &__x) const + + + std::pair< iterator, iterator > + equal_range + a06996.html + ae91bd4ef581ac83337d7cced559349e2 + (const key_type &__x) + + + std::pair< const_iterator, const_iterator > + equal_range + a06996.html + ae5f593da6d71d91fb83d2e6023ad8d87 + (const key_type &__x) const + + + local_iterator + begin + a06996.html + aab994b1b759354f0bdd30f6e04b86b68 + (size_type __n) + + + const_local_iterator + begin + a06996.html + a28389b5527a3ee6a52adc2ee72e67029 + (size_type __n) const + + + const_local_iterator + cbegin + a06996.html + a30a15b1c31e75c9cfd56a4b3f24fe1ce + (size_type __n) const + + + local_iterator + end + a06996.html + a70a807c039d620efcfd2b96048c3471a + (size_type __n) + + + const_local_iterator + end + a06996.html + a124d7201aeadabc2a92e74fde00ec347 + (size_type __n) const + + + const_local_iterator + cend + a06996.html + a5f19f51483e14e3006bf1d6c0c7ec00a + (size_type __n) const + + + _Hashtable::key_type + key_type + a06996.html + a1f83ff00c35e85978dced4fb3ff6772e + + + + _Hashtable::value_type + value_type + a06996.html + a14e45fe3da6c5bb759688d5aed9183ff + + + + _Hashtable::hasher + hasher + a06996.html + a3dcd37e44a7c63ca0b0b1a61d3d074d7 + + + + _Hashtable::key_equal + key_equal + a06996.html + a721448c1c7b74465ccfcd51d86a9400c + + + + _Hashtable::allocator_type + allocator_type + a06996.html + a9bba281b4f65b14513a532e398d37642 + + + + _Hashtable::pointer + pointer + a06996.html + af18aca91916dd9537f3c33cd7746b0f4 + + + + _Hashtable::const_pointer + const_pointer + a06996.html + a64c2420ac682e15e195863aecf2bcb8b + + + + _Hashtable::reference + reference + a06996.html + a111a313624cf9219526288500218d406 + + + + _Hashtable::const_reference + const_reference + a06996.html + a795d0f609bd9032858d61acc386ee11a + + + + _Hashtable::iterator + iterator + a06996.html + a02fe876578c29d71f3b0e63ae959fc9e + + + + _Hashtable::const_iterator + const_iterator + a06996.html + a77ac106cb24d3c809aa1dac59b508f46 + + + + _Hashtable::local_iterator + local_iterator + a06996.html + a41daefac0150734553a1b8ae994520e6 + + + + _Hashtable::const_local_iterator + const_local_iterator + a06996.html + ad71108e3e7466e69cf84def961574aec + + + + _Hashtable::size_type + size_type + a06996.html + a489606b8c31cc86a461912f292dac389 + + + + _Hashtable::difference_type + difference_type + a06996.html + a78081fffb25f4c7c28a59c7cf4218c51 + + + + iterator + begin + a06996.html + af200bc1dbcbedeabebd796791807ae31 + () noexcept + + + const_iterator + begin + a06996.html + a3d563863f9fd94aa7573fecb9c027c23 + () const noexcept + + + iterator + end + a06996.html + aa28c45008761a27eecdaeefaab68fa0e + () noexcept + + + const_iterator + end + a06996.html + a9ead8905955f0942591a17d70f8405c8 + () const noexcept + + + std::pair< iterator, bool > + insert + a06996.html + ac9fa0bc82f5e6fae38a8d225f468608d + (const value_type &__x) + + + std::pair< iterator, bool > + insert + a06996.html + abc0147e25845cc780f71f1b14cd41cce + (value_type &&__x) + + + iterator + insert + a06996.html + a6b211cbe01ddf94104caf45b393ae933 + (const_iterator __hint, const value_type &__x) + + + iterator + insert + a06996.html + a9e27a7160d0253be3bc02bf9c2fd4d62 + (const_iterator __hint, value_type &&__x) + + + iterator + erase + a06996.html + acef2fe55c494314acad1104ba1488cf6 + (const_iterator __position) + + + iterator + erase + a06996.html + a5475af91b7b075f1315091b522eacd3e + (iterator __position) + + + iterator + find + a06996.html + af673d30d52e825e4f8da4c8770f0589b + (const key_type &__x) + + + const_iterator + find + a06996.html + a1f05b3fd1a72e6b246b0e5ce8d0937cf + (const key_type &__x) const + + + std::pair< iterator, iterator > + equal_range + a06996.html + ae91bd4ef581ac83337d7cced559349e2 + (const key_type &__x) + + + std::pair< const_iterator, const_iterator > + equal_range + a06996.html + ae5f593da6d71d91fb83d2e6023ad8d87 + (const key_type &__x) const + + + local_iterator + begin + a06996.html + aab994b1b759354f0bdd30f6e04b86b68 + (size_type __n) + + + const_local_iterator + begin + a06996.html + a28389b5527a3ee6a52adc2ee72e67029 + (size_type __n) const + + + const_local_iterator + cbegin + a06996.html + a30a15b1c31e75c9cfd56a4b3f24fe1ce + (size_type __n) const + + + local_iterator + end + a06996.html + a70a807c039d620efcfd2b96048c3471a + (size_type __n) + + + const_local_iterator + end + a06996.html + a124d7201aeadabc2a92e74fde00ec347 + (size_type __n) const + + + const_local_iterator + cend + a06996.html + a5f19f51483e14e3006bf1d6c0c7ec00a + (size_type __n) const + + + + std::uses_allocator + a05120.html + + + + + std::uses_allocator< tuple< _Types... >, _Alloc > + a03144.html + _Types + + std::integral_constant + + + std::valarray + a03748.html + _Tp + + + valarray + a01484.html + ga86cb8edd85b0f415ff434169746203b8 + () + + + + valarray + a01484.html + ga97d87db7cf732f6df07a4bc214ab1b6c + (size_t) + + + + valarray + a01484.html + gaa3081177498d05f233dc919b723ac7ca + (const _Tp &, size_t) + + + + valarray + a03748.html + a1ec188c5bae0bf1ee212da704cc1dc7a + (const _Tp *__restrict__, size_t) + + + + valarray + a01484.html + gaa097c18bfb82fa18eb77d561e3f3220d + (const valarray &) + + + + valarray + a01484.html + gacaf590f7e44f9aa8d247c026f2c6685a + (valarray &&) noexcept + + + + valarray + a01484.html + gaa67c616cc84294b4ecfe9492e673e937 + (const slice_array< _Tp > &) + + + + valarray + a01484.html + ga41d41b2154090e3aa77b2a8c8c1eafe2 + (const gslice_array< _Tp > &) + + + + valarray + a01484.html + ga341e360faf03730a2ad4ddb98bb84caa + (const mask_array< _Tp > &) + + + + valarray + a01484.html + ga4440404083086817b9e50ddecfa604fb + (const indirect_array< _Tp > &) + + + + valarray + a01484.html + gaa0445cb9da95df6871ea1c2b625aedf7 + (initializer_list< _Tp >) + + + _Expr< _ValFunClos< _ValArray, _Tp >, _Tp > + apply + a01484.html + ga6187e472096936d517db9cd9851fc107 + (_Tp func(_Tp)) const + + + _Expr< _RefFunClos< _ValArray, _Tp >, _Tp > + apply + a01484.html + ga4fc494f4aee2efb200793044d68658c5 + (_Tp func(const _Tp &)) const + + + valarray< _Tp > + cshift + a01484.html + ga5763723f8e15f612889a2d93625649db + (int __n) const + + + _Tp + max + a01484.html + ga4e66ea69757ab2d6193e385c919e6f71 + () const + + + _Tp + min + a01484.html + ga41cf9f2fac24470499589628f657be67 + () const + + + valarray< _Tp > & + operator &= + a01484.html + ga6eacabfbf6099e64331966308185f957 + (const _Tp &) + + + valarray< _Tp > & + operator &= + a01484.html + gafc4fe2eb569b9bca46e799f3ecb0609c + (const valarray< _Tp > &) + + + _UnaryOp< __logical_not >::_Rt + operator! + a01484.html + ga8ae9cabed8e455713324dacd39bedef1 + () const + + + valarray< _Tp > & + operator%= + a01484.html + ga64fd546424cb6eb21396e7049fb2c17e + (const _Tp &) + + + valarray< _Tp > & + operator%= + a01484.html + gadc5edf2598de6c9bbfe67c8cdc7ff3ab + (const valarray< _Tp > &) + + + valarray< _Tp > & + operator*= + a01484.html + ga345cd13171b5d52efb4979a1b3930ea6 + (const _Tp &) + + + valarray< _Tp > & + operator*= + a01484.html + gab5a419c3673c284962634894e9c1fc20 + (const valarray< _Tp > &) + + + _UnaryOp< __unary_plus >::_Rt + operator+ + a01484.html + ga33a3a90827549220500c99f95b095816 + () const + + + valarray< _Tp > & + operator+= + a01484.html + ga75cc5c668aaade5ccc50b199d789e191 + (const _Tp &) + + + valarray< _Tp > & + operator+= + a01484.html + ga8b82cbb5b9eafa8c1fc86ae8678e1f36 + (const valarray< _Tp > &) + + + _UnaryOp< __negate >::_Rt + operator- + a01484.html + ga028b49a6d0cf1f6afa48149603d953b2 + () const + + + valarray< _Tp > & + operator-= + a01484.html + ga4667f35667105d1ec1aa3e763c503cd4 + (const _Tp &) + + + valarray< _Tp > & + operator-= + a01484.html + ga5e7ec75f9c2dd61177a35d939ce85f11 + (const valarray< _Tp > &) + + + valarray< _Tp > & + operator/= + a01484.html + ga15f95c715e3a16e30ff24477ccf4e502 + (const _Tp &) + + + valarray< _Tp > & + operator/= + a01484.html + ga4572c21b07ac304ac9d7062d2f5ae160 + (const valarray< _Tp > &) + + + valarray< _Tp > & + operator<<= + a01484.html + ga435a2811affb685f15934a9204bed29e + (const _Tp &) + + + valarray< _Tp > & + operator<<= + a01484.html + ga9635c78d05a1fcbc22885223c1432f25 + (const valarray< _Tp > &) + + + valarray< _Tp > & + operator= + a01484.html + gafd9682220fbb71cdd3780fb0b80a7840 + (const valarray< _Tp > &__v) + + + valarray< _Tp > & + operator= + a01484.html + ga0b40ea6b05b21b6506d3541205bbfe64 + (valarray< _Tp > &&__v) noexcept + + + valarray< _Tp > & + operator= + a01484.html + ga80a24d05a21101fb1e8f32d7617b349a + (const _Tp &__t) + + + valarray< _Tp > & + operator= + a01484.html + ga708c338c38f644c83fb4440add0a7f82 + (const slice_array< _Tp > &__sa) + + + valarray< _Tp > & + operator= + a01484.html + ga975285295867516982cbd04e5416ca33 + (const gslice_array< _Tp > &__ga) + + + valarray< _Tp > & + operator= + a01484.html + ga008f37655c6e6e55b37c9b46efd259c1 + (const mask_array< _Tp > &__ma) + + + valarray< _Tp > & + operator= + a01484.html + gad58ef4619934cdeccb9b476c6e8ccceb + (const indirect_array< _Tp > &__ia) + + + valarray & + operator= + a01484.html + ga781c3cfba5752871b9b8df2717f3d301 + (initializer_list< _Tp > __l) + + + valarray< _Tp > & + operator>>= + a01484.html + ga5ce6f32c286043434e864d28271f2069 + (const _Tp &) + + + valarray< _Tp > & + operator>>= + a01484.html + ga7f2a41abd2f316f4de7942652da2410d + (const valarray< _Tp > &) + + + _Tp & + operator[] + a01484.html + ga2325176078e58966124ec919df2b1eb4 + (size_t __i) + + + _Expr< _SClos< _ValArray, _Tp >, _Tp > + operator[] + a01484.html + ga5e86bbdb258433295ab39596449a5f7e + (slice __s) const + + + slice_array< _Tp > + operator[] + a01484.html + gad5394a15e9c7edd4ecece4534d3c3ba3 + (slice __s) + + + _Expr< _GClos< _ValArray, _Tp >, _Tp > + operator[] + a01484.html + ga28ef76e86bd06a99b58af17899554590 + (const gslice &__s) const + + + gslice_array< _Tp > + operator[] + a01484.html + gae5e23cc8dbbeee72c16868aad85731ba + (const gslice &__s) + + + valarray< _Tp > + operator[] + a01484.html + ga8f454eb267fee574dadea61b69b94d31 + (const valarray< bool > &__m) const + + + mask_array< _Tp > + operator[] + a01484.html + ga24fb191ad805190686652a3a8bf7169b + (const valarray< bool > &__m) + + + _Expr< _IClos< _ValArray, _Tp >, _Tp > + operator[] + a01484.html + ga2d1a225784345f3c5eb3e94e984e5e00 + (const valarray< size_t > &__i) const + + + indirect_array< _Tp > + operator[] + a01484.html + gafcd1719464554185069224f2fd837de3 + (const valarray< size_t > &__i) + + + valarray< _Tp > & + operator^= + a01484.html + ga12372c525f0ae4cdeb7180c7337b57ed + (const _Tp &) + + + valarray< _Tp > & + operator^= + a01484.html + ga945c098affa36e4df42895bca9937b61 + (const valarray< _Tp > &) + + + valarray< _Tp > & + operator|= + a01484.html + gaf20cc6bf249d338dd1fdb26f4363ee2e + (const _Tp &) + + + valarray< _Tp > & + operator|= + a01484.html + ga2082939513c0702ce488c2dc27e98951 + (const valarray< _Tp > &) + + + _UnaryOp< __bitwise_not >::_Rt + operator~ + a01484.html + ga88b2ec0fbd1864a99c09d24f5b39e16d + () const + + + void + resize + a01484.html + ga8f9fdb05edd4a7364dec8a5e9ae2a0bb + (size_t __size, _Tp __c=_Tp()) + + + valarray< _Tp > + shift + a01484.html + gaebe5d7bc4dea9740cdbb03d36a3e4521 + (int __n) const + + + size_t + size + a01484.html + ga351ffb24ad6654f7f5f8b10731fc8c95 + () const + + + _Tp + sum + a01484.html + gabf296b8981ebb3c123b3ba99e753598f + () const + + + void + swap + a01484.html + ga6033c5c6f21fed896e5ff6a06bba62b9 + (valarray< _Tp > &__v) noexcept + + + + std::vector + a06912.html + _Tp + _Alloc + std::_Vector_base + + + vector + a06912.html + a67a4f190d61c7b35fa951357cf96a10f + () noexcept(is_nothrow_default_constructible< _Alloc >::value) + + + + vector + a06912.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept + + + + vector + a06912.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) + + + + vector + a06912.html + a928812d75ac8e43de2346603cfef2d4b + (vector &&__x) noexcept + + + + vector + a06912.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) + + + + vector + a06912.html + affbc2a0599ddf5a0e87475e4e65775a0 + (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + + + + vector + a06912.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~vector + a06912.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + const_iterator + begin + a06912.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + const_iterator + cbegin + a06912.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept + + + const_iterator + cend + a06912.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + _Tp * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06912.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + const_iterator + end + a06912.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06912.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept + + + vector & + operator= + a06912.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) + + + vector & + operator= + a06912.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + + + vector & + operator= + a06912.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + size_type + size + a06912.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + + std::vector< bool, _Alloc > + a06352.html + + + + std::wbuffer_convert + a04980.html + + + + basic_streambuf< _Elem, _Tr > + + _Elem + char_type + a02568.html + a38ad1721a50a96c7d37d51a3f858a0cf + + + + _Tr + traits_type + a02568.html + ab3220592ca0efc72cf87e58cdc696bd6 + + + + traits_type::int_type + int_type + a02568.html + a1c1565d5b66e703de4d9a8aef4957a8b + + + + traits_type::pos_type + pos_type + a02568.html + a5bc758d8b84fa134386d3ab683b880aa + + + + traits_type::off_type + off_type + a02568.html + ae0d813da6c3d39659299a6e7831ae265 + + + + basic_streambuf< char_type, traits_type > + __streambuf_type + a02568.html + a20adcc1bccab9fa3678b34e078e59e8c + + + + + wbuffer_convert + a04980.html + aeebee6394d9457c58d3a1a3a759d4ad4 + (streambuf *__bytebuf=0, _Codecvt *__pcvt=new _Codecvt, state_type __state=state_type()) + + + locale + getloc + a02568.html + a09508701b27d68740a5473d096437f65 + () const + + + streamsize + in_avail + a02568.html + a924a684fe2a6844d766e25f4051b705c + () + + + locale + pubimbue + a02568.html + a8e7a46a08c85184d8b6ea1e5d87b7736 + (const locale &__loc) + + + int_type + sbumpc + a02568.html + a72d8037e21ad370e3643ff3c865f91f9 + () + + + int_type + sgetc + a02568.html + ac773fb2c87cf938fb6eb89c987f8e04e + () + + + streamsize + sgetn + a02568.html + a7cfb11ce1eb1a31cf82d7a876c35351b + (char_type *__s, streamsize __n) + + + int_type + snextc + a02568.html + a6d281db46069df3043b566f10e5397b2 + () + + + int_type + sputbackc + a02568.html + ae77ef8a76529317abdc2e6a66336e3ec + (char_type __c) + + + int_type + sputc + a02568.html + af3504dac5b4cd940dbce97ddc5ed0c25 + (char_type __c) + + + streamsize + sputn + a02568.html + a5d2917460a0283e7e2ff51940704ca95 + (const char_type *__s, streamsize __n) + + + state_type + state + a04980.html + a9d0d2e818e6d6cc0b32e86c984561e6f + () const noexcept + + + int_type + sungetc + a02568.html + a8d42bd5b22d246f15a8dd0a8614c0e3f + () + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + void + gbump + a02568.html + a9d130ff289d2617954156378a79dbdc0 + (int __n) + + + virtual void + imbue + a02568.html + a70048277614282b8631e5fbf3106093e + (const locale &__loc) + + + _Wide_streambuf::int_type + overflow + a04980.html + aff5d3070a9dd1b319ec0c8cb47d202dd + (typename _Wide_streambuf::int_type __out) + + + virtual int_type + pbackfail + a02568.html + a8d57a822d984ebf68160724aa9330282 + (int_type __c=traits_type::eof()) + + + void + pbump + a02568.html + abd017296cfc054910ca7de102e6a6998 + (int __n) + + + virtual pos_type + seekoff + a02568.html + ad6d5177e376efdb0dccf62890eebc9b0 + (off_type, ios_base::seekdir, ios_base::openmode=ios_base::in|ios_base::out) + + + virtual pos_type + seekpos + a02568.html + a008405d586f640e109c7ab7bf424aa39 + (pos_type, ios_base::openmode=ios_base::in|ios_base::out) + + + virtual basic_streambuf< char_type, _Tr > * + setbuf + a02568.html + aad2e731291673229100bde1f24ce828f + (char_type *, streamsize) + + + void + setg + a02568.html + a38c9b562c20b30bf9d21cf0e4dc90356 + (char_type *__gbeg, char_type *__gnext, char_type *__gend) + + + void + setp + a02568.html + ab0f1b49870f87d288a737cd9f8f9ec00 + (char_type *__pbeg, char_type *__pend) + + + virtual streamsize + showmanyc + a02568.html + a85e9299b4d91188c1c0070111604ece8 + () + + + int + sync + a04980.html + aba9f090cf1273168ea80a024419dab92 + () + + + virtual int_type + uflow + a02568.html + a4e0c932f41122eaec83e7008ece5e207 + () + + + _Wide_streambuf::int_type + underflow + a04980.html + a97e246ca437e006102d2cc72da58d6c4 + () + + + virtual streamsize + xsgetn + a02568.html + a5eaa7fbc16e49b8105d6387fcbbfad61 + (char_type *__s, streamsize __n) + + + virtual streamsize + xsputn + a02568.html + a23e843afc42e2875d1f2fc945821499a + (const char_type *__s, streamsize __n) + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + locale + _M_buf_locale + a02568.html + aef4d5a82b6a51fa750fa43d80b4a8564 + + + + char_type * + _M_in_beg + a02568.html + a08c7afbf0ec4df6f6d8e29a46484197d + + + + char_type * + _M_in_cur + a02568.html + a7b4e50d872ecb80867eaab9e7897b625 + + + + char_type * + _M_in_end + a02568.html + adf0f7b58227c057d018ab6a8b0a123d4 + + + + char_type * + _M_out_beg + a02568.html + a66b958241a34e8b7da6ade8f3434ce61 + + + + char_type * + _M_out_cur + a02568.html + a83c368ebeed6b39269fd45d38b9a8b53 + + + + char_type * + _M_out_end + a02568.html + af2973fa34894190ce5885749fa148bbe + + + + _Elem + char_type + a02568.html + a38ad1721a50a96c7d37d51a3f858a0cf + + + + _Tr + traits_type + a02568.html + ab3220592ca0efc72cf87e58cdc696bd6 + + + + traits_type::int_type + int_type + a02568.html + a1c1565d5b66e703de4d9a8aef4957a8b + + + + traits_type::pos_type + pos_type + a02568.html + a5bc758d8b84fa134386d3ab683b880aa + + + + traits_type::off_type + off_type + a02568.html + ae0d813da6c3d39659299a6e7831ae265 + + + + basic_streambuf< char_type, traits_type > + __streambuf_type + a02568.html + a20adcc1bccab9fa3678b34e078e59e8c + + + + basic_streambuf * + pubsetbuf + a02568.html + a51cd8c6721f963f8bf1c5474c628b70a + (char_type *__s, streamsize __n) + + + pos_type + pubseekoff + a02568.html + abaa4b2714067328ce4b91a503b17fa73 + (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + pos_type + pubseekpos + a02568.html + a3138ab00e52afd7a538cdffa25e21937 + (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) + + + int + pubsync + a02568.html + ac81d2dad6dac4c185c31937ee10077ce + () + + + char_type * + eback + a02568.html + aa15c80d916ef8065138eb6bd5b3ae1ef + () const + + + char_type * + gptr + a02568.html + a344bded2a1c24ffcea69a918e7dc6c6f + () const + + + char_type * + egptr + a02568.html + ad02de7bae6f055a7b112aeef35a08d9b + () const + + + char_type * + pbase + a02568.html + a3feb8a3ab9393e19d53e0712af6a27e2 + () const + + + char_type * + pptr + a02568.html + af485f3989ebaf74cbfc5f8f578f2e63d + () const + + + char_type * + epptr + a02568.html + a6b3f675c4d60188e1291eca9fc755458 + () const + + + + std::weak_ptr + a05944.html + _Tp + + + std::weibull_distribution + a05544.html + _RealType + std::weibull_distribution::param_type + + _RealType + result_type + a05544.html + a8d02d8c1098c7944f5efdfed5824bed1 + + + + _RealType + a + a05544.html + ad0dd68ed327ae7d882e1dc6afd0a7213 + () const + + + _RealType + b + a05544.html + a8c824ad2f179f9bf01448c695433037d + () const + + + result_type + max + a05544.html + ab2f82c4a4ca1feff71630626710d865e + () const + + + result_type + min + a05544.html + a3060d7ec6a83eb719429f3a0677705ff + () const + + + result_type + operator() + a05544.html + a7f3883c7078a32e87c72157e91776416 + (_UniformRandomNumberGenerator &__urng) + + + param_type + param + a05544.html + a0692a12edf7b4c887267b18fa5fee26e + () const + + + void + param + a05544.html + a880a3c1ec45f86dd2e64d89d7e64e527 + (const param_type &__param) + + + void + reset + a05544.html + a3c2c5842081debd56978c362bdbe9fda + () + + + friend bool + operator== + a05544.html + a8089e164041723abdb970621d267e7d5 + (const weibull_distribution &__d1, const weibull_distribution &__d2) + + + + std::weibull_distribution::param_type + a05548.html + + + std::wstring_convert + a04976.html + + + + + + + wstring_convert + a04976.html + ae3631014b5f2535fb0efa101fbc7193e + (_Codecvt *__pcvt=new _Codecvt()) + + + + wstring_convert + a04976.html + ac63cbe7aac1dc89a72e1e40134545d41 + (_Codecvt *__pcvt, state_type __state) + + + + wstring_convert + a04976.html + aa7882cf7b53baff7d6d2cf9ca3386b3a + (const byte_string &__byte_err, const wide_string &__wide_err=wide_string()) + + + size_t + converted + a04976.html + a06c03e1e866769c8165776f85cc02fb7 + () const noexcept + + + state_type + state + a04976.html + abd1382f21442adec3f9935d023017871 + () const + + + wide_string + from_bytes + a04976.html + a5adef5a1030829016c2afe669a5d335f + (char __byte) + + + wide_string + from_bytes + a04976.html + abd8e388d1f5e74cfaf824f8971bfb6dd + (const char *__ptr) + + + wide_string + from_bytes + a04976.html + af35796c796e1d9df713e0dd9fafea066 + (const byte_string &__str) + + + wide_string + from_bytes + a04976.html + ab1176fe15be7975d9e57184c8d8d7e3e + (const char *__first, const char *__last) + + + byte_string + to_bytes + a04976.html + a5ea01f210ea99aee4fe16eb79b5a5460 + (_Elem __wchar) + + + byte_string + to_bytes + a04976.html + a7a955d4914f3262ae49ad762c63e54ca + (const _Elem *__ptr) + + + byte_string + to_bytes + a04976.html + a9112609c7da47cc6ec1d285d3c3a3498 + (const wide_string &__wstr) + + + byte_string + to_bytes + a04976.html + aa74109db15f1b0b78ac63ef3ed9693f7 + (const _Elem *__first, const _Elem *__last) + + + wide_string + from_bytes + a04976.html + a5adef5a1030829016c2afe669a5d335f + (char __byte) + + + wide_string + from_bytes + a04976.html + abd8e388d1f5e74cfaf824f8971bfb6dd + (const char *__ptr) + + + wide_string + from_bytes + a04976.html + af35796c796e1d9df713e0dd9fafea066 + (const byte_string &__str) + + + wide_string + from_bytes + a04976.html + ab1176fe15be7975d9e57184c8d8d7e3e + (const char *__first, const char *__last) + + + byte_string + to_bytes + a04976.html + a5ea01f210ea99aee4fe16eb79b5a5460 + (_Elem __wchar) + + + byte_string + to_bytes + a04976.html + a7a955d4914f3262ae49ad762c63e54ca + (const _Elem *__ptr) + + + byte_string + to_bytes + a04976.html + a9112609c7da47cc6ec1d285d3c3a3498 + (const wide_string &__wstr) + + + byte_string + to_bytes + a04976.html + aa74109db15f1b0b78ac63ef3ed9693f7 + (const _Elem *__first, const _Elem *__last) + + + + sub_match< _Bi_iter > + a05800.html + pair< _Bi_iter, _Bi_iter > + + _PCC<!is_same< _Bi_iter, _U1 >::value||!is_same< _Bi_iter, _U2 >::value, _Bi_iter, _Bi_iter > + _PCCFP + a06756.html + a685ed9e4eb27e5926029813616218270 + + + + _PCC< true, _Bi_iter, _Bi_iter > + _PCCP + a06756.html + a1f43fbe0731e417b35a98d52ac6b8287 + + + + _Bi_iter + second_type + a06756.html + a6d205c1eab800cb27d82060d11d531a3 + + + + int + compare + a05800.html + af3e0ace5e44267f4c24c53b5a1793747 + (const sub_match &__s) const + + + int + compare + a05800.html + af573275c5c3507af4d59175f72a3dfd0 + (const string_type &__s) const + + + int + compare + a05800.html + a938d59ee36df109ba5d20ac59a1b90e5 + (const value_type *__s) const + + + difference_type + length + a05800.html + ac0b3aa535d8cb80f8dc72a1b71ac9a9f + () const + + + + operator string_type + a05800.html + aaa88132502a374183f5de838441b9002 + () const + + + string_type + str + a05800.html + acf17e2826b47f664e97bcf9be35fd9f2 + () const + + + _Bi_iter + first + a06756.html + a198b03cffc037835dc1dc01c926ce251 + + + + _Bi_iter + second + a06756.html + a91179413226db12e66346d3673b7835f + + + + + throw_allocator_base< _Tp, limit_condition > + a09660.html + __gnu_cxx::annotate_base + __gnu_cxx::limit_condition + + + throw_allocator_base< _Tp, random_condition > + a09660.html + __gnu_cxx::annotate_base + __gnu_cxx::random_condition + + + throw_value_base< limit_condition > + a09648.html + __gnu_cxx::limit_condition + + + throw_value_base< random_condition > + a09648.html + __gnu_cxx::random_condition + + + time_point< _Clock, _Duration > + a01836.html + + + tuple< _Bound_args... > + a02996.html + _Tuple_impl< 0, _Elements... > + + + tuple< _ForwardIterator1, _ForwardIterator1, _BinaryPredicate > + a02996.html + _Tuple_impl< 0, _Elements... > + + + tuple< pointer, _Dp > + a02996.html + _Tuple_impl< 0, _Elements... > + + + tuple< pointer, default_delete< _Codecvt > > + a02996.html + _Tuple_impl< 0, _Elements... > + + + tuple< pointer, default_delete< _Res_type > > + a02996.html + _Tuple_impl< 0, _Elements... > + + + tuple< pointer, default_delete< _Result< _Res > > > + a02996.html + _Tuple_impl< 0, _Elements... > + + + tuple< pointer, default_delete< _Result_base > > + a02996.html + _Tuple_impl< 0, _Elements... > + + + tuple< pointer, default_delete< bool > > + a02996.html + _Tuple_impl< 0, _Elements... > + + + tuple< std::array< _Tp, _Len >, _Pred > + a02996.html + _Tuple_impl< 0, _Elements... > + + + tuple_element< __i - 1, tuple< _Tail... > > + a01708.html + + + types_traits< Key, Mapped, _Alloc, false > + a10484.html + __gnu_pbds::detail::type_base + + + unary_function< __gnu_cxx::throw_value_limit, size_t > + a06392.html + + __gnu_cxx::throw_value_limit + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + size_t + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< __gnu_cxx::throw_value_random, size_t > + a06392.html + + __gnu_cxx::throw_value_random + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + size_t + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< _FirstArgumentType, _ResultType > + a06392.html + + _FirstArgumentType + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _ResultType + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< _Functor::argument_type, _Functor::result_type > + a06392.html + + _Functor::argument_type + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Functor::result_type + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< _Operation2::argument_type, _Operation1::result_type > + a06392.html + + _Operation2::argument_type + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Operation1::result_type + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< _Operation::first_argument_type, _Operation::result_type > + a06392.html + + _Operation::first_argument_type + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Operation::result_type + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< _Operation::second_argument_type, _Operation::result_type > + a06392.html + + _Operation::second_argument_type + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Operation::result_type + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< _Pair, _Pair::first_type > + a06392.html + + _Pair + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Pair::first_type + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< _Pair, _Pair::second_type > + a06392.html + + _Pair + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Pair::second_type + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< _Predicate::argument_type, bool > + a06392.html + + _Predicate::argument_type + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + bool + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< _SecondArgumentType, _ResultType > + a06392.html + + _SecondArgumentType + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _ResultType + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< _T1 *, _Res > + a06392.html + + _T1 * + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Res + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< _T1, _Res > + a06392.html + + _T1 + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Res + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< _Tp *, _Ret > + a06392.html + + _Tp * + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Ret + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< _Tp, _Ret > + a06392.html + + _Tp + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Ret + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< _Tp, _Tp > + a06392.html + + _Tp + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Tp + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< _Tp, bool > + a06392.html + + _Tp + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + bool + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< _Value, _Value > + a06392.html + + _Value + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Value + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< argument_type, bool > + a06392.html + + argument_type + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + bool + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< const _T1 *, _Res > + a06392.html + + const _T1 * + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Res + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< const _Tp *, _Ret > + a06392.html + + const _Tp * + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Ret + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< const volatile _T1 *, _Res > + a06392.html + + const volatile _T1 * + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Res + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< pair< const _Key, _Tp >, pair< const _Key, _Tp > ::first_type > + a06392.html + + pair< const _Key, _Tp > + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + pair< const _Key, _Tp > ::first_type + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< std::pair< _Tp, _Tp >, bool > + a06392.html + + std::pair< _Tp, _Tp > + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + bool + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< unsigned int, unsigned int > + a06392.html + + unsigned int + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + unsigned int + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unary_function< volatile _T1 *, _Res > + a06392.html + + volatile _T1 * + argument_type + a06392.html + a6e96c92b2592035c938f85ab1da1c876 + + + + _Res + result_type + a06392.html + a70d48de710aa15c5e811cbcf6c8bdd61 + + + + + unique_ptr< _Codecvt > + a06956.html + + constexpr + unique_ptr + a06956.html + a46c6ac3c3c51a2bf10ab8354043903fc + () noexcept + + + + unique_ptr + a06956.html + a9265d990e022b96ae4ffd50977a4ba58 + (pointer __p) noexcept + + + + unique_ptr + a06956.html + ad4a1488397ef665a967f4c1be5150bc3 + (pointer __p, typename conditional< is_reference< deleter_type >::value, deleter_type, const deleter_type & >::type __d) noexcept + + + + unique_ptr + a06956.html + accf546c02774a8a3fb3d878fe6259059 + (pointer __p, typename remove_reference< deleter_type >::type &&__d) noexcept + + + constexpr + unique_ptr + a06956.html + af220c0835cdc6d384018d8e53b430142 + (nullptr_t) noexcept + + + + unique_ptr + a06956.html + a3d0c5c99ab01ee8a1581c4533e60a56a + (unique_ptr &&__u) noexcept + + + + unique_ptr + a06956.html + a2fb272347a3713d3fc8f99efd0e84c74 + (unique_ptr< _Up, _Ep > &&__u) noexcept + + + + ~unique_ptr + a06956.html + a934c3a2895f4ad9b413ee9132e949e81 + () noexcept + + + pointer + get + a06956.html + ae29eb2b7c551c69c98995fc04f895781 + () const noexcept + + + deleter_type & + get_deleter + a06956.html + a62f850d198437890dffea7a4e029602d + () noexcept + + + const deleter_type & + get_deleter + a06956.html + a0ce41e4825268546e4f1ecf5f5259af0 + () const noexcept + + + + operator bool + a06956.html + a9f21c10165ad856c5b6b2889b815a9bf + () const noexcept + + + add_lvalue_reference< element_type >::type + operator* + a06956.html + a8e080072591682c8d1fb2bf468f51188 + () const + + + pointer + operator-> + a06956.html + ad0486e6ff29eac8f1384948a4184e442 + () const noexcept + + + unique_ptr & + operator= + a06956.html + a0d690f8c5fd6b05f0ceb1dc04d79c821 + (unique_ptr &&__u) noexcept + + + enable_if< __and_< __safe_conversion_up< _Up, _Ep >, is_assignable< deleter_type &, _Ep &&> >::value, unique_ptr &>::type + operator= + a06956.html + ada7596fc9242151849616db656f4224e + (unique_ptr< _Up, _Ep > &&__u) noexcept + + + unique_ptr & + operator= + a06956.html + a53f23836b9dcfc3558e768d48969a903 + (nullptr_t) noexcept + + + pointer + release + a06956.html + af40585665f237aca4a3364726b3fdb1d + () noexcept + + + void + reset + a06956.html + a0922a8f5a7c082e9495e43a0fab365da + (pointer __p=pointer()) noexcept + + + void + swap + a06956.html + a20128902c397043453a90db55f4ea276 + (unique_ptr &__u) noexcept + + + + unique_ptr< _Res_type > + a06956.html + + constexpr + unique_ptr + a06956.html + a46c6ac3c3c51a2bf10ab8354043903fc + () noexcept + + + + unique_ptr + a06956.html + a9265d990e022b96ae4ffd50977a4ba58 + (pointer __p) noexcept + + + + unique_ptr + a06956.html + ad4a1488397ef665a967f4c1be5150bc3 + (pointer __p, typename conditional< is_reference< deleter_type >::value, deleter_type, const deleter_type & >::type __d) noexcept + + + + unique_ptr + a06956.html + accf546c02774a8a3fb3d878fe6259059 + (pointer __p, typename remove_reference< deleter_type >::type &&__d) noexcept + + + constexpr + unique_ptr + a06956.html + af220c0835cdc6d384018d8e53b430142 + (nullptr_t) noexcept + + + + unique_ptr + a06956.html + a3d0c5c99ab01ee8a1581c4533e60a56a + (unique_ptr &&__u) noexcept + + + + unique_ptr + a06956.html + a2fb272347a3713d3fc8f99efd0e84c74 + (unique_ptr< _Up, _Ep > &&__u) noexcept + + + + ~unique_ptr + a06956.html + a934c3a2895f4ad9b413ee9132e949e81 + () noexcept + + + pointer + get + a06956.html + ae29eb2b7c551c69c98995fc04f895781 + () const noexcept + + + deleter_type & + get_deleter + a06956.html + a62f850d198437890dffea7a4e029602d + () noexcept + + + const deleter_type & + get_deleter + a06956.html + a0ce41e4825268546e4f1ecf5f5259af0 + () const noexcept + + + + operator bool + a06956.html + a9f21c10165ad856c5b6b2889b815a9bf + () const noexcept + + + add_lvalue_reference< element_type >::type + operator* + a06956.html + a8e080072591682c8d1fb2bf468f51188 + () const + + + pointer + operator-> + a06956.html + ad0486e6ff29eac8f1384948a4184e442 + () const noexcept + + + unique_ptr & + operator= + a06956.html + a0d690f8c5fd6b05f0ceb1dc04d79c821 + (unique_ptr &&__u) noexcept + + + enable_if< __and_< __safe_conversion_up< _Up, _Ep >, is_assignable< deleter_type &, _Ep &&> >::value, unique_ptr &>::type + operator= + a06956.html + ada7596fc9242151849616db656f4224e + (unique_ptr< _Up, _Ep > &&__u) noexcept + + + unique_ptr & + operator= + a06956.html + a53f23836b9dcfc3558e768d48969a903 + (nullptr_t) noexcept + + + pointer + release + a06956.html + af40585665f237aca4a3364726b3fdb1d + () noexcept + + + void + reset + a06956.html + a0922a8f5a7c082e9495e43a0fab365da + (pointer __p=pointer()) noexcept + + + void + swap + a06956.html + a20128902c397043453a90db55f4ea276 + (unique_ptr &__u) noexcept + + + + unique_ptr< _Result< _Res > > + a06956.html + + constexpr + unique_ptr + a06956.html + a46c6ac3c3c51a2bf10ab8354043903fc + () noexcept + + + + unique_ptr + a06956.html + a9265d990e022b96ae4ffd50977a4ba58 + (pointer __p) noexcept + + + + unique_ptr + a06956.html + ad4a1488397ef665a967f4c1be5150bc3 + (pointer __p, typename conditional< is_reference< deleter_type >::value, deleter_type, const deleter_type & >::type __d) noexcept + + + + unique_ptr + a06956.html + accf546c02774a8a3fb3d878fe6259059 + (pointer __p, typename remove_reference< deleter_type >::type &&__d) noexcept + + + constexpr + unique_ptr + a06956.html + af220c0835cdc6d384018d8e53b430142 + (nullptr_t) noexcept + + + + unique_ptr + a06956.html + a3d0c5c99ab01ee8a1581c4533e60a56a + (unique_ptr &&__u) noexcept + + + + unique_ptr + a06956.html + a2fb272347a3713d3fc8f99efd0e84c74 + (unique_ptr< _Up, _Ep > &&__u) noexcept + + + + ~unique_ptr + a06956.html + a934c3a2895f4ad9b413ee9132e949e81 + () noexcept + + + pointer + get + a06956.html + ae29eb2b7c551c69c98995fc04f895781 + () const noexcept + + + deleter_type & + get_deleter + a06956.html + a62f850d198437890dffea7a4e029602d + () noexcept + + + const deleter_type & + get_deleter + a06956.html + a0ce41e4825268546e4f1ecf5f5259af0 + () const noexcept + + + + operator bool + a06956.html + a9f21c10165ad856c5b6b2889b815a9bf + () const noexcept + + + add_lvalue_reference< element_type >::type + operator* + a06956.html + a8e080072591682c8d1fb2bf468f51188 + () const + + + pointer + operator-> + a06956.html + ad0486e6ff29eac8f1384948a4184e442 + () const noexcept + + + unique_ptr & + operator= + a06956.html + a0d690f8c5fd6b05f0ceb1dc04d79c821 + (unique_ptr &&__u) noexcept + + + enable_if< __and_< __safe_conversion_up< _Up, _Ep >, is_assignable< deleter_type &, _Ep &&> >::value, unique_ptr &>::type + operator= + a06956.html + ada7596fc9242151849616db656f4224e + (unique_ptr< _Up, _Ep > &&__u) noexcept + + + unique_ptr & + operator= + a06956.html + a53f23836b9dcfc3558e768d48969a903 + (nullptr_t) noexcept + + + pointer + release + a06956.html + af40585665f237aca4a3364726b3fdb1d + () noexcept + + + void + reset + a06956.html + a0922a8f5a7c082e9495e43a0fab365da + (pointer __p=pointer()) noexcept + + + void + swap + a06956.html + a20128902c397043453a90db55f4ea276 + (unique_ptr &__u) noexcept + + + + unique_ptr< _Result_base > + a06956.html + + constexpr + unique_ptr + a06956.html + a46c6ac3c3c51a2bf10ab8354043903fc + () noexcept + + + + unique_ptr + a06956.html + a9265d990e022b96ae4ffd50977a4ba58 + (pointer __p) noexcept + + + + unique_ptr + a06956.html + ad4a1488397ef665a967f4c1be5150bc3 + (pointer __p, typename conditional< is_reference< deleter_type >::value, deleter_type, const deleter_type & >::type __d) noexcept + + + + unique_ptr + a06956.html + accf546c02774a8a3fb3d878fe6259059 + (pointer __p, typename remove_reference< deleter_type >::type &&__d) noexcept + + + constexpr + unique_ptr + a06956.html + af220c0835cdc6d384018d8e53b430142 + (nullptr_t) noexcept + + + + unique_ptr + a06956.html + a3d0c5c99ab01ee8a1581c4533e60a56a + (unique_ptr &&__u) noexcept + + + + unique_ptr + a06956.html + a2fb272347a3713d3fc8f99efd0e84c74 + (unique_ptr< _Up, _Ep > &&__u) noexcept + + + + ~unique_ptr + a06956.html + a934c3a2895f4ad9b413ee9132e949e81 + () noexcept + + + pointer + get + a06956.html + ae29eb2b7c551c69c98995fc04f895781 + () const noexcept + + + deleter_type & + get_deleter + a06956.html + a62f850d198437890dffea7a4e029602d + () noexcept + + + const deleter_type & + get_deleter + a06956.html + a0ce41e4825268546e4f1ecf5f5259af0 + () const noexcept + + + + operator bool + a06956.html + a9f21c10165ad856c5b6b2889b815a9bf + () const noexcept + + + add_lvalue_reference< element_type >::type + operator* + a06956.html + a8e080072591682c8d1fb2bf468f51188 + () const + + + pointer + operator-> + a06956.html + ad0486e6ff29eac8f1384948a4184e442 + () const noexcept + + + unique_ptr & + operator= + a06956.html + a0d690f8c5fd6b05f0ceb1dc04d79c821 + (unique_ptr &&__u) noexcept + + + enable_if< __and_< __safe_conversion_up< _Up, _Ep >, is_assignable< deleter_type &, _Ep &&> >::value, unique_ptr &>::type + operator= + a06956.html + ada7596fc9242151849616db656f4224e + (unique_ptr< _Up, _Ep > &&__u) noexcept + + + unique_ptr & + operator= + a06956.html + a53f23836b9dcfc3558e768d48969a903 + (nullptr_t) noexcept + + + pointer + release + a06956.html + af40585665f237aca4a3364726b3fdb1d + () noexcept + + + void + reset + a06956.html + a0922a8f5a7c082e9495e43a0fab365da + (pointer __p=pointer()) noexcept + + + void + swap + a06956.html + a20128902c397043453a90db55f4ea276 + (unique_ptr &__u) noexcept + + + + unique_ptr< bool[]> + a06956.html + + constexpr + unique_ptr + a06956.html + a46c6ac3c3c51a2bf10ab8354043903fc + () noexcept + + + + unique_ptr + a06956.html + a9265d990e022b96ae4ffd50977a4ba58 + (pointer __p) noexcept + + + + unique_ptr + a06956.html + ad4a1488397ef665a967f4c1be5150bc3 + (pointer __p, typename conditional< is_reference< deleter_type >::value, deleter_type, const deleter_type & >::type __d) noexcept + + + + unique_ptr + a06956.html + accf546c02774a8a3fb3d878fe6259059 + (pointer __p, typename remove_reference< deleter_type >::type &&__d) noexcept + + + constexpr + unique_ptr + a06956.html + af220c0835cdc6d384018d8e53b430142 + (nullptr_t) noexcept + + + + unique_ptr + a06956.html + a3d0c5c99ab01ee8a1581c4533e60a56a + (unique_ptr &&__u) noexcept + + + + unique_ptr + a06956.html + a2fb272347a3713d3fc8f99efd0e84c74 + (unique_ptr< _Up, _Ep > &&__u) noexcept + + + + ~unique_ptr + a06956.html + a934c3a2895f4ad9b413ee9132e949e81 + () noexcept + + + pointer + get + a06956.html + ae29eb2b7c551c69c98995fc04f895781 + () const noexcept + + + deleter_type & + get_deleter + a06956.html + a62f850d198437890dffea7a4e029602d + () noexcept + + + const deleter_type & + get_deleter + a06956.html + a0ce41e4825268546e4f1ecf5f5259af0 + () const noexcept + + + + operator bool + a06956.html + a9f21c10165ad856c5b6b2889b815a9bf + () const noexcept + + + add_lvalue_reference< element_type >::type + operator* + a06956.html + a8e080072591682c8d1fb2bf468f51188 + () const + + + pointer + operator-> + a06956.html + ad0486e6ff29eac8f1384948a4184e442 + () const noexcept + + + unique_ptr & + operator= + a06956.html + a0d690f8c5fd6b05f0ceb1dc04d79c821 + (unique_ptr &&__u) noexcept + + + enable_if< __and_< __safe_conversion_up< _Up, _Ep >, is_assignable< deleter_type &, _Ep &&> >::value, unique_ptr &>::type + operator= + a06956.html + ada7596fc9242151849616db656f4224e + (unique_ptr< _Up, _Ep > &&__u) noexcept + + + unique_ptr & + operator= + a06956.html + a53f23836b9dcfc3558e768d48969a903 + (nullptr_t) noexcept + + + pointer + release + a06956.html + af40585665f237aca4a3364726b3fdb1d + () noexcept + + + void + reset + a06956.html + a0922a8f5a7c082e9495e43a0fab365da + (pointer __p=pointer()) noexcept + + + void + swap + a06956.html + a20128902c397043453a90db55f4ea276 + (unique_ptr &__u) noexcept + + + + unordered_map< _Key, _Tp, _Hash, _Pred > + a06988.html + + _Hashtable::key_type + key_type + a06988.html + ac563e7804340b706c3efeca91157585b + + + + _Hashtable::value_type + value_type + a06988.html + af7e7d39b4a188c7aa535d0431ae8f14c + + + + _Hashtable::mapped_type + mapped_type + a06988.html + a6d830d6d91653672a6f20b748327622b + + + + _Hashtable::hasher + hasher + a06988.html + a917dcd56682abf611f68cb72cbfb7d3e + + + + _Hashtable::key_equal + key_equal + a06988.html + aab5cec3a4b8e6f4030f5baeacf92edbc + + + + _Hashtable::allocator_type + allocator_type + a06988.html + a434ca8d37d3262f336f06903abbd170b + + + + _Hashtable::pointer + pointer + a06988.html + ac0072ca4cb745124af7e8ae199b017c5 + + + + _Hashtable::const_pointer + const_pointer + a06988.html + a16fbc4a1f8abfebdee17e4d6303c03a3 + + + + _Hashtable::reference + reference + a06988.html + a3e1eaafb2b3f1f11809491426d373485 + + + + _Hashtable::const_reference + const_reference + a06988.html + aaa3ed5ea37fb02cd6a5eacf89409f52d + + + + _Hashtable::iterator + iterator + a06988.html + a0526d137ece77ce98d550cd2d6fd1816 + + + + _Hashtable::const_iterator + const_iterator + a06988.html + acb0e1b9ce26687d13dace99250f876e3 + + + + _Hashtable::local_iterator + local_iterator + a06988.html + aab940536a56eb520d8e7143ce5c4af3a + + + + _Hashtable::const_local_iterator + const_local_iterator + a06988.html + af0cb2cf999f96def015e87c3cca6691d + + + + _Hashtable::size_type + size_type + a06988.html + acefc3dbfc16b70562f92193d01156479 + + + + _Hashtable::difference_type + difference_type + a06988.html + aede8ad7332db3b16e68cec19c0dd963e + + + + + unordered_map + a06988.html + a6bc68dfdbfb4fe6917fe43aaec5385c6 + ()=default + + + + unordered_map + a06988.html + a743946b3813b8ec54b762a6edbae2934 + (size_type __n, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + + + + unordered_map + a06988.html + a94bb8e6f25731bdc01fb6c7b34022579 + (_InputIterator __first, _InputIterator __last, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + + + + unordered_map + a06988.html + a46d4ba7519835644688c2230f067a3e8 + (const unordered_map &)=default + + + + unordered_map + a06988.html + a5924b32a6e46f9deb426e02e524f7d23 + (unordered_map &&)=default + + + + unordered_map + a06988.html + ac2f6c6ba48b39f7e17b4760d809ebf26 + (const allocator_type &__a) + + + + unordered_map + a06988.html + acae490543303c7ea2365e5a53bc7d131 + (initializer_list< value_type > __l, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type()) + + + iterator + begin + a06988.html + ac90866b0f04d5366339b63f8e26bde06 + () noexcept + + + local_iterator + begin + a06988.html + ae0eddd81ee3d218ade072a8becffaff6 + (size_type __n) + + + size_type + bucket_count + a06988.html + ac8a1a3c1d13adf8908c863a707fa40aa + () const noexcept + + + void + clear + a06988.html + a9728c777ec0429619531a26201560c18 + () noexcept + + + size_type + count + a06988.html + a4cbd19e5e859635c70822a7e1faa8e36 + (const key_type &__x) const + + + std::pair< iterator, bool > + emplace + a06988.html + aa2c22cafc2b6f068358049c8fdb7bda0 + (_Args &&... __args) + + + iterator + emplace_hint + a06988.html + af36454c8cd5831988060bdf85a4d4d6e + (const_iterator __pos, _Args &&... __args) + + + bool + empty + a06988.html + a4d72f478fb0cd05cc612e7ac746131ac + () const noexcept + + + iterator + end + a06988.html + a42872e15c417c6f944d019315553951e + () noexcept + + + local_iterator + end + a06988.html + ab91675efcde6f50894587cdb2037a4fc + (size_type __n) + + + size_type + erase + a06988.html + a56149c061cd4aca92d631f7ad5a5a737 + (const key_type &__x) + + + iterator + erase + a06988.html + a1b17775816c782568baefd357cd50e88 + (const_iterator __first, const_iterator __last) + + + allocator_type + get_allocator + a06988.html + a13808c3062786f090b1af63937f15963 + () const noexcept + + + hasher + hash_function + a06988.html + ac9588299378201162e3f7da7e7d30fdf + () const + + + void + insert + a06988.html + a0c40f8641ff4ca47fe2998a46404cf37 + (_InputIterator __first, _InputIterator __last) + + + void + insert + a06988.html + a191d1d95c2d102dc1057677df000aaec + (initializer_list< value_type > __l) + + + key_equal + key_eq + a06988.html + aa956e7eb800e72fbab9b54f3ef006d8e + () const + + + float + load_factor + a06988.html + add961e22f4549e2c94846946fbd25a7d + () const noexcept + + + size_type + max_bucket_count + a06988.html + af29f5a18a09a36adb720b6907e45eacd + () const noexcept + + + float + max_load_factor + a06988.html + ae2f58d908f2e03656fce158550d9ba73 + () const noexcept + + + void + max_load_factor + a06988.html + a0584274b6378b6d962debbe96f5c5cb6 + (float __z) + + + size_type + max_size + a06988.html + a695e48bcb2fa9e91ad07d3f7c45016dd + () const noexcept + + + unordered_map & + operator= + a06988.html + aca0525353d274a1abca19e123ca58702 + (const unordered_map &)=default + + + unordered_map & + operator= + a06988.html + a7d63494d15ed6c47df072d06d9608ca0 + (unordered_map &&)=default + + + unordered_map & + operator= + a06988.html + a46087d4d85698c13e7fe5e10f13821d1 + (initializer_list< value_type > __l) + + + void + rehash + a06988.html + af81fbed78a715d3c81e8c7655669c7e7 + (size_type __n) + + + void + reserve + a06988.html + a2eee23bd13796426f3018c8a9341202f + (size_type __n) + + + size_type + size + a06988.html + a7d1de2c7389176716aceeaba3b1c2bb7 + () const noexcept + + + void + swap + a06988.html + ae06bac0d1fbee8603ec2ac806950b1ba + (unordered_map &__x) noexcept(noexcept(_M_h.swap(__x._M_h))) + + + const_iterator + begin + a06988.html + a9d409d14c46998843b60af82785dfd80 + () const noexcept + + + const_iterator + cbegin + a06988.html + af9610ba94f6f17e7af50d7280638fa17 + () const noexcept + + + const_local_iterator + begin + a06988.html + a73cb0bbad75ff10a8493cdb155b81146 + (size_type __n) const + + + const_local_iterator + cbegin + a06988.html + a326f910adabc220031b93dc6b472b913 + (size_type __n) const + + + const_iterator + end + a06988.html + a6b763e0c9c40786e19c26f5fa97e3ab6 + () const noexcept + + + const_iterator + cend + a06988.html + ab862dadbaf3147cfc02bd383ed35e1f9 + () const noexcept + + + const_local_iterator + end + a06988.html + a606977180c30d7a49a36846a45f4e355 + (size_type __n) const + + + const_local_iterator + cend + a06988.html + a786093f27f238f88c21ecbfe11e27981 + (size_type __n) const + + + std::pair< iterator, bool > + insert + a06988.html + a047d2b3433747276ee6daa9eba154295 + (const value_type &__x) + + + std::pair< iterator, bool > + insert + a06988.html + a7c0355ec3da92acbbc429950e573e249 + (_Pair &&__x) + + + iterator + insert + a06988.html + a3eb7753105411145e2d8476cf300b348 + (const_iterator __hint, const value_type &__x) + + + iterator + insert + a06988.html + a46788631ce6026703e86c6e644a70bcb + (const_iterator __hint, _Pair &&__x) + + + iterator + erase + a06988.html + adef61b0f6b1e43cfdb648e247277ba00 + (const_iterator __position) + + + iterator + erase + a06988.html + ab04b983f5337e79f121f2df4bbaa283c + (iterator __position) + + + iterator + find + a06988.html + ad62fc2387c4fa4aefe228c14239f8c40 + (const key_type &__x) + + + const_iterator + find + a06988.html + a589217c1b2ed3f77f57aeb41d5192d0d + (const key_type &__x) const + + + std::pair< iterator, iterator > + equal_range + a06988.html + a301e117827c134ed289b5d19e5c8a36e + (const key_type &__x) + + + std::pair< const_iterator, const_iterator > + equal_range + a06988.html + a21e644ce722b02f5304757ea9be5b23e + (const key_type &__x) const + + + mapped_type & + operator[] + a06988.html + a2d7a21a98b09239b8745900308e63643 + (const key_type &__k) + + + mapped_type & + operator[] + a06988.html + a21d659d8a7b18d41726d04ed6451d1ce + (key_type &&__k) + + + mapped_type & + at + a06988.html + a801392267ec716837238015f8cefe60a + (const key_type &__k) + + + const mapped_type & + at + a06988.html + a1f78ebfeb9bf55bc807a075eb22cb2aa + (const key_type &__k) const + + + _Hashtable::key_type + key_type + a06988.html + ac563e7804340b706c3efeca91157585b + + + + _Hashtable::value_type + value_type + a06988.html + af7e7d39b4a188c7aa535d0431ae8f14c + + + + _Hashtable::mapped_type + mapped_type + a06988.html + a6d830d6d91653672a6f20b748327622b + + + + _Hashtable::hasher + hasher + a06988.html + a917dcd56682abf611f68cb72cbfb7d3e + + + + _Hashtable::key_equal + key_equal + a06988.html + aab5cec3a4b8e6f4030f5baeacf92edbc + + + + _Hashtable::allocator_type + allocator_type + a06988.html + a434ca8d37d3262f336f06903abbd170b + + + + _Hashtable::pointer + pointer + a06988.html + ac0072ca4cb745124af7e8ae199b017c5 + + + + _Hashtable::const_pointer + const_pointer + a06988.html + a16fbc4a1f8abfebdee17e4d6303c03a3 + + + + _Hashtable::reference + reference + a06988.html + a3e1eaafb2b3f1f11809491426d373485 + + + + _Hashtable::const_reference + const_reference + a06988.html + aaa3ed5ea37fb02cd6a5eacf89409f52d + + + + _Hashtable::iterator + iterator + a06988.html + a0526d137ece77ce98d550cd2d6fd1816 + + + + _Hashtable::const_iterator + const_iterator + a06988.html + acb0e1b9ce26687d13dace99250f876e3 + + + + _Hashtable::local_iterator + local_iterator + a06988.html + aab940536a56eb520d8e7143ce5c4af3a + + + + _Hashtable::const_local_iterator + const_local_iterator + a06988.html + af0cb2cf999f96def015e87c3cca6691d + + + + _Hashtable::size_type + size_type + a06988.html + acefc3dbfc16b70562f92193d01156479 + + + + _Hashtable::difference_type + difference_type + a06988.html + aede8ad7332db3b16e68cec19c0dd963e + + + + const_iterator + begin + a06988.html + a9d409d14c46998843b60af82785dfd80 + () const noexcept + + + const_iterator + cbegin + a06988.html + af9610ba94f6f17e7af50d7280638fa17 + () const noexcept + + + const_local_iterator + begin + a06988.html + a73cb0bbad75ff10a8493cdb155b81146 + (size_type __n) const + + + const_local_iterator + cbegin + a06988.html + a326f910adabc220031b93dc6b472b913 + (size_type __n) const + + + const_iterator + end + a06988.html + a6b763e0c9c40786e19c26f5fa97e3ab6 + () const noexcept + + + const_iterator + cend + a06988.html + ab862dadbaf3147cfc02bd383ed35e1f9 + () const noexcept + + + const_local_iterator + end + a06988.html + a606977180c30d7a49a36846a45f4e355 + (size_type __n) const + + + const_local_iterator + cend + a06988.html + a786093f27f238f88c21ecbfe11e27981 + (size_type __n) const + + + std::pair< iterator, bool > + insert + a06988.html + a047d2b3433747276ee6daa9eba154295 + (const value_type &__x) + + + std::pair< iterator, bool > + insert + a06988.html + a7c0355ec3da92acbbc429950e573e249 + (_Pair &&__x) + + + iterator + insert + a06988.html + a3eb7753105411145e2d8476cf300b348 + (const_iterator __hint, const value_type &__x) + + + iterator + insert + a06988.html + a46788631ce6026703e86c6e644a70bcb + (const_iterator __hint, _Pair &&__x) + + + iterator + erase + a06988.html + adef61b0f6b1e43cfdb648e247277ba00 + (const_iterator __position) + + + iterator + erase + a06988.html + ab04b983f5337e79f121f2df4bbaa283c + (iterator __position) + + + iterator + find + a06988.html + ad62fc2387c4fa4aefe228c14239f8c40 + (const key_type &__x) + + + const_iterator + find + a06988.html + a589217c1b2ed3f77f57aeb41d5192d0d + (const key_type &__x) const + + + std::pair< iterator, iterator > + equal_range + a06988.html + a301e117827c134ed289b5d19e5c8a36e + (const key_type &__x) + + + std::pair< const_iterator, const_iterator > + equal_range + a06988.html + a21e644ce722b02f5304757ea9be5b23e + (const key_type &__x) const + + + mapped_type & + operator[] + a06988.html + a2d7a21a98b09239b8745900308e63643 + (const key_type &__k) + + + mapped_type & + operator[] + a06988.html + a21d659d8a7b18d41726d04ed6451d1ce + (key_type &&__k) + + + mapped_type & + at + a06988.html + a801392267ec716837238015f8cefe60a + (const key_type &__k) + + + const mapped_type & + at + a06988.html + a1f78ebfeb9bf55bc807a075eb22cb2aa + (const key_type &__k) const + + + + valarray< _Dom::value_type > + a03748.html + + + valarray + a01484.html + ga86cb8edd85b0f415ff434169746203b8 + () + + + + valarray + a01484.html + ga97d87db7cf732f6df07a4bc214ab1b6c + (size_t) + + + + valarray + a01484.html + gaa3081177498d05f233dc919b723ac7ca + (const _Dom::value_type &, size_t) + + + + valarray + a03748.html + a1ec188c5bae0bf1ee212da704cc1dc7a + (const _Dom::value_type *__restrict__, size_t) + + + + valarray + a01484.html + gaa097c18bfb82fa18eb77d561e3f3220d + (const valarray &) + + + + valarray + a01484.html + gacaf590f7e44f9aa8d247c026f2c6685a + (valarray &&) noexcept + + + + valarray + a01484.html + gaa67c616cc84294b4ecfe9492e673e937 + (const slice_array< _Dom::value_type > &) + + + + valarray + a01484.html + ga41d41b2154090e3aa77b2a8c8c1eafe2 + (const gslice_array< _Dom::value_type > &) + + + + valarray + a01484.html + ga341e360faf03730a2ad4ddb98bb84caa + (const mask_array< _Dom::value_type > &) + + + + valarray + a01484.html + ga4440404083086817b9e50ddecfa604fb + (const indirect_array< _Dom::value_type > &) + + + + valarray + a01484.html + gaa0445cb9da95df6871ea1c2b625aedf7 + (initializer_list< _Dom::value_type >) + + + _Expr< _ValFunClos< _ValArray, _Dom::value_type >, _Dom::value_type > + apply + a01484.html + ga6187e472096936d517db9cd9851fc107 + (_Dom::value_type func(_Dom::value_type)) const + + + _Expr< _RefFunClos< _ValArray, _Dom::value_type >, _Dom::value_type > + apply + a01484.html + ga4fc494f4aee2efb200793044d68658c5 + (_Dom::value_type func(const _Dom::value_type &)) const + + + valarray< _Dom::value_type > + cshift + a01484.html + ga5763723f8e15f612889a2d93625649db + (int __n) const + + + _Dom::value_type + max + a01484.html + ga4e66ea69757ab2d6193e385c919e6f71 + () const + + + _Dom::value_type + min + a01484.html + ga41cf9f2fac24470499589628f657be67 + () const + + + _UnaryOp< __logical_not >::_Rt + operator! + a01484.html + ga8ae9cabed8e455713324dacd39bedef1 + () const + + + valarray< _Dom::value_type > & + operator%= + a01484.html + ga64fd546424cb6eb21396e7049fb2c17e + (const _Dom::value_type &) + + + valarray< _Dom::value_type > & + operator%= + a01484.html + gadc5edf2598de6c9bbfe67c8cdc7ff3ab + (const valarray< _Dom::value_type > &) + + + valarray< _Dom::value_type > & + operator&= + a01484.html + ga6eacabfbf6099e64331966308185f957 + (const _Dom::value_type &) + + + valarray< _Dom::value_type > & + operator&= + a01484.html + gafc4fe2eb569b9bca46e799f3ecb0609c + (const valarray< _Dom::value_type > &) + + + valarray< _Dom::value_type > & + operator*= + a01484.html + ga345cd13171b5d52efb4979a1b3930ea6 + (const _Dom::value_type &) + + + valarray< _Dom::value_type > & + operator*= + a01484.html + gab5a419c3673c284962634894e9c1fc20 + (const valarray< _Dom::value_type > &) + + + _UnaryOp< __unary_plus >::_Rt + operator+ + a01484.html + ga33a3a90827549220500c99f95b095816 + () const + + + valarray< _Dom::value_type > & + operator+= + a01484.html + ga75cc5c668aaade5ccc50b199d789e191 + (const _Dom::value_type &) + + + valarray< _Dom::value_type > & + operator+= + a01484.html + ga8b82cbb5b9eafa8c1fc86ae8678e1f36 + (const valarray< _Dom::value_type > &) + + + _UnaryOp< __negate >::_Rt + operator- + a01484.html + ga028b49a6d0cf1f6afa48149603d953b2 + () const + + + valarray< _Dom::value_type > & + operator-= + a01484.html + ga4667f35667105d1ec1aa3e763c503cd4 + (const _Dom::value_type &) + + + valarray< _Dom::value_type > & + operator-= + a01484.html + ga5e7ec75f9c2dd61177a35d939ce85f11 + (const valarray< _Dom::value_type > &) + + + valarray< _Dom::value_type > & + operator/= + a01484.html + ga15f95c715e3a16e30ff24477ccf4e502 + (const _Dom::value_type &) + + + valarray< _Dom::value_type > & + operator/= + a01484.html + ga4572c21b07ac304ac9d7062d2f5ae160 + (const valarray< _Dom::value_type > &) + + + valarray< _Dom::value_type > & + operator<<= + a01484.html + ga435a2811affb685f15934a9204bed29e + (const _Dom::value_type &) + + + valarray< _Dom::value_type > & + operator<<= + a01484.html + ga9635c78d05a1fcbc22885223c1432f25 + (const valarray< _Dom::value_type > &) + + + valarray< _Dom::value_type > & + operator= + a01484.html + gafd9682220fbb71cdd3780fb0b80a7840 + (const valarray< _Dom::value_type > &__v) + + + valarray< _Dom::value_type > & + operator= + a01484.html + ga0b40ea6b05b21b6506d3541205bbfe64 + (valarray< _Dom::value_type > &&__v) noexcept + + + valarray< _Dom::value_type > & + operator= + a01484.html + ga80a24d05a21101fb1e8f32d7617b349a + (const _Dom::value_type &__t) + + + valarray< _Dom::value_type > & + operator= + a01484.html + ga708c338c38f644c83fb4440add0a7f82 + (const slice_array< _Dom::value_type > &__sa) + + + valarray< _Dom::value_type > & + operator= + a01484.html + ga975285295867516982cbd04e5416ca33 + (const gslice_array< _Dom::value_type > &__ga) + + + valarray< _Dom::value_type > & + operator= + a01484.html + ga008f37655c6e6e55b37c9b46efd259c1 + (const mask_array< _Dom::value_type > &__ma) + + + valarray< _Dom::value_type > & + operator= + a01484.html + gad58ef4619934cdeccb9b476c6e8ccceb + (const indirect_array< _Dom::value_type > &__ia) + + + valarray & + operator= + a01484.html + ga781c3cfba5752871b9b8df2717f3d301 + (initializer_list< _Dom::value_type > __l) + + + valarray< _Dom::value_type > & + operator>>= + a01484.html + ga5ce6f32c286043434e864d28271f2069 + (const _Dom::value_type &) + + + valarray< _Dom::value_type > & + operator>>= + a01484.html + ga7f2a41abd2f316f4de7942652da2410d + (const valarray< _Dom::value_type > &) + + + _Dom::value_type & + operator[] + a01484.html + ga2325176078e58966124ec919df2b1eb4 + (size_t __i) + + + _Expr< _SClos< _ValArray, _Dom::value_type >, _Dom::value_type > + operator[] + a01484.html + ga5e86bbdb258433295ab39596449a5f7e + (slice __s) const + + + slice_array< _Dom::value_type > + operator[] + a01484.html + gad5394a15e9c7edd4ecece4534d3c3ba3 + (slice __s) + + + _Expr< _GClos< _ValArray, _Dom::value_type >, _Dom::value_type > + operator[] + a01484.html + ga28ef76e86bd06a99b58af17899554590 + (const gslice &__s) const + + + gslice_array< _Dom::value_type > + operator[] + a01484.html + gae5e23cc8dbbeee72c16868aad85731ba + (const gslice &__s) + + + valarray< _Dom::value_type > + operator[] + a01484.html + ga8f454eb267fee574dadea61b69b94d31 + (const valarray< bool > &__m) const + + + mask_array< _Dom::value_type > + operator[] + a01484.html + ga24fb191ad805190686652a3a8bf7169b + (const valarray< bool > &__m) + + + _Expr< _IClos< _ValArray, _Dom::value_type >, _Dom::value_type > + operator[] + a01484.html + ga2d1a225784345f3c5eb3e94e984e5e00 + (const valarray< size_t > &__i) const + + + indirect_array< _Dom::value_type > + operator[] + a01484.html + gafcd1719464554185069224f2fd837de3 + (const valarray< size_t > &__i) + + + valarray< _Dom::value_type > & + operator^= + a01484.html + ga12372c525f0ae4cdeb7180c7337b57ed + (const _Dom::value_type &) + + + valarray< _Dom::value_type > & + operator^= + a01484.html + ga945c098affa36e4df42895bca9937b61 + (const valarray< _Dom::value_type > &) + + + valarray< _Dom::value_type > & + operator|= + a01484.html + gaf20cc6bf249d338dd1fdb26f4363ee2e + (const _Dom::value_type &) + + + valarray< _Dom::value_type > & + operator|= + a01484.html + ga2082939513c0702ce488c2dc27e98951 + (const valarray< _Dom::value_type > &) + + + _UnaryOp< __bitwise_not >::_Rt + operator~ + a01484.html + ga88b2ec0fbd1864a99c09d24f5b39e16d + () const + + + void + resize + a01484.html + ga8f9fdb05edd4a7364dec8a5e9ae2a0bb + (size_t __size, _Dom::value_type __c=_Dom::value_type()) + + + valarray< _Dom::value_type > + shift + a01484.html + gaebe5d7bc4dea9740cdbb03d36a3e4521 + (int __n) const + + + size_t + size + a01484.html + ga351ffb24ad6654f7f5f8b10731fc8c95 + () const + + + _Dom::value_type + sum + a01484.html + gabf296b8981ebb3c123b3ba99e753598f + () const + + + void + swap + a01484.html + ga6033c5c6f21fed896e5ff6a06bba62b9 + (valarray< _Dom::value_type > &__v) noexcept + + + + valarray< size_t > + a03748.html + + + valarray + a01484.html + ga86cb8edd85b0f415ff434169746203b8 + () + + + + valarray + a01484.html + ga97d87db7cf732f6df07a4bc214ab1b6c + (size_t) + + + + valarray + a01484.html + gaa3081177498d05f233dc919b723ac7ca + (const size_t &, size_t) + + + + valarray + a03748.html + a1ec188c5bae0bf1ee212da704cc1dc7a + (const size_t *__restrict__, size_t) + + + + valarray + a01484.html + gaa097c18bfb82fa18eb77d561e3f3220d + (const valarray &) + + + + valarray + a01484.html + gacaf590f7e44f9aa8d247c026f2c6685a + (valarray &&) noexcept + + + + valarray + a01484.html + gaa67c616cc84294b4ecfe9492e673e937 + (const slice_array< size_t > &) + + + + valarray + a01484.html + ga41d41b2154090e3aa77b2a8c8c1eafe2 + (const gslice_array< size_t > &) + + + + valarray + a01484.html + ga341e360faf03730a2ad4ddb98bb84caa + (const mask_array< size_t > &) + + + + valarray + a01484.html + ga4440404083086817b9e50ddecfa604fb + (const indirect_array< size_t > &) + + + + valarray + a01484.html + gaa0445cb9da95df6871ea1c2b625aedf7 + (initializer_list< size_t >) + + + _Expr< _ValFunClos< _ValArray, size_t >, size_t > + apply + a01484.html + ga6187e472096936d517db9cd9851fc107 + (size_t func(size_t)) const + + + _Expr< _RefFunClos< _ValArray, size_t >, size_t > + apply + a01484.html + ga4fc494f4aee2efb200793044d68658c5 + (size_t func(const size_t &)) const + + + valarray< size_t > + cshift + a01484.html + ga5763723f8e15f612889a2d93625649db + (int __n) const + + + size_t + max + a01484.html + ga4e66ea69757ab2d6193e385c919e6f71 + () const + + + size_t + min + a01484.html + ga41cf9f2fac24470499589628f657be67 + () const + + + _UnaryOp< __logical_not >::_Rt + operator! + a01484.html + ga8ae9cabed8e455713324dacd39bedef1 + () const + + + valarray< size_t > & + operator%= + a01484.html + ga64fd546424cb6eb21396e7049fb2c17e + (const size_t &) + + + valarray< size_t > & + operator%= + a01484.html + gadc5edf2598de6c9bbfe67c8cdc7ff3ab + (const valarray< size_t > &) + + + valarray< size_t > & + operator&= + a01484.html + ga6eacabfbf6099e64331966308185f957 + (const size_t &) + + + valarray< size_t > & + operator&= + a01484.html + gafc4fe2eb569b9bca46e799f3ecb0609c + (const valarray< size_t > &) + + + valarray< size_t > & + operator*= + a01484.html + ga345cd13171b5d52efb4979a1b3930ea6 + (const size_t &) + + + valarray< size_t > & + operator*= + a01484.html + gab5a419c3673c284962634894e9c1fc20 + (const valarray< size_t > &) + + + _UnaryOp< __unary_plus >::_Rt + operator+ + a01484.html + ga33a3a90827549220500c99f95b095816 + () const + + + valarray< size_t > & + operator+= + a01484.html + ga75cc5c668aaade5ccc50b199d789e191 + (const size_t &) + + + valarray< size_t > & + operator+= + a01484.html + ga8b82cbb5b9eafa8c1fc86ae8678e1f36 + (const valarray< size_t > &) + + + _UnaryOp< __negate >::_Rt + operator- + a01484.html + ga028b49a6d0cf1f6afa48149603d953b2 + () const + + + valarray< size_t > & + operator-= + a01484.html + ga4667f35667105d1ec1aa3e763c503cd4 + (const size_t &) + + + valarray< size_t > & + operator-= + a01484.html + ga5e7ec75f9c2dd61177a35d939ce85f11 + (const valarray< size_t > &) + + + valarray< size_t > & + operator/= + a01484.html + ga15f95c715e3a16e30ff24477ccf4e502 + (const size_t &) + + + valarray< size_t > & + operator/= + a01484.html + ga4572c21b07ac304ac9d7062d2f5ae160 + (const valarray< size_t > &) + + + valarray< size_t > & + operator<<= + a01484.html + ga435a2811affb685f15934a9204bed29e + (const size_t &) + + + valarray< size_t > & + operator<<= + a01484.html + ga9635c78d05a1fcbc22885223c1432f25 + (const valarray< size_t > &) + + + valarray< size_t > & + operator= + a01484.html + gafd9682220fbb71cdd3780fb0b80a7840 + (const valarray< size_t > &__v) + + + valarray< size_t > & + operator= + a01484.html + ga0b40ea6b05b21b6506d3541205bbfe64 + (valarray< size_t > &&__v) noexcept + + + valarray< size_t > & + operator= + a01484.html + ga80a24d05a21101fb1e8f32d7617b349a + (const size_t &__t) + + + valarray< size_t > & + operator= + a01484.html + ga708c338c38f644c83fb4440add0a7f82 + (const slice_array< size_t > &__sa) + + + valarray< size_t > & + operator= + a01484.html + ga975285295867516982cbd04e5416ca33 + (const gslice_array< size_t > &__ga) + + + valarray< size_t > & + operator= + a01484.html + ga008f37655c6e6e55b37c9b46efd259c1 + (const mask_array< size_t > &__ma) + + + valarray< size_t > & + operator= + a01484.html + gad58ef4619934cdeccb9b476c6e8ccceb + (const indirect_array< size_t > &__ia) + + + valarray & + operator= + a01484.html + ga781c3cfba5752871b9b8df2717f3d301 + (initializer_list< size_t > __l) + + + valarray< size_t > & + operator>>= + a01484.html + ga5ce6f32c286043434e864d28271f2069 + (const size_t &) + + + valarray< size_t > & + operator>>= + a01484.html + ga7f2a41abd2f316f4de7942652da2410d + (const valarray< size_t > &) + + + size_t & + operator[] + a01484.html + ga2325176078e58966124ec919df2b1eb4 + (size_t __i) + + + _Expr< _SClos< _ValArray, size_t >, size_t > + operator[] + a01484.html + ga5e86bbdb258433295ab39596449a5f7e + (slice __s) const + + + slice_array< size_t > + operator[] + a01484.html + gad5394a15e9c7edd4ecece4534d3c3ba3 + (slice __s) + + + _Expr< _GClos< _ValArray, size_t >, size_t > + operator[] + a01484.html + ga28ef76e86bd06a99b58af17899554590 + (const gslice &__s) const + + + gslice_array< size_t > + operator[] + a01484.html + gae5e23cc8dbbeee72c16868aad85731ba + (const gslice &__s) + + + valarray< size_t > + operator[] + a01484.html + ga8f454eb267fee574dadea61b69b94d31 + (const valarray< bool > &__m) const + + + mask_array< size_t > + operator[] + a01484.html + ga24fb191ad805190686652a3a8bf7169b + (const valarray< bool > &__m) + + + _Expr< _IClos< _ValArray, size_t >, size_t > + operator[] + a01484.html + ga2d1a225784345f3c5eb3e94e984e5e00 + (const valarray< size_t > &__i) const + + + indirect_array< size_t > + operator[] + a01484.html + gafcd1719464554185069224f2fd837de3 + (const valarray< size_t > &__i) + + + valarray< size_t > & + operator^= + a01484.html + ga12372c525f0ae4cdeb7180c7337b57ed + (const size_t &) + + + valarray< size_t > & + operator^= + a01484.html + ga945c098affa36e4df42895bca9937b61 + (const valarray< size_t > &) + + + valarray< size_t > & + operator|= + a01484.html + gaf20cc6bf249d338dd1fdb26f4363ee2e + (const size_t &) + + + valarray< size_t > & + operator|= + a01484.html + ga2082939513c0702ce488c2dc27e98951 + (const valarray< size_t > &) + + + _UnaryOp< __bitwise_not >::_Rt + operator~ + a01484.html + ga88b2ec0fbd1864a99c09d24f5b39e16d + () const + + + void + resize + a01484.html + ga8f9fdb05edd4a7364dec8a5e9ae2a0bb + (size_t __size, size_t __c=size_t()) + + + valarray< size_t > + shift + a01484.html + gaebe5d7bc4dea9740cdbb03d36a3e4521 + (int __n) const + + + size_t + size + a01484.html + ga351ffb24ad6654f7f5f8b10731fc8c95 + () const + + + size_t + sum + a01484.html + gabf296b8981ebb3c123b3ba99e753598f + () const + + + void + swap + a01484.html + ga6033c5c6f21fed896e5ff6a06bba62b9 + (valarray< size_t > &__v) noexcept + + + + vector< __diff_type > + a06912.html + _Vector_base< __diff_type, std::allocator< __diff_type > > + + + vector + a06912.html + a67a4f190d61c7b35fa951357cf96a10f + () noexcept(is_nothrow_default_constructible< std::allocator< __diff_type > >::value) + + + + vector + a06912.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept + + + + vector + a06912.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) + + + + vector + a06912.html + a928812d75ac8e43de2346603cfef2d4b + (vector &&__x) noexcept + + + + vector + a06912.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) + + + + vector + a06912.html + affbc2a0599ddf5a0e87475e4e65775a0 + (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + + + + vector + a06912.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~vector + a06912.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + const_iterator + begin + a06912.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + const_iterator + cbegin + a06912.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept + + + const_iterator + cend + a06912.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + __diff_type * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06912.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + const_iterator + end + a06912.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06912.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept + + + vector & + operator= + a06912.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) + + + vector & + operator= + a06912.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + + + vector & + operator= + a06912.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + size_type + size + a06912.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + + vector< __gnu_parallel::_Piece< _DifferenceType > > + a06912.html + _Vector_base< __gnu_parallel::_Piece< _DifferenceType >, std::allocator< __gnu_parallel::_Piece< _DifferenceType > > > + + + vector + a06912.html + a67a4f190d61c7b35fa951357cf96a10f + () noexcept(is_nothrow_default_constructible< std::allocator< __gnu_parallel::_Piece< _DifferenceType > > >::value) + + + + vector + a06912.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept + + + + vector + a06912.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) + + + + vector + a06912.html + a928812d75ac8e43de2346603cfef2d4b + (vector &&__x) noexcept + + + + vector + a06912.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) + + + + vector + a06912.html + affbc2a0599ddf5a0e87475e4e65775a0 + (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + + + + vector + a06912.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~vector + a06912.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + const_iterator + begin + a06912.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + const_iterator + cbegin + a06912.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept + + + const_iterator + cend + a06912.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + __gnu_parallel::_Piece< _DifferenceType > * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06912.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + const_iterator + end + a06912.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06912.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept + + + vector & + operator= + a06912.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) + + + vector & + operator= + a06912.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + + + vector & + operator= + a06912.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + size_type + size + a06912.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + + vector< _CharClassT > + a06912.html + _Vector_base< _CharClassT, std::allocator< _CharClassT > > + + + vector + a06912.html + a67a4f190d61c7b35fa951357cf96a10f + () noexcept(is_nothrow_default_constructible< std::allocator< _CharClassT > >::value) + + + + vector + a06912.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept + + + + vector + a06912.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) + + + + vector + a06912.html + a928812d75ac8e43de2346603cfef2d4b + (vector &&__x) noexcept + + + + vector + a06912.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) + + + + vector + a06912.html + affbc2a0599ddf5a0e87475e4e65775a0 + (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + + + + vector + a06912.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~vector + a06912.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + const_iterator + begin + a06912.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + const_iterator + cbegin + a06912.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept + + + const_iterator + cend + a06912.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + _CharClassT * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06912.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + const_iterator + end + a06912.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06912.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept + + + vector & + operator= + a06912.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) + + + vector & + operator= + a06912.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + + + vector & + operator= + a06912.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + size_type + size + a06912.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + + vector< _CharT > + a06912.html + _Vector_base< _CharT, std::allocator< _CharT > > + + + vector + a06912.html + a67a4f190d61c7b35fa951357cf96a10f + () noexcept(is_nothrow_default_constructible< std::allocator< _CharT > >::value) + + + + vector + a06912.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept + + + + vector + a06912.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) + + + + vector + a06912.html + a928812d75ac8e43de2346603cfef2d4b + (vector &&__x) noexcept + + + + vector + a06912.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) + + + + vector + a06912.html + affbc2a0599ddf5a0e87475e4e65775a0 + (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + + + + vector + a06912.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~vector + a06912.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + const_iterator + begin + a06912.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + const_iterator + cbegin + a06912.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept + + + const_iterator + cend + a06912.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + _CharT * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06912.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + const_iterator + end + a06912.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06912.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept + + + vector & + operator= + a06912.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) + + + vector & + operator= + a06912.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + + + vector & + operator= + a06912.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + size_type + size + a06912.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + + vector< _Cmpt > + a06912.html + _Vector_base< _Cmpt, std::allocator< _Cmpt > > + + + vector + a06912.html + a67a4f190d61c7b35fa951357cf96a10f + () noexcept(is_nothrow_default_constructible< std::allocator< _Cmpt > >::value) + + + + vector + a06912.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept + + + + vector + a06912.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) + + + + vector + a06912.html + a928812d75ac8e43de2346603cfef2d4b + (vector &&__x) noexcept + + + + vector + a06912.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) + + + + vector + a06912.html + affbc2a0599ddf5a0e87475e4e65775a0 + (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + + + + vector + a06912.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~vector + a06912.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + const_iterator + begin + a06912.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + const_iterator + cbegin + a06912.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept + + + const_iterator + cend + a06912.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + _Cmpt * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06912.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + const_iterator + end + a06912.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06912.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept + + + vector & + operator= + a06912.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) + + + vector & + operator= + a06912.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + + + vector & + operator= + a06912.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + size_type + size + a06912.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + + vector< _Node *, _Nodeptr_Alloc > + a06912.html + _Vector_base< _Node *, _Nodeptr_Alloc > + + + vector + a06912.html + a67a4f190d61c7b35fa951357cf96a10f + () noexcept(is_nothrow_default_constructible< _Nodeptr_Alloc >::value) + + + + vector + a06912.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept + + + + vector + a06912.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) + + + + vector + a06912.html + a928812d75ac8e43de2346603cfef2d4b + (vector &&__x) noexcept + + + + vector + a06912.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) + + + + vector + a06912.html + affbc2a0599ddf5a0e87475e4e65775a0 + (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + + + + vector + a06912.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~vector + a06912.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + const_iterator + begin + a06912.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + const_iterator + cbegin + a06912.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept + + + const_iterator + cend + a06912.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + _Node * * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06912.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + const_iterator + end + a06912.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06912.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept + + + vector & + operator= + a06912.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) + + + vector & + operator= + a06912.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + + + vector & + operator= + a06912.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + size_type + size + a06912.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + + vector< _RealType > + a06912.html + _Vector_base< _RealType, std::allocator< _RealType > > + + + vector + a06912.html + a67a4f190d61c7b35fa951357cf96a10f + () noexcept(is_nothrow_default_constructible< std::allocator< _RealType > >::value) + + + + vector + a06912.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept + + + + vector + a06912.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) + + + + vector + a06912.html + a928812d75ac8e43de2346603cfef2d4b + (vector &&__x) noexcept + + + + vector + a06912.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) + + + + vector + a06912.html + affbc2a0599ddf5a0e87475e4e65775a0 + (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + + + + vector + a06912.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~vector + a06912.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + const_iterator + begin + a06912.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + const_iterator + cbegin + a06912.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept + + + const_iterator + cend + a06912.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + _RealType * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06912.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + const_iterator + end + a06912.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06912.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept + + + vector & + operator= + a06912.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) + + + vector & + operator= + a06912.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + + + vector & + operator= + a06912.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + size_type + size + a06912.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + + vector< _State< _TraitsT::char_type > > + a06912.html + _Vector_base< _State< _TraitsT::char_type >, std::allocator< _State< _TraitsT::char_type > > > + + + vector + a06912.html + a67a4f190d61c7b35fa951357cf96a10f + () noexcept(is_nothrow_default_constructible< std::allocator< _State< _TraitsT::char_type > > >::value) + + + + vector + a06912.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept + + + + vector + a06912.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) + + + + vector + a06912.html + a928812d75ac8e43de2346603cfef2d4b + (vector &&__x) noexcept + + + + vector + a06912.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) + + + + vector + a06912.html + affbc2a0599ddf5a0e87475e4e65775a0 + (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + + + + vector + a06912.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~vector + a06912.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + const_iterator + begin + a06912.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + const_iterator + cbegin + a06912.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept + + + const_iterator + cend + a06912.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + _State< _TraitsT::char_type > * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06912.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + const_iterator + end + a06912.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06912.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept + + + vector & + operator= + a06912.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) + + + vector & + operator= + a06912.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + + + vector & + operator= + a06912.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + size_type + size + a06912.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + + vector< _StringT > + a06912.html + _Vector_base< _StringT, std::allocator< _StringT > > + + + vector + a06912.html + a67a4f190d61c7b35fa951357cf96a10f + () noexcept(is_nothrow_default_constructible< std::allocator< _StringT > >::value) + + + + vector + a06912.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept + + + + vector + a06912.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) + + + + vector + a06912.html + a928812d75ac8e43de2346603cfef2d4b + (vector &&__x) noexcept + + + + vector + a06912.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) + + + + vector + a06912.html + affbc2a0599ddf5a0e87475e4e65775a0 + (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + + + + vector + a06912.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~vector + a06912.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + const_iterator + begin + a06912.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + const_iterator + cbegin + a06912.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept + + + const_iterator + cend + a06912.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + _StringT * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06912.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + const_iterator + end + a06912.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06912.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept + + + vector & + operator= + a06912.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) + + + vector & + operator= + a06912.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + + + vector & + operator= + a06912.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + size_type + size + a06912.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + + vector< block_type, allocator_type > + a06912.html + _Vector_base< block_type, allocator_type > + + + vector + a06912.html + a67a4f190d61c7b35fa951357cf96a10f + () noexcept(is_nothrow_default_constructible< allocator_type >::value) + + + + vector + a06912.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept + + + + vector + a06912.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) + + + + vector + a06912.html + a928812d75ac8e43de2346603cfef2d4b + (vector &&__x) noexcept + + + + vector + a06912.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) + + + + vector + a06912.html + affbc2a0599ddf5a0e87475e4e65775a0 + (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + + + + vector + a06912.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~vector + a06912.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + const_iterator + begin + a06912.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + const_iterator + cbegin + a06912.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept + + + const_iterator + cend + a06912.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + block_type * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06912.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + const_iterator + end + a06912.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06912.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept + + + vector & + operator= + a06912.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) + + + vector & + operator= + a06912.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + + + vector & + operator= + a06912.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + size_type + size + a06912.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + + vector< Catalog_info *> + a06912.html + _Vector_base< Catalog_info *, std::allocator< Catalog_info *> > + + + vector + a06912.html + a67a4f190d61c7b35fa951357cf96a10f + () noexcept(is_nothrow_default_constructible< std::allocator< Catalog_info *> >::value) + + + + vector + a06912.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept + + + + vector + a06912.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) + + + + vector + a06912.html + a928812d75ac8e43de2346603cfef2d4b + (vector &&__x) noexcept + + + + vector + a06912.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) + + + + vector + a06912.html + affbc2a0599ddf5a0e87475e4e65775a0 + (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + + + + vector + a06912.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~vector + a06912.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + const_iterator + begin + a06912.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + const_iterator + cbegin + a06912.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept + + + const_iterator + cend + a06912.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + Catalog_info * * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06912.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + const_iterator + end + a06912.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06912.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept + + + vector & + operator= + a06912.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) + + + vector & + operator= + a06912.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + + + vector & + operator= + a06912.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + size_type + size + a06912.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + + vector< double > + a06912.html + _Vector_base< double, std::allocator< double > > + + + vector + a06912.html + a67a4f190d61c7b35fa951357cf96a10f + () noexcept(is_nothrow_default_constructible< std::allocator< double > >::value) + + + + vector + a06912.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept + + + + vector + a06912.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) + + + + vector + a06912.html + a928812d75ac8e43de2346603cfef2d4b + (vector &&__x) noexcept + + + + vector + a06912.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) + + + + vector + a06912.html + affbc2a0599ddf5a0e87475e4e65775a0 + (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + + + + vector + a06912.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~vector + a06912.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + const_iterator + begin + a06912.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + const_iterator + cbegin + a06912.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept + + + const_iterator + cend + a06912.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + double * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06912.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + const_iterator + end + a06912.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06912.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept + + + vector & + operator= + a06912.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) + + + vector & + operator= + a06912.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + + + vector & + operator= + a06912.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + size_type + size + a06912.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + + vector< int > + a06912.html + _Vector_base< int, std::allocator< int > > + + + vector + a06912.html + a67a4f190d61c7b35fa951357cf96a10f + () noexcept(is_nothrow_default_constructible< std::allocator< int > >::value) + + + + vector + a06912.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept + + + + vector + a06912.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) + + + + vector + a06912.html + a928812d75ac8e43de2346603cfef2d4b + (vector &&__x) noexcept + + + + vector + a06912.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) + + + + vector + a06912.html + affbc2a0599ddf5a0e87475e4e65775a0 + (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + + + + vector + a06912.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~vector + a06912.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + const_iterator + begin + a06912.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + const_iterator + cbegin + a06912.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept + + + const_iterator + cend + a06912.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + int * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06912.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + const_iterator + end + a06912.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06912.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept + + + vector & + operator= + a06912.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) + + + vector & + operator= + a06912.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + + + vector & + operator= + a06912.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + size_type + size + a06912.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + + vector< result_type > + a06912.html + _Vector_base< result_type, std::allocator< result_type > > + + + vector + a06912.html + a67a4f190d61c7b35fa951357cf96a10f + () noexcept(is_nothrow_default_constructible< std::allocator< result_type > >::value) + + + + vector + a06912.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept + + + + vector + a06912.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) + + + + vector + a06912.html + a928812d75ac8e43de2346603cfef2d4b + (vector &&__x) noexcept + + + + vector + a06912.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) + + + + vector + a06912.html + affbc2a0599ddf5a0e87475e4e65775a0 + (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + + + + vector + a06912.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~vector + a06912.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + const_iterator + begin + a06912.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + const_iterator + cbegin + a06912.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept + + + const_iterator + cend + a06912.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + result_type * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06912.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + const_iterator + end + a06912.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06912.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept + + + vector & + operator= + a06912.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) + + + vector & + operator= + a06912.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + + + vector & + operator= + a06912.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + size_type + size + a06912.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + + vector< size_t > + a06912.html + _Vector_base< size_t, std::allocator< size_t > > + + + vector + a06912.html + a67a4f190d61c7b35fa951357cf96a10f + () noexcept(is_nothrow_default_constructible< std::allocator< size_t > >::value) + + + + vector + a06912.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept + + + + vector + a06912.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) + + + + vector + a06912.html + a928812d75ac8e43de2346603cfef2d4b + (vector &&__x) noexcept + + + + vector + a06912.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) + + + + vector + a06912.html + affbc2a0599ddf5a0e87475e4e65775a0 + (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + + + + vector + a06912.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~vector + a06912.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + const_iterator + begin + a06912.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + const_iterator + cbegin + a06912.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept + + + const_iterator + cend + a06912.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + size_t * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06912.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + const_iterator + end + a06912.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06912.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept + + + vector & + operator= + a06912.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) + + + vector & + operator= + a06912.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + + + vector & + operator= + a06912.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + size_type + size + a06912.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + + vector< std::pair< _BiIter, int > > + a06912.html + _Vector_base< std::pair< _BiIter, int >, std::allocator< std::pair< _BiIter, int > > > + + + vector + a06912.html + a67a4f190d61c7b35fa951357cf96a10f + () noexcept(is_nothrow_default_constructible< std::allocator< std::pair< _BiIter, int > > >::value) + + + + vector + a06912.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept + + + + vector + a06912.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) + + + + vector + a06912.html + a928812d75ac8e43de2346603cfef2d4b + (vector &&__x) noexcept + + + + vector + a06912.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) + + + + vector + a06912.html + affbc2a0599ddf5a0e87475e4e65775a0 + (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + + + + vector + a06912.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~vector + a06912.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + const_iterator + begin + a06912.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + const_iterator + cbegin + a06912.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept + + + const_iterator + cend + a06912.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + std::pair< _BiIter, int > * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06912.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + const_iterator + end + a06912.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06912.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept + + + vector & + operator= + a06912.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) + + + vector & + operator= + a06912.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + + + vector & + operator= + a06912.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + size_type + size + a06912.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + + vector< std::pair< _StateIdT, std::vector > > + a06912.html + _Vector_base< std::pair< _StateIdT, std::vector >, std::allocator< std::pair< _StateIdT, std::vector > > > + + + vector + a06912.html + a67a4f190d61c7b35fa951357cf96a10f + () noexcept(is_nothrow_default_constructible< std::allocator< std::pair< _StateIdT, std::vector > > >::value) + + + + vector + a06912.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept + + + + vector + a06912.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) + + + + vector + a06912.html + a928812d75ac8e43de2346603cfef2d4b + (vector &&__x) noexcept + + + + vector + a06912.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) + + + + vector + a06912.html + affbc2a0599ddf5a0e87475e4e65775a0 + (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + + + + vector + a06912.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~vector + a06912.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + const_iterator + begin + a06912.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + const_iterator + cbegin + a06912.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept + + + const_iterator + cend + a06912.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + std::pair< _StateIdT, std::vector > * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06912.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + const_iterator + end + a06912.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06912.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept + + + vector & + operator= + a06912.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) + + + vector & + operator= + a06912.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + + + vector & + operator= + a06912.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + size_type + size + a06912.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + + vector< std::pair< _StrTransT, _StrTransT > > + a06912.html + _Vector_base< std::pair< _StrTransT, _StrTransT >, std::allocator< std::pair< _StrTransT, _StrTransT > > > + + + vector + a06912.html + a67a4f190d61c7b35fa951357cf96a10f + () noexcept(is_nothrow_default_constructible< std::allocator< std::pair< _StrTransT, _StrTransT > > >::value) + + + + vector + a06912.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept + + + + vector + a06912.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) + + + + vector + a06912.html + a928812d75ac8e43de2346603cfef2d4b + (vector &&__x) noexcept + + + + vector + a06912.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) + + + + vector + a06912.html + affbc2a0599ddf5a0e87475e4e65775a0 + (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + + + + vector + a06912.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~vector + a06912.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + const_iterator + begin + a06912.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + const_iterator + cbegin + a06912.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept + + + const_iterator + cend + a06912.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + std::pair< _StrTransT, _StrTransT > * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06912.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + const_iterator + end + a06912.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06912.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept + + + vector & + operator= + a06912.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) + + + vector & + operator= + a06912.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + + + vector & + operator= + a06912.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + size_type + size + a06912.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + + vector< sub_match< _Bi_iter >, _Alloc > + a06912.html + _Vector_base< sub_match< _Bi_iter >, _Alloc > + + + vector + a06912.html + a67a4f190d61c7b35fa951357cf96a10f + () noexcept(is_nothrow_default_constructible< _Alloc >::value) + + + + vector + a06912.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept + + + + vector + a06912.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) + + + + vector + a06912.html + a928812d75ac8e43de2346603cfef2d4b + (vector &&__x) noexcept + + + + vector + a06912.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) + + + + vector + a06912.html + affbc2a0599ddf5a0e87475e4e65775a0 + (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + + + + vector + a06912.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~vector + a06912.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + const_iterator + begin + a06912.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + const_iterator + cbegin + a06912.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept + + + const_iterator + cend + a06912.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + sub_match< _Bi_iter > * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06912.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + const_iterator + end + a06912.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06912.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept + + + vector & + operator= + a06912.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) + + + vector & + operator= + a06912.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + + + vector & + operator= + a06912.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + size_type + size + a06912.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + + vector< sub_match< _Bi_iter >, allocator< sub_match< _Bi_iter > > > + a06912.html + _Vector_base< sub_match< _Bi_iter >, allocator< sub_match< _Bi_iter > > > + + + vector + a06912.html + a67a4f190d61c7b35fa951357cf96a10f + () noexcept(is_nothrow_default_constructible< allocator< sub_match< _Bi_iter > > >::value) + + + + vector + a06912.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept + + + + vector + a06912.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) + + + + vector + a06912.html + a928812d75ac8e43de2346603cfef2d4b + (vector &&__x) noexcept + + + + vector + a06912.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) + + + + vector + a06912.html + affbc2a0599ddf5a0e87475e4e65775a0 + (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + + + + vector + a06912.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~vector + a06912.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + const_iterator + begin + a06912.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + const_iterator + cbegin + a06912.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept + + + const_iterator + cend + a06912.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + sub_match< _Bi_iter > * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06912.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + const_iterator + end + a06912.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06912.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept + + + vector & + operator= + a06912.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) + + + vector & + operator= + a06912.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + + + vector & + operator= + a06912.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + size_type + size + a06912.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + + vector< sub_match< _BiIter >, _Alloc > + a06912.html + _Vector_base< sub_match< _BiIter >, _Alloc > + + + vector + a06912.html + a67a4f190d61c7b35fa951357cf96a10f + () noexcept(is_nothrow_default_constructible< _Alloc >::value) + + + + vector + a06912.html + ab6d52bbbf36c0b4c6a61075ae2b87654 + (const allocator_type &__a) noexcept + + + + vector + a06912.html + a6b8074967f8051c5fbcbe5c7057775ec + (size_type __n, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a501b56f5a3b8558587ca1be9029e1de5 + (size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a002b00e3596af506a260bd957bee0212 + (const vector &__x) + + + + vector + a06912.html + a928812d75ac8e43de2346603cfef2d4b + (vector &&__x) noexcept + + + + vector + a06912.html + a325e3dbc4cd5c50fbfa108ff9e1a9bb9 + (const vector &__x, const allocator_type &__a) + + + + vector + a06912.html + affbc2a0599ddf5a0e87475e4e65775a0 + (vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) + + + + vector + a06912.html + a010e6e6c437a7eb67dae7c052790cf94 + (initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) + + + + vector + a06912.html + a8d611ffc7e37ca37dff8acabba2897a5 + (_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) + + + + ~vector + a06912.html + a71ef09bb9b5003131ec404461fbdfa13 + () noexcept + + + void + assign + a06912.html + a943d35baf02f390b9870351f0f78c1d7 + (size_type __n, const value_type &__val) + + + void + assign + a06912.html + acaab0c546279a999bcba3ed54478c83d + (_InputIterator __first, _InputIterator __last) + + + void + assign + a06912.html + acda096d477c2ef09ee0b3e7fb3ca558c + (initializer_list< value_type > __l) + + + reference + at + a06912.html + a11362894b61f87331541b5268d0cb033 + (size_type __n) + + + const_reference + at + a06912.html + aaa0004f67abf317a8923d549a0e74987 + (size_type __n) const + + + reference + back + a06912.html + ac7c4da8f17ac32164def63407dec54cb + () noexcept + + + const_reference + back + a06912.html + ad185eab26722975ac46eb977c7b2627b + () const noexcept + + + iterator + begin + a06912.html + ac219a7abc1e291dfe0a57189895d04d1 + () noexcept + + + const_iterator + begin + a06912.html + a8ecd17bf8b6b1b1ddbdb045e0553ba75 + () const noexcept + + + size_type + capacity + a06912.html + aeec23a5238eb60cd3bb5ec960e9b430e + () const noexcept + + + const_iterator + cbegin + a06912.html + aa5ce64abecf486fbdb7914ae9734d289 + () const noexcept + + + const_iterator + cend + a06912.html + aae7e855d48dc6fc90c9f746d2098c263 + () const noexcept + + + void + clear + a06912.html + a57ef261b05f9ea1457d6f54494902e84 + () noexcept + + + const_reverse_iterator + crbegin + a06912.html + a30f4698eae082ffd64ed80c8cb648360 + () const noexcept + + + const_reverse_iterator + crend + a06912.html + a825800ea90d4e7367b5361ae53f864c7 + () const noexcept + + + sub_match< _BiIter > * + data + a06912.html + abee0514d69c004f06f06e37e33b6104b + () noexcept + + + iterator + emplace + a06912.html + ab9f9ca10121c7ca0d2365a92ec7c5a85 + (const_iterator __position, _Args &&... __args) + + + bool + empty + a06912.html + a2c527667d502c53e377b49b8c1ce4214 + () const noexcept + + + iterator + end + a06912.html + ae957699b810eb3313916800773e103d7 + () noexcept + + + const_iterator + end + a06912.html + ae3d969a640523603b2c51341c975b30c + () const noexcept + + + iterator + erase + a06912.html + a1c8b8734443a1028d00ad364190bac76 + (const_iterator __position) + + + iterator + erase + a06912.html + aae89e304cceda4179427223add91eebb + (const_iterator __first, const_iterator __last) + + + reference + front + a06912.html + a460e9d810eb0009f44d8584662672a6b + () noexcept + + + const_reference + front + a06912.html + a1a3f9b081e24c3932472aff316308554 + () const noexcept + + + iterator + insert + a06912.html + ace70e223402de9cdd87a09bd4ff0e76b + (const_iterator __position, const value_type &__x) + + + iterator + insert + a06912.html + a84793dbae69ddcd84cc26199e6a9e898 + (const_iterator __position, value_type &&__x) + + + iterator + insert + a06912.html + a1a1db200194fca60d689aacce652d616 + (const_iterator __position, initializer_list< value_type > __l) + + + iterator + insert + a06912.html + a4922c571c2d3e9006f68813656f36587 + (const_iterator __position, size_type __n, const value_type &__x) + + + iterator + insert + a06912.html + a35cc226f8730266ed04ca5dd0fd3077c + (const_iterator __position, _InputIterator __first, _InputIterator __last) + + + size_type + max_size + a06912.html + a7abf19c35e087a2d4596f651e340fb89 + () const noexcept + + + vector & + operator= + a06912.html + a9c56711f1fdb6aeb4a287570da90a688 + (const vector &__x) + + + vector & + operator= + a06912.html + a3bcd2b28b84df51df419171868014a84 + (vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) + + + vector & + operator= + a06912.html + a5badc45ac5ba40fafcbb6ec5a0b8a745 + (initializer_list< value_type > __l) + + + reference + operator[] + a06912.html + afdb93693c1129f8f23406e8a9f4dc27e + (size_type __n) noexcept + + + const_reference + operator[] + a06912.html + a75bd59d9586be7f6d3e43e1afeac3d08 + (size_type __n) const noexcept + + + void + pop_back + a06912.html + a99e26d28529b0d7e6dfc3aff0400e8bd + () noexcept + + + void + push_back + a06912.html + a6f2144e852790296d3c62cdec92c95ce + (const value_type &__x) + + + reverse_iterator + rbegin + a06912.html + a20e5ca3edaf43348d346614730c8b637 + () noexcept + + + const_reverse_iterator + rbegin + a06912.html + ac1f157333783a401dd4a0c23edaddf1c + () const noexcept + + + reverse_iterator + rend + a06912.html + a52d47db7d19a815e22d1cefdfa94d93c + () noexcept + + + const_reverse_iterator + rend + a06912.html + aa32a4b05a4c404e012c787360d7518a8 + () const noexcept + + + void + reserve + a06912.html + a8ab62036345a72d8126fa30425dfe869 + (size_type __n) + + + void + resize + a06912.html + a1134bcc83ff6c70cf78bab3cd426feaf + (size_type __new_size) + + + void + resize + a06912.html + a53e627a12d33d2df15d4a9c25c872785 + (size_type __new_size, const value_type &__x) + + + void + shrink_to_fit + a06912.html + a4f4dc31fc105124cd9a5e4a90ae99c44 + () + + + size_type + size + a06912.html + aedc1ee21f6ca2b8304b4f1f430125c8d + () const noexcept + + + void + swap + a06912.html + a97d8ff35af22b6787d9aa7c60b2ba3ff + (vector &__x) noexcept + + + pointer + _M_allocate_and_copy + a06912.html + a283e72373f613c3d74ccf35b529a8393 + (size_type __n, _ForwardIterator __first, _ForwardIterator __last) + + + void + _M_range_check + a06912.html + a84c7c47a337f0e2dfbdad2c5719c13f5 + (size_type __n) const + + + + weak_ptr< _State_baseV2 > + a05944.html + + + __gnu_cxx + a01550.html + __gnu_cxx::__detail + __gnu_cxx::typelist + __gnu_cxx::__alloc_traits + __gnu_cxx::__common_pool_policy + __gnu_cxx::__mt_alloc + __gnu_cxx::__mt_alloc_base + __gnu_cxx::__per_type_pool_policy + __gnu_cxx::__pool + __gnu_cxx::__pool< false > + __gnu_cxx::__pool< true > + __gnu_cxx::__pool_alloc + __gnu_cxx::__pool_alloc_base + __gnu_cxx::__pool_base + __gnu_cxx::__rc_string_base + __gnu_cxx::__scoped_lock + __gnu_cxx::__versa_string + __gnu_cxx::_Caster + __gnu_cxx::_Char_types + __gnu_cxx::_ExtPtr_allocator + __gnu_cxx::_Invalid_type + __gnu_cxx::_Pointer_adapter + __gnu_cxx::_Relative_pointer_impl + __gnu_cxx::_Relative_pointer_impl< const _Tp > + __gnu_cxx::_Std_pointer_impl + __gnu_cxx::_Unqualified_type + __gnu_cxx::annotate_base + __gnu_cxx::array_allocator + __gnu_cxx::array_allocator_base + __gnu_cxx::binary_compose + __gnu_cxx::bitmap_allocator + __gnu_cxx::char_traits + __gnu_cxx::character + __gnu_cxx::condition_base + __gnu_cxx::constant_binary_fun + __gnu_cxx::constant_unary_fun + __gnu_cxx::constant_void_fun + __gnu_cxx::debug_allocator + __gnu_cxx::enc_filebuf + __gnu_cxx::encoding_char_traits + __gnu_cxx::encoding_state + __gnu_cxx::forced_error + __gnu_cxx::free_list + __gnu_cxx::hash_map + __gnu_cxx::hash_multimap + __gnu_cxx::hash_multiset + __gnu_cxx::hash_set + __gnu_cxx::limit_condition + __gnu_cxx::malloc_allocator + __gnu_cxx::new_allocator + __gnu_cxx::project1st + __gnu_cxx::project2nd + __gnu_cxx::random_condition + __gnu_cxx::rb_tree + __gnu_cxx::recursive_init_error + __gnu_cxx::rope + __gnu_cxx::select1st + __gnu_cxx::select2nd + __gnu_cxx::slist + __gnu_cxx::stdio_filebuf + __gnu_cxx::stdio_sync_filebuf + __gnu_cxx::subtractive_rng + __gnu_cxx::temporary_buffer + __gnu_cxx::throw_allocator_base + __gnu_cxx::throw_allocator_limit + __gnu_cxx::throw_allocator_random + __gnu_cxx::throw_value_base + __gnu_cxx::throw_value_limit + __gnu_cxx::throw_value_random + __gnu_cxx::unary_compose + + const _Tp & + __median + a01465.html + ga0b1bd4fe66e82c6d9d2257570aea3f07 + (const _Tp &__a, const _Tp &__b, const _Tp &__c) + + + const _Tp & + __median + a01465.html + gab2ccdd18aa0ed8eb2757efc6786f7481 + (const _Tp &__a, const _Tp &__b, const _Tp &__c, _Compare __comp) + + + _ToType + __static_pointer_cast + a01550.html + a487bbb64c56161112f038c0d8186395c + (const _FromType &__arg) + + + _ToType + __static_pointer_cast + a01550.html + a4baa5d8cc0f2a99113c79518d394fd1b + (_FromType *__arg) + + + void + __verbose_terminate_handler + a01492.html + gaf51888cedbc669a114cd79e39e0cd9be + () + + + size_t + _Bit_scan_forward + a01550.html + abd5dd7bd5163ef61907c047948e639a5 + (size_t __num) + + + unary_compose< _Operation1, _Operation2 > + compose1 + a01465.html + ga0099fa0a5f616d3bc2ba21b81902fc5f + (const _Operation1 &__fn1, const _Operation2 &__fn2) + + + binary_compose< _Operation1, _Operation2, _Operation3 > + compose2 + a01465.html + ga3a4bcb8b957d6c73414c6a5eda0fef17 + (const _Operation1 &__fn1, const _Operation2 &__fn2, const _Operation3 &__fn3) + + + __gnu_cxx::__promote_3< _Tpa, _Tpc, _Tp >::__type + conf_hyperg + a01550.html + a2e17ccbbc4cbb99c987e875531d4a3de + (_Tpa __a, _Tpc __c, _Tp __x) + + + float + conf_hypergf + a01550.html + abd18e600aa78c3f2b2f835039506c810 + (float __a, float __c, float __x) + + + long double + conf_hypergl + a01550.html + a0a9853f30d8fa515a12cd45a92da832e + (long double __a, long double __c, long double __x) + + + constant_void_fun< _Result > + constant0 + a01465.html + gabbe0a1fe70c819c69c49791fd172bbb7 + (const _Result &__val) + + + constant_unary_fun< _Result, _Result > + constant1 + a01465.html + ga00aba91be56a04a7a200f932b507c4f2 + (const _Result &__val) + + + constant_binary_fun< _Result, _Result, _Result > + constant2 + a01465.html + gafa3404bd6e935274a6ce879dab3c8d08 + (const _Result &__val) + + + pair< _InputIterator, _OutputIterator > + copy_n + a01465.html + ga72c21e0f95b2b3cb6ea2785ee4108b01 + (_InputIterator __first, _Size __count, _OutputIterator __result) + + + void + distance + a01465.html + gade7ee057985825bd6d67e7a1a682dd89 + (_InputIterator __first, _InputIterator __last, _Distance &__n) + + + __gnu_cxx::__promote_4< _Tpa, _Tpb, _Tpc, _Tp >::__type + hyperg + a01550.html + af52cf49736c63b0bb000be98b53c221f + (_Tpa __a, _Tpb __b, _Tpc __c, _Tp __x) + + + float + hypergf + a01550.html + ac4c81e4ea9cef149fe40291ca10d7e15 + (float __a, float __b, float __c, float __x) + + + long double + hypergl + a01550.html + a9961967087216e97f76283f29e1be152 + (long double __a, long double __b, long double __c, long double __x) + + + _Tp + identity_element + a01465.html + gace93b3939a95d95c7f1b010457a54ff9 + (std::plus< _Tp >) + + + _Tp + identity_element + a01465.html + gaadbb1d3b3633bdf49a06904e95d5ef79 + (std::multiplies< _Tp >) + + + int + lexicographical_compare_3way + a01465.html + gadd7eb026c10d4a6929b8c61d0501bdee + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) + + + bool + operator!= + a01550.html + ab051cea08cf039852e3351b93b8c5a81 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + bool + operator!= + a01550.html + a1181402b4656a1da4bf2e9608aed3c38 + (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + bool + operator!= + a01550.html + a9deee1071e354ea98296b431b4643511 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) + + + __versa_string< _CharT, _Traits, _Alloc, _Base > + operator+ + a01550.html + a7e943cfd42382fe2fcba3fd5b4fc1476 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + __versa_string< _CharT, _Traits, _Alloc, _Base > + operator+ + a01550.html + ab2b89b39ac900719a3a14e634ec860a5 + (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + __versa_string< _CharT, _Traits, _Alloc, _Base > + operator+ + a01550.html + acc9338b2661112c05017dbdeb21df9c7 + (_CharT __lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + __versa_string< _CharT, _Traits, _Alloc, _Base > + operator+ + a01550.html + ab0f3593c273db1a2619a43db92c66efe + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) + + + __versa_string< _CharT, _Traits, _Alloc, _Base > + operator+ + a01550.html + a72c2b3659c31815c11e1d6b1a1d7e924 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, _CharT __rhs) + + + bool + operator< + a01550.html + a322f7449964a51cfe95142e14db0ef72 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + bool + operator< + a01550.html + ad7d9e389800dcea7b1748d08f70f0358 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) + + + bool + operator< + a01550.html + afdc865f8e1dd5fb8be54c6a608d6ca17 + (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + bool + operator<= + a01550.html + a8002d09a2b548cf3abc2bd4aeafbce78 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + bool + operator<= + a01550.html + a08ad6f0a285af9120e6d882594281672 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) + + + bool + operator<= + a01550.html + a3672b11b2bb1fc3a4b22f6d29473af87 + (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + bool + operator== + a01550.html + ae7f71d536da5bf14e2d75305b4b88da5 + (const _Pointer_adapter< _Tp > &__lhs, const _Pointer_adapter< _Tp > &__rhs) + + + bool + operator== + a01550.html + acbaf9ba3f0e9c26a8239a313ad714fa8 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + bool + operator== + a01550.html + ad0ff7d116cd8134193d3d843552d750c + (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + bool + operator== + a01550.html + a20ca06133e85c3a0ea49857488a5b94c + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) + + + bool + operator> + a01550.html + a4888830ee6fb21e7bb62e14a2ab70ba2 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + bool + operator> + a01550.html + a15ea80c5370562c6713c383c5277c3c0 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) + + + bool + operator> + a01550.html + a3137c36cfc4f7bc7580eb06bc8d2845c + (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + bool + operator>= + a01550.html + a1ec2deb39f1b5127f5a8bb2b26450c03 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + bool + operator>= + a01550.html + a9fd2a7c53cf7d775379e0d6097658545 + (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) + + + bool + operator>= + a01550.html + aa626858a9a44d7932ad8c38fb4905b34 + (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + _Tp + power + a01465.html + ga52a0d4d0aad4e35cbcc82c8be1dfcebe + (_Tp __x, _Integer __n, _MonoidOperation __monoid_op) + + + _Tp + power + a01465.html + ga2a1a321e469c0cafa50d1085b27ebbc3 + (_Tp __x, _Integer __n) + + + _RandomAccessIterator + random_sample + a01465.html + ga5ebfe3733a0ab6455f0fc33dce0aedc1 + (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __out_first, _RandomAccessIterator __out_last) + + + _RandomAccessIterator + random_sample + a01465.html + ga78e35bfad53c1a60a52486366d7f1f4e + (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __out_first, _RandomAccessIterator __out_last, _RandomNumberGenerator &__rand) + + + _OutputIterator + random_sample_n + a01465.html + ga4992181b3aa066878aff43c4bfb84ae5 + (_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __out, const _Distance __n) + + + _OutputIterator + random_sample_n + a01465.html + gafa6f89a01277d183380798fae9826172 + (_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __out, const _Distance __n, _RandomNumberGenerator &__rand) + + + void + swap + a01550.html + ac29506dd75ee99d6a88ade595233c6f8 + (__versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) + + + pair< _InputIter, _ForwardIter > + uninitialized_copy_n + a01465.html + ga9bd3520e93f2babe15918dec409a1745 + (_InputIter __first, _Size __count, _ForwardIter __result) + + + + __gnu_cxx::__detail + a01551.html + __gnu_cxx::__detail::__mini_vector + __gnu_cxx::__detail::_Bitmap_counter + __gnu_cxx::__detail::_Ffit_finder + + void + __bit_allocate + a01551.html + a66ecc50d39574ec8267280dcfcd7b829 + (size_t *__pbmap, size_t __pos) + + + void + __bit_free + a01551.html + ab571bfea10cee534f273e51d8c3f0e87 + (size_t *__pbmap, size_t __pos) + + + size_t + __num_bitmaps + a01551.html + a7330cb988b80f21adeeb072f6667c98f + (_AddrPair __ap) + + + size_t + __num_blocks + a01551.html + a2fb2c0275cdfb47ce1c94dedf58609ef + (_AddrPair __ap) + + + + __gnu_cxx::typelist + a01592.html + + void + apply_generator + a01592.html + a901aed464640d1d4b48ea99ef8456964 + (Gn &, Typelist) + + + + __gnu_debug + a01572.html + __gnu_debug::_After_nth_from + __gnu_debug::_BeforeBeginHelper + __gnu_debug::_Equal_to + __gnu_debug::_Not_equal_to + __gnu_debug::_Safe_container + __gnu_debug::_Safe_forward_list + __gnu_debug::_Safe_iterator + __gnu_debug::_Safe_iterator_base + __gnu_debug::_Safe_local_iterator + __gnu_debug::_Safe_local_iterator_base + __gnu_debug::_Safe_node_sequence + __gnu_debug::_Safe_sequence + __gnu_debug::_Safe_sequence_base + __gnu_debug::_Safe_unordered_container + __gnu_debug::_Safe_unordered_container_base + __gnu_debug::_Safe_vector + __gnu_debug::_Sequence_traits + __gnu_debug::basic_string + + + _Distance_precision + a01572.html + a3817879cb58c2db9f22712a634ef0b92 + + + + bool + __check_dereferenceable + a01572.html + abca2c6a25b59aae1d07eef6df6c16fff + (const _Iterator &) + + + bool + __check_dereferenceable + a01572.html + a1ce0899930ceaea4e9035fc12f7a9e7f + (const _Tp *__ptr) + + + bool + __check_dereferenceable + a01572.html + a2bb2a2986f4b7118b5f6f6b5db8af519 + (const _Safe_local_iterator< _Iterator, _Sequence > &__x) + + + bool + __check_dereferenceable + a01572.html + abb0a9d353b8510bbf1d0df6bf8537986 + (const _Safe_iterator< _Iterator, _Sequence > &__x) + + + bool + __check_singular + a01572.html + a46c66b454cce6570ba4bfcc9168982eb + (const _Tp *__ptr) + + + bool + __check_singular_aux + a01572.html + a86fc27f40fe8d866f9aff4a411dadc74 + (const _Safe_iterator_base *__x) + + + const _CharT * + __check_string + a01572.html + ae392ea47cae145b27005dbfdf9be3f47 + (const _CharT *__s, const _Integer &__n __attribute__((__unused__))) + + + const _CharT * + __check_string + a01572.html + a7e2013ed9979a1d4403a13e1bcbeaa15 + (const _CharT *__s) + + + bool + __foreign_iterator_aux2 + a01572.html + af008a6cc2546dc194296b19d8aa90b33 + (const _Safe_iterator< _Iterator, _Sequence > &__it, const _Safe_iterator< _OtherIterator, _Sequence > &__other, const _Safe_iterator< _OtherIterator, _Sequence > &) + + + bool + __foreign_iterator_aux2 + a01572.html + a4f3f5dd3756989ad8b4e9e3ca0822f12 + (const _Safe_iterator< _Iterator, _Sequence > &__it, const _Safe_iterator< _OtherIterator, _OtherSequence > &, const _Safe_iterator< _OtherIterator, _OtherSequence > &) + + + _Distance_traits< _Iterator >::__type + __get_distance + a01572.html + a4c63b948ffb4aedd8656ab735dbe1f72 + (const _Iterator &__lhs, const _Iterator &__rhs, std::random_access_iterator_tag) + + + std::pair< typename std::iterator_traits< _Iterator >::difference_type, _Distance_precision > + __get_distance + a01572.html + a7c44624755d513a2e6c13f1d4873e18e + (const _Safe_local_iterator< _Iterator, _Sequence > &__first, const _Safe_local_iterator< _Iterator, _Sequence > &__last, std::input_iterator_tag) + + + _Distance_traits< _Iterator >::__type + __get_distance + a01572.html + a59d3469122badad27fce9ef0adecb75c + (const _Safe_iterator< _Iterator, _Sequence > &__first, const _Safe_iterator< _Iterator, _Sequence > &__last, std::random_access_iterator_tag) + + + bool + __valid_range + a01572.html + a7a57c826c2512395af4b96c7024a1ec2 + (const _InputIterator &__first, const _InputIterator &__last, typename _Distance_traits< _InputIterator >::__type &__dist) + + + bool + __valid_range + a01572.html + ada0ed4cd9ec02fd9fed5e674e88a956e + (const _Safe_local_iterator< _Iterator, _Sequence > &__first, const _Safe_local_iterator< _Iterator, _Sequence > &__last, typename _Distance_traits< _Iterator >::__type &__dist_info) + + + bool + __valid_range + a01572.html + a3f1198e6f02698e00b56c259186370fa + (const _Safe_iterator< _Iterator, _Sequence > &__first, const _Safe_iterator< _Iterator, _Sequence > &__last, typename _Distance_traits< _Iterator >::__type &__dist) + + + bool + __valid_range_aux + a01572.html + a15b54d516d12b7abf066429f395236e6 + (const _Integral &, const _Integral &, typename _Distance_traits< _Integral >::__type &__dist, std::__true_type) + + + bool + __valid_range_aux + a01572.html + a7b7e692f12ebca32b03312c06d712a6d + (const _InputIterator &__first, const _InputIterator &__last, typename _Distance_traits< _InputIterator >::__type &__dist, std::__false_type) + + + + __gnu_internal + a01552.html + + + __gnu_parallel + a01576.html + __gnu_parallel::__accumulate_binop_reduct + __gnu_parallel::__accumulate_selector + __gnu_parallel::__adjacent_difference_selector + __gnu_parallel::__adjacent_find_selector + __gnu_parallel::__binder1st + __gnu_parallel::__binder2nd + __gnu_parallel::__count_if_selector + __gnu_parallel::__count_selector + __gnu_parallel::__fill_selector + __gnu_parallel::__find_first_of_selector + __gnu_parallel::__find_if_selector + __gnu_parallel::__for_each_selector + __gnu_parallel::__generate_selector + __gnu_parallel::__generic_find_selector + __gnu_parallel::__generic_for_each_selector + __gnu_parallel::__identity_selector + __gnu_parallel::__inner_product_selector + __gnu_parallel::__max_element_reduct + __gnu_parallel::__min_element_reduct + __gnu_parallel::__mismatch_selector + __gnu_parallel::__multiway_merge_3_variant_sentinel_switch + __gnu_parallel::__multiway_merge_3_variant_sentinel_switch< true, _RAIterIterator, _RAIter3, _DifferenceTp, _Compare > + __gnu_parallel::__multiway_merge_4_variant_sentinel_switch + __gnu_parallel::__multiway_merge_4_variant_sentinel_switch< true, _RAIterIterator, _RAIter3, _DifferenceTp, _Compare > + __gnu_parallel::__multiway_merge_k_variant_sentinel_switch + __gnu_parallel::__multiway_merge_k_variant_sentinel_switch< false, __stable, _RAIterIterator, _RAIter3, _DifferenceTp, _Compare > + __gnu_parallel::__replace_if_selector + __gnu_parallel::__replace_selector + __gnu_parallel::__transform1_selector + __gnu_parallel::__transform2_selector + __gnu_parallel::__unary_negate + __gnu_parallel::_DRandomShufflingGlobalData + __gnu_parallel::_DRSSorterPU + __gnu_parallel::_DummyReduct + __gnu_parallel::_EqualFromLess + __gnu_parallel::_EqualTo + __gnu_parallel::_GuardedIterator + __gnu_parallel::_IteratorPair + __gnu_parallel::_IteratorTriple + __gnu_parallel::_Job + __gnu_parallel::_Less + __gnu_parallel::_Lexicographic + __gnu_parallel::_LexicographicReverse + __gnu_parallel::_LoserTree + __gnu_parallel::_LoserTree< false, _Tp, _Compare > + __gnu_parallel::_LoserTreeBase + __gnu_parallel::_LoserTreePointer + __gnu_parallel::_LoserTreePointer< false, _Tp, _Compare > + __gnu_parallel::_LoserTreePointerBase + __gnu_parallel::_LoserTreePointerUnguarded + __gnu_parallel::_LoserTreePointerUnguarded< false, _Tp, _Compare > + __gnu_parallel::_LoserTreePointerUnguardedBase + __gnu_parallel::_LoserTreeTraits + __gnu_parallel::_LoserTreeUnguarded + __gnu_parallel::_LoserTreeUnguarded< false, _Tp, _Compare > + __gnu_parallel::_LoserTreeUnguardedBase + __gnu_parallel::_Multiplies + __gnu_parallel::_Nothing + __gnu_parallel::_Piece + __gnu_parallel::_Plus + __gnu_parallel::_PMWMSSortingData + __gnu_parallel::_PseudoSequence + __gnu_parallel::_PseudoSequenceIterator + __gnu_parallel::_QSBThreadLocal + __gnu_parallel::_RandomNumber + __gnu_parallel::_RestrictedBoundedConcurrentQueue + __gnu_parallel::_SamplingSorter + __gnu_parallel::_SamplingSorter< false, _RAIter, _StrictWeakOrdering > + __gnu_parallel::_Settings + __gnu_parallel::_SplitConsistently + __gnu_parallel::_SplitConsistently< false, _RAIter, _Compare, _SortingPlacesIterator > + __gnu_parallel::_SplitConsistently< true, _RAIter, _Compare, _SortingPlacesIterator > + __gnu_parallel::balanced_quicksort_tag + __gnu_parallel::balanced_tag + __gnu_parallel::constant_size_blocks_tag + __gnu_parallel::default_parallel_tag + __gnu_parallel::equal_split_tag + __gnu_parallel::exact_tag + __gnu_parallel::find_tag + __gnu_parallel::growing_blocks_tag + __gnu_parallel::multiway_mergesort_exact_tag + __gnu_parallel::multiway_mergesort_sampling_tag + __gnu_parallel::multiway_mergesort_tag + __gnu_parallel::omp_loop_static_tag + __gnu_parallel::omp_loop_tag + __gnu_parallel::parallel_tag + __gnu_parallel::quicksort_tag + __gnu_parallel::sampling_tag + __gnu_parallel::sequential_tag + __gnu_parallel::unbalanced_tag + + unsigned short + _BinIndex + a01576.html + ad8a0790a8380d657d3e238ec3f26d584 + + + + int64_t + _CASable + a01576.html + aa1171c39f9e5afad6392c7aeefb81115 + + + + uint64_t + _SequenceIndex + a01576.html + a1cbb61a4863a306daa23823d89f9bef1 + + + + uint16_t + _ThreadIndex + a01576.html + a05e502e51bfc3233671730f74a44dc6a + + + + + _AlgorithmStrategy + a01576.html + abfff682f83a1eacf1b43ad2b33a1954f + + + + + _FindAlgorithm + a01576.html + a1a75203febda4d2e4fab646bf6a94252 + + + + + _MultiwayMergeAlgorithm + a01576.html + abf16f5ba3af149689c7ed95309b7e91d + + + + + _Parallelism + a01576.html + a76f6cbf29b1b8d57762cce1ed9bd01a8 + + + + sequential + a01576.html + a76f6cbf29b1b8d57762cce1ed9bd01a8a7e6aa054fd848be925726fcf7b4eb3ce + + + + parallel_unbalanced + a01576.html + a76f6cbf29b1b8d57762cce1ed9bd01a8ac530f35e669c50e9676af20454e1676f + + + + parallel_balanced + a01576.html + a76f6cbf29b1b8d57762cce1ed9bd01a8a44044e5486122945728060ea6de7d32c + + + + parallel_omp_loop + a01576.html + a76f6cbf29b1b8d57762cce1ed9bd01a8ad1e39d5a03b2603328b50ada20730bd0 + + + + parallel_omp_loop_static + a01576.html + a76f6cbf29b1b8d57762cce1ed9bd01a8aa5624cdd99806daed0060c56908fd043 + + + + parallel_taskqueue + a01576.html + a76f6cbf29b1b8d57762cce1ed9bd01a8aec9d9a6b7777354079bb906baaec2ff4 + + + + + _PartialSumAlgorithm + a01576.html + a6a4a811c81e2fb4a7722ee69762c7380 + + + + + _SortAlgorithm + a01576.html + a35bfabad218af713f172257aecd8414e + + + + + _SplittingAlgorithm + a01576.html + ace24b9f316fde5ea598815403cfd02bb + + + + void + __calc_borders + a01576.html + ab9807ee5cc58530be7b997207e2bf1f3 + (_RAIter __elements, _DifferenceTp __length, _DifferenceTp *__off) + + + bool + __compare_and_swap + a01576.html + accd4441e0f846fee44966195a91e9e68 + (volatile _Tp *__ptr, _Tp __comparand, _Tp __replacement) + + + void + __decode2 + a01576.html + aee3989c0ed2561801b8a6c0282008cca + (_CASable __x, int &__a, int &__b) + + + void + __determine_samples + a01576.html + a56184d12b3d8f441fc14150b15a091c7 + (_PMWMSSortingData< _RAIter > *__sd, _DifferenceTp __num_samples) + + + _CASable + __encode2 + a01576.html + a7fcc29eb3f2d9c83756a9d99b4105b3b + (int __a, int __b) + + + _OutputIterator + __equally_split + a01576.html + ac799255921e70b0378d145924d673f9c + (_DifferenceType __n, _ThreadIndex __num_threads, _OutputIterator __s) + + + _DifferenceType + __equally_split_point + a01576.html + a8e3a77cb920e419144b72d6d20167dfd + (_DifferenceType __n, _ThreadIndex __num_threads, _ThreadIndex __thread_no) + + + _Tp + __fetch_and_add + a01576.html + a56a5a84c8a6049cd3cc83968c6eae088 + (volatile _Tp *__ptr, _Tp __addend) + + + std::pair< _RAIter1, _RAIter2 > + __find_template + a01576.html + a98f2d50d4b5c617ce47d37a162e6081a + (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred, _Selector __selector) + + + std::pair< _RAIter1, _RAIter2 > + __find_template + a01576.html + ac66b8076d51f825a7e92eb10a905e089 + (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred, _Selector __selector, equal_split_tag) + + + std::pair< _RAIter1, _RAIter2 > + __find_template + a01576.html + a023cf3e54446506e67f08c073d02f7f1 + (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred, _Selector __selector, growing_blocks_tag) + + + std::pair< _RAIter1, _RAIter2 > + __find_template + a01576.html + a64084e4cc27edb342d9fe25566c8003a + (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred, _Selector __selector, constant_size_blocks_tag) + + + _UserOp + __for_each_template_random_access + a01576.html + a0ebbe56e1b059cba72c3d706307a0e50 + (_IIter __begin, _IIter __end, _UserOp __user_op, _Functionality &__functionality, _Red __reduction, _Result __reduction_start, _Result &__output, typename std::iterator_traits< _IIter >::difference_type __bound, _Parallelism __parallelism_tag) + + + _Op + __for_each_template_random_access_ed + a01576.html + a12c48efb47ea3e00a7ef666d595ae185 + (_RAIter __begin, _RAIter __end, _Op __o, _Fu &__f, _Red __r, _Result __base, _Result &__output, typename std::iterator_traits< _RAIter >::difference_type __bound) + + + _Op + __for_each_template_random_access_omp_loop + a01576.html + a6a5228179a033ede58cd143f66cdf354 + (_RAIter __begin, _RAIter __end, _Op __o, _Fu &__f, _Red __r, _Result __base, _Result &__output, typename std::iterator_traits< _RAIter >::difference_type __bound) + + + _Op + __for_each_template_random_access_omp_loop_static + a01576.html + adfc9f0a346a7f323e8a3ba07b772587d + (_RAIter __begin, _RAIter __end, _Op __o, _Fu &__f, _Red __r, _Result __base, _Result &__output, typename std::iterator_traits< _RAIter >::difference_type __bound) + + + _Op + __for_each_template_random_access_workstealing + a01576.html + a14bdca2e9c62cde7dd8478d972f60272 + (_RAIter __begin, _RAIter __end, _Op __op, _Fu &__f, _Red __r, _Result __base, _Result &__output, typename std::iterator_traits< _RAIter >::difference_type __bound) + + + bool + __is_sorted + a01576.html + a34e76513fa46ae5c7bc8c45677289112 + (_IIter __begin, _IIter __end, _Compare __comp) + + + _RAIter + __median_of_three_iterators + a01576.html + a74914ea59d68887b517e12c90189dbcd + (_RAIter __a, _RAIter __b, _RAIter __c, _Compare __comp) + + + _OutputIterator + __merge_advance + a01576.html + a0059cd13cc6ab70692f8309ad92cb548 + (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter2 &__begin2, _RAIter2 __end2, _OutputIterator __target, _DifferenceTp __max_length, _Compare __comp) + + + _OutputIterator + __merge_advance_movc + a01576.html + a8deacd343b40dc77deeb1a8e515e7358 + (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter2 &__begin2, _RAIter2 __end2, _OutputIterator __target, _DifferenceTp __max_length, _Compare __comp) + + + _OutputIterator + __merge_advance_usual + a01576.html + a9a83f26ee291502fd0ccf83a566817c7 + (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter2 &__begin2, _RAIter2 __end2, _OutputIterator __target, _DifferenceTp __max_length, _Compare __comp) + + + _RAIter3 + __parallel_merge_advance + a01576.html + af1626ed7bbe2eb745a31f18728d73f4e + (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter2 &__begin2, _RAIter2 __end2, _RAIter3 __target, typename std::iterator_traits< _RAIter1 >::difference_type __max_length, _Compare __comp) + + + _RAIter3 + __parallel_merge_advance + a01576.html + ac4196b48ff7ecf5ca0f8f2cdee8681c5 + (_RAIter1 &__begin1, _RAIter1 __end1, _RAIter1 &__begin2, _RAIter1 __end2, _RAIter3 __target, typename std::iterator_traits< _RAIter1 >::difference_type __max_length, _Compare __comp) + + + void + __parallel_nth_element + a01576.html + a1567c37a7562eaee17d13ebda1172586 + (_RAIter __begin, _RAIter __nth, _RAIter __end, _Compare __comp) + + + void + __parallel_partial_sort + a01576.html + abe60c5cc3788e1b1602175af0057d3f8 + (_RAIter __begin, _RAIter __middle, _RAIter __end, _Compare __comp) + + + _OutputIterator + __parallel_partial_sum + a01576.html + a0cf4a05b6f849cae06f9fb6098eb0628 + (_IIter __begin, _IIter __end, _OutputIterator __result, _BinaryOperation __bin_op) + + + _OutputIterator + __parallel_partial_sum_basecase + a01576.html + adeded88310546a7c54d73464bee998e2 + (_IIter __begin, _IIter __end, _OutputIterator __result, _BinaryOperation __bin_op, typename std::iterator_traits< _IIter >::value_type __value) + + + _OutputIterator + __parallel_partial_sum_linear + a01576.html + a63017e821c2b4ff9f90c3641bc45f001 + (_IIter __begin, _IIter __end, _OutputIterator __result, _BinaryOperation __bin_op, typename std::iterator_traits< _IIter >::difference_type __n) + + + std::iterator_traits< _RAIter >::difference_type + __parallel_partition + a01576.html + aa56788b479955dd136d6af173d2cae0b + (_RAIter __begin, _RAIter __end, _Predicate __pred, _ThreadIndex __num_threads) + + + void + __parallel_random_shuffle + a01576.html + a6e78b59cb50c8e14ebf6990016af7342 + (_RAIter __begin, _RAIter __end, _RandomNumberGenerator __rng=_RandomNumber()) + + + void + __parallel_random_shuffle_drs + a01576.html + a9152bade9629217427f065780bc3f4c2 + (_RAIter __begin, _RAIter __end, typename std::iterator_traits< _RAIter >::difference_type __n, _ThreadIndex __num_threads, _RandomNumberGenerator &__rng) + + + void + __parallel_random_shuffle_drs_pu + a01576.html + ab52b56076dd965bea099a7187e621d0b + (_DRSSorterPU< _RAIter, _RandomNumberGenerator > *__pus) + + + void + __parallel_sort + a01576.html + a1edbc983766e29af55322f9c983277ac + (_RAIter __begin, _RAIter __end, _Compare __comp, multiway_mergesort_tag __parallelism) + + + void + __parallel_sort + a01576.html + ac609a343c5522586ce1561c1390fab46 + (_RAIter __begin, _RAIter __end, _Compare __comp, multiway_mergesort_exact_tag __parallelism) + + + void + __parallel_sort + a01576.html + a81d9cc449b9b4122d5f4471dfdf02a78 + (_RAIter __begin, _RAIter __end, _Compare __comp, multiway_mergesort_sampling_tag __parallelism) + + + void + __parallel_sort + a01576.html + aceaaa622c34d2f28ba6bf79241fcee36 + (_RAIter __begin, _RAIter __end, _Compare __comp, quicksort_tag __parallelism) + + + void + __parallel_sort + a01576.html + a000f037b08d237d140dd6144a11fb73f + (_RAIter __begin, _RAIter __end, _Compare __comp, balanced_quicksort_tag __parallelism) + + + void + __parallel_sort + a01576.html + af2c2fb5ed2754de7c1acc336b62b57b0 + (_RAIter __begin, _RAIter __end, _Compare __comp, default_parallel_tag __parallelism) + + + void + __parallel_sort + a01576.html + aa47b469dd82347dd63c3996eda2e237b + (_RAIter __begin, _RAIter __end, _Compare __comp, parallel_tag __parallelism) + + + void + __parallel_sort_qs + a01576.html + ac416a1c7e347b429bbf7a8fb17e847b2 + (_RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __num_threads) + + + void + __parallel_sort_qs_conquer + a01576.html + a06c506308856b684737d24944a93a42e + (_RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __num_threads) + + + std::iterator_traits< _RAIter >::difference_type + __parallel_sort_qs_divide + a01576.html + a55defa3d8e8ca7b4e52330b9afc0b1ce + (_RAIter __begin, _RAIter __end, _Compare __comp, typename std::iterator_traits< _RAIter >::difference_type __pivot_rank, typename std::iterator_traits< _RAIter >::difference_type __num_samples, _ThreadIndex __num_threads) + + + void + __parallel_sort_qsb + a01576.html + a4093dd098b32542e3d3f43ebd4c6f940 + (_RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __num_threads) + + + _OutputIterator + __parallel_unique_copy + a01576.html + a15f31ee1c15e180d0d838571cd6c8b24 + (_IIter __first, _IIter __last, _OutputIterator __result, _BinaryPredicate __binary_pred) + + + _OutputIterator + __parallel_unique_copy + a01576.html + a3b3bd19508b4e34708a1dc647f5bc131 + (_IIter __first, _IIter __last, _OutputIterator __result) + + + void + __qsb_conquer + a01576.html + a8d9c5686c4621822c7c3cdd015f7e693 + (_QSBThreadLocal< _RAIter > **__tls, _RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __iam, _ThreadIndex __num_threads, bool __parent_wait) + + + std::iterator_traits< _RAIter >::difference_type + __qsb_divide + a01576.html + afc19882fd22d39e54475d41fd981ac49 + (_RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __num_threads) + + + void + __qsb_local_sort_with_helping + a01576.html + a7565d258aacb02328cef6eb2781ab711 + (_QSBThreadLocal< _RAIter > **__tls, _Compare &__comp, _ThreadIndex __iam, bool __wait) + + + int + __random_number_pow2 + a01576.html + a06421834042f49edbb2abb2dd931315d + (int __logp, _RandomNumberGenerator &__rng) + + + _Size + __rd_log2 + a01576.html + ae8e1f6dc07de01f28bf591339cf8aa9c + (_Size __n) + + + _Tp + __round_up_to_pow2 + a01576.html + a9105a85041ac81dba62d60dc669ec169 + (_Tp __x) + + + __RAIter1 + __search_template + a01576.html + af1e654f03e48e80a0c73db7ad88e8a86 + (__RAIter1 __begin1, __RAIter1 __end1, __RAIter2 __begin2, __RAIter2 __end2, _Pred __pred) + + + _RAIter3 + __sequential_multiway_merge + a01576.html + a5ccf0d17d06a0cdd449939227e55bd9d + (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, const typename std::iterator_traits< typename std::iterator_traits< _RAIterIterator >::value_type::first_type >::value_type &__sentinel, _DifferenceTp __length, _Compare __comp) + + + void + __sequential_random_shuffle + a01576.html + aa9ee237cbbdd03ed217714a05e5a8868 + (_RAIter __begin, _RAIter __end, _RandomNumberGenerator &__rng) + + + void + __shrink + a01576.html + adf42868b36ffd42054d85449f63b12aa + (std::vector< _IIter > &__os_starts, size_t &__count_to_two, size_t &__range_length) + + + void + __shrink_and_double + a01576.html + ade684b015a28793b63a9e8f14c096066 + (std::vector< _IIter > &__os_starts, size_t &__count_to_two, size_t &__range_length, const bool __make_twice) + + + void + __yield + a01576.html + aaa76236af73146ae89f726921bc3f2cb + () + + + size_t + list_partition + a01576.html + ad3be0fcbf87a1f43b3ecd406841e7b0d + (const _IIter __begin, const _IIter __end, _IIter *__starts, size_t *__lengths, const int __num_parts, _FunctorType &__f, int __oversampling=0) + + + const _Tp & + max + a01576.html + aa05dc1fa1f8a513888fd311ea7b39aa3 + (const _Tp &__a, const _Tp &__b) + + + const _Tp & + min + a01576.html + a694c714713cacc857e126157b5472448 + (const _Tp &__a, const _Tp &__b) + + + void + multiseq_partition + a01576.html + ade1f4c5da0794c4f1a09465d4aee6c1d + (_RanSeqs __begin_seqs, _RanSeqs __end_seqs, _RankType __rank, _RankIterator __begin_offsets, _Compare __comp=std::less< typename std::iterator_traits< typename std::iterator_traits< _RanSeqs >::value_type::first_type >::value_type >()) + + + _Tp + multiseq_selection + a01576.html + a68f665a2f83172d9e12b8332ce573d5d + (_RanSeqs __begin_seqs, _RanSeqs __end_seqs, _RankType __rank, _RankType &__offset, _Compare __comp=std::less< _Tp >()) + + + _RAIterOut + multiway_merge + a01576.html + a25294b0a47406aefa9ebc5e0c151d0ce + (_RAIterPairIterator __seqs_begin, _RAIterPairIterator __seqs_end, _RAIterOut __target, _DifferenceTp __length, _Compare __comp, __gnu_parallel::sequential_tag) + + + _RAIter3 + multiway_merge_3_variant + a01576.html + a7ee9d79b73a6f85ae97e472312ba411e + (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, _DifferenceTp __length, _Compare __comp) + + + _RAIter3 + multiway_merge_4_variant + a01576.html + ac4af8f9977aa36823357bce35be6c946 + (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, _DifferenceTp __length, _Compare __comp) + + + void + multiway_merge_exact_splitting + a01576.html + a567621588e461a8759651e29cd964ab9 + (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _DifferenceType __length, _DifferenceType __total_length, _Compare __comp, std::vector< std::pair< _DifferenceType, _DifferenceType > > *__pieces) + + + _RAIter3 + multiway_merge_loser_tree + a01576.html + a150b06a4da2cf1cff673d1b6242c27fa + (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, _DifferenceTp __length, _Compare __comp) + + + _RAIter3 + multiway_merge_loser_tree_sentinel + a01576.html + a686704fa4da0a4fdbc6800fe46048366 + (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, const typename std::iterator_traits< typename std::iterator_traits< _RAIterIterator >::value_type::first_type >::value_type &__sentinel, _DifferenceTp __length, _Compare __comp) + + + _RAIter3 + multiway_merge_loser_tree_unguarded + a01576.html + a3ffd0c9da50da6118291d38f95d44b52 + (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, const typename std::iterator_traits< typename std::iterator_traits< _RAIterIterator >::value_type::first_type >::value_type &__sentinel, _DifferenceTp __length, _Compare __comp) + + + void + multiway_merge_sampling_splitting + a01576.html + a0e39d3891745fd0e244fb125bf34ce8b + (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _DifferenceType __length, _DifferenceType __total_length, _Compare __comp, std::vector< std::pair< _DifferenceType, _DifferenceType > > *__pieces) + + + _RAIterOut + multiway_merge_sentinels + a01576.html + a4d6e76ac42b48f0033139352dcb0418f + (_RAIterPairIterator __seqs_begin, _RAIterPairIterator __seqs_end, _RAIterOut __target, _DifferenceTp __length, _Compare __comp, __gnu_parallel::sequential_tag) + + + _RAIter3 + parallel_multiway_merge + a01576.html + a14c854d00d1321cf1ee7f6d12fb955c4 + (_RAIterIterator __seqs_begin, _RAIterIterator __seqs_end, _RAIter3 __target, _Splitter __splitter, _DifferenceTp __length, _Compare __comp, _ThreadIndex __num_threads) + + + void + parallel_sort_mwms + a01576.html + ae193ac43730550b537828a117dd2797f + (_RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __num_threads) + + + void + parallel_sort_mwms_pu + a01576.html + aaf84903cd78722fcd19b20ccb69c47e4 + (_PMWMSSortingData< _RAIter > *__sd, _Compare &__comp) + + + static const int + _CASable_bits + a01576.html + add7da76e5782016cb1271e7537f0e94b + + + + static const _CASable + _CASable_mask + a01576.html + ad26f1c0a23abae27911dfbd0560a6048 + + + + + __gnu_pbds + a01594.html + __gnu_pbds::associative_tag + __gnu_pbds::basic_branch + __gnu_pbds::basic_branch_tag + __gnu_pbds::basic_hash_table + __gnu_pbds::basic_hash_tag + __gnu_pbds::basic_invalidation_guarantee + __gnu_pbds::binary_heap_tag + __gnu_pbds::binomial_heap_tag + __gnu_pbds::cc_hash_max_collision_check_resize_trigger + __gnu_pbds::cc_hash_table + __gnu_pbds::cc_hash_tag + __gnu_pbds::container_error + __gnu_pbds::container_tag + __gnu_pbds::container_traits + __gnu_pbds::container_traits_base + __gnu_pbds::container_traits_base< binary_heap_tag > + __gnu_pbds::container_traits_base< binomial_heap_tag > + __gnu_pbds::container_traits_base< cc_hash_tag > + __gnu_pbds::container_traits_base< gp_hash_tag > + __gnu_pbds::container_traits_base< list_update_tag > + __gnu_pbds::container_traits_base< ov_tree_tag > + __gnu_pbds::container_traits_base< pairing_heap_tag > + __gnu_pbds::container_traits_base< pat_trie_tag > + __gnu_pbds::container_traits_base< rb_tree_tag > + __gnu_pbds::container_traits_base< rc_binomial_heap_tag > + __gnu_pbds::container_traits_base< splay_tree_tag > + __gnu_pbds::container_traits_base< thin_heap_tag > + __gnu_pbds::direct_mask_range_hashing + __gnu_pbds::direct_mod_range_hashing + __gnu_pbds::gp_hash_table + __gnu_pbds::gp_hash_tag + __gnu_pbds::hash_exponential_size_policy + __gnu_pbds::hash_load_check_resize_trigger + __gnu_pbds::hash_prime_size_policy + __gnu_pbds::hash_standard_resize_policy + __gnu_pbds::insert_error + __gnu_pbds::join_error + __gnu_pbds::linear_probe_fn + __gnu_pbds::list_update + __gnu_pbds::list_update_tag + __gnu_pbds::lu_counter_policy + __gnu_pbds::lu_move_to_front_policy + __gnu_pbds::null_node_update + __gnu_pbds::null_type + __gnu_pbds::ov_tree_tag + __gnu_pbds::pairing_heap_tag + __gnu_pbds::pat_trie_tag + __gnu_pbds::point_invalidation_guarantee + __gnu_pbds::priority_queue + __gnu_pbds::priority_queue_tag + __gnu_pbds::quadratic_probe_fn + __gnu_pbds::range_invalidation_guarantee + __gnu_pbds::rb_tree_tag + __gnu_pbds::rc_binomial_heap_tag + __gnu_pbds::resize_error + __gnu_pbds::sample_probe_fn + __gnu_pbds::sample_range_hashing + __gnu_pbds::sample_ranged_hash_fn + __gnu_pbds::sample_ranged_probe_fn + __gnu_pbds::sample_resize_policy + __gnu_pbds::sample_resize_trigger + __gnu_pbds::sample_size_policy + __gnu_pbds::sample_tree_node_update + __gnu_pbds::sample_trie_access_traits + __gnu_pbds::sample_trie_node_update + __gnu_pbds::sample_update_policy + __gnu_pbds::sequence_tag + __gnu_pbds::splay_tree_tag + __gnu_pbds::string_tag + __gnu_pbds::thin_heap_tag + __gnu_pbds::tree + __gnu_pbds::tree_order_statistics_node_update + __gnu_pbds::tree_tag + __gnu_pbds::trie + __gnu_pbds::trie_order_statistics_node_update + __gnu_pbds::trie_prefix_search_node_update + __gnu_pbds::trie_string_access_traits + __gnu_pbds::trie_tag + __gnu_pbds::trivial_iterator_tag + + void + trivial_iterator_difference_type + a01533.html + ga3a45dab56a44f762c97eb0eaee17f6f2 + + + + + __gnu_profile + a01574.html + __gnu_profile::__container_size_info + __gnu_profile::__container_size_stack_info + __gnu_profile::__hashfunc_info + __gnu_profile::__hashfunc_stack_info + __gnu_profile::__list2vector_info + __gnu_profile::__map2umap_info + __gnu_profile::__map2umap_stack_info + __gnu_profile::__object_info_base + __gnu_profile::__reentrance_guard + __gnu_profile::__stack_hash + __gnu_profile::__trace_base + __gnu_profile::__trace_container_size + __gnu_profile::__trace_hash_func + __gnu_profile::__trace_hashtable_size + __gnu_profile::__trace_map2umap + __gnu_profile::__trace_vector_size + __gnu_profile::__trace_vector_to_list + __gnu_profile::__vector2list_info + __gnu_profile::__vector2list_stack_info + __gnu_profile::__warning_data + + std::::unordered_map< std::string, std::string > + __env_t + a01574.html + a53b1237192736fe703f7639396e369b6 + + + + bool + __profcxx_init + a01574.html + a6f3654dc21d64a397fd3e146fd1aade4 + () + + + void + __report + a01574.html + abf47ab57be6daab4953b4e850bdea31b + () + + + + _GLIBCXX_PROFILE_DEFINE_UNINIT_DATA + a01574.html + a517b9eb4a8fc5e5d135412092cb6783c + (__gnu_cxx::__mutex, __global_mutex) + + + + __gnu_sequential + a01577.html + + + abi + a01554.html + + + std + a01544.html + std::__debug + std::__detail + std::__parallel + std::__profile + std::chrono + std::decimal + std::placeholders + std::regex_constants + std::rel_ops + std::this_thread + std::tr1 + std::tr2 + std::__allocated_ptr + std::__atomic_base + std::__atomic_base< _PTp * > + std::__atomic_flag_base + std::__basic_future + std::__codecvt_abstract_base + std::__ctype_abstract_base + std::__future_base + std::__is_location_invariant + std::__is_nullptr_t + std::__is_tuple_like_impl< std::pair< _T1, _T2 > > + std::__iterator_traits + std::__numeric_limits_base + std::__shared_mutex_cv + std::_Base_bitset + std::_Base_bitset< 0 > + std::_Base_bitset< 1 > + std::_Bind + std::_Bind_result + std::_Deque_base + std::_Deque_iterator + std::_Enable_copy_move + std::_Enable_default_constructor + std::_Enable_destructor + std::_Enable_special_members + std::_Function_base + std::_Fwd_list_base + std::_Fwd_list_const_iterator + std::_Fwd_list_iterator + std::_Fwd_list_node + std::_Fwd_list_node_base + std::_Hashtable + std::_List_base + std::_List_const_iterator + std::_List_iterator + std::_List_node + std::_Maybe_get_result_type + std::_Maybe_unary_or_binary_function + std::_Maybe_unary_or_binary_function< _Res, _T1 > + std::_Maybe_unary_or_binary_function< _Res, _T1, _T2 > + std::_Mu + std::_Mu< _Arg, false, false > + std::_Mu< _Arg, false, true > + std::_Mu< _Arg, true, false > + std::_Mu< reference_wrapper< _Tp >, false, false > + std::_Not_fn + std::_Placeholder + std::_Reference_wrapper_base + std::_Sp_ebo_helper< _Nm, _Tp, false > + std::_Sp_ebo_helper< _Nm, _Tp, true > + std::_Temporary_buffer + std::_Tuple_impl + std::_Tuple_impl< _Idx, _Head, _Tail... > + std::_Vector_base + std::_Weak_result_type + std::_Weak_result_type_impl + std::_Weak_result_type_impl< _Res(&)(_ArgTypes...)> + std::_Weak_result_type_impl< _Res(*)(_ArgTypes...)> + std::_Weak_result_type_impl< _Res(_ArgTypes...)> + std::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...) const > + std::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...) const volatile > + std::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...) volatile > + std::_Weak_result_type_impl< _Res(_Class::*)(_ArgTypes...)> + std::adopt_lock_t + std::allocator + std::allocator< void > + std::allocator_arg_t + std::allocator_traits + std::allocator_traits< allocator< _Tp > > + std::array + std::atomic + std::atomic< _Tp * > + std::atomic< bool > + std::atomic< char > + std::atomic< char16_t > + std::atomic< char32_t > + std::atomic< int > + std::atomic< long > + std::atomic< long long > + std::atomic< short > + std::atomic< signed char > + std::atomic< unsigned char > + std::atomic< unsigned int > + std::atomic< unsigned long > + std::atomic< unsigned long long > + std::atomic< unsigned short > + std::atomic< wchar_t > + std::atomic_flag + std::auto_ptr + std::auto_ptr_ref + std::back_insert_iterator + std::bad_alloc + std::bad_cast + std::bad_exception + std::bad_function_call + std::bad_typeid + std::bad_weak_ptr + std::basic_filebuf + std::basic_fstream + std::basic_ifstream + std::basic_ios + std::basic_iostream + std::basic_istream + std::basic_istringstream + std::basic_ofstream + std::basic_ostream + std::basic_ostringstream + std::basic_regex + std::basic_streambuf + std::basic_string + std::basic_stringbuf + std::basic_stringstream + std::bernoulli_distribution + std::bidirectional_iterator_tag + std::binary_function + std::binary_negate + std::binder1st + std::binder2nd + std::binomial_distribution + std::bitset + std::cauchy_distribution + std::char_traits + std::char_traits< __gnu_cxx::character< _Value, _Int, _St > > + std::char_traits< char > + std::char_traits< wchar_t > + std::chi_squared_distribution + std::codecvt + std::codecvt< _InternT, _ExternT, encoding_state > + std::codecvt< char, char, mbstate_t > + std::codecvt< char16_t, char, mbstate_t > + std::codecvt< char32_t, char, mbstate_t > + std::codecvt< wchar_t, char, mbstate_t > + std::codecvt_base + std::codecvt_byname + std::collate + std::collate_byname + std::complex + std::complex< double > + std::complex< float > + std::complex< long double > + std::condition_variable + std::const_mem_fun1_ref_t + std::const_mem_fun1_t + std::const_mem_fun_ref_t + std::const_mem_fun_t + std::ctype + std::ctype< char > + std::ctype< wchar_t > + std::ctype_base + std::ctype_byname + std::ctype_byname< char > + std::default_delete + std::default_delete< _Tp[]> + std::defer_lock_t + std::deque + std::discard_block_engine + std::discrete_distribution + std::divides + std::divides< void > + std::domain_error + std::enable_shared_from_this + std::equal_to + std::equal_to< void > + std::error_code + std::error_condition + std::exception + std::exponential_distribution + std::extreme_value_distribution + std::fisher_f_distribution + std::forward_iterator_tag + std::forward_list + std::fpos + std::front_insert_iterator + std::function< _Res(_ArgTypes...)> + std::future + std::future< _Res & > + std::future< void > + std::future_error + std::gamma_distribution + std::geometric_distribution + std::greater + std::greater< void > + std::greater_equal + std::greater_equal< void > + std::gslice + std::gslice_array + std::hash + std::hash< __debug::bitset< _Nb > > + std::hash< __debug::vector< bool, _Alloc > > + std::hash< __gnu_cxx::__u16vstring > + std::hash< __gnu_cxx::__u32vstring > + std::hash< __gnu_cxx::__vstring > + std::hash< __gnu_cxx::__wvstring > + std::hash< __gnu_cxx::throw_value_limit > + std::hash< __gnu_cxx::throw_value_random > + std::hash< __profile::bitset< _Nb > > + std::hash< __profile::vector< bool, _Alloc > > + std::hash< __shared_ptr< _Tp, _Lp > > + std::hash< _Tp * > + std::hash< bool > + std::hash< char > + std::hash< char16_t > + std::hash< char32_t > + std::hash< double > + std::hash< error_code > + std::hash< experimental::shared_ptr< _Tp > > + std::hash< float > + std::hash< int > + std::hash< long > + std::hash< long double > + std::hash< long long > + std::hash< shared_ptr< _Tp > > + std::hash< short > + std::hash< signed char > + std::hash< string > + std::hash< thread::id > + std::hash< type_index > + std::hash< u16string > + std::hash< u32string > + std::hash< unique_ptr< _Tp, _Dp > > + std::hash< unsigned char > + std::hash< unsigned int > + std::hash< unsigned long > + std::hash< unsigned long long > + std::hash< unsigned short > + std::hash< wchar_t > + std::hash< wstring > + std::hash<::bitset< _Nb > > + std::hash<::vector< bool, _Alloc > > + std::independent_bits_engine + std::indirect_array + std::initializer_list + std::input_iterator_tag + std::insert_iterator + std::integer_sequence + std::integral_constant + std::invalid_argument + std::ios_base + std::is_abstract + std::is_arithmetic + std::is_array + std::is_bind_expression + std::is_bind_expression< _Bind< _Signature > > + std::is_bind_expression< _Bind_result< _Result, _Signature > > + std::is_bind_expression< const _Bind< _Signature > > + std::is_bind_expression< const _Bind_result< _Result, _Signature > > + std::is_bind_expression< const volatile _Bind< _Signature > > + std::is_bind_expression< const volatile _Bind_result< _Result, _Signature > > + std::is_bind_expression< volatile _Bind< _Signature > > + std::is_bind_expression< volatile _Bind_result< _Result, _Signature > > + std::is_class + std::is_compound + std::is_const + std::is_empty + std::is_enum + std::is_error_code_enum + std::is_error_code_enum< future_errc > + std::is_error_condition_enum + std::is_final + std::is_floating_point + std::is_function + std::is_fundamental + std::is_integral + std::is_literal_type + std::is_lvalue_reference + std::is_member_function_pointer + std::is_member_object_pointer + std::is_member_pointer + std::is_null_pointer + std::is_object + std::is_placeholder + std::is_placeholder< _Placeholder< _Num > > + std::is_pod + std::is_pointer + std::is_polymorphic + std::is_reference + std::is_rvalue_reference + std::is_scalar + std::is_standard_layout + std::is_trivial + std::is_union + std::is_void + std::is_volatile + std::istream_iterator + std::istreambuf_iterator + std::iterator + std::iterator_traits< _Tp * > + std::iterator_traits< const _Tp * > + std::length_error + std::less + std::less< void > + std::less_equal + std::less_equal< void > + std::linear_congruential_engine + std::list + std::locale + std::lock_guard + std::logic_error + std::logical_and + std::logical_and< void > + std::logical_not + std::logical_not< void > + std::logical_or + std::logical_or< void > + std::lognormal_distribution + std::map + std::mask_array + std::match_results + std::mem_fun1_ref_t + std::mem_fun1_t + std::mem_fun_ref_t + std::mem_fun_t + std::mersenne_twister_engine + std::messages + std::messages_base + std::messages_byname + std::minus + std::minus< void > + std::modulus + std::modulus< void > + std::money_base + std::money_get + std::money_put + std::moneypunct + std::moneypunct_byname + std::move_iterator + std::multimap + std::multiplies + std::multiplies< void > + std::multiset + std::mutex + std::negate + std::negate< void > + std::negative_binomial_distribution + std::nested_exception + std::normal_distribution + std::not_equal_to + std::not_equal_to< void > + std::num_get + std::num_put + std::numeric_limits + std::numeric_limits< bool > + std::numeric_limits< char > + std::numeric_limits< char16_t > + std::numeric_limits< char32_t > + std::numeric_limits< double > + std::numeric_limits< float > + std::numeric_limits< int > + std::numeric_limits< long > + std::numeric_limits< long double > + std::numeric_limits< long long > + std::numeric_limits< short > + std::numeric_limits< signed char > + std::numeric_limits< unsigned char > + std::numeric_limits< unsigned int > + std::numeric_limits< unsigned long > + std::numeric_limits< unsigned long long > + std::numeric_limits< unsigned short > + std::numeric_limits< wchar_t > + std::numpunct + std::numpunct_byname + std::once_flag + std::ostream_iterator + std::ostreambuf_iterator + std::out_of_range + std::output_iterator_tag + std::overflow_error + std::owner_less + std::owner_less< shared_ptr< _Tp > > + std::owner_less< void > + std::owner_less< weak_ptr< _Tp > > + std::packaged_task< _Res(_ArgTypes...)> + std::pair + std::piecewise_constant_distribution + std::piecewise_construct_t + std::piecewise_linear_distribution + std::plus + std::pointer_to_binary_function + std::pointer_to_unary_function + std::pointer_traits + std::pointer_traits< _Tp * > + std::poisson_distribution + std::priority_queue + std::promise + std::promise< _Res & > + std::promise< void > + std::queue + std::random_access_iterator_tag + std::random_device + std::range_error + std::ratio + std::ratio_equal + std::ratio_not_equal + std::raw_storage_iterator + std::recursive_mutex + std::recursive_timed_mutex + std::reference_wrapper + std::regex_error + std::regex_iterator + std::regex_token_iterator + std::regex_traits + std::reverse_iterator + std::runtime_error + std::scoped_allocator_adaptor + std::seed_seq + std::set + std::shared_future + std::shared_future< _Res & > + std::shared_future< void > + std::shared_lock + std::shared_ptr + std::shared_timed_mutex + std::shuffle_order_engine + std::slice + std::slice_array + std::stack + std::student_t_distribution + std::sub_match + std::subtract_with_carry_engine + std::system_error + std::thread + std::time_base + std::time_get + std::time_get_byname + std::time_put + std::time_put_byname + std::timed_mutex + std::try_to_lock_t + std::tuple + std::tuple< _T1, _T2 > + std::tuple_element + std::tuple_element< 0, std::pair< _Tp1, _Tp2 > > + std::tuple_element< 0, tuple< _Head, _Tail... > > + std::tuple_element< 1, std::pair< _Tp1, _Tp2 > > + std::tuple_element< __i, tuple< _Head, _Tail... > > + std::tuple_element< __i, tuple<> > + std::tuple_element< _Int, ::array< _Tp, _Nm > > + std::tuple_element< _Int, std::__debug::array< _Tp, _Nm > > + std::tuple_size + std::tuple_size< std::__debug::array< _Tp, _Nm > > + std::tuple_size< std::pair< _Tp1, _Tp2 > > + std::tuple_size< tuple< _Elements... > > + std::tuple_size<::array< _Tp, _Nm > > + std::type_index + std::type_info + std::unary_function + std::unary_negate + std::underflow_error + std::uniform_int_distribution + std::uniform_real_distribution + std::unique_lock + std::unique_ptr + std::unique_ptr< _Tp[], _Dp > + std::unordered_map + std::unordered_multimap + std::unordered_multiset + std::unordered_set + std::uses_allocator + std::uses_allocator< tuple< _Types... >, _Alloc > + std::valarray + std::vector + std::vector< bool, _Alloc > + std::wbuffer_convert + std::weak_ptr + std::weibull_distribution + std::wstring_convert + + __gnu_cxx::new_allocator< _Tp > + __allocator_base + a01496.html + ga1b6cff167395d2e9812ab3d2fe3e4875 + + + + typename pointer_traits< _Ptr >::template rebind< _Tp > + __ptr_rebind + a01544.html + a38aba5e1d3bc588b84ea3a970a90fd5f + + + + __detail::_Hashtable_traits< _Cache, false, true > + __umap_traits + a01544.html + a84b02064179c0ef21d0189a7bf15803b + + + + __detail::_Hashtable_traits< _Cache, false, false > + __ummap_traits + a01544.html + a1a55f2ace43a0a61a859367d227d245f + + + + __detail::_Hashtable_traits< _Cache, true, false > + __umset_traits + a01544.html + a82ea41b760d4cfe35fb4ce095415a24a + + + + __detail::_Hashtable_traits< _Cache, true, true > + __uset_traits + a01544.html + a39fcc5869a652c651d6911a64a020e21 + + + + atomic< bool > + atomic_bool + a01491.html + gaf6086d29df25216dda5a4a25283e8c1b + + + + atomic< char > + atomic_char + a01491.html + ga8cc2dcae0c8faa76777765c4f1c0556e + + + + atomic< char16_t > + atomic_char16_t + a01491.html + gabf645b9de4785104feaa9827cd672279 + + + + atomic< char32_t > + atomic_char32_t + a01491.html + gaceeeb98077f495bd03a4a8186b93c042 + + + + atomic< int > + atomic_int + a01491.html + ga8e9e8e31eec44834b1fa3ec4e1ccf3e7 + + + + atomic< int16_t > + atomic_int16_t + a01491.html + ga499c4d63597f582f334f53fe66390130 + + + + atomic< int32_t > + atomic_int32_t + a01491.html + gaabd065724c5ce31539dedb8add48ac46 + + + + atomic< int64_t > + atomic_int64_t + a01491.html + ga919f362eb712ce8408b2e7fc93986ce9 + + + + atomic< int8_t > + atomic_int8_t + a01491.html + gab650a220c21b0cc1f05c207466d10f2b + + + + atomic< int_fast16_t > + atomic_int_fast16_t + a01491.html + gaa216f3a1d57fa3c13c4d59ab3c45b461 + + + + atomic< int_fast32_t > + atomic_int_fast32_t + a01491.html + ga8c46317e4ac11eaa3e53f2ec66158fc0 + + + + atomic< int_fast64_t > + atomic_int_fast64_t + a01491.html + gac2dff45ca4a14c2bb7f1ad3360377344 + + + + atomic< int_fast8_t > + atomic_int_fast8_t + a01491.html + gaecfbb17217b6ff2f0c15e49dfd7ec459 + + + + atomic< int_least16_t > + atomic_int_least16_t + a01491.html + gad6a704d09ccc631022ebc6733817362b + + + + atomic< int_least32_t > + atomic_int_least32_t + a01491.html + ga72bfafa96eaec8a7d8a0e71f706dd40f + + + + atomic< int_least64_t > + atomic_int_least64_t + a01491.html + gaf3dcb968315142320d83651f335325ff + + + + atomic< int_least8_t > + atomic_int_least8_t + a01491.html + ga1b1448266ad00a16c95e1f8bbc98e659 + + + + atomic< intmax_t > + atomic_intmax_t + a01491.html + ga02ac5738a7a9f78bf894ace288d90576 + + + + atomic< intptr_t > + atomic_intptr_t + a01491.html + ga479fe44f81f5f2a68e9b10d022e4b563 + + + + atomic< long long > + atomic_llong + a01491.html + gabf25364f5fd505a27d78d7e3434ec337 + + + + atomic< long > + atomic_long + a01491.html + ga516afb5820a1d4d2bee3016c335e7f32 + + + + atomic< ptrdiff_t > + atomic_ptrdiff_t + a01491.html + gac91469c8dac9ea566aa123ee72834456 + + + + atomic< signed char > + atomic_schar + a01491.html + ga149ab9f968045c030b28cc66b21c90fe + + + + atomic< short > + atomic_short + a01491.html + ga57ba7af47bbbe212c68aac803df94e66 + + + + atomic< size_t > + atomic_size_t + a01491.html + ga50f0c06e2ed82868b43d9fdf802c15dd + + + + atomic< unsigned char > + atomic_uchar + a01491.html + gae195150d772d7de1590a467c94d2efbd + + + + atomic< unsigned int > + atomic_uint + a01491.html + ga8229f523dabc2103dd045fbc7922deb6 + + + + atomic< uint16_t > + atomic_uint16_t + a01491.html + ga60f6513810459148ec357bbb993ae031 + + + + atomic< uint32_t > + atomic_uint32_t + a01491.html + gafdf19d28e7b224eae4986982432e3031 + + + + atomic< uint64_t > + atomic_uint64_t + a01491.html + ga61a2758446aadb239e0f77a1b7e1c95d + + + + atomic< uint8_t > + atomic_uint8_t + a01491.html + ga733c7b7c5f6035d86928e70083c3b74d + + + + atomic< uint_fast16_t > + atomic_uint_fast16_t + a01491.html + gab61c0b01e90d43f0213aa7abd2f5f335 + + + + atomic< uint_fast32_t > + atomic_uint_fast32_t + a01491.html + gaf84e67c027b9befda86fa336a250ad19 + + + + atomic< uint_fast64_t > + atomic_uint_fast64_t + a01491.html + ga891df3fc547ce305e223078a002a30ae + + + + atomic< uint_fast8_t > + atomic_uint_fast8_t + a01491.html + ga40baf341b0da82de1dda4f09d82e0ac5 + + + + atomic< uint_least16_t > + atomic_uint_least16_t + a01491.html + ga5c55fde43e38cd4b03ca13fb1a5e2a22 + + + + atomic< uint_least32_t > + atomic_uint_least32_t + a01491.html + ga882202b2c37d84f063452cb6919f0a72 + + + + atomic< uint_least64_t > + atomic_uint_least64_t + a01491.html + ga90b9e9b26f9e2224e5623c59f27c36be + + + + atomic< uint_least8_t > + atomic_uint_least8_t + a01491.html + ga5328da93da870cab076210266f0b1ab4 + + + + atomic< uintmax_t > + atomic_uintmax_t + a01491.html + ga9567942c4ccb9bf8a98cc8bf9e0dd37b + + + + atomic< uintptr_t > + atomic_uintptr_t + a01491.html + ga02e709315376fdc02556368b8035c5ac + + + + atomic< unsigned long long > + atomic_ullong + a01491.html + ga3c5b7b2c577e1b477dc11dc501dfff44 + + + + atomic< unsigned long > + atomic_ulong + a01491.html + ga00ea9684fdf38053c69ad0235e67eb26 + + + + atomic< unsigned short > + atomic_ushort + a01491.html + gaf0c7dae0fbcf1dbaf85913a5cece6462 + + + + atomic< wchar_t > + atomic_wchar_t + a01491.html + ga817fa93d87437b86fd8cbd6e77458631 + + + + regex_token_iterator< const char * > + cregex_token_iterator + a01499.html + ga2b025ba2913cd0f7266ddbea7eb2c915 + + + + sub_match< const char * > + csub_match + a01499.html + ga29090c6f0fdf0d3241cf79e759838eeb + + + + integral_constant< bool, false > + false_type + a01482.html + gaebe6729ab5488ecc76c762873d226857 + + + + basic_filebuf< char > + filebuf + a01476.html + gaa33740c61965014b7bc0f229f73f65ad + + + + basic_fstream< char > + fstream + a01476.html + gabafb787f1b4ab7d00c500cefb554f632 + + + + basic_ifstream< char > + ifstream + a01476.html + ga58ca5f477d7afac57c22e9bdd90d323b + + + + integer_sequence< size_t, _Idx... > + index_sequence + a01544.html + acdfada06a9fb47abbf52c264b95e689e + + + + make_index_sequence< sizeof...(_Types)> + index_sequence_for + a01544.html + af540abd32f95a08e48ea6ca00a5a8ad3 + + + + basic_ios< char > + ios + a01476.html + gac1665745293037f1d1be9b144f27bc9d + + + + basic_iostream< char > + iostream + a01476.html + ga5eca2cc3d038099cf2465636dfb2ace6 + + + + basic_istream< char > + istream + a01476.html + ga9a51d9b711a836df9c086f3a5e30b8b2 + + + + basic_istringstream< char > + istringstream + a01476.html + ga6d8fb6942dcb39300db6a403f5ba1fe6 + + + + make_integer_sequence< size_t, _Num > + make_index_sequence + a01544.html + a52f9da82a634cff032d6df672cd9a25d + + + + typename _Make_integer_sequence< _Tp, _Num >::__type + make_integer_sequence + a01544.html + a23e82d341331dd9ab30e8176c34d4932 + + + + enum std::memory_order + memory_order + a01491.html + ga7163c4f13e7624eb78b16bb599a72f98 + + + + linear_congruential_engine< uint_fast32_t, 48271UL, 0UL, 2147483647UL > + minstd_rand + a01537.html + ga06944ee85abb11c4d8332728514da20a + + + + linear_congruential_engine< uint_fast32_t, 16807UL, 0UL, 2147483647UL > + minstd_rand0 + a01537.html + ga70e14a580880f05e94a51c6e103e1cd1 + + + + mersenne_twister_engine< uint_fast32_t, 32, 624, 397, 31, 0x9908b0dfUL, 11, 0xffffffffUL, 7, 0x9d2c5680UL, 15, 0xefc60000UL, 18, 1812433253UL > + mt19937 + a01537.html + ga887bdc65ea12ca4f83aa79f5bd9fce03 + + + + mersenne_twister_engine< uint_fast64_t, 64, 312, 156, 31, 0xb5026f5aa96619e9ULL, 29, 0x5555555555555555ULL, 17, 0x71d67fffeda60000ULL, 37, 0xfff7eee000000000ULL, 43, 6364136223846793005ULL > + mt19937_64 + a01537.html + ga9606c7ecfbdedbd7ee5d8b908f4e2275 + + + + void(* + new_handler + a01544.html + abacda397e52027e3aac448f94b157208 + )() + + + basic_ofstream< char > + ofstream + a01476.html + ga7a439605cbbc7d72fcefc9d6a59c4f0a + + + + basic_ostream< char > + ostream + a01476.html + ga55d4c0674fbacb7514ae76310aeb4bf8 + + + + basic_ostringstream< char > + ostringstream + a01476.html + gac2ba708c34afa6e120c07e56bfce9cd3 + + + + typename __ratio_divide< _R1, _R2 >::type + ratio_divide + a01480.html + gab89b6a439b3582240985f372bc381666 + + + + typename __ratio_multiply< _R1, _R2 >::type + ratio_multiply + a01480.html + gaa0eb766f5844bb5f3ccbeaae9b994257 + + + + basic_regex< char > + regex + a01499.html + ga8fceaea413a55303731b390fbd660163 + + + + regex_token_iterator< string::const_iterator > + sregex_token_iterator + a01499.html + gaa39e71a0a921a1f5b6e106613346195c + + + + sub_match< string::const_iterator > + ssub_match + a01499.html + ga1339fbccc0b05ed8cfe8c3afa83e9a4b + + + + basic_streambuf< char > + streambuf + a01476.html + ga462cbd2938d4a2e7f0ffac97d2168f95 + + + + long long + streamoff + a01544.html + a48649c5c32f0251572b366063ee93032 + + + + fpos< mbstate_t > + streampos + a01544.html + a5894cfd4b461e2d4ed3b38402ff59c89 + + + + ptrdiff_t + streamsize + a01544.html + a05eef5582eb5de62b76db4916f7adb84 + + + + basic_string< char > + string + a01512.html + ga32db3d9898c44d3b3a578b560f7758cc + + + + basic_stringbuf< char > + stringbuf + a01476.html + gad23290abd940b2cf3fa4e5f53669894e + + + + basic_stringstream< char > + stringstream + a01476.html + ga3be8e48d91a15a13829c028b195aad70 + + + + void(* + terminate_handler + a01544.html + a2f2f9edd9cd5d903b65cce6ccb977fdd + )() + + + integral_constant< bool, true > + true_type + a01482.html + ga6a860513044e23d34e553ea986e83fa1 + + + + fpos< mbstate_t > + u16streampos + a01544.html + a96c9446fbbc8c9cab8ad5e1447e2d670 + + + + basic_string< char16_t > + u16string + a01512.html + ga957ec6dee9435a81e37f7f70e711bf09 + + + + fpos< mbstate_t > + u32streampos + a01544.html + a195e60ba4b6b786c2e0182d06c2ebbbb + + + + basic_string< char32_t > + u32string + a01512.html + ga83ce9bd7fd0896013d6ef39113119bf5 + + + + void(* + unexpected_handler + a01544.html + ac2b8e8de17f84d0261369b2162d73ff0 + )() + + + regex_token_iterator< const wchar_t * > + wcregex_token_iterator + a01499.html + ga5b2a538a8ce2fb132701282a685e04cb + + + + sub_match< const wchar_t * > + wcsub_match + a01499.html + gaa0c750b2841582cefabadec3f0683bb9 + + + + basic_filebuf< wchar_t > + wfilebuf + a01476.html + gaa472869f420152c83f15572ba49bcb65 + + + + basic_fstream< wchar_t > + wfstream + a01476.html + ga78053e152637924d995b5f2267275bc6 + + + + basic_ifstream< wchar_t > + wifstream + a01476.html + ga1dac763532685aaffbdc7add447f56fc + + + + basic_ios< wchar_t > + wios + a01476.html + ga5f215b95943a4eabc6f138b47fff37a9 + + + + basic_iostream< wchar_t > + wiostream + a01476.html + ga3ec2b5ea7f8649cff8ef668482dcf268 + + + + basic_istream< wchar_t > + wistream + a01476.html + ga9bfb52397cc747f9945d73a1f38e86e8 + + + + basic_istringstream< wchar_t > + wistringstream + a01476.html + ga74ca18b587f6f7dfc5677c8b774f2d71 + + + + basic_ofstream< wchar_t > + wofstream + a01476.html + gab5d4d2c5ad9ee70018becc9002629a71 + + + + basic_ostream< wchar_t > + wostream + a01476.html + ga9ad6702c06821cdd550e08ef2b70f3b7 + + + + basic_ostringstream< wchar_t > + wostringstream + a01476.html + ga811d6452576dc4c2fccd0ab26fd23f07 + + + + basic_regex< wchar_t > + wregex + a01499.html + gae16f87e70ea5847b0399a396c637615f + + + + regex_token_iterator< wstring::const_iterator > + wsregex_token_iterator + a01499.html + ga45d6a7c3f216b9e231d6bfbe2f405821 + + + + sub_match< wstring::const_iterator > + wssub_match + a01499.html + ga093a1ad2914d74a3fafb7baa78a3deb6 + + + + basic_streambuf< wchar_t > + wstreambuf + a01476.html + ga72040b852b537e306ce9c862698e0e07 + + + + fpos< mbstate_t > + wstreampos + a01544.html + a4c451a38ccf44b2ce7d8aadf02bb6309 + + + + basic_string< wchar_t > + wstring + a01512.html + gacc5a707e71ec50089cb9f653282f22f7 + + + + basic_stringbuf< wchar_t > + wstringbuf + a01476.html + ga4e78c6817168947842caf24c3ffd5352 + + + + basic_stringstream< wchar_t > + wstringstream + a01476.html + gabd6a5fd8237370934ed97cc2e77b7021 + + + + + cv_status + a01474.html + gad3ce465ffb10e354aa30c4ce93b68bee + + no_timeout + timeout + + + + float_denorm_style + a01544.html + a5d4e3dd02abab45dde95b5bb4ae7fdbf + + + + denorm_indeterminate + a01544.html + a5d4e3dd02abab45dde95b5bb4ae7fdbfa33fdcd73e760174c19ab87389eb104ae + + + + denorm_absent + a01544.html + a5d4e3dd02abab45dde95b5bb4ae7fdbfad91095a64f12657bc911d2cecd4fab0d + + + + denorm_present + a01544.html + a5d4e3dd02abab45dde95b5bb4ae7fdbfa28c4fcc178853e4c66190bc2c5027de5 + + + + + float_round_style + a01544.html + a53dbc8572a84ca50272f9e55a1e23e18 + + + + round_toward_zero + a01544.html + a53dbc8572a84ca50272f9e55a1e23e18a16cd490308c5bcba330c09f844f92f1d + + + + round_to_nearest + a01544.html + a53dbc8572a84ca50272f9e55a1e23e18a43219e58bf0b1438dce779ae47760772 + + + + round_toward_infinity + a01544.html + a53dbc8572a84ca50272f9e55a1e23e18a39c9297336599616c46f98eaf73c6191 + + + + round_toward_neg_infinity + a01544.html + a53dbc8572a84ca50272f9e55a1e23e18a5e57d9d7178fe199cfd05b67e9d3c69d + + + + + future_errc + a01475.html + ga61938f7ac25df97b5362109e61bb46a6 + + future_already_retrieved + promise_already_satisfied + no_state + broken_promise + + + + future_status + a01475.html + ga528eb8f3b350394c0406d4d58ab7dbf4 + + ready + timeout + deferred + + + + io_errc + a01544.html + a5a20cae60a4377da46121402c57322a2 + + stream + + + + launch + a01475.html + ga6f4ad125d364f01560e2ed20a3c8bb5b + + async + deferred + + + + memory_order + a01491.html + gab4f8c60de95c10793a8e3e27fcb800d9 + + + + constexpr _Tp * + __addressof + a01483.html + ga1954d5552e24586051011312041033f6 + (_Tp &__r) noexcept + + + __allocated_ptr< _Alloc > + __allocate_guarded + a01544.html + a1fa3f7679aec1619e37fddf24eb70a11 + (_Alloc &__a) + + + void + __final_insertion_sort + a01544.html + ae096236f11685545855cb64a2a01c805 + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + _InputIterator + __find_if + a01544.html + a089224d4383696a6b69844cf0efc09fc + (_InputIterator __first, _InputIterator __last, _Predicate __pred, input_iterator_tag) + + + _RandomAccessIterator + __find_if + a01544.html + af7cb63fad814408f5986e99c8193d24f + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Predicate __pred, random_access_iterator_tag) + + + _InputIterator + __find_if_not + a01544.html + afb46fafe8518ec73399f340920d50f23 + (_InputIterator __first, _InputIterator __last, _Predicate __pred) + + + _InputIterator + __find_if_not_n + a01544.html + a589037988302a4734977f8294a989cfd + (_InputIterator __first, _Distance &__len, _Predicate __pred) + + + _EuclideanRingElement + __gcd + a01544.html + a64690c88f80577f3052168f0322749e6 + (_EuclideanRingElement __m, _EuclideanRingElement __n) + + + pair< _IntType, _IntType > + __gen_two_uniform_ints + a01544.html + acb9f8bf65addb84e0d02f036c51d3b42 + (_IntType __b0, _IntType __b1, _UniformRandomBitGenerator &&__g) + + + void + __heap_select + a01544.html + a477b8fea51f854556255aace8fdf9dca + (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last, _Compare __comp) + + + void + __inplace_stable_sort + a01544.html + a6d7c4a05285f443112dbd3dc14a50f6c + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + void + __insertion_sort + a01544.html + aa4e10ddb9a4c3ad0b0de3e5cea9e65cf + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + void + __introsort_loop + a01544.html + a1c04c6be26780067467b0b56e7da8f4b + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Size __depth_limit, _Compare __comp) + + + constexpr __invoke_result< _Callable, _Args... >::type + __invoke + a01483.html + ga5f5136396a5ab3c02543bb01d4364f40 + (_Callable &&__fn, _Args &&... __args) noexcept(__is_nothrow_invocable< _Callable, _Args... >::value) + + + constexpr iterator_traits< _Iter >::iterator_category + __iterator_category + a01510.html + ga89d3a7d239086516917bb7f6f9da213c + (const _Iter &) + + + constexpr int + __lg + a01544.html + a95f3b611c88f611e8bf7662d6b8db444 + (int __n) + + + void + __merge_adaptive + a01544.html + a4cc388dc8e10b03ac038cc0b12dc6240 + (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, _Distance __len1, _Distance __len2, _Pointer __buffer, _Distance __buffer_size, _Compare __comp) + + + void + __merge_without_buffer + a01544.html + a26ce47f96abf2adba83d660cb214448d + (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, _Distance __len1, _Distance __len2, _Compare __comp) + + + void + __move_median_to_first + a01544.html + a3828327f606af064075b98b04bf027ed + (_Iterator __result, _Iterator __a, _Iterator __b, _Iterator __c, _Compare __comp) + + + _OutputIterator + __move_merge + a01544.html + aeaf96144e1b69ee30db93d03b2229c0d + (_InputIterator __first1, _InputIterator __last1, _InputIterator __first2, _InputIterator __last2, _OutputIterator __result, _Compare __comp) + + + void + __move_merge_adaptive + a01544.html + a940945d2d27db3c1e4ae3e33dce8f320 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) + + + void + __move_merge_adaptive_backward + a01544.html + ad03b2580591077ced2891d1913fec665 + (_BidirectionalIterator1 __first1, _BidirectionalIterator1 __last1, _BidirectionalIterator2 __first2, _BidirectionalIterator2 __last2, _BidirectionalIterator3 __result, _Compare __comp) + + + _ForwardIterator + __partition + a01544.html + a31278bba4e0a3ada88ea23ac04c0cdb2 + (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, forward_iterator_tag) + + + _BidirectionalIterator + __partition + a01544.html + a648f2a003c9c1e3bd5120f0f01d06412 + (_BidirectionalIterator __first, _BidirectionalIterator __last, _Predicate __pred, bidirectional_iterator_tag) + + + void + __reverse + a01544.html + a546f9a96d5345719bde5e04d08a805c2 + (_BidirectionalIterator __first, _BidirectionalIterator __last, bidirectional_iterator_tag) + + + void + __reverse + a01544.html + aeeef1adae0e33963efabeeb229c5b029 + (_RandomAccessIterator __first, _RandomAccessIterator __last, random_access_iterator_tag) + + + _BidirectionalIterator1 + __rotate_adaptive + a01544.html + a02899bd1f77dda6d0032cf376440b1e0 + (_BidirectionalIterator1 __first, _BidirectionalIterator1 __middle, _BidirectionalIterator1 __last, _Distance __len1, _Distance __len2, _BidirectionalIterator2 __buffer, _Distance __buffer_size) + + + _RandomAccessIterator + __sample + a01544.html + a05a1fc441c3dfe4a8d561e947d716837 + (_InputIterator __first, _InputIterator __last, input_iterator_tag, _RandomAccessIterator __out, random_access_iterator_tag, _Size __n, _UniformRandomBitGenerator &&__g) + + + _OutputIterator + __sample + a01544.html + a6857f9e44fd8856c684fdcac53dfa362 + (_ForwardIterator __first, _ForwardIterator __last, forward_iterator_tag, _OutputIterator __out, _Cat, _Size __n, _UniformRandomBitGenerator &&__g) + + + _ForwardIterator + __search_n_aux + a01544.html + abf5f4a3dc084b0e3b2d15cd21205b1cf + (_ForwardIterator __first, _ForwardIterator __last, _Integer __count, _UnaryPredicate __unary_pred, std::forward_iterator_tag) + + + _RandomAccessIter + __search_n_aux + a01544.html + a9548d105c7309bb491fdeea779120081 + (_RandomAccessIter __first, _RandomAccessIter __last, _Integer __count, _UnaryPredicate __unary_pred, std::random_access_iterator_tag) + + + _ForwardIterator + __stable_partition_adaptive + a01544.html + ae310bd5b01ec7ac05fd5b1bd2011fd8d + (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, _Distance __len, _Pointer __buffer, _Distance __buffer_size) + + + void + __unguarded_insertion_sort + a01544.html + ae92110070de8c2dcc9196df0ae3cde6c + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + void + __unguarded_linear_insert + a01544.html + ac27b28daebf341a05400469830fa73d9 + (_RandomAccessIterator __last, _Compare __comp) + + + _RandomAccessIterator + __unguarded_partition + a01544.html + a0a564913e4321fcd2e52f2e2a486ee79 + (_RandomAccessIterator __first, _RandomAccessIterator __last, _RandomAccessIterator __pivot, _Compare __comp) + + + _RandomAccessIterator + __unguarded_partition_pivot + a01544.html + a63fb6c261c1ccb981dbab395b550f3fb + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + _OutputIterator + __unique_copy + a01544.html + a6bba95a84e90f8d4d402d8f538a7d3ef + (_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __result, _BinaryPredicate __binary_pred, forward_iterator_tag, output_iterator_tag) + + + _OutputIterator + __unique_copy + a01544.html + a3bfcb89de336f84fc2d8c12e602eb9d0 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __binary_pred, input_iterator_tag, output_iterator_tag) + + + _ForwardIterator + __unique_copy + a01544.html + afd19d3d26a6ca8d0f6c2dba6562a9eb5 + (_InputIterator __first, _InputIterator __last, _ForwardIterator __result, _BinaryPredicate __binary_pred, input_iterator_tag, forward_iterator_tag) + + + void + _Construct + a01544.html + ae0f6a1883f4e98bc2ca573c992447fc2 + (_T1 *__p, _Args &&... __args) + + + void + _Destroy + a01544.html + a468dae7cc599699643eafa95cc9999af + (_Tp *__pointer) + + + void + _Destroy + a01544.html + a861bec05eddf4c399633ec8ac1d20844 + (_ForwardIterator __first, _ForwardIterator __last) + + + void + _Destroy + a01544.html + aaebc2b9c5255ef8ceb7851484e83e0fa + (_ForwardIterator __first, _ForwardIterator __last, _Allocator &__alloc) + + + _ForwardIterator + _Destroy_n + a01544.html + aa2c8dbc3c44d5ffc170cd6cff9afd5b4 + (_ForwardIterator __first, _Size __count) + + + _Tp + abs + a01473.html + ga6e88fe698583fef1f7b3c3c379727143 + (const complex< _Tp > &) + + + _Tp + accumulate + a01544.html + aa0acc8476d79019e12bb3eab3702a352 + (_InputIterator __first, _InputIterator __last, _Tp __init) + + + _Tp + accumulate + a01544.html + a9fada48f61b8df42473d9b97f10f5094 + (_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op) + + + std::complex< _Tp > + acos + a01544.html + af4498ab9c6d4eae4f1258319085fe80c + (const std::complex< _Tp > &__z) + + + std::complex< _Tp > + acosh + a01544.html + ac02c9d52b1f8d89d99508fb4a2107d44 + (const std::complex< _Tp > &__z) + + + _GLIBCXX17_CONSTEXPR _Tp * + addressof + a01483.html + gafffcfc895d2cfa7c934ec045e884faec + (_Tp &__r) noexcept + + + _OutputIterator + adjacent_difference + a01544.html + aa32b49ada366c1b4175cd0f9d0d3329d + (_InputIterator __first, _InputIterator __last, _OutputIterator __result) + + + _OutputIterator + adjacent_difference + a01544.html + a4039c3686e6968c94da56cf037d078ae + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op) + + + _ForwardIterator + adjacent_find + a01487.html + ga094e6f312833388e6a97159b5d2c4177 + (_ForwardIterator __first, _ForwardIterator __last) + + + _ForwardIterator + adjacent_find + a01487.html + ga29b281099618951de1ab1315ac9e7737 + (_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __binary_pred) + + + _GLIBCXX17_CONSTEXPR void + advance + a01544.html + aeb89c7ad75934cae5b0970b922879fdb + (_InputIterator &__i, _Distance __n) + + + void * + align + a01544.html + a7a0544b4d4e49cb7f4668d8ce7b914d5 + (size_t __align, size_t __size, void *&__ptr, size_t &__space) noexcept + + + bool + all_of + a01487.html + gaaef2d0f2f0d6942636f6f42eb940b850 + (_InputIterator __first, _InputIterator __last, _Predicate __pred) + + + shared_ptr< _Tp > + allocate_shared + a01478.html + ga84894e14d771a93b933577b3f8f191cc + (const _Alloc &__a, _Args &&... __args) + + + bool + any_of + a01487.html + gaa8fada47994395ec51bb54536d6a87f9 + (_InputIterator __first, _InputIterator __last, _Predicate __pred) + + + _Tp + arg + a01473.html + ga943544cb1017a51d7cafc7b4d3cd022f + (const complex< _Tp > &) + + + __gnu_cxx::__promote< _Tp >::__type + arg + a01544.html + ac30364b7cb8121e0f4c42b2135ef8aa5 + (_Tp __x) + + + std::complex< _Tp > + asin + a01544.html + af94e28dea7bd5b71959fbc6be1070895 + (const std::complex< _Tp > &__z) + + + std::complex< _Tp > + asinh + a01544.html + a2135f46a5a1fcc1cd3399ef4e20f6249 + (const std::complex< _Tp > &__z) + + + __gnu_cxx::__promote< _Tp >::__type + assoc_laguerre + a01500.html + ga377bb7e038c464a27dfe0573fd2d7b33 + (unsigned int __n, unsigned int __m, _Tp __x) + + + float + assoc_laguerref + a01500.html + gaf83d98f350a1cfcebee6a1f723cf90d2 + (unsigned int __n, unsigned int __m, float __x) + + + long double + assoc_laguerrel + a01500.html + gac8e245671fb2df5de5fd978d03081f6c + (unsigned int __n, unsigned int __m, long double __x) + + + __gnu_cxx::__promote< _Tp >::__type + assoc_legendre + a01500.html + ga355349f79119c1fd1e2a9351cec57f0f + (unsigned int __l, unsigned int __m, _Tp __x) + + + float + assoc_legendref + a01500.html + ga3ced07ddd24bf4af56e2712d148e7f57 + (unsigned int __l, unsigned int __m, float __x) + + + long double + assoc_legendrel + a01500.html + ga55977b425a539146f060dec1c8003344 + (unsigned int __l, unsigned int __m, long double __x) + + + future< __async_result_of< _Fn, _Args... > > + async + a01475.html + gae1d80ff37cef48666bea37bcff54f6da + (launch __policy, _Fn &&__fn, _Args &&... __args) + + + future< __async_result_of< _Fn, _Args... > > + async + a01475.html + gad61c88630f1705f6be0b8ba6cc832d6a + (_Fn &&__fn, _Args &&... __args) + + + std::complex< _Tp > + atan + a01544.html + a217a638ff609e744f9e5f5cf2837ec7c + (const std::complex< _Tp > &__z) + + + std::complex< _Tp > + atanh + a01544.html + abaa325495d208118ae2201fc82749a9e + (const std::complex< _Tp > &__z) + + + back_insert_iterator< _Container > + back_inserter + a01510.html + ga59459a8d387b04212f0f270cf24269ff + (_Container &__x) + + + _GLIBCXX17_CONSTEXPR auto + begin + a01544.html + a26491f1c1a3fbeb8dbd7a3dd1ab0b6ea + (_Container &__cont) -> decltype(__cont.begin()) + + + _GLIBCXX17_CONSTEXPR auto + begin + a01544.html + aac96503a947620420a31cf060e5397a7 + (const _Container &__cont) -> decltype(__cont.begin()) + + + _GLIBCXX14_CONSTEXPR _Tp * + begin + a01544.html + aac6066eb0a3b3969dd0a549816613782 + (_Tp(&__arr)[_Nm]) + + + constexpr const _Tp * + begin + a01544.html + a549ebac15bcc03ae83f87b89796d89fc + (initializer_list< _Tp > __ils) noexcept + + + _Tp * + begin + a01484.html + ga2b9285c84fd9d9ee4ac2e4d6f590960c + (valarray< _Tp > &__va) + + + const _Tp * + begin + a01484.html + ga27f2d9026b541b9d219da941459e768e + (const valarray< _Tp > &__va) + + + __gnu_cxx::__promote_2< _Tpa, _Tpb >::__type + beta + a01500.html + ga6a7220c87c942db48b18b527d92bbd2d + (_Tpa __a, _Tpb __b) + + + float + betaf + a01500.html + ga12dc61ee4c09172151cf092ed387e203 + (float __a, float __b) + + + long double + betal + a01500.html + ga8caca1cef099f41a88111209c36ce06c + (long double __a, long double __b) + + + bool + binary_search + a01490.html + ga8272a9835bf987be37a4203e336fffe4 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) + + + bool + binary_search + a01490.html + ga97bd3506e0ba43028e0d816a841d39cf + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) + + + _Bind_helper< __is_socketlike< _Func >::value, _Func, _BoundArgs... >::type + bind + a01513.html + ga7b2eddb726568256e49824ad01a05099 + (_Func &&__f, _BoundArgs &&... __args) + + + _Bindres_helper< _Result, _Func, _BoundArgs... >::type + bind + a01513.html + ga4fdb8d8274eed4c834559925d8950769 + (_Func &&__f, _BoundArgs &&... __args) + + + binder1st< _Operation > + bind1st + a01513.html + gaa2f509629443172a7077bcf2cd7c9086 + (const _Operation &__fn, const _Tp &__x) + + + binder2nd< _Operation > + bind2nd + a01513.html + ga8560a0e4e830e060d38c043f8db37681 + (const _Operation &__fn, const _Tp &__x) + + + ios_base & + boolalpha + a01544.html + aa4c577f2579fd31f7bb2bd4ae582d917 + (ios_base &__base) + + + constexpr auto + cbegin + a01544.html + ac10e18b5c09f39bc07430a9d47e584a5 + (const _Container &__cont) noexcept(noexcept(std::begin(__cont))) -> decltype(std::begin(__cont)) + + + constexpr auto + cend + a01544.html + a6cd5aaabed869c9d96801743fb4d7f6f + (const _Container &__cont) noexcept(noexcept(std::end(__cont))) -> decltype(std::end(__cont)) + + + __gnu_cxx::__promote< _Tp >::__type + comp_ellint_1 + a01500.html + gac559500c604c43ea943d593c9ad9d289 + (_Tp __k) + + + float + comp_ellint_1f + a01500.html + ga7fb5be999a8125cf7e55e630eb8444a1 + (float __k) + + + long double + comp_ellint_1l + a01500.html + ga7247d3dd77c1ff5df3c059fed862dc48 + (long double __k) + + + __gnu_cxx::__promote< _Tp >::__type + comp_ellint_2 + a01500.html + ga22fcc678829f0daf2de257896378e7e0 + (_Tp __k) + + + float + comp_ellint_2f + a01500.html + ga21700f2f125c42b1f1da1f9c7eea1135 + (float __k) + + + long double + comp_ellint_2l + a01500.html + ga47b647ec386c8d4b18a030c97842df18 + (long double __k) + + + __gnu_cxx::__promote_2< _Tp, _Tpn >::__type + comp_ellint_3 + a01500.html + gad833404645e24b7f0598a640ff92d623 + (_Tp __k, _Tpn __nu) + + + float + comp_ellint_3f + a01500.html + ga76834d3112f777703330892303267a39 + (float __k, float __nu) + + + long double + comp_ellint_3l + a01500.html + ga1ca081fee102cd0d4d6b091285e495e5 + (long double __k, long double __nu) + + + complex< _Tp > + conj + a01473.html + ga1e8991790d9316e2a532c6c1106293ce + (const complex< _Tp > &) + + + __shared_ptr< _Tp, _Lp > + const_pointer_cast + a01544.html + aa2f97c555285b7c2e771b789ccd7b126 + (const __shared_ptr< _Tp1, _Lp > &__r) noexcept + + + _OI + copy + a01486.html + ga894f503412130680dc19c87af289f4f4 + (_II __first, _II __last, _OI __result) + + + _BI2 + copy_backward + a01486.html + gaf0de0305e64a82131960e2769624a740 + (_BI1 __first, _BI1 __last, _BI2 __result) + + + exception_ptr + copy_exception + a01492.html + ga155dc3a7d5834ccc269117511eab203d + (_Ex __ex) noexcept 1 + + + _OutputIterator + copy_if + a01486.html + ga0450d291c012c315181300fb83de8501 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred) + + + _OutputIterator + copy_n + a01486.html + ga6b6a2a5b1c55fb141030b8e6c8aad212 + (_InputIterator __first, _Size __n, _OutputIterator __result) + + + complex< _Tp > + cos + a01473.html + gaed6443d175b556280b801357758d1526 + (const complex< _Tp > &) + + + complex< _Tp > + cosh + a01473.html + ga8ab9fb6ce0469e0144c41f40e49a63dc + (const complex< _Tp > &) + + + iterator_traits< _InputIterator >::difference_type + count + a01487.html + gad2f89a1340c43c8451e522d045aaa1b6 + (_InputIterator __first, _InputIterator __last, const _Tp &__value) + + + iterator_traits< _InputIterator >::difference_type + count_if + a01487.html + gab17add9e8922a4e8a9893d0d094f5e4e + (_InputIterator __first, _InputIterator __last, _Predicate __pred) + + + _GLIBCXX17_CONSTEXPR auto + crbegin + a01544.html + ab429cfdfbcbf489aa4e0d1fbdd3e1c75 + (const _Container &__cont) -> decltype(std::rbegin(__cont)) + + + _GLIBCXX17_CONSTEXPR auto + crend + a01544.html + a302a9b43f7a45e54827072d23d6682f5 + (const _Container &__cont) -> decltype(std::rend(__cont)) + + + exception_ptr + current_exception + a01492.html + ga02cdcc517fefe661313437aa9356a28f + () noexcept + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_bessel_i + a01500.html + ga1c9b5a5c36f000a4f0a55f7fcc486cb0 + (_Tpnu __nu, _Tp __x) + + + float + cyl_bessel_if + a01500.html + gaaf738427d4da0bda66bc2274dfb853a7 + (float __nu, float __x) + + + long double + cyl_bessel_il + a01500.html + gab7962629216d03efb8ecaa3f70c6878f + (long double __nu, long double __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_bessel_j + a01500.html + ga47e21a13b6d68d0d7f057699bd3b3ce0 + (_Tpnu __nu, _Tp __x) + + + float + cyl_bessel_jf + a01500.html + ga15731a7bccd6351d28353e3c4c2a2d23 + (float __nu, float __x) + + + long double + cyl_bessel_jl + a01500.html + gade8e94a80520a8b628b2d658755b25c0 + (long double __nu, long double __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_bessel_k + a01500.html + ga76dcd3884620955680112aca0d327ada + (_Tpnu __nu, _Tp __x) + + + float + cyl_bessel_kf + a01500.html + ga1f50047f9aab0ec8b1a1615fe9fbe32f + (float __nu, float __x) + + + long double + cyl_bessel_kl + a01500.html + gac35194b926270d7857d651e06198c7d3 + (long double __nu, long double __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_neumann + a01500.html + ga5b7c72ab85e361cbd73f1a3b5f0725a6 + (_Tpnu __nu, _Tp __x) + + + float + cyl_neumannf + a01500.html + ga604c13e8f2bb7cd3c7c91d8b19d6b13a + (float __nu, float __x) + + + long double + cyl_neumannl + a01500.html + gaf8986bae9a523c48d861d233835bda8f + (long double __nu, long double __x) + + + ios_base & + dec + a01544.html + a41ca573b6c90740c9355d373118d87f5 + (ios_base &__base) + + + ios_base & + defaultfloat + a01544.html + a74ba205196abe11761ff1c8016d6b5df + (ios_base &__base) + + + _GLIBCXX17_CONSTEXPR iterator_traits< _InputIterator >::difference_type + distance + a01544.html + a99b049793a96260d190d781f847038bc + (_InputIterator __first, _InputIterator __last) + + + __shared_ptr< _Tp, _Lp > + dynamic_pointer_cast + a01544.html + aea22d7ec8d3648b381cf98d0ba570e9b + (const __shared_ptr< _Tp1, _Lp > &__r) noexcept + + + __gnu_cxx::__promote_2< _Tp, _Tpp >::__type + ellint_1 + a01500.html + gae6b3df5556f38a7d72f9b4457d856f9c + (_Tp __k, _Tpp __phi) + + + float + ellint_1f + a01500.html + ga308d23d70f4b5e848eb7a4173628ef3b + (float __k, float __phi) + + + long double + ellint_1l + a01500.html + ga795383fa51e02351000b410b478d824f + (long double __k, long double __phi) + + + __gnu_cxx::__promote_2< _Tp, _Tpp >::__type + ellint_2 + a01500.html + gad6dd71db2b3f90d24ff49bf8cf37bc37 + (_Tp __k, _Tpp __phi) + + + float + ellint_2f + a01500.html + ga594a730163c6228c75b152462700062b + (float __k, float __phi) + + + long double + ellint_2l + a01500.html + ga5c791332d374a809d8ca16c69a1a30f5 + (long double __k, long double __phi) + + + __gnu_cxx::__promote_3< _Tp, _Tpn, _Tpp >::__type + ellint_3 + a01500.html + ga20832e3a67d25cc3d415cafc88019ac3 + (_Tp __k, _Tpn __nu, _Tpp __phi) + + + float + ellint_3f + a01500.html + ga1a80bd2c15bc9fbecda2630a9e9409e7 + (float __k, float __nu, float __phi) + + + long double + ellint_3l + a01500.html + gaa8c0e5864df8769021a7f3e21a30c5d2 + (long double __k, long double __nu, long double __phi) + + + _GLIBCXX17_CONSTEXPR auto + end + a01544.html + a11ed6eea7e5fa38dfb88d84bce3c16b9 + (_Container &__cont) -> decltype(__cont.end()) + + + _GLIBCXX17_CONSTEXPR auto + end + a01544.html + ad4f45049099b6f3387d8f542201d28d5 + (const _Container &__cont) -> decltype(__cont.end()) + + + _GLIBCXX14_CONSTEXPR _Tp * + end + a01544.html + ab0db204cc11475513f0c7013ed51d406 + (_Tp(&__arr)[_Nm]) + + + constexpr const _Tp * + end + a01544.html + a579ff3807b61f57bda29d023b3918504 + (initializer_list< _Tp > __ils) noexcept + + + _Tp * + end + a01484.html + ga3541bf5385594aac72a9424aa6dd86e1 + (valarray< _Tp > &__va) + + + const _Tp * + end + a01484.html + gab777d802b5dfa668d030039c2fd78b3b + (const valarray< _Tp > &__va) + + + basic_ostream< _CharT, _Traits > & + endl + a01544.html + a8b3758bb8f17c440c7963363f42f69f3 + (basic_ostream< _CharT, _Traits > &__os) + + + basic_ostream< _CharT, _Traits > & + ends + a01544.html + ae870682737bc550409474930f055508b + (basic_ostream< _CharT, _Traits > &__os) + + + bool + equal + a01487.html + ga444f163947d0a55953d1c317b31aee89 + (_IIter1 __first1, _IIter1 __last1, _IIter2 __first2, _BinaryPredicate __binary_pred) + + + bool + equal + a01487.html + gad9f16258cd8b86bb63165c004cf660d5 + (_II1 __first1, _II1 __last1, _II2 __first2) + + + bool + equal + a01487.html + ga89c2fd41282045655b0edaa54773d4db + (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2) + + + bool + equal + a01487.html + ga8e56a22bed21e9134369f4b2a47ba407 + (_IIter1 __first1, _IIter1 __last1, _IIter2 __first2, _IIter2 __last2, _BinaryPredicate __binary_pred) + + + pair< _ForwardIterator, _ForwardIterator > + equal_range + a01490.html + ga67b70af6f618f2c566d2f1849735fb6e + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) + + + pair< _ForwardIterator, _ForwardIterator > + equal_range + a01490.html + ga2d3802f907c482a269e17ec3714d3df0 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) + + + _Tp + exchange + a01544.html + a38a02a658328c056688ab79c7ab7bbf6 + (_Tp &__obj, _Up &&__new_val) + + + complex< _Tp > + exp + a01473.html + ga89579637d83fe041c9963cdcab272edd + (const complex< _Tp > &) + + + __gnu_cxx::__promote< _Tp >::__type + expint + a01500.html + ga88ba17f5d050a6973ca4db1bf6e90590 + (_Tp __x) + + + float + expintf + a01500.html + ga5842816f6eed2594e0a327df4e4a2a47 + (float __x) + + + long double + expintl + a01500.html + ga1329130b32328d0666e290ee5931fa4f + (long double __x) + + + _Tp + fabs + a01544.html + a0b74e9caa6ce93221b5d88c296d33468 + (const std::complex< _Tp > &__z) + + + void + fill + a01486.html + gab2e4bb5cc3300aaf6c0e5bdc3371bf06 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__value) + + + _OI + fill_n + a01486.html + ga0af400b776b8486401daf6ecf91bacca + (_OI __first, _Size __n, const _Tp &__value) + + + _InputIterator + find + a01487.html + ga346cc7c0b794d9a487a11b44b6b238ab + (_InputIterator __first, _InputIterator __last, const _Tp &__val) + + + _ForwardIterator1 + find_end + a01487.html + gaf97d3d3c35f24541246e9d222fd45d44 + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2) + + + _ForwardIterator1 + find_end + a01487.html + gac12e9d93b9b26024222cc645d2a4a8d5 + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, _BinaryPredicate __comp) + + + _InputIterator + find_first_of + a01487.html + ga5f2c547c925b080c25f17765a755a0cb + (_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2) + + + _InputIterator + find_first_of + a01487.html + ga4f6564022032cfc6ea5c24b6dce5b4a7 + (_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2, _BinaryPredicate __comp) + + + _InputIterator + find_if + a01487.html + gaaf6e9995ebbd27994d7c73b375f86088 + (_InputIterator __first, _InputIterator __last, _Predicate __pred) + + + _InputIterator + find_if_not + a01487.html + gaa0bfffb70439c7d2cab9e917e8d604a6 + (_InputIterator __first, _InputIterator __last, _Predicate __pred) + + + ios_base & + fixed + a01544.html + af52d7537a34e913e7fb3f0ec2f27a8f2 + (ios_base &__base) + + + basic_ostream< _CharT, _Traits > & + flush + a01544.html + a8b74d0bc34dda8d29dd0950b4e5e661d + (basic_ostream< _CharT, _Traits > &__os) + + + _Function + for_each + a01487.html + ga36d3b88a382b4ad3bf55aff3f597522d + (_InputIterator __first, _InputIterator __last, _Function __f) + + + constexpr _Tp && + forward + a01483.html + gacb5baec338e12b99cb6bddea7506c7c6 + (typename std::remove_reference< _Tp >::type &__t) noexcept + + + constexpr _Tp && + forward + a01483.html + gade8e8737b971a056c0ebba2de0295467 + (typename std::remove_reference< _Tp >::type &&__t) noexcept + + + front_insert_iterator< _Container > + front_inserter + a01510.html + ga3042ef36dac917905beccc35389af1cb + (_Container &__x) + + + const error_category & + future_category + a01475.html + ga5b4abfa468beb197d5bdac89e20afdb0 + () noexcept + + + void + generate + a01486.html + ga691c5789ea06238032ea649bf4b81855 + (_ForwardIterator __first, _ForwardIterator __last, _Generator __gen) + + + _RealType + generate_canonical + a01497.html + ga2f17f21ce71bab2f3de9353f2ab02f13 + (_UniformRandomNumberGenerator &__g) + + + _OutputIterator + generate_n + a01486.html + gae428f053e61ca88f817152bd0f44c5fb + (_OutputIterator __first, _Size __n, _Generator __gen) + + + constexpr __tuple_element_t< __i, tuple< _Elements... > > & + get + a01483.html + ga7f7d7109f98b031678c904fdd2a3613c + (tuple< _Elements... > &__t) noexcept + + + constexpr const __tuple_element_t< __i, tuple< _Elements... > > & + get + a01483.html + ga0387c70ab722f736a4ba52998469f1b3 + (const tuple< _Elements... > &__t) noexcept + + + constexpr __tuple_element_t< __i, tuple< _Elements... > > && + get + a01483.html + ga2403a27abb7055649be4b8176a87944f + (tuple< _Elements... > &&__t) noexcept + + + constexpr _Tp & + get + a01483.html + ga1a04510341e660eac4f8f6b062e935dc + (tuple< _Types... > &__t) noexcept + + + constexpr _Tp && + get + a01483.html + ga3f34a08fe13bed7a1d605c7ca6647ecc + (tuple< _Types... > &&__t) noexcept + + + constexpr const _Tp & + get + a01483.html + gadaa769abd0441f45a1c3968555cd9a21 + (const tuple< _Types... > &__t) noexcept + + + _Del * + get_deleter + a01478.html + ga6f732e9d75b33511b0d0f8f8cc1c84e3 + (const __shared_ptr< _Tp, _Lp > &__p) noexcept + + + _Get_money< _MoneyT > + get_money + a01544.html + a56a0bd3288bc9be9850f71382f02fff8 + (_MoneyT &__mon, bool __intl=false) + + + new_handler + get_new_handler + a01544.html + a2aab280c9a87214e453f8f598827d13b + () noexcept + + + pair< _Tp *, ptrdiff_t > + get_temporary_buffer + a01544.html + ae302e2095436090c1181b9fac877be51 + (ptrdiff_t __len) noexcept + + + terminate_handler + get_terminate + a01544.html + a5427b4061db7ec519fbd7ded55c38226 + () noexcept + + + _Get_time< _CharT > + get_time + a01544.html + ac26413a7982d8610fd018845a2078baa + (std::tm *__tmb, const _CharT *__fmt) + + + unexpected_handler + get_unexpected + a01544.html + a08a755f5c21484846b4b0f3964580739 + () noexcept + + + basic_istream< _CharT, _Traits > & + getline + a01544.html + a35decf46238ae28699f1a8adccae8577 + (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str, _CharT __delim) + + + basic_istream< _CharT, _Traits > & + getline + a01544.html + a566ff30345f38dddfaf335a25088f5f7 + (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str) + + + basic_istream< _CharT, _Traits > & + getline + a01544.html + a3590b5fa48da4e75fbf0054287e3a46b + (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str, _CharT __delim) + + + basic_istream< _CharT, _Traits > & + getline + a01544.html + a5021b4ffdf84c279afac9807d8706cb0 + (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str) + + + basic_istream< _CharT, _Traits > & + getline + a01544.html + a9c69645bd7667ae8b1786cd64473f53a + (basic_istream< _CharT, _Traits > &&__is, basic_string< _CharT, _Traits, _Alloc > &__str, _CharT __delim) + + + basic_istream< _CharT, _Traits > & + getline + a01544.html + acf081acf46eaade2c239bdc42fe54263 + (basic_istream< _CharT, _Traits > &&__is, basic_string< _CharT, _Traits, _Alloc > &__str) + + + bool + has_facet + a01495.html + ga6b89e11cb621fe8ebd14969449a79271 + (const locale &__loc) + + + __gnu_cxx::__promote< _Tp >::__type + hermite + a01500.html + ga97632b8bf77c323b2369e8d327965bdf + (unsigned int __n, _Tp __x) + + + float + hermitef + a01500.html + ga94dae7444bb349e33057a92932db8abe + (unsigned int __n, float __x) + + + long double + hermitel + a01500.html + ga21f8e312ee3e65286f86bf141b0f32e0 + (unsigned int __n, long double __x) + + + ios_base & + hex + a01544.html + a6657c6357b609abbfd0507c8d1cdc90c + (ios_base &__base) + + + ios_base & + hexfloat + a01544.html + a2d00a8db7dacfdc214105141062cab29 + (ios_base &__base) + + + bool + includes + a01489.html + ga67c9386f01daa7763952b9096ab94c96 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) + + + bool + includes + a01489.html + gaeffeb80fabc63883a4d5e907ca922913 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _Compare __comp) + + + _Tp + inner_product + a01544.html + a721f223f1581a1054b7f55c4b456dd57 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init) + + + _Tp + inner_product + a01544.html + a20b37d44d13d779f7eab4a1ac98ca674 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1, _BinaryOperation2 __binary_op2) + + + void + inplace_merge + a01488.html + ga5e5479e1ac5e92b0c1f77bcf762d07e9 + (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last) + + + void + inplace_merge + a01488.html + gaf6a8379ab8a648fd05d52ed0632081fa + (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, _Compare __comp) + + + insert_iterator< _Container > + inserter + a01510.html + ga289787d62ed6190c55ce9f2ea65aaa41 + (_Container &__x, _Iterator __i) + + + ios_base & + internal + a01544.html + a084be990a1caf21a3b1ce38fe61bad3f + (ios_base &__base) + + + void + iota + a01544.html + ae2511dfcafd338758fa6670e3055bec1 + (_ForwardIterator __first, _ForwardIterator __last, _Tp __value) + + + bool + is_heap + a01509.html + ga33b76a74543508747285e182dce4e7ba + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + bool + is_heap + a01509.html + ga37f2af54af0ffe3b364736c8bd84314e + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + _RandomAccessIterator + is_heap_until + a01509.html + gad3cf2f5b736b585f20dfd29ba24293e1 + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + _RandomAccessIterator + is_heap_until + a01509.html + gac559e3fbb78b63111a38545f7f530f23 + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + bool + is_partitioned + a01486.html + gaba1a020bbd42810ce065fa9e239652d6 + (_InputIterator __first, _InputIterator __last, _Predicate __pred) + + + bool + is_permutation + a01487.html + gadc446c7587539490a05da590d6c51a58 + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2) + + + bool + is_permutation + a01487.html + ga714d45aee3d18a5e281557b48d092b8e + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _BinaryPredicate __pred) + + + bool + is_permutation + a01487.html + ga1ce2f1378028db705f805394b6e150a7 + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2) + + + bool + is_permutation + a01487.html + gad8c1b9d831347f0795b364b59b5c9daf + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, _BinaryPredicate __pred) + + + bool + is_sorted + a01488.html + ga3a5337f3b4d2394123033a6c6279abbb + (_ForwardIterator __first, _ForwardIterator __last) + + + bool + is_sorted + a01488.html + gaba6fffa1d87bd34155dcd980bbe02a53 + (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) + + + _ForwardIterator + is_sorted_until + a01488.html + ga76cfb20887dfce8ce554053b6b6935c9 + (_ForwardIterator __first, _ForwardIterator __last) + + + _ForwardIterator + is_sorted_until + a01488.html + ga07069e2148fa7ce5fc6df47a43fd8240 + (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) + + + bool + isalnum + a01544.html + a5ed2f4fbd4906acc523688bd4413c0a7 + (_CharT __c, const locale &__loc) + + + bool + isalpha + a01544.html + ad9b540b5d331edca5e6b8c9ac0ae2b41 + (_CharT __c, const locale &__loc) + + + bool + isblank + a01544.html + a40d8b84052bcaa94888bad01890ce72c + (_CharT __c, const locale &__loc) + + + bool + iscntrl + a01544.html + adcec25eda0a6f12b4c9d7453f30a5a69 + (_CharT __c, const locale &__loc) + + + bool + isdigit + a01544.html + a385dc92279bd0d29a34d143be653d0e1 + (_CharT __c, const locale &__loc) + + + bool + isgraph + a01544.html + a03fa822c443ea8d03c55c7a4affc204f + (_CharT __c, const locale &__loc) + + + bool + islower + a01544.html + a21d54d07c27156b1bb5c49155cbd58d1 + (_CharT __c, const locale &__loc) + + + bool + isprint + a01544.html + acb62bfd8b68d18e2f7902f6bc953b5be + (_CharT __c, const locale &__loc) + + + bool + ispunct + a01544.html + a74f97c8b1d25427e90b431e45bfba150 + (_CharT __c, const locale &__loc) + + + bool + isspace + a01544.html + a1adaf858b8edfbfdfcb64f9f6086827e + (_CharT __c, const locale &__loc) + + + bool + isupper + a01544.html + a50bacb17f1babb86a1239cdc0cf66089 + (_CharT __c, const locale &__loc) + + + bool + isxdigit + a01544.html + a2176db62da3573c57096dfe6c2221cb3 + (_CharT __c, const locale &__loc) + + + void + iter_swap + a01486.html + gad93e66478d9a63e5777733be09931388 + (_ForwardIterator1 __a, _ForwardIterator2 __b) + + + _Tp + kill_dependency + a01491.html + gac8b65b60a2e0cb41d573f174a4c3c423 + (_Tp __y) noexcept + + + __gnu_cxx::__promote< _Tp >::__type + laguerre + a01500.html + gacae65579b397fddcd27954380d364a58 + (unsigned int __n, _Tp __x) + + + float + laguerref + a01500.html + gada763419b0e21b38e38daa8b6eb56a8c + (unsigned int __n, float __x) + + + long double + laguerrel + a01500.html + gaaf8b141edf9163b37ea4f2ed3e0191fc + (unsigned int __n, long double __x) + + + ios_base & + left + a01544.html + a96d1c2cab30f14f4e34ccb460f1ad1c9 + (ios_base &__base) + + + __gnu_cxx::__promote< _Tp >::__type + legendre + a01500.html + gaf6eac7fcb98e25b8f3f7d1b95fa7add8 + (unsigned int __l, _Tp __x) + + + float + legendref + a01500.html + gaed94e3c664c99f5204da75be75aeac21 + (unsigned int __l, float __x) + + + long double + legendrel + a01500.html + ga1b39bc22e3cc4860d08eb54099460391 + (unsigned int __l, long double __x) + + + bool + lexicographical_compare + a01488.html + ga869d1fd6bb4929ef491edbfdbcc9f7b9 + (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2) + + + bool + lexicographical_compare + a01488.html + gae179ce2d015dc0908973644687dce4c6 + (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2, _Compare __comp) + + + complex< _Tp > + log + a01473.html + ga42f2de63a5c18a149f94b926d4d6bb21 + (const complex< _Tp > &) + + + complex< _Tp > + log10 + a01473.html + ga070941f6cb66b0e4619891010c008250 + (const complex< _Tp > &) + + + _ForwardIterator + lower_bound + a01490.html + ga6f1d41eed9a1fabbae1d54b384b07061 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) + + + _ForwardIterator + lower_bound + a01490.html + ga80229c3a1e83296551a68c44bda48696 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) + + + error_code + make_error_code + a01475.html + ga32bbe57d8ae969ac5cee4f0c48c3e63f + (future_errc __errc) noexcept + + + error_condition + make_error_condition + a01475.html + ga298f6b4607ddc74c173e6f8887f72047 + (future_errc __errc) noexcept + + + exception_ptr + make_exception_ptr + a01492.html + ga200c1d3152b2fd43b206da6c031b9730 + (_Ex __ex) noexcept + + + void + make_heap + a01509.html + ga3de7da79c8fb3f306ce06ed566235b28 + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + void + make_heap + a01509.html + ga84545d446162758eb0dc4a9ea5fa5cbc + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + constexpr pair< typename __decay_and_strip< _T1 >::__type, typename __decay_and_strip< _T2 >::__type > + make_pair + a01483.html + ga0409e288f07b697cb6885d1002df0bd6 + (_T1 &&__x, _T2 &&__y) + + + _GLIBCXX17_CONSTEXPR reverse_iterator< _Iterator > + make_reverse_iterator + a01510.html + ga9e3e5a1381a184399ee52df0068818ae + (_Iterator __i) + + + shared_ptr< _Tp > + make_shared + a01478.html + ga1f3ad1c876ee5b203367e06d74fe0bf2 + (_Args &&... __args) + + + _MakeUniq< _Tp >::__single_object + make_unique + a01478.html + gab72611d8b399709730dd7be9a90edd50 + (_Args &&... __args) + + + _MakeUniq< _Tp >::__array + make_unique + a01478.html + ga09f53b8490110f541d003bf411412060 + (size_t __num) + + + _MakeUniq< _Tp >::__invalid_type + make_unique + a01478.html + ga387ad6ac7691e01c380813a870d6483e + (_Args &&...)=delete + + + _GLIBCXX14_CONSTEXPR const _Tp & + max + a01488.html + ga84d30d8c4b3f2cbe8ec2055c34a578da + (const _Tp &__a, const _Tp &__b) + + + _GLIBCXX14_CONSTEXPR const _Tp & + max + a01488.html + ga2a22232a7bcd3b1f87a45a5fb01ac9c3 + (const _Tp &__a, const _Tp &__b, _Compare __comp) + + + _GLIBCXX14_CONSTEXPR _ForwardIterator + max_element + a01488.html + ga6c310c6d1db64624d3097dd06838ef9b + (_ForwardIterator __first, _ForwardIterator __last) + + + _GLIBCXX14_CONSTEXPR _ForwardIterator + max_element + a01488.html + gab0bc7a1a77eead2e4af61c6506230104 + (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) + + + _Mem_fn< _Tp _Class::* > + mem_fn + a01502.html + gadd917dd05154842bc6aebcf5c90abb7f + (_Tp _Class::*__pm) noexcept + + + _OutputIterator + merge + a01488.html + gabb18bc670a27e539246a2eb154f60351 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) + + + _OutputIterator + merge + a01488.html + ga7f7771648d074e296d019153633efa8d + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) + + + _GLIBCXX14_CONSTEXPR const _Tp & + min + a01488.html + gad48656de2f272a953455e1fff2532125 + (const _Tp &__a, const _Tp &__b) + + + _GLIBCXX14_CONSTEXPR const _Tp & + min + a01488.html + ga6499dc0f7db12560643a3b79db5357f6 + (const _Tp &__a, const _Tp &__b, _Compare __comp) + + + _GLIBCXX14_CONSTEXPR _ForwardIterator + min_element + a01488.html + ga1de5df2bd9b3d6e5716e82c95ae6df2a + (_ForwardIterator __first, _ForwardIterator __last) + + + _GLIBCXX14_CONSTEXPR _ForwardIterator + min_element + a01488.html + gaef494344047573854d8e2d34070fd2b4 + (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) + + + _GLIBCXX14_CONSTEXPR pair< const _Tp &, const _Tp & > + minmax + a01488.html + ga67c7bf4c4b3c5cbf251a3812e06e0308 + (const _Tp &__a, const _Tp &__b) + + + _GLIBCXX14_CONSTEXPR pair< const _Tp &, const _Tp & > + minmax + a01488.html + ga74c98df71fd53702699434040aacb249 + (const _Tp &__a, const _Tp &__b, _Compare __comp) + + + _GLIBCXX14_CONSTEXPR pair< _ForwardIterator, _ForwardIterator > + minmax_element + a01488.html + gabaec6cf28af83896d2253693d08d4cfe + (_ForwardIterator __first, _ForwardIterator __last) + + + _GLIBCXX14_CONSTEXPR pair< _ForwardIterator, _ForwardIterator > + minmax_element + a01488.html + gaa8e6bf20463e0f605a548e7d7efb099d + (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) + + + pair< _InputIterator1, _InputIterator2 > + mismatch + a01487.html + ga44ee120346d18fb398be3891eb4a8c0c + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2) + + + pair< _InputIterator1, _InputIterator2 > + mismatch + a01487.html + gad3cb7460f4803c1073882c89456bb75c + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredicate __binary_pred) + + + pair< _InputIterator1, _InputIterator2 > + mismatch + a01487.html + ga67d3e43b97d25f32dd1661a93aa85ff1 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) + + + pair< _InputIterator1, _InputIterator2 > + mismatch + a01487.html + ga07f5690e64fb9ece316f84ec99c28e5d + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _BinaryPredicate __binary_pred) + + + constexpr std::remove_reference< _Tp >::type && + move + a01483.html + ga9f81219bfbfaac50d44f79095a639620 + (_Tp &&__t) noexcept + + + _OI + move + a01486.html + gaedffc88b77674cbf9966e30a9c275bb6 + (_II __first, _II __last, _OI __result) + + + _BI2 + move_backward + a01486.html + ga1743475fe627f5302b98ae41f8bf0ad5 + (_BI1 __first, _BI1 __last, _BI2 __result) + + + constexpr conditional< __move_if_noexcept_cond< _Tp >::value, const _Tp &, _Tp && >::type + move_if_noexcept + a01483.html + gad065507b1d170a56e1ee2c77251554a3 + (_Tp &__x) noexcept + + + bool + next_permutation + a01488.html + ga0a84cc794bbfca40a0664edaedd05c34 + (_BidirectionalIterator __first, _BidirectionalIterator __last) + + + bool + next_permutation + a01488.html + ga84b626c10da677e22bdbbb058cc8e7da + (_BidirectionalIterator __first, _BidirectionalIterator __last, _Compare __comp) + + + ios_base & + noboolalpha + a01544.html + ad6ef73da482fa14835d126faec1e4548 + (ios_base &__base) + + + bool + none_of + a01487.html + ga245f9003d26e4ca6c9b304c4cca2c77f + (_InputIterator __first, _InputIterator __last, _Predicate __pred) + + + _Tp + norm + a01473.html + gaef96fd255c2f6d73472660ba65e283c7 + (const complex< _Tp > &) + + + ios_base & + noshowbase + a01544.html + ae40e0e6a5a4292cc070a737693bce4ab + (ios_base &__base) + + + ios_base & + noshowpoint + a01544.html + acacc67bedbef4625ffdf88d2b188a9f5 + (ios_base &__base) + + + ios_base & + noshowpos + a01544.html + ab7219399afb34c97c7c439be76b2eb49 + (ios_base &__base) + + + ios_base & + noskipws + a01544.html + a371c82c535d8f1e6c245524313394a9a + (ios_base &__base) + + + _GLIBCXX14_CONSTEXPR unary_negate< _Predicate > + not1 + a01506.html + gaa48ba7f453a3e4aec335c304eab89d3b + (const _Predicate &__pred) + + + _GLIBCXX14_CONSTEXPR binary_negate< _Predicate > + not2 + a01506.html + ga1244dfac05a74c4665bef243704f51b1 + (const _Predicate &__pred) + + + ios_base & + nounitbuf + a01544.html + a205c934d476ce13b62c74c1e1229e906 + (ios_base &__base) + + + ios_base & + nouppercase + a01544.html + a0b1c781ecc10f910c74dd2ff27a1f2ae + (ios_base &__base) + + + void + nth_element + a01488.html + ga3a4f2ca9c1c627576aeeaa99181c8c63 + (_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last) + + + void + nth_element + a01488.html + ga6d43f0d62204409f18762c8e1bf1867b + (_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last, _Compare __comp) + + + ios_base & + oct + a01544.html + a5fa596d5be9b0fbcf9d9c18b6ed1fe0e + (ios_base &__base) + + + bool + operator!= + a01510.html + ga51a6d053b3eb004ee172b8e7ef066854 + (const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__x, const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__y) + + + bool + operator!= + a01544.html + afdb0fb782a02d3c036f1312b28a7711d + (const _Fwd_list_iterator< _Tp > &__x, const _Fwd_list_const_iterator< _Tp > &__y) noexcept + + + bool + operator!= + a01544.html + a481ee02f06a7c42bd2762516975d7082 + (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) + + + bool + operator!= + a01544.html + a98c391c7d64a5a01cf0d162c4fb959ca + (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) + + + bool + operator!= + a01537.html + gafb9c9578afd0299fc357581cb848f2fd + (const std::linear_congruential_engine< _UIntType, __a, __c, __m > &__lhs, const std::linear_congruential_engine< _UIntType, __a, __c, __m > &__rhs) + + + constexpr bool + operator!= + a01483.html + ga226dae1d9406b9c3804f20d31c15e21a + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) + + + bool + operator!= + a01537.html + ga08598cac266ed03507603ca6d6c27ce2 + (const std::mersenne_twister_engine< _UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f > &__lhs, const std::mersenne_twister_engine< _UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f > &__rhs) + + + bool + operator!= + a01544.html + a48d985ba8cc72e159372b14b9114da73 + (const function< _Res(_Args...)> &__f, nullptr_t) noexcept + + + bool + operator!= + a01544.html + ac0daaa77f5550fd185352175aa05fc89 + (nullptr_t, const function< _Res(_Args...)> &__f) noexcept + + + bool + operator!= + a01537.html + ga58cddddd716e5fe8d9ef54732399b68f + (const std::subtract_with_carry_engine< _UIntType, __w, __s, __r > &__lhs, const std::subtract_with_carry_engine< _UIntType, __w, __s, __r > &__rhs) + + + bool + operator!= + a01544.html + a20729b0ed4cf42aa7dba9c24e71243f0 + (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) + + + bool + operator!= + a01544.html + a2855896e6ac169748344ed4e2f064ccb + (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) + + + bool + operator!= + a01499.html + ga82e9b319feda06c3f9bbc8c501d7ed5c + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + + + bool + operator!= + a01499.html + ga26b97c6b57337790d75c65c39461d57b + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator!= + a01537.html + ga223f7056b37b325f9d70eda843982dff + (const std::discard_block_engine< _RandomNumberEngine, __p, __r > &__lhs, const std::discard_block_engine< _RandomNumberEngine, __p, __r > &__rhs) + + + bool + operator!= + a01544.html + a376c99e0db4e24c69c2beecd6c11b54e + (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) + + + bool + operator!= + a01499.html + ga4c4c0391a3cd864c981a2752bbb39e87 + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + + + bool + operator!= + a01499.html + ga4c5fbbe825fb3b00793f87d5b0f84b37 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator!= + a01537.html + ga8ad332f998832aa3bbf426abf441c34a + (const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__lhs, const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__rhs) + + + bool + operator!= + a01499.html + gaeffd353ea0720cf2338ac2cd23511b9f + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + + + bool + operator!= + a01499.html + gafd4ac060b48dc528864dcb79b7ac47b9 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator!= + a01544.html + ae4e62dff9be77e98ba29da34c0eee1b7 + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + bool + operator!= + a01544.html + a6b5d199f9e89bfca5738b76671a4118b + (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) + + + bool + operator!= + a01499.html + ga4a40078467f136b65820875414060d72 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + + + bool + operator!= + a01537.html + ga47c5a5d9835e00a60a76f4be7ea0f671 + (const std::shuffle_order_engine< _RandomNumberEngine, __k > &__lhs, const std::shuffle_order_engine< _RandomNumberEngine, __k > &__rhs) + + + bool + operator!= + a01544.html + aa8e4871fc2d47ad1f14e43949b9ce938 + (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) + + + bool + operator!= + a01539.html + gaca2a091ac2ef5b09deba9d1d185b16ad + (const std::uniform_int_distribution< _IntType > &__d1, const std::uniform_int_distribution< _IntType > &__d2) + + + bool + operator!= + a01539.html + gae4180334ebfbfbbae6f1f9901819a52e + (const std::uniform_real_distribution< _IntType > &__d1, const std::uniform_real_distribution< _IntType > &__d2) + + + bool + operator!= + a01544.html + a44ba4a39615cc57e58325da2c9a2372c + (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) + + + bool + operator!= + a01499.html + gabaac77113d0fd8c575e3a955eff37e10 + (const match_results< _Bi_iter, _Alloc > &__m1, const match_results< _Bi_iter, _Alloc > &__m2) + + + bool + operator!= + a01540.html + ga227eec7c437a7d893172e4387a0fb041 + (const std::normal_distribution< _RealType > &__d1, const std::normal_distribution< _RealType > &__d2) + + + bool + operator!= + a01544.html + a01fe16a0529fecdacda453c5cb1ce28a + (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) + + + bool + operator!= + a01540.html + ga611caefadf0614ec3e3a5bd8a95c11ac + (const std::lognormal_distribution< _RealType > &__d1, const std::lognormal_distribution< _RealType > &__d2) + + + bool + operator!= + a01540.html + gafdf8a737eaa64e171fd0617603e7a6a7 + (const std::gamma_distribution< _RealType > &__d1, const std::gamma_distribution< _RealType > &__d2) + + + bool + operator!= + a01540.html + gac4dbdb98454ba9eac4efedb236380fff + (const std::chi_squared_distribution< _RealType > &__d1, const std::chi_squared_distribution< _RealType > &__d2) + + + bool + operator!= + a01540.html + gaf8d44ddbae75bc9aac07aca501130b3a + (const std::cauchy_distribution< _RealType > &__d1, const std::cauchy_distribution< _RealType > &__d2) + + + bool + operator!= + a01540.html + gabeee8cc21eaf2d1ac14d819e56e933ee + (const std::fisher_f_distribution< _RealType > &__d1, const std::fisher_f_distribution< _RealType > &__d2) + + + bool + operator!= + a01540.html + ga9f65157c0c5e6316e415b7fbf5edbad4 + (const std::student_t_distribution< _RealType > &__d1, const std::student_t_distribution< _RealType > &__d2) + + + bool + operator!= + a01541.html + ga1b42c0c69b003733630addb17455e78c + (const std::bernoulli_distribution &__d1, const std::bernoulli_distribution &__d2) + + + bool + operator!= + a01541.html + ga03255c2d29292408f9e417d8c19749d5 + (const std::binomial_distribution< _IntType > &__d1, const std::binomial_distribution< _IntType > &__d2) + + + bool + operator!= + a01541.html + gada2797560998107294e60ece46615d73 + (const std::geometric_distribution< _IntType > &__d1, const std::geometric_distribution< _IntType > &__d2) + + + bool + operator!= + a01541.html + ga0ecd009cd763508bbac68e62a14fa73c + (const std::negative_binomial_distribution< _IntType > &__d1, const std::negative_binomial_distribution< _IntType > &__d2) + + + bool + operator!= + a01542.html + ga16e064b3a8822c1a5b84e0b146b2a701 + (const std::poisson_distribution< _IntType > &__d1, const std::poisson_distribution< _IntType > &__d2) + + + bool + operator!= + a01542.html + gadb6734dde139796b0c17ab7da2092000 + (const std::exponential_distribution< _RealType > &__d1, const std::exponential_distribution< _RealType > &__d2) + + + bool + operator!= + a01542.html + ga93a5f8cbd4387728796f825a8004f3fe + (const std::weibull_distribution< _RealType > &__d1, const std::weibull_distribution< _RealType > &__d2) + + + bool + operator!= + a01542.html + ga7cb0e95ae2658e8fbce52e9b83969955 + (const std::extreme_value_distribution< _RealType > &__d1, const std::extreme_value_distribution< _RealType > &__d2) + + + bool + operator!= + a01542.html + gaf7323b91cdc741135f4099930580987b + (const std::discrete_distribution< _IntType > &__d1, const std::discrete_distribution< _IntType > &__d2) + + + bool + operator!= + a01542.html + ga1c4c402db457c46e730ba427efda1f5a + (const std::piecewise_constant_distribution< _RealType > &__d1, const std::piecewise_constant_distribution< _RealType > &__d2) + + + bool + operator!= + a01544.html + a9551f72d5a20e1b3db6d73876b71be9c + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept + + + bool + operator!= + a01544.html + ad109463a06be6ce8e32bd270cc92e7c8 + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + + + bool + operator!= + a01544.html + a5cc85385236f8a6157f148fcf2505196 + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) + + + bool + operator!= + a01542.html + ga34f4ca07d82381cbfd41b4563b5f265e + (const std::piecewise_linear_distribution< _RealType > &__d1, const std::piecewise_linear_distribution< _RealType > &__d2) + + + complex< _Tp > + operator+ + a01473.html + gaac2395bda171943484a3d3c535cc37a2 + (const complex< _Tp > &__x) + + + basic_string< _CharT, _Traits, _Alloc > + operator+ + a01544.html + a31fffa82cc0872d928c7d11371c34c49 + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + + + basic_string< _CharT, _Traits, _Alloc > + operator+ + a01544.html + ae220860a64ea80fb9522daf38053aa8f + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + + + basic_string< _CharT, _Traits, _Alloc > + operator+ + a01544.html + a952b727c802635e947a9a6b64f2f3ed1 + (_CharT __lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + + + basic_string< _CharT, _Traits, _Alloc > + operator+ + a01544.html + a7ba297cc435f21d90383baeebae8652c + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) + + + basic_string< _CharT, _Traits, _Alloc > + operator+ + a01544.html + aa8298429823127738ccdf0b66e07249e + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, _CharT __rhs) + + + complex< _Tp > + operator- + a01473.html + ga479334c2b1525df001a5dc01e3218708 + (const complex< _Tp > &__x) + + + bool + operator< + a01544.html + a53d215eee36632ee43c5039c54d648ae + (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) + + + bool + operator< + a01544.html + a7d32b48a9dc0ee1316aedbde00a1a8fd + (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) + + + constexpr bool + operator< + a01483.html + ga69e152dbea8e3ca77b307634084fb164 + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) + + + bool + operator< + a01544.html + a203ef17a8b706e78acfa3d05f30e20ca + (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) + + + bool + operator< + a01544.html + a7f56f6da4d4f20444cbbab54a95e99e5 + (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) + + + bool + operator< + a01499.html + gad9079e03d834c2dfd61dfae4f73f0031 + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + + + bool + operator< + a01499.html + ga341b35e5b4af405e08d5c2abb676cf39 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator< + a01544.html + a64f0c6157f108a5bfe4ac5096e5bc4b2 + (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) + + + bool + operator< + a01499.html + ga20182f0fe24d991ad8a8daede16933fa + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + + + bool + operator< + a01499.html + ga11e1ee39f1b05e646abe2caea0565967 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator< + a01499.html + ga01622c3d750044cf92cd8a1eaa89ca5b + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + + + bool + operator< + a01499.html + ga1862d7e70ac15663db23831edbc4d06f + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator< + a01544.html + a5e86344cdca451bac42e9d9936e99353 + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + bool + operator< + a01544.html + a3cbf6143f4ce61b7174408e06a4181f0 + (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) + + + bool + operator< + a01499.html + gabc00ef86c05a9226d2007dd587c196f3 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + + + bool + operator< + a01544.html + a8fcefae1f44d9e5656f2231d04742454 + (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) + + + bool + operator< + a01544.html + a7b31ae4487ff01fcb215071c0f521caa + (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) + + + bool + operator< + a01544.html + a15c710c3bf507d1a7bdf5f8de40cafe2 + (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) + + + bool + operator< + a01544.html + aa0eb871a6a5db29c6fa9c682b7808bdd + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept + + + bool + operator< + a01544.html + a27a4470c800ce13f6c1220c5ec11c360 + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) + + + bool + operator< + a01544.html + a5a6f7a1317ae28e6f2b71a0497873e25 + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + + + std::basic_ostream< _Ch, _Tr > & + operator<< + a01478.html + ga8f7159a55b4df5308fa03b531586fb2b + (std::basic_ostream< _Ch, _Tr > &__os, const __shared_ptr< _Tp, _Lp > &__p) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01473.html + ga2ba7b3cbabd5345e19d26796f766c6c0 + (basic_ostream< _CharT, _Traits > &__os, const complex< _Tp > &__x) + + + enable_if< __and_< __not_< is_lvalue_reference< _Ostream > >, __is_convertible_to_basic_ostream< _Ostream >, __is_insertable< __rvalue_ostream_type< _Ostream >, const _Tp & > >::value, __rvalue_ostream_type< _Ostream > >::type + operator<< + a01544.html + a8d0f4660661dc80ee079bdfa88eebd2b + (_Ostream &&__os, const _Tp &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01537.html + ga1e56f8bee410b0ebf924661d35faf834 + (std::basic_ostream< _CharT, _Traits > &__os, const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__x) + + + basic_ostream< _Ch_type, _Ch_traits > & + operator<< + a01499.html + ga3e80f96ee978fcba07dec04a3d9e1f3b + (basic_ostream< _Ch_type, _Ch_traits > &__os, const sub_match< _Bi_iter > &__m) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01539.html + ga268e36f52e1a1ba938eeaa95509796ca + (std::basic_ostream< _CharT, _Traits > &, const std::uniform_int_distribution< _IntType > &) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01539.html + gad31a64335591da810bc4719b847783ec + (std::basic_ostream< _CharT, _Traits > &, const std::uniform_real_distribution< _RealType > &) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + ac4faea5494eaad9201d45d8687792782 + (basic_ostream< _CharT, _Traits > &__os, const __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01540.html + gabc0fe37b26c3b5de242cd4261cde3aed + (std::basic_ostream< _CharT, _Traits > &__os, const std::cauchy_distribution< _RealType > &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01541.html + ga17d284660a1656bc205dd834125e5543 + (std::basic_ostream< _CharT, _Traits > &__os, const std::bernoulli_distribution &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01541.html + ga50ccdd252598b9c017837d26588463d2 + (std::basic_ostream< _CharT, _Traits > &__os, const std::geometric_distribution< _IntType > &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01542.html + ga24847f7a1a655893e956f636db4e9f3a + (std::basic_ostream< _CharT, _Traits > &__os, const std::exponential_distribution< _RealType > &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01542.html + ga5d78bcb5583afa9e1871301f9d6d9c68 + (std::basic_ostream< _CharT, _Traits > &__os, const std::weibull_distribution< _RealType > &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01542.html + ga65897cd1a592c0a6c399072ec1ef7192 + (std::basic_ostream< _CharT, _Traits > &__os, const std::extreme_value_distribution< _RealType > &__x) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + a7ce367a2dac030dcf212d89846f6c6ff + (basic_ostream< _CharT, _Traits > &__os, const basic_string< _CharT, _Traits, _Alloc > &__str) + + + bool + operator<= + a01544.html + a930dd0467ade4b159f585b09a918c395 + (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) + + + bool + operator<= + a01544.html + a8d12abc1fb7e7cd1c53769a0fc5ff75f + (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) + + + constexpr bool + operator<= + a01483.html + ga9e2bd7d69af9d03b7df4858595a3202e + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) + + + bool + operator<= + a01544.html + adb3e9ff06db8a5cc1105aaea9e01abd2 + (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) + + + bool + operator<= + a01544.html + a5b152596ab130d1c97908b694e5fd761 + (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) + + + bool + operator<= + a01499.html + ga6d0ebab63e2fcfb19ad69237091d4d7f + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + + + bool + operator<= + a01499.html + ga4fd4bec06d2b472f7002ee98aea643af + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator<= + a01544.html + a54c920ed5017335b380d77d540169c76 + (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) + + + bool + operator<= + a01499.html + gac012e10e6bb4ba58875ad515b9b9f05d + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + + + bool + operator<= + a01499.html + ga490e9054301cbb70120a6b0202cee45d + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator<= + a01499.html + ga5620ce8b20ede9f7494a66af23212304 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + + + bool + operator<= + a01499.html + ga84b53be86a6dfea454c23d5207d0864d + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator<= + a01544.html + a407132a3a46dfa53d8f1e7810ee5b54d + (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) + + + bool + operator<= + a01544.html + af19b07884ac9b3b0986b70d79bdc7ec1 + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + bool + operator<= + a01499.html + gaeb2fd054122ecce964976201c05a73cc + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + + + bool + operator<= + a01544.html + acc2c10d2a7234cc66fd327a6f65954f7 + (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) + + + bool + operator<= + a01544.html + ab0de944941fcbe6618dba4837b31deaa + (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) + + + bool + operator<= + a01544.html + a8921c2d57c14b7e9702a9500bde8aba9 + (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) + + + bool + operator<= + a01544.html + a25c829a4d9c4e577f0b11223bd00aced + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept + + + bool + operator<= + a01544.html + ac39a97945b49c71df0816226ff72807f + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) + + + bool + operator<= + a01544.html + a72de11bf9e31d206cda3e333812a3f5a + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + + + bool + operator== + a01510.html + ga0431ac39f84ec7f88d6bdb9db72bd5b9 + (const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__x, const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__y) + + + bool + operator== + a01544.html + a50d898f211d37c5a47907f462b0b17f1 + (const fpos< _StateT > &__lhs, const fpos< _StateT > &__rhs) + + + bool + operator== + a01544.html + a8ad91c3a594fa5e289bbf4aaad7ae58c + (const _Fwd_list_iterator< _Tp > &__x, const _Fwd_list_const_iterator< _Tp > &__y) noexcept + + + bool + operator== + a01544.html + a05fbef1e7e15558f5933ed15a339e97d + (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) + + + _GLIBCXX17_CONSTEXPR bool + operator== + a01510.html + gaadf1270d8fcc1bdae9a699e3d85c7986 + (const reverse_iterator< _Iterator > &__x, const reverse_iterator< _Iterator > &__y) + + + bool + operator== + a01544.html + a7aeb223367d887a2b7f358a50e15e6f2 + (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) + + + constexpr bool + operator== + a01483.html + ga5559f33b5ba6dbf83e961888d324dd40 + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) + + + bool + operator== + a01544.html + ad2629e7ee31ca36d6d593639e698db6b + (const function< _Res(_Args...)> &__f, nullptr_t) noexcept + + + bool + operator== + a01544.html + a225870d9721816ebaa535af4e19d0cc1 + (nullptr_t, const function< _Res(_Args...)> &__f) noexcept + + + bool + operator== + a01544.html + ada60c841e9fe08814304ae79d35267de + (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) + + + bool + operator== + a01544.html + aeed20ec23d92debc5bd1a0c0ee6c1b52 + (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) + + + bool + operator== + a01499.html + ga89f3784efc6a944b4857408f1fcf7f3b + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + + + bool + operator== + a01499.html + ga811c7e6a67b83ef003e899c4ea93b910 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator== + a01544.html + a5d6c242794f6d1866eb9cc58678ce8b1 + (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) + + + bool + operator== + a01499.html + gae583f778cadadef72db1f8afaa7bc4a1 + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + + + bool + operator== + a01499.html + ga472d58de0896c76b3d402dbf27aa75c8 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator== + a01499.html + gae4390d0b1712ee5334c61da6e0576d08 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + + + bool + operator== + a01499.html + ga51b1c9a2beb5254d11c13dbc22a8e379 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator== + a01544.html + ada41d3682184f0d0d8525907fdfcbea8 + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + bool + operator== + a01544.html + a2cc59dba70d0427b9e006411b37aee81 + (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) + + + bool + operator== + a01499.html + gaac6078c1098e92d740d6d226f1c5e3dd + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + + + bool + operator== + a01544.html + aa823b88deb57ba1b2494ea0dbcc028a8 + (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) + + + _GLIBCXX_END_NAMESPACE_CXX11 bool + operator== + a01544.html + aa2053d06d62313a4cde70f0f1d1f04c0 + (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) + + + bool + operator== + a01499.html + gab03e70e48f17f27c9e74d12c63bc315a + (const match_results< _Bi_iter, _Alloc > &__m1, const match_results< _Bi_iter, _Alloc > &__m2) + + + bool + operator== + a01544.html + a60c2de42339c226dbeaeb60ef54b7bd2 + (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) + + + bool + operator== + a01544.html + a648834d2b253af7787093fe9156662f5 + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept + + + bool + operator== + a01544.html + aecebb49b7915414fe7fd3eaff7c8516c + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + + + bool + operator== + a01544.html + a4edac9ce553e84f7c97c02172d93424e + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) + + + bool + operator> + a01544.html + a886fc839debeebe4e1453774a028d1e3 + (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) + + + bool + operator> + a01544.html + a6116f2ba6a75587900983e4a6662a528 + (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) + + + constexpr bool + operator> + a01483.html + ga00de6fe7684f71fc08bad81b4bc65c52 + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) + + + bool + operator> + a01544.html + afd4ebca607a5d77bce0ce62ed7c86fb9 + (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) + + + bool + operator> + a01544.html + a76a6b1542f3e854da212df3a9046cd05 + (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) + + + bool + operator> + a01499.html + gaec6e1b27604a07cb7a1158c0a1da0810 + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + + + bool + operator> + a01499.html + ga61879ec22c8f941d3bc5a6f57f094779 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator> + a01544.html + a14156f76400cead9187280c59587a8f1 + (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) + + + bool + operator> + a01499.html + ga20e59f399d0143cf0517ed705d5f095a + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + + + bool + operator> + a01499.html + ga5554501d29b4f818450c37cbf8e3b403 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator> + a01499.html + ga99794cccf99b31cbb9c80f20ff638cc0 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + + + bool + operator> + a01499.html + gaaee0b4d314905566d4d083f1f3cabfa4 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator> + a01544.html + a1d46b9793f5a9a6d38267007fabb0e05 + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + bool + operator> + a01544.html + ac70654ce03713da520f19dc5a9a87edc + (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) + + + bool + operator> + a01499.html + ga1bdb78aca267183451bbd59a262f52c9 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + + + bool + operator> + a01544.html + a3a727df15fd08af612b872262e50a95f + (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) + + + bool + operator> + a01544.html + a7788944c30c3070441dc376df8beb210 + (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) + + + bool + operator> + a01544.html + af745511bf2598950056525a3fd7a346b + (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) + + + bool + operator> + a01544.html + a56282963f192a45f81f55fa9c6a8005a + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept + + + bool + operator> + a01544.html + a0f0b7503d67a8bd548778912aa40de84 + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) + + + bool + operator> + a01544.html + ab05d57b2cc8854cbdb97bc0676abf2c0 + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + + + bool + operator>= + a01544.html + a11bb9b3800196c309babae27f4b4a900 + (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y) + + + bool + operator>= + a01544.html + ac65d320a052a5d4d1477ef25b5627be5 + (const queue< _Tp, _Seq > &__x, const queue< _Tp, _Seq > &__y) + + + constexpr bool + operator>= + a01483.html + ga4abfa75dbeb7ee6922ab97aaaba57d47 + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) + + + bool + operator>= + a01544.html + acddc46a5f1205d53f5f682a89259c38e + (const multiset< _Key, _Compare, _Alloc > &__x, const multiset< _Key, _Compare, _Alloc > &__y) + + + bool + operator>= + a01544.html + abf5b635cc4dfc9f737e9a3933b6d7e06 + (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y) + + + bool + operator>= + a01499.html + ga9ee66c57996b60af8514834ba5054af4 + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + + + bool + operator>= + a01499.html + ga81455a2af5c1721d3340fa06eaccfe06 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator>= + a01544.html + a69dd44d827cf392b3490c7498d47cd5b + (const multimap< _Key, _Tp, _Compare, _Alloc > &__x, const multimap< _Key, _Tp, _Compare, _Alloc > &__y) + + + bool + operator>= + a01499.html + gaa4a816fd640e88c0b2e9b0bb6cc4cb19 + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + + + bool + operator>= + a01499.html + ga86523db2bbd873f4bc26c42a77f443b3 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator>= + a01499.html + ga1225fba40c8af2c834e8201af601829b + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + + + bool + operator>= + a01499.html + ga71a6363d6cad986521d5f5a1537a1e06 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator>= + a01544.html + a8bd7da47a9941d7e825411420feb6ac1 + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + bool + operator>= + a01544.html + a03f03b3697da916e95a09b1488df52df + (const map< _Key, _Tp, _Compare, _Alloc > &__x, const map< _Key, _Tp, _Compare, _Alloc > &__y) + + + bool + operator>= + a01499.html + ga4fdb938850a723e8e447fce21fc0b7c2 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + + + bool + operator>= + a01544.html + a9a32938be630f180eddc69f0402d13ca + (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) + + + bool + operator>= + a01544.html + a628eda81f6cb2988d8f5908f631cdb46 + (const list< _Tp, _Alloc > &__x, const list< _Tp, _Alloc > &__y) + + + bool + operator>= + a01544.html + a5e3f58e54e9cbbcda75328fada9fa1a5 + (const deque< _Tp, _Alloc > &__x, const deque< _Tp, _Alloc > &__y) + + + bool + operator>= + a01544.html + a4fd05c4c42075e6787d13b7dd454ba77 + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept + + + bool + operator>= + a01544.html + a56fe512b61535754991c71651054a4a3 + (const basic_string< _CharT, _Traits, _Alloc > &__lhs, const _CharT *__rhs) + + + bool + operator>= + a01544.html + ad9ef507927a631a73f69c9d4d8add693 + (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Alloc > &__rhs) + + + basic_istream< _CharT, _Traits > & + operator>> + a01473.html + gaf81c75e50c9ee8a791d90329d2fc7ef8 + (basic_istream< _CharT, _Traits > &__is, complex< _Tp > &__x) + + + enable_if< __and_< __not_< is_lvalue_reference< _Istream > >, __is_convertible_to_basic_istream< _Istream >, __is_extractable< __rvalue_istream_type< _Istream >, _Tp && > >::value, __rvalue_istream_type< _Istream > >::type + operator>> + a01544.html + acda683e8b3ae5f1dd425bb99774304a7 + (_Istream &&__is, _Tp &&__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01539.html + gab49649ed7cc5cb819ce52620f227b1a7 + (std::basic_istream< _CharT, _Traits > &, std::uniform_int_distribution< _IntType > &) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01539.html + gafb5c87acd910ec70edaedef33cf32aee + (std::basic_istream< _CharT, _Traits > &, std::uniform_real_distribution< _RealType > &) + + + basic_istream< _CharT, _Traits > & + operator>> + a01544.html + a113f151882a47755a4b297813977bbdc + (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01540.html + ga63a43b47a5315c8b1b55002af2eb1669 + (std::basic_istream< _CharT, _Traits > &__is, std::cauchy_distribution< _RealType > &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01541.html + ga2a24c2f5da07f3a713e036875355ad57 + (std::basic_istream< _CharT, _Traits > &__is, std::bernoulli_distribution &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01541.html + ga30ec0007b5169ab3c6847033db603493 + (std::basic_istream< _CharT, _Traits > &__is, std::geometric_distribution< _IntType > &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01542.html + ga5dbbb1871bc0160e0b9cf609e222fb18 + (std::basic_istream< _CharT, _Traits > &__is, std::exponential_distribution< _RealType > &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01542.html + gae0fa60823d48bfd5b1d7a7c0063826ba + (std::basic_istream< _CharT, _Traits > &__is, std::weibull_distribution< _RealType > &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01542.html + ga391e8f9fb533a5fb81f4099e9b03ff6a + (std::basic_istream< _CharT, _Traits > &__is, std::extreme_value_distribution< _RealType > &__x) + + + basic_istream< _CharT, _Traits > & + operator>> + a01544.html + a6447193cb914c78fb13064c210e26ed8 + (basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Alloc > &__str) + + + void + partial_sort + a01488.html + ga91f25d546637f075de3958a25928b687 + (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last) + + + void + partial_sort + a01488.html + ga6401ff7e25d2ef7a6119d894cb40eec0 + (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last, _Compare __comp) + + + _RandomAccessIterator + partial_sort_copy + a01488.html + ga7b262260421978833cc1b1c6b3969bb4 + (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __result_first, _RandomAccessIterator __result_last) + + + _RandomAccessIterator + partial_sort_copy + a01488.html + gaf53e3f9d5e3c9cd4d36a0801d411e324 + (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __result_first, _RandomAccessIterator __result_last, _Compare __comp) + + + _OutputIterator + partial_sum + a01544.html + a9151a0519f8c180edbef22197f39dd5e + (_InputIterator __first, _InputIterator __last, _OutputIterator __result) + + + _OutputIterator + partial_sum + a01544.html + a17bad49fa9fb1c5c41d019b16970fe9e + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op) + + + _ForwardIterator + partition + a01486.html + ga64c8d89411856cea58194aa69a3c37f3 + (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) + + + pair< _OutputIterator1, _OutputIterator2 > + partition_copy + a01486.html + ga15ed8c195c2228b62770f24b4fd9de05 + (_InputIterator __first, _InputIterator __last, _OutputIterator1 __out_true, _OutputIterator2 __out_false, _Predicate __pred) + + + _ForwardIterator + partition_point + a01486.html + gaca57a24221766660c3b9d83e2b3f8f97 + (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) + + + complex< _Tp > + polar + a01473.html + ga6310fbff4c2a4056654d332fc0e68f04 + (const _Tp &, const _Tp &=0) + + + void + pop_heap + a01509.html + ga92aecc13151c6b58598e3dd9e54064b7 + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + void + pop_heap + a01509.html + ga27b771598145e151f01281b5cb0fdbbb + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + complex< _Tp > + pow + a01473.html + gaacf8017e100d619acab131da8a4017e1 + (const complex< _Tp > &, int) + + + complex< _Tp > + pow + a01473.html + ga6e1161f2920c46a042888c60e9d8447c + (const complex< _Tp > &, const _Tp &) + + + complex< _Tp > + pow + a01473.html + gad07a5f0000890bb20d170700575d210c + (const complex< _Tp > &, const complex< _Tp > &) + + + complex< _Tp > + pow + a01473.html + gadb1a322e1cc55220dc7ff754815ffbc7 + (const _Tp &, const complex< _Tp > &) + + + bool + prev_permutation + a01488.html + ga0b0e35a43f5f87ea1c66363be3a34619 + (_BidirectionalIterator __first, _BidirectionalIterator __last) + + + bool + prev_permutation + a01488.html + ga44e9b1d39001f68fa9fcb408b25a77f0 + (_BidirectionalIterator __first, _BidirectionalIterator __last, _Compare __comp) + + + pointer_to_unary_function< _Arg, _Result > + ptr_fun + a01507.html + gaee61fcee12458d9d61b10f07de908134 + (_Result(*__x)(_Arg)) + + + pointer_to_binary_function< _Arg1, _Arg2, _Result > + ptr_fun + a01507.html + ga2c95cd7ca955ae3a4cbf98593456bd8e + (_Result(*__x)(_Arg1, _Arg2)) + + + void + push_heap + a01509.html + gad2a3e8fb6069d9cd1b14c186ec125102 + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + void + push_heap + a01509.html + gac0d64c0744947b3d233779d9e9f656cc + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + _Put_money< _MoneyT > + put_money + a01544.html + a4223c5b3a51cbf3a2d8910fb8415bf73 + (const _MoneyT &__mon, bool __intl=false) + + + _Put_time< _CharT > + put_time + a01544.html + ac209d7732c2ceff781a6aa0bb278db86 + (const std::tm *__tmb, const _CharT *__fmt) + + + auto + quoted + a01544.html + a5bff62a35321654424cc1f6df8362cea + (const _CharT *__string, _CharT __delim=_CharT('"'), _CharT __escape = _CharT('\)) + + + void + random_shuffle + a01486.html + gabf4e555bd94a923ad7d263703b4ab2bc + (_RandomAccessIterator __first, _RandomAccessIterator __last, _RandomNumberGenerator &&__rand) + + + _GLIBCXX17_CONSTEXPR auto + rbegin + a01544.html + ae16f6e3954ee80febd7a13ca23c0cb69 + (_Container &__cont) -> decltype(__cont.rbegin()) + + + _GLIBCXX17_CONSTEXPR auto + rbegin + a01544.html + a82b4f328583bc1eacb96e1916d2499a4 + (const _Container &__cont) -> decltype(__cont.rbegin()) + + + _GLIBCXX17_CONSTEXPR reverse_iterator< _Tp * > + rbegin + a01544.html + adc3d2e80cfd605a4d419e5ea94847f03 + (_Tp(&__arr)[_Nm]) + + + _GLIBCXX17_CONSTEXPR reverse_iterator< const _Tp * > + rbegin + a01544.html + aa98b19c718d53cb983cff800ffe2fdaf + (initializer_list< _Tp > __il) + + + _ForwardIterator + remove + a01486.html + ga166f118ed07d6a2dd58c9bbdd7c0f5b5 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__value) + + + _OutputIterator + remove_copy + a01486.html + ga6118d2d397ae6ad3b11604c6eb843a31 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, const _Tp &__value) + + + _OutputIterator + remove_copy_if + a01486.html + ga80d825ff82bc980758c885296cec1fb1 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred) + + + _ForwardIterator + remove_if + a01486.html + ga80cc02d9d8e0975b92933a90579b3678 + (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) + + + _GLIBCXX17_CONSTEXPR auto + rend + a01544.html + ac61454493a9b25de6eb36656e6e4213e + (_Container &__cont) -> decltype(__cont.rend()) + + + _GLIBCXX17_CONSTEXPR auto + rend + a01544.html + a8d5191632dac9ebbb502815e5a96db58 + (const _Container &__cont) -> decltype(__cont.rend()) + + + _GLIBCXX17_CONSTEXPR reverse_iterator< _Tp * > + rend + a01544.html + a77a0e2f60fbc43ae0c7ffd07b104558d + (_Tp(&__arr)[_Nm]) + + + _GLIBCXX17_CONSTEXPR reverse_iterator< const _Tp * > + rend + a01544.html + abf2be64d2e615a35f2357a527dbe4d6a + (initializer_list< _Tp > __il) + + + void + replace + a01486.html + ga77aa7f436223611f545f84715a30ffeb + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__old_value, const _Tp &__new_value) + + + _OutputIterator + replace_copy + a01544.html + a306bbe037bd6196bbe5e9c78b1108d13 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, const _Tp &__old_value, const _Tp &__new_value) + + + _OutputIterator + replace_copy_if + a01486.html + gaf42cb56a0d7dfd9124bddc4194cb53a4 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred, const _Tp &__new_value) + + + void + replace_if + a01486.html + ga0afa1177a761d23ec3ec965207144455 + (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, const _Tp &__new_value) + + + _Resetiosflags + resetiosflags + a01544.html + a12ef9b47a80c8f0606aa34dab5477524 + (ios_base::fmtflags __mask) + + + void + rethrow_exception + a01492.html + ga64d0b68338d7edbfd7d95f4177dbc442 + (exception_ptr) __attribute__((__noreturn__)) + + + void + rethrow_if_nested + a01492.html + gab61c4f8fae83699092207e16594f6b35 + (const _Ex &__ex) + + + void + return_temporary_buffer + a01544.html + a8033d777ccff23b31daf2feec4dd46ec + (_Tp *__p) + + + void + reverse + a01486.html + gaeee34a9f7380d22d29f0e895d1c014e0 + (_BidirectionalIterator __first, _BidirectionalIterator __last) + + + _OutputIterator + reverse_copy + a01486.html + gaea264a482d59bc9c99edca7595f025eb + (_BidirectionalIterator __first, _BidirectionalIterator __last, _OutputIterator __result) + + + __gnu_cxx::__promote< _Tp >::__type + riemann_zeta + a01500.html + ga67a6bfed9b6ab692e8c798b674431424 + (_Tp __s) + + + float + riemann_zetaf + a01500.html + gaf92063315061a56d3e2c4053156d968e + (float __s) + + + long double + riemann_zetal + a01500.html + ga1e92da3b878d75270f38d3ec9b513086 + (long double __s) + + + ios_base & + right + a01544.html + a1a23b13efe06ee9b3cd9324af25ab538 + (ios_base &__base) + + + _OutputIterator + rotate_copy + a01486.html + gaf2a738ab86e393c9c8689708fd9afbf0 + (_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last, _OutputIterator __result) + + + ios_base & + scientific + a01544.html + a3286bebdde076d132d35c8fc79d6bdc4 + (ios_base &__base) + + + _ForwardIterator1 + search + a01487.html + ga37e40c12374da3b76f2af5d2025b3018 + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2) + + + _ForwardIterator1 + search + a01487.html + gab76055789d1a598394f609cf19724220 + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, _BinaryPredicate __predicate) + + + _ForwardIterator + search_n + a01487.html + ga98baadb721fcb143396118e3a678cd0e + (_ForwardIterator __first, _ForwardIterator __last, _Integer __count, const _Tp &__val) + + + _ForwardIterator + search_n + a01487.html + ga4fd2241c480f56cb4fef2ae7da4d36b0 + (_ForwardIterator __first, _ForwardIterator __last, _Integer __count, const _Tp &__val, _BinaryPredicate __binary_pred) + + + _OutputIterator + set_difference + a01489.html + ga35787a357982adc415c29c036f7aada7 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) + + + _OutputIterator + set_difference + a01489.html + ga7cbebc70e1550ea9939c9269d7c7c289 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) + + + _OutputIterator + set_intersection + a01489.html + gad7a7b81513c68b856c0a2699c29532d0 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) + + + _OutputIterator + set_intersection + a01489.html + ga63b5280a2c5009456a51d38084ce1062 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) + + + new_handler + set_new_handler + a01544.html + a08ab821429d6f9fd2f16f642de3e9163 + (new_handler) + + + _OutputIterator + set_symmetric_difference + a01489.html + ga3b7e12cbdb1a0d4e7691e9730e1924c5 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) + + + _OutputIterator + set_symmetric_difference + a01489.html + gabd18017e018c3090eacd4509e28cc432 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) + + + terminate_handler + set_terminate + a01544.html + aa53bcb9876c7b393a9e9e26fc90d5811 + (terminate_handler) noexcept + + + unexpected_handler + set_unexpected + a01544.html + a92329f10f9aba5eb5f26b11cf01d5166 + (unexpected_handler) noexcept + + + _OutputIterator + set_union + a01489.html + ga45c2e77ca73dabf6b1ccabbecf0291a6 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) + + + _OutputIterator + set_union + a01489.html + ga3d54d31bc70a0ff4596f5171ec728906 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) + + + _Setbase + setbase + a01544.html + af57577148b39749ea52311d68d8a17b4 + (int __base) + + + _Setfill< _CharT > + setfill + a01544.html + af02c6886dba8d934606592e0f3e11d5c + (_CharT __c) + + + _Setiosflags + setiosflags + a01544.html + ab27c01e21b835749650e5f2ed2d16dbc + (ios_base::fmtflags __mask) + + + _Setprecision + setprecision + a01544.html + a6e333ca9789cfa8a1f337434cee91957 + (int __n) + + + _Setw + setw + a01544.html + a2be7f420a95880805d0d7e2543240440 + (int __n) + + + ios_base & + showbase + a01544.html + a5a3653d71579c614748abf4a73bbed92 + (ios_base &__base) + + + ios_base & + showpoint + a01544.html + a0cd05ebd891c06400f5e04a84eb6d539 + (ios_base &__base) + + + ios_base & + showpos + a01544.html + a8eff68e8b5f8d409761a2a6db01924d3 + (ios_base &__base) + + + void + shuffle + a01486.html + ga9c197f83f8612241f91e0a44703fdeaf + (_RandomAccessIterator __first, _RandomAccessIterator __last, _UniformRandomNumberGenerator &&__g) + + + complex< _Tp > + sin + a01473.html + ga249915bcbce6563e63f5ffa6d464155a + (const complex< _Tp > &) + + + complex< _Tp > + sinh + a01473.html + gae30c461aa90a3e7d502737e29898570b + (const complex< _Tp > &) + + + ios_base & + skipws + a01544.html + ad458fa76ad203ae00a0fb1c602ec1cf6 + (ios_base &__base) + + + void + sort + a01488.html + ga4ea03048647c50ea7cbdd5da30e82755 + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + void + sort + a01488.html + gae3c0067ae83db1824367ded659a960b2 + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + void + sort_heap + a01509.html + ga7e302d6652402edae355b8726b2b7e27 + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + void + sort_heap + a01509.html + ga441060fda917c1aed4e8fab9c860f706 + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + __gnu_cxx::__promote< _Tp >::__type + sph_bessel + a01500.html + ga478e517ed975bcb256de230e64f0fda5 + (unsigned int __n, _Tp __x) + + + float + sph_besself + a01500.html + ga534e36e1dcefad8daec98920db16eec4 + (unsigned int __n, float __x) + + + long double + sph_bessell + a01500.html + ga11d72b1af81ce9da3c878a25087ee927 + (unsigned int __n, long double __x) + + + __gnu_cxx::__promote< _Tp >::__type + sph_legendre + a01500.html + ga573842c12247b87746b548f1945755a8 + (unsigned int __l, unsigned int __m, _Tp __theta) + + + float + sph_legendref + a01500.html + gaae635d28c06a3be2679901b382090852 + (unsigned int __l, unsigned int __m, float __theta) + + + long double + sph_legendrel + a01500.html + ga2f6618dea1847f09fd67f3c974c1910d + (unsigned int __l, unsigned int __m, long double __theta) + + + __gnu_cxx::__promote< _Tp >::__type + sph_neumann + a01500.html + ga1cf4362a67ab5bae9e6b69c867e85371 + (unsigned int __n, _Tp __x) + + + float + sph_neumannf + a01500.html + ga789143122fa99536329bc2d1b1aac2f0 + (unsigned int __n, float __x) + + + long double + sph_neumannl + a01500.html + ga3cededa9b6e4601f190c3811e6aabfd6 + (unsigned int __n, long double __x) + + + complex< _Tp > + sqrt + a01473.html + gaf91cd3409ab242d469bcc1b2d06624c3 + (const complex< _Tp > &) + + + _ForwardIterator + stable_partition + a01486.html + ga4396b91f26c7aaf0ae150a79ebd965b7 + (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) + + + void + stable_sort + a01488.html + ga7d8bb8e52b7b0e80301dcbec17225b4a + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + void + stable_sort + a01488.html + ga3a3ce3aa8ac2297f8290939a7988596d + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + __shared_ptr< _Tp, _Lp > + static_pointer_cast + a01544.html + a6a221c308f0ca0e44b5fffa32a6d4595 + (const __shared_ptr< _Tp1, _Lp > &__r) noexcept + + + enable_if< __and_< __not_< __is_tuple_like< _Tp > >, is_move_constructible< _Tp >, is_move_assignable< _Tp > >::value >::type + swap + a01483.html + ga64d02d56df0a1870d63069c3562f3a29 + (_Tp &__a, _Tp &__b) noexcept(__and_< is_nothrow_move_constructible< _Tp >, is_nothrow_move_assignable< _Tp >>::value) + + + enable_if< __is_swappable< _Tp >::value >::type + swap + a01483.html + ga76e7ee159249bb3516885c6aa33ceb76 + (_Tp(&__a)[_Nm], _Tp(&__b)[_Nm]) noexcept(__is_nothrow_swappable< _Tp >::value) + + + void + swap + a01501.html + gac58580a65df691769770684cc985719d + (unique_lock< _Mutex > &__x, unique_lock< _Mutex > &__y) noexcept + + + enable_if< __and_< __is_swappable< _T1 >, __is_swappable< _T2 > >::value >::type + swap + a01483.html + ga9d75305041fc556b922d4b3bd2667742 + (pair< _T1, _T2 > &__x, pair< _T1, _T2 > &__y) noexcept(noexcept(__x.swap(__y))) + + + enable_if<!__and_< __is_swappable< _T1 >, __is_swappable< _T2 > >::value >::type + swap + a01483.html + ga9d75305041fc556b922d4b3bd2667742 + (pair< _T1, _T2 > &, pair< _T1, _T2 > &)=delete + + + void + swap + a01544.html + a87939e8186f838ff337074e945c78b6d + (basic_stringbuf< _CharT, _Traits, _Allocator > &__x, basic_stringbuf< _CharT, _Traits, _Allocator > &__y) + + + void + swap + a01544.html + a4d5a9efe4608a61cb6c74ddda7f8728f + (function< _Res(_Args...)> &__x, function< _Res(_Args...)> &__y) noexcept + + + void + swap + a01544.html + a4dedd893b6faf3eb2e6c6aa0ca0f2e32 + (basic_istringstream< _CharT, _Traits, _Allocator > &__x, basic_istringstream< _CharT, _Traits, _Allocator > &__y) + + + void + swap + a01499.html + ga8cdf0d24423573721c4bdb9b2ffd8a7d + (basic_regex< _Ch_type, _Rx_traits > &__lhs, basic_regex< _Ch_type, _Rx_traits > &__rhs) + + + void + swap + a01544.html + ab7f8e65ad7deb2a81c9178499d71731a + (basic_ostringstream< _CharT, _Traits, _Allocator > &__x, basic_ostringstream< _CharT, _Traits, _Allocator > &__y) + + + void + swap + a01544.html + a85a913837de066af6c23b0f4f28e02a0 + (basic_stringstream< _CharT, _Traits, _Allocator > &__x, basic_stringstream< _CharT, _Traits, _Allocator > &__y) + + + void + swap + a01544.html + a4007a6b034645ec64b2d436df27a03ec + (multiset< _Key, _Compare, _Alloc > &__x, multiset< _Key, _Compare, _Alloc > &__y) noexcept(/*conditional */) + + + void + swap + a01544.html + a9bbb29387dfd4bfad2ef30fb555f649a + (set< _Key, _Compare, _Alloc > &__x, set< _Key, _Compare, _Alloc > &__y) noexcept(/*conditional */) + + + void + swap + a01544.html + ab99dc85cd3551cb410655b02a56e5c15 + (basic_filebuf< _CharT, _Traits > &__x, basic_filebuf< _CharT, _Traits > &__y) + + + void + swap + a01544.html + acfe891185fde2307f6e8909338c7b862 + (basic_ifstream< _CharT, _Traits > &__x, basic_ifstream< _CharT, _Traits > &__y) + + + void + swap + a01544.html + a4965e732ce5d02e4304dd82bc86e365a + (basic_ofstream< _CharT, _Traits > &__x, basic_ofstream< _CharT, _Traits > &__y) + + + void + swap + a01544.html + a7ccd229f5faee26395b8ee1715576cf0 + (basic_fstream< _CharT, _Traits > &__x, basic_fstream< _CharT, _Traits > &__y) + + + void + swap + a01544.html + ae448a7aacea236579e3f239c9448482f + (multimap< _Key, _Tp, _Compare, _Alloc > &__x, multimap< _Key, _Tp, _Compare, _Alloc > &__y) noexcept(/*conditional */) + + + void + swap + a01544.html + aeb866eb47db586b6058b597e97d8b909 + (forward_list< _Tp, _Alloc > &__lx, forward_list< _Tp, _Alloc > &__ly) noexcept(noexcept(__lx.swap(__ly))) + + + void + swap + a01544.html + a520781978c7299c8f0e206542178d09c + (map< _Key, _Tp, _Compare, _Alloc > &__x, map< _Key, _Tp, _Compare, _Alloc > &__y) noexcept(/*conditional */) + + + void + swap + a01475.html + ga2700089f8b9371e6aafdb9a7e7a552e7 + (packaged_task< _Res(_ArgTypes...)> &__x, packaged_task< _Res(_ArgTypes...)> &__y) noexcept + + + enable_if< __and_< __is_swappable< _Elements >... >::value >::type + swap + a01483.html + ga77f74f34f378f6d6b5b987ab9a684c2d + (tuple< _Elements... > &__x, tuple< _Elements... > &__y) noexcept(noexcept(__x.swap(__y))) + + + enable_if<!__and_< __is_swappable< _Elements >... >::value >::type + swap + a01483.html + ga77f74f34f378f6d6b5b987ab9a684c2d + (tuple< _Elements... > &, tuple< _Elements... > &)=delete + + + void + swap + a01544.html + a89a3a6f9c11a9ade523d0be6e5b3a190 + (vector< _Tp, _Alloc > &__x, vector< _Tp, _Alloc > &__y) noexcept(/*conditional */) + + + void + swap + a01544.html + a335bd8d8bfd13a75e2e5c34552ec3daf + (list< _Tp, _Alloc > &__x, list< _Tp, _Alloc > &__y) noexcept(/*conditional */) + + + void + swap + a01499.html + ga6fe1f90a0adfa7ded7d28f737893642c + (match_results< _Bi_iter, _Alloc > &__lhs, match_results< _Bi_iter, _Alloc > &__rhs) + + + void + swap + a01544.html + a7e6765b86dfe7f33455aec5b8a7f7e2e + (deque< _Tp, _Alloc > &__x, deque< _Tp, _Alloc > &__y) noexcept(/*conditional */) + + + void + swap + a01544.html + a0be9c6cc80dd454ea2212c47538c61c4 + (basic_string< _CharT, _Traits, _Alloc > &__lhs, basic_string< _CharT, _Traits, _Alloc > &__rhs) noexcept(/*conditional */) + + + _ForwardIterator2 + swap_ranges + a01486.html + gae9603907c05659cb5cfc6ea20be9ae01 + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2) + + + complex< _Tp > + tan + a01473.html + ga530419a3cf68024cd03985a4795214e3 + (const complex< _Tp > &) + + + complex< _Tp > + tanh + a01473.html + gaa4aa5a5b2f39aa309bd0add4864b3155 + (const complex< _Tp > &) + + + void + terminate + a01544.html + add3befe08cc677fe78f3e6f6b0c6d29b + () noexcept __attribute__((__noreturn__)) + + + void + throw_with_nested + a01492.html + gae6e361189fc8333896bebb3523551209 + (_Tp &&__t) + + + constexpr tuple< _Elements &... > + tie + a01483.html + ga2445a380e4367c31c737e4a1f1855950 + (_Elements &... __args) noexcept + + + _CharT + tolower + a01544.html + aba2090a5dfff15a593e3fea40eebed91 + (_CharT __c, const locale &__loc) + + + _CharT + toupper + a01544.html + a4578341d5a9a5b937351d2f976ab7180 + (_CharT __c, const locale &__loc) + + + _OutputIterator + transform + a01486.html + ga475f12632a75f77b41aa843dfddfe422 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _UnaryOperation __unary_op) + + + _OutputIterator + transform + a01486.html + ga92e41473c3907d39cbc98ab6bea346fe + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _OutputIterator __result, _BinaryOperation __binary_op) + + + constexpr auto + tuple_cat + a01483.html + ga23a2e3e40fefd39ffe278df7ebbd52a0 + (_Tpls &&... __tpls) -> typename __tuple_cat_result< _Tpls... >::__type + + + bool + uncaught_exception + a01544.html + a876ca3bc46e47265109d55942ff2f6f7 + () noexcept __attribute__((__pure__)) + + + int + uncaught_exceptions + a01544.html + a549c0b88f3fbc2305ecf57bbad4d3613 + () noexcept __attribute__((__pure__)) + + + void + unexpected + a01544.html + a742bf00b19772819acc97ae5e8f4bebe + () __attribute__((__noreturn__)) + + + _ForwardIterator + uninitialized_copy + a01544.html + a9166c966d7525f4bda824700e5122c44 + (_InputIterator __first, _InputIterator __last, _ForwardIterator __result) + + + _ForwardIterator + uninitialized_copy_n + a01544.html + a0ebdef0da5f05e59240160b42eec594b + (_InputIterator __first, _Size __n, _ForwardIterator __result) + + + void + uninitialized_fill + a01544.html + a212218423340e07f199776decd3584b2 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__x) + + + _ForwardIterator + uninitialized_fill_n + a01544.html + a5f41b525d7eea5fe6a955406fddc7b8e + (_ForwardIterator __first, _Size __n, const _Tp &__x) + + + _ForwardIterator + unique + a01486.html + ga84999f9a9f647b18e3ec9e9e9aaa81f4 + (_ForwardIterator __first, _ForwardIterator __last) + + + _ForwardIterator + unique + a01486.html + ga7db53d49590370140ef23f2c9bf7b225 + (_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __binary_pred) + + + _OutputIterator + unique_copy + a01486.html + ga6e0563edcc7414a3f1ee52d1c3e9e1e0 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result) + + + _OutputIterator + unique_copy + a01486.html + gae33ff01e114f7384a462a242a75dd311 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __binary_pred) + + + ios_base & + unitbuf + a01544.html + ac3f7f054e68fb8448cfb5937f54de5ec + (ios_base &__base) + + + _ForwardIterator + upper_bound + a01490.html + ga0a8fc99be7f8267b6eb97ff9c712c75f + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) + + + _ForwardIterator + upper_bound + a01490.html + ga639d56cfebd6f1fbabf344c49a5c5539 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) + + + ios_base & + uppercase + a01544.html + ac045800a193138e83cba719b3d4206f3 + (ios_base &__base) + + + const _Facet & + use_facet + a01495.html + ga8c25296d7a1b85124de8ac561e8945cf + (const locale &__loc) + + + basic_istream< _CharT, _Traits > & + ws + a01544.html + ad864c3d25c6f09088c3a6e8d22151a5d + (basic_istream< _CharT, _Traits > &__is) + + + bitset< _Nb > + operator & + a01544.html + a0bad6c26bf52fd395038f073e09423b9 + (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept + + + bitset< _Nb > + operator| + a01544.html + a37b7f9acb3d4f471410857a524425f03 + (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept + + + bitset< _Nb > + operator^ + a01544.html + a0eec0ec1834b05e931022533e2ae4d03 + (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01544.html + a01cd5810d682dec840eee4ed6d2170d4 + (std::basic_istream< _CharT, _Traits > &__is, bitset< _Nb > &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + a20aaa750b7ddf43635768c7b2d0385e6 + (std::basic_ostream< _CharT, _Traits > &__os, const bitset< _Nb > &__x) + + + complex< _Tp > + operator+ + a01473.html + gaf2a59d9d4f1421dcdba7b5ce55ca9358 + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator+ + a01473.html + ga90ca28e9c08e2d2be7b39384ed948f7d + (const complex< _Tp > &__x, const _Tp &__y) + + + complex< _Tp > + operator+ + a01473.html + gaf2ec84e113bbf579c4a5169104553056 + (const _Tp &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator- + a01473.html + gaef6e5c353285e48d39f7dbd566c19a2e + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator- + a01473.html + ga7aad810bd1c92d7b5302152d83ea6eab + (const complex< _Tp > &__x, const _Tp &__y) + + + complex< _Tp > + operator- + a01473.html + gad3bdc086693b8fda1867dcf488ea3244 + (const _Tp &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator* + a01473.html + gaf84b7343bdda8ed9615cd8f5a61c5e83 + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator* + a01473.html + gaf0ac8c76d2e8fe3754ed271686ded3ea + (const complex< _Tp > &__x, const _Tp &__y) + + + complex< _Tp > + operator* + a01473.html + ga59f0aae608928f513abdea0a903f3d18 + (const _Tp &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator/ + a01473.html + ga49d2a5790a02710e711c197ed68155ab + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator/ + a01473.html + gabfad69221b1e539a49e34272f5b473c6 + (const complex< _Tp > &__x, const _Tp &__y) + + + complex< _Tp > + operator/ + a01473.html + gaa960e6ad58623983486ef30cf84d3940 + (const _Tp &__x, const complex< _Tp > &__y) + + + constexpr bool + operator== + a01473.html + gaca932655bd64e8b079c145921e0d1d62 + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + constexpr bool + operator== + a01473.html + ga5bbecf180e08f24cdb60411af07873be + (const complex< _Tp > &__x, const _Tp &__y) + + + constexpr bool + operator== + a01473.html + ga8ce82b2067ebaf21931151dfee549f0d + (const _Tp &__x, const complex< _Tp > &__y) + + + constexpr bool + operator!= + a01473.html + ga73a0309c22f804987d01e41c3af8d953 + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + constexpr bool + operator!= + a01473.html + ga4f04509aa5b848bb961d6c4898fc8ee6 + (const complex< _Tp > &__x, const _Tp &__y) + + + constexpr bool + operator!= + a01473.html + ga05e38fe09ca2ceb867e8cbaf0df2d43b + (const _Tp &__x, const complex< _Tp > &__y) + + + basic_istream< _CharT, _Traits > & + operator>> + a01544.html + a8f6ffa961cd02381c76b3d3345641f4d + (basic_istream< _CharT, _Traits > &__in, _CharT &__c) + + + basic_istream< char, _Traits > & + operator>> + a01544.html + ad29bf992665f01e4a3623420b87f40d3 + (basic_istream< char, _Traits > &__in, unsigned char &__c) + + + basic_istream< char, _Traits > & + operator>> + a01544.html + a257b6c1fab9276d9a9ca63c29279d48c + (basic_istream< char, _Traits > &__in, signed char &__c) + + + basic_istream< _CharT, _Traits > & + operator>> + a01544.html + afd645e31e415b300d870dba3de0af813 + (basic_istream< _CharT, _Traits > &__in, _CharT *__s) + + + basic_istream< char > & + operator>> + a01544.html + a40a0021a5cf39a79c2ff66d3c31ae277 + (basic_istream< char > &__in, char *__s) + + + basic_istream< char, _Traits > & + operator>> + a01544.html + aefcf45965f6bebc6083ba4d0207cca1d + (basic_istream< char, _Traits > &__in, unsigned char *__s) + + + basic_istream< char, _Traits > & + operator>> + a01544.html + abcee0d0bbe61b8a00e0336411d295f79 + (basic_istream< char, _Traits > &__in, signed char *__s) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + a4162d00742462ffb4e5b792edd81e594 + (basic_ostream< _CharT, _Traits > &__out, _CharT __c) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + afe8641d2d416e2c56bae3ae4294de5f9 + (basic_ostream< _CharT, _Traits > &__out, char __c) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + abb2dcd26142d2d22961a30d8407161be + (basic_ostream< char, _Traits > &__out, char __c) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + a105a937bc8d1394e0bb683dea33b9f1b + (basic_ostream< char, _Traits > &__out, signed char __c) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + a4b69f99d144efda14d0e97f2eda925a7 + (basic_ostream< char, _Traits > &__out, unsigned char __c) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + a6c05be9ccf056df69e524be5751af66b + (basic_ostream< _CharT, _Traits > &__out, const _CharT *__s) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + aa6c746960bcd91f0e547628fb5f04cde + (basic_ostream< _CharT, _Traits > &__out, const char *__s) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + a6d6a581dcdff7c878cd963e5f14c0c56 + (basic_ostream< char, _Traits > &__out, const char *__s) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + af3b2cf95d3db957b00a07c89c708fee2 + (basic_ostream< char, _Traits > &__out, const signed char *__s) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + a9d1f9961c2210c515937937c3a75b28e + (basic_ostream< char, _Traits > &__out, const unsigned char *__s) + + + reference_wrapper< _Tp > + ref + a01544.html + a1912c220e1851d8dd8484d3cb6317b33 + (_Tp &__t) noexcept + + + reference_wrapper< const _Tp > + cref + a01544.html + afc6f7bb2ebc4f03c54cdf91f5ecb1f15 + (const _Tp &__t) noexcept + + + void + ref + a01544.html + ab5fa68ff7314fb4425b6183fe9478a39 + (const _Tp &&)=delete + + + void + cref + a01544.html + a2368fbf8f54b8df5ea09bd447dd07ab5 + (const _Tp &&)=delete + + + reference_wrapper< _Tp > + ref + a01544.html + aa6e7c9ad5dbd731664fab89868983bc8 + (reference_wrapper< _Tp > __t) noexcept + + + reference_wrapper< const _Tp > + cref + a01544.html + a173f93c3bca58d0411f16989cce6fedc + (reference_wrapper< _Tp > __t) noexcept + + + bool + regex_match + a01499.html + gaa55e272e1102f2c2d62d44bc39ca4ed3 + (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_match + a01499.html + ga56856a210c4b6150bb0b64dddcdc9578 + (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_match + a01499.html + ga801fe7c19ab7cf5bb7cbf7ff03c4e5eb + (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_match + a01499.html + ga23ab0d8ecb63ccfb2f2130947f977c32 + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_match + a01499.html + ga79853ee819b851413b45e03e066c6b7b + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete + + + bool + regex_match + a01499.html + ga975d1c6755647e1b45bddb5a6c3736bc + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_match + a01499.html + gac9bdb8370891a6588cf4f75850236e53 + (const basic_string< _Ch_type, _Ch_traits, _Str_allocator > &__s, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_search + a01499.html + gabe7986685f56116bf30c2f91d72ab9b6 + (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga66522d5eacabc953cc2e2512018b1eaf + (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga1c7c948a359f622835764f0c739095d1 + (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga74001d5fb6cc2788210770519eceed7d + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga295b45a2979a0b78d1f8cf3958a1a1a0 + (const basic_string< _Ch_type, _Ch_traits, _String_allocator > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga5d9b5360c3e14ab995f44a4f25a58b5e + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga5b3d18a746c2b6e12058e6769214a38c + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete + + + _Out_iter + regex_replace + a01499.html + ga92fc4fdd0f158a2779495ff609213cee + (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + _Out_iter + regex_replace + a01499.html + ga5e4ce407b27fd6d1d4502b6a47f48baa + (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + basic_string< _Ch_type, _St, _Sa > + regex_replace + a01499.html + ga3bcb11315d31d20f37b9c1b78e030f90 + (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _Fst, _Fsa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + basic_string< _Ch_type, _St, _Sa > + regex_replace + a01499.html + gab2a4f515157ae835a3b2bfddc3d5ad5e + (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + basic_string< _Ch_type > + regex_replace + a01499.html + gacd17678735431a5df3f0109050c15200 + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + basic_string< _Ch_type > + regex_replace + a01499.html + ga90ecc0db56fc72636b31613801f8e738 + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + atomic_is_lock_free + a01478.html + ga26f0b2f2e5e143c43b9ac86853cdb495 + (const __shared_ptr< _Tp, _Lp > *__p) + + + bool + atomic_is_lock_free + a01478.html + ga5fe925503fa03a8132ab6ac8c3d05017 + (const shared_ptr< _Tp > *__p) + + + shared_ptr< _Tp > + atomic_load_explicit + a01478.html + gac5834272ab3ee80d5263ec71c30d4e40 + (const shared_ptr< _Tp > *__p, memory_order) + + + shared_ptr< _Tp > + atomic_load + a01478.html + gaa1f2f437e65f14cbc39dc5aa9c7787cb + (const shared_ptr< _Tp > *__p) + + + __shared_ptr< _Tp, _Lp > + atomic_load_explicit + a01478.html + gac10fed73419a9afc7442fcf685c9f4ef + (const __shared_ptr< _Tp, _Lp > *__p, memory_order) + + + __shared_ptr< _Tp, _Lp > + atomic_load + a01478.html + ga068286dfd18be5a7656c478f4b23ea11 + (const __shared_ptr< _Tp, _Lp > *__p) + + + void + atomic_store_explicit + a01478.html + gac459811f24dfa61ca04dff98c59b0433 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) + + + void + atomic_store + a01478.html + gaad7c9077082544dc2454ef66eb252cad + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r) + + + void + atomic_store_explicit + a01478.html + ga4fb42f2c743388ba4dcf24abf0cc2701 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r, memory_order) + + + void + atomic_store + a01478.html + gaf607a58027ea400e7688daa2832c67ef + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r) + + + shared_ptr< _Tp > + atomic_exchange_explicit + a01478.html + ga663e97cb5020aa674934c4eda56ea7a0 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) + + + shared_ptr< _Tp > + atomic_exchange + a01478.html + ga0e05e0e96f4b0cfdce2e7f6143976070 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r) + + + __shared_ptr< _Tp, _Lp > + atomic_exchange_explicit + a01478.html + gac73bf6a6160e468fc776581bcecd5424 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r, memory_order) + + + __shared_ptr< _Tp, _Lp > + atomic_exchange + a01478.html + ga419348e5a13dcd7fdccd244f6c15bd35 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r) + + + bool + atomic_compare_exchange_strong_explicit + a01478.html + ga7b812df2cdd0c01f09d65168d22418c9 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w, memory_order, memory_order) + + + bool + atomic_compare_exchange_strong + a01478.html + ga8b4c27092fe0543d16aa24679ab64f35 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w) + + + bool + atomic_compare_exchange_weak_explicit + a01478.html + ga8ddc9b0002afbe0001718de9c8ca931e + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w, memory_order __success, memory_order __failure) + + + bool + atomic_compare_exchange_weak + a01478.html + ga6aa9828191cf7749c72581e719dde0b0 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w) + + + bool + atomic_compare_exchange_strong_explicit + a01478.html + ga8ac0b3f7aae34919ebc25fc54ff6b9c8 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w, memory_order, memory_order) + + + bool + atomic_compare_exchange_strong + a01478.html + ga7f9e658275d4a2cdbf1b6a00d02adcc7 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w) + + + bool + atomic_compare_exchange_weak_explicit + a01478.html + ga31df9efdf79235d0f8e112d245deb431 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w, memory_order __success, memory_order __failure) + + + bool + atomic_compare_exchange_weak + a01478.html + ga6860aafd01c4daf71cca0efe5193437f + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w) + + + static ios_base::Init + __ioinit + a01544.html + a7f2a8c6d20dc1d386dd1cfd42f7e3530 + + + + _GLIBCXX17_INLINE constexpr adopt_lock_t + adopt_lock + a01501.html + ga742a9b4798379cd99d03bbf298d3685c + + + + _GLIBCXX17_INLINE constexpr defer_lock_t + defer_lock + a01501.html + ga70a73adf8c062ea682cd99580d0a39be + + + + _GLIBCXX17_INLINE constexpr piecewise_construct_t + piecewise_construct + a01483.html + ga4be4b722e942cd646f19614bcff7a328 + + + + _GLIBCXX17_INLINE constexpr try_to_lock_t + try_to_lock + a01501.html + ga05e641e1ecba98edb6fa4714a6c03e0d + + + + istream + cin + a01544.html + afdcd7ecbf1544ef3f79b89f0dd06c3b7 + + + + ostream + cout + a01544.html + aaf93fdf0812752e0e02c501dea1b38f0 + + + + ostream + cerr + a01544.html + a7431d56d1e8cd7a9b854171294bd71c7 + + + + ostream + clog + a01544.html + a7e2a2fc4b5924b7292c0566ca4c95463 + + + + wistream + wcin + a01544.html + ab1807d3145162e06150b063da4da2707 + + + + wostream + wcout + a01544.html + a2f5fc307ed84f0ecfbc36d2cda322040 + + + + wostream + wcerr + a01544.html + ae50854b2a6629e6504846f8aff472e7e + + + + wostream + wclog + a01544.html + a09e3edb1609f2a7fb18370eab59ba8dc + + + + bitset< _Nb > + operator & + a01544.html + a0bad6c26bf52fd395038f073e09423b9 + (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept + + + bitset< _Nb > + operator| + a01544.html + a37b7f9acb3d4f471410857a524425f03 + (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept + + + bitset< _Nb > + operator^ + a01544.html + a0eec0ec1834b05e931022533e2ae4d03 + (const bitset< _Nb > &__x, const bitset< _Nb > &__y) noexcept + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01544.html + a01cd5810d682dec840eee4ed6d2170d4 + (std::basic_istream< _CharT, _Traits > &__is, bitset< _Nb > &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + a20aaa750b7ddf43635768c7b2d0385e6 + (std::basic_ostream< _CharT, _Traits > &__os, const bitset< _Nb > &__x) + + + complex< _Tp > + operator+ + a01473.html + gaf2a59d9d4f1421dcdba7b5ce55ca9358 + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator+ + a01473.html + ga90ca28e9c08e2d2be7b39384ed948f7d + (const complex< _Tp > &__x, const _Tp &__y) + + + complex< _Tp > + operator+ + a01473.html + gaf2ec84e113bbf579c4a5169104553056 + (const _Tp &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator- + a01473.html + gaef6e5c353285e48d39f7dbd566c19a2e + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator- + a01473.html + ga7aad810bd1c92d7b5302152d83ea6eab + (const complex< _Tp > &__x, const _Tp &__y) + + + complex< _Tp > + operator- + a01473.html + gad3bdc086693b8fda1867dcf488ea3244 + (const _Tp &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator* + a01473.html + gaf84b7343bdda8ed9615cd8f5a61c5e83 + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator* + a01473.html + gaf0ac8c76d2e8fe3754ed271686ded3ea + (const complex< _Tp > &__x, const _Tp &__y) + + + complex< _Tp > + operator* + a01473.html + ga59f0aae608928f513abdea0a903f3d18 + (const _Tp &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator/ + a01473.html + ga49d2a5790a02710e711c197ed68155ab + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator/ + a01473.html + gabfad69221b1e539a49e34272f5b473c6 + (const complex< _Tp > &__x, const _Tp &__y) + + + complex< _Tp > + operator/ + a01473.html + gaa960e6ad58623983486ef30cf84d3940 + (const _Tp &__x, const complex< _Tp > &__y) + + + constexpr bool + operator== + a01473.html + gaca932655bd64e8b079c145921e0d1d62 + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + constexpr bool + operator== + a01473.html + ga5bbecf180e08f24cdb60411af07873be + (const complex< _Tp > &__x, const _Tp &__y) + + + constexpr bool + operator== + a01473.html + ga8ce82b2067ebaf21931151dfee549f0d + (const _Tp &__x, const complex< _Tp > &__y) + + + constexpr bool + operator!= + a01473.html + ga73a0309c22f804987d01e41c3af8d953 + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + constexpr bool + operator!= + a01473.html + ga4f04509aa5b848bb961d6c4898fc8ee6 + (const complex< _Tp > &__x, const _Tp &__y) + + + constexpr bool + operator!= + a01473.html + ga05e38fe09ca2ceb867e8cbaf0df2d43b + (const _Tp &__x, const complex< _Tp > &__y) + + + istream + cin + a01544.html + afdcd7ecbf1544ef3f79b89f0dd06c3b7 + + + + ostream + cout + a01544.html + aaf93fdf0812752e0e02c501dea1b38f0 + + + + ostream + cerr + a01544.html + a7431d56d1e8cd7a9b854171294bd71c7 + + + + ostream + clog + a01544.html + a7e2a2fc4b5924b7292c0566ca4c95463 + + + + wistream + wcin + a01544.html + ab1807d3145162e06150b063da4da2707 + + + + wostream + wcout + a01544.html + a2f5fc307ed84f0ecfbc36d2cda322040 + + + + wostream + wcerr + a01544.html + ae50854b2a6629e6504846f8aff472e7e + + + + wostream + wclog + a01544.html + a09e3edb1609f2a7fb18370eab59ba8dc + + + + basic_istream< _CharT, _Traits > & + operator>> + a01544.html + a8f6ffa961cd02381c76b3d3345641f4d + (basic_istream< _CharT, _Traits > &__in, _CharT &__c) + + + basic_istream< char, _Traits > & + operator>> + a01544.html + ad29bf992665f01e4a3623420b87f40d3 + (basic_istream< char, _Traits > &__in, unsigned char &__c) + + + basic_istream< char, _Traits > & + operator>> + a01544.html + a257b6c1fab9276d9a9ca63c29279d48c + (basic_istream< char, _Traits > &__in, signed char &__c) + + + basic_istream< _CharT, _Traits > & + operator>> + a01544.html + afd645e31e415b300d870dba3de0af813 + (basic_istream< _CharT, _Traits > &__in, _CharT *__s) + + + basic_istream< char > & + operator>> + a01544.html + a40a0021a5cf39a79c2ff66d3c31ae277 + (basic_istream< char > &__in, char *__s) + + + basic_istream< char, _Traits > & + operator>> + a01544.html + aefcf45965f6bebc6083ba4d0207cca1d + (basic_istream< char, _Traits > &__in, unsigned char *__s) + + + basic_istream< char, _Traits > & + operator>> + a01544.html + abcee0d0bbe61b8a00e0336411d295f79 + (basic_istream< char, _Traits > &__in, signed char *__s) + + + __thread void * + __once_callable + a01544.html + affb34307b43f7ddcb7cca9c413fbeae5 + + + + __thread void(* + __once_call + a01544.html + ae1348cfe57f55c01d1da84840dc0b205 + )() + + + unique_lock< _Lock > + __try_to_lock + a01544.html + abb9e48fa9917aa6fb5da491ac6380b3c + (_Lock &__l) + + + int + try_lock + a01544.html + ab431f6ac9476a921df98db8862be201a + (_Lock1 &__l1, _Lock2 &__l2, _Lock3 &... __l3) + + + void + lock + a01544.html + a82fa606b1427f731ac64bb8ac49221f3 + (_L1 &__l1, _L2 &__l2, _L3 &... __l3) + + + void + __once_proxy + a01544.html + a2382c498b7b7d4ec955f33d0a7d3fc51 + (void) + + + void + call_once + a01544.html + af3415e3476b6a4ecb873675dd10a0237 + (once_flag &__once, _Callable &&__f, _Args &&... __args) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + a4162d00742462ffb4e5b792edd81e594 + (basic_ostream< _CharT, _Traits > &__out, _CharT __c) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + afe8641d2d416e2c56bae3ae4294de5f9 + (basic_ostream< _CharT, _Traits > &__out, char __c) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + abb2dcd26142d2d22961a30d8407161be + (basic_ostream< char, _Traits > &__out, char __c) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + a105a937bc8d1394e0bb683dea33b9f1b + (basic_ostream< char, _Traits > &__out, signed char __c) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + a4b69f99d144efda14d0e97f2eda925a7 + (basic_ostream< char, _Traits > &__out, unsigned char __c) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + a6c05be9ccf056df69e524be5751af66b + (basic_ostream< _CharT, _Traits > &__out, const _CharT *__s) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01544.html + aa6c746960bcd91f0e547628fb5f04cde + (basic_ostream< _CharT, _Traits > &__out, const char *__s) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + a6d6a581dcdff7c878cd963e5f14c0c56 + (basic_ostream< char, _Traits > &__out, const char *__s) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + af3b2cf95d3db957b00a07c89c708fee2 + (basic_ostream< char, _Traits > &__out, const signed char *__s) + + + basic_ostream< char, _Traits > & + operator<< + a01544.html + a9d1f9961c2210c515937937c3a75b28e + (basic_ostream< char, _Traits > &__out, const unsigned char *__s) + + + __shared_mutex_cv + __shared_timed_mutex_base + a01501.html + gab3c86906b8d29085ce9876aa6baab8e7 + + + + void + swap + a01501.html + ga0d3de8f7ff80877e53d25ca9057e1c0f + (shared_lock< _Mutex > &__x, shared_lock< _Mutex > &__y) noexcept + + + reference_wrapper< _Tp > + ref + a01544.html + a1912c220e1851d8dd8484d3cb6317b33 + (_Tp &__t) noexcept + + + reference_wrapper< const _Tp > + cref + a01544.html + afc6f7bb2ebc4f03c54cdf91f5ecb1f15 + (const _Tp &__t) noexcept + + + void + ref + a01544.html + ab5fa68ff7314fb4425b6183fe9478a39 + (const _Tp &&)=delete + + + void + cref + a01544.html + a2368fbf8f54b8df5ea09bd447dd07ab5 + (const _Tp &&)=delete + + + reference_wrapper< _Tp > + ref + a01544.html + aa6e7c9ad5dbd731664fab89868983bc8 + (reference_wrapper< _Tp > __t) noexcept + + + reference_wrapper< const _Tp > + cref + a01544.html + a173f93c3bca58d0411f16989cce6fedc + (reference_wrapper< _Tp > __t) noexcept + + + bool + regex_match + a01499.html + gaa55e272e1102f2c2d62d44bc39ca4ed3 + (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_match + a01499.html + ga56856a210c4b6150bb0b64dddcdc9578 + (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_match + a01499.html + ga801fe7c19ab7cf5bb7cbf7ff03c4e5eb + (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_match + a01499.html + ga23ab0d8ecb63ccfb2f2130947f977c32 + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_match + a01499.html + ga79853ee819b851413b45e03e066c6b7b + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete + + + bool + regex_match + a01499.html + ga975d1c6755647e1b45bddb5a6c3736bc + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_match + a01499.html + gac9bdb8370891a6588cf4f75850236e53 + (const basic_string< _Ch_type, _Ch_traits, _Str_allocator > &__s, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_search + a01499.html + gabe7986685f56116bf30c2f91d72ab9b6 + (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga66522d5eacabc953cc2e2512018b1eaf + (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga1c7c948a359f622835764f0c739095d1 + (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga74001d5fb6cc2788210770519eceed7d + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga295b45a2979a0b78d1f8cf3958a1a1a0 + (const basic_string< _Ch_type, _Ch_traits, _String_allocator > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga5d9b5360c3e14ab995f44a4f25a58b5e + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga5b3d18a746c2b6e12058e6769214a38c + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete + + + _Out_iter + regex_replace + a01499.html + ga92fc4fdd0f158a2779495ff609213cee + (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + _Out_iter + regex_replace + a01499.html + ga5e4ce407b27fd6d1d4502b6a47f48baa + (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + basic_string< _Ch_type, _St, _Sa > + regex_replace + a01499.html + ga3bcb11315d31d20f37b9c1b78e030f90 + (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _Fst, _Fsa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + basic_string< _Ch_type, _St, _Sa > + regex_replace + a01499.html + gab2a4f515157ae835a3b2bfddc3d5ad5e + (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + basic_string< _Ch_type > + regex_replace + a01499.html + gacd17678735431a5df3f0109050c15200 + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + basic_string< _Ch_type > + regex_replace + a01499.html + ga90ecc0db56fc72636b31613801f8e738 + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + atomic_is_lock_free + a01478.html + ga26f0b2f2e5e143c43b9ac86853cdb495 + (const __shared_ptr< _Tp, _Lp > *__p) + + + bool + atomic_is_lock_free + a01478.html + ga5fe925503fa03a8132ab6ac8c3d05017 + (const shared_ptr< _Tp > *__p) + + + shared_ptr< _Tp > + atomic_load_explicit + a01478.html + gac5834272ab3ee80d5263ec71c30d4e40 + (const shared_ptr< _Tp > *__p, memory_order) + + + shared_ptr< _Tp > + atomic_load + a01478.html + gaa1f2f437e65f14cbc39dc5aa9c7787cb + (const shared_ptr< _Tp > *__p) + + + __shared_ptr< _Tp, _Lp > + atomic_load_explicit + a01478.html + gac10fed73419a9afc7442fcf685c9f4ef + (const __shared_ptr< _Tp, _Lp > *__p, memory_order) + + + __shared_ptr< _Tp, _Lp > + atomic_load + a01478.html + ga068286dfd18be5a7656c478f4b23ea11 + (const __shared_ptr< _Tp, _Lp > *__p) + + + void + atomic_store_explicit + a01478.html + gac459811f24dfa61ca04dff98c59b0433 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) + + + void + atomic_store + a01478.html + gaad7c9077082544dc2454ef66eb252cad + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r) + + + void + atomic_store_explicit + a01478.html + ga4fb42f2c743388ba4dcf24abf0cc2701 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r, memory_order) + + + void + atomic_store + a01478.html + gaf607a58027ea400e7688daa2832c67ef + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r) + + + shared_ptr< _Tp > + atomic_exchange_explicit + a01478.html + ga663e97cb5020aa674934c4eda56ea7a0 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) + + + shared_ptr< _Tp > + atomic_exchange + a01478.html + ga0e05e0e96f4b0cfdce2e7f6143976070 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r) + + + __shared_ptr< _Tp, _Lp > + atomic_exchange_explicit + a01478.html + gac73bf6a6160e468fc776581bcecd5424 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r, memory_order) + + + __shared_ptr< _Tp, _Lp > + atomic_exchange + a01478.html + ga419348e5a13dcd7fdccd244f6c15bd35 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r) + + + bool + atomic_compare_exchange_strong_explicit + a01478.html + ga7b812df2cdd0c01f09d65168d22418c9 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w, memory_order, memory_order) + + + bool + atomic_compare_exchange_strong + a01478.html + ga8b4c27092fe0543d16aa24679ab64f35 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w) + + + bool + atomic_compare_exchange_weak_explicit + a01478.html + ga8ddc9b0002afbe0001718de9c8ca931e + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w, memory_order __success, memory_order __failure) + + + bool + atomic_compare_exchange_weak + a01478.html + ga6aa9828191cf7749c72581e719dde0b0 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w) + + + bool + atomic_compare_exchange_strong_explicit + a01478.html + ga8ac0b3f7aae34919ebc25fc54ff6b9c8 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w, memory_order, memory_order) + + + bool + atomic_compare_exchange_strong + a01478.html + ga7f9e658275d4a2cdbf1b6a00d02adcc7 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w) + + + bool + atomic_compare_exchange_weak_explicit + a01478.html + ga31df9efdf79235d0f8e112d245deb431 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w, memory_order __success, memory_order __failure) + + + bool + atomic_compare_exchange_weak + a01478.html + ga6860aafd01c4daf71cca0efe5193437f + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w) + + + + std::__debug + a01571.html + std::__debug::bitset + std::__debug::deque + std::__debug::forward_list + std::__debug::list + std::__debug::map + std::__debug::multimap + std::__debug::multiset + std::__debug::set + std::__debug::unordered_map + std::__debug::unordered_multimap + std::__debug::unordered_multiset + std::__debug::unordered_set + std::__debug::vector + + bool + operator<= + a01571.html + a00e5655f35d242d0995153643aea2ebc + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + bool + operator> + a01571.html + a84b60842f88cb57f0075a964c68794b5 + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + bool + operator>= + a01571.html + a636d8ef229361158ab4945c00d7676be + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + void + swap + a01571.html + a9f4d5ac9d6926c4a0e2d97179887cb6c + (forward_list< _Tp, _Alloc > &__lx, forward_list< _Tp, _Alloc > &__ly) noexcept(noexcept(__lx.swap(__ly))) + + + + std::__detail + a01545.html + std::__detail::_BracketMatcher + std::__detail::_Compiler + std::__detail::_Default_ranged_hash + std::__detail::_Equal_helper + std::__detail::_Equal_helper< _Key, _Value, _ExtractKey, _Equal, _HashCodeType, false > + std::__detail::_Equal_helper< _Key, _Value, _ExtractKey, _Equal, _HashCodeType, true > + std::__detail::_Equality + std::__detail::_Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > + std::__detail::_Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > + std::__detail::_Equality_base + std::__detail::_Executor + std::__detail::_Hash_code_base + std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Default_ranged_hash, false > + std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Default_ranged_hash, true > + std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, false > + std::__detail::_Hash_node + std::__detail::_Hash_node< _Value, false > + std::__detail::_Hash_node< _Value, true > + std::__detail::_Hash_node_base + std::__detail::_Hash_node_value_base + std::__detail::_Hashtable_alloc + std::__detail::_Hashtable_base + std::__detail::_Hashtable_ebo_helper + std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, false > + std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, true > + std::__detail::_Hashtable_traits + std::__detail::_Insert + std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > + std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > + std::__detail::_Insert_base + std::__detail::_List_node_base + std::__detail::_Local_const_iterator + std::__detail::_Local_iterator + std::__detail::_Local_iterator_base + std::__detail::_Local_iterator_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, true > + std::__detail::_Map_base + std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > + std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > + std::__detail::_Mask_range_hashing + std::__detail::_Mod_range_hashing + std::__detail::_Node_const_iterator + std::__detail::_Node_iterator + std::__detail::_Node_iterator_base + std::__detail::_Power2_rehash_policy + std::__detail::_Prime_rehash_policy + std::__detail::_Quoted_string + std::__detail::_Rehash_base + std::__detail::_Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, std::false_type > + std::__detail::_Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, std::true_type > + std::__detail::_Scanner + std::__detail::_StateSeq + + + _Opcode + a01498.html + ga120dd4593bf78fa33d97a55b8f5ff393 + + + + _GLIBCXX14_CONSTEXPR std::size_t + __clp2 + a01494.html + ga467c90cac9f40425bac6a54f9a54ad9e + (std::size_t __n) noexcept + + + constexpr common_type_t< _Mn, _Nn > + __lcm + a01545.html + a8d0e9c29e2da1a9162db469b99b2d792 + (_Mn __m, _Nn __n) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01545.html + a75a3eb00bb313c120599e8341bf27d16 + (std::basic_ostream< _CharT, _Traits > &__os, const _Quoted_string< _String, _CharT > &__str) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01545.html + a5e78e46b4d59d40bf8839a5cb176fa6a + (std::basic_ostream< _CharT, _Traits > &__os, const _Quoted_string< const _CharT *, _CharT > &__str) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01545.html + a9dc7b861adff63cefa05b539068f727e + (std::basic_istream< _CharT, _Traits > &__is, const _Quoted_string< basic_string< _CharT, _Traits, _Alloc > &, _CharT > &__str) + + + + std::__parallel + a01575.html + std::__parallel::_CRandNumber + + + std::__profile + a01573.html + std::__profile::bitset + std::__profile::deque + std::__profile::forward_list + std::__profile::list + std::__profile::map + std::__profile::multimap + std::__profile::multiset + std::__profile::set + std::__profile::unordered_map + std::__profile::unordered_multimap + std::__profile::unordered_multiset + std::__profile::unordered_set + + bool + operator<= + a01573.html + a513766abdb4ed2ba58d8792147ebf811 + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + bool + operator> + a01573.html + a8885d72d87c6b3b0441124b7e625b92d + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + bool + operator>= + a01573.html + a73aff27c428faa615874629ae0250e64 + (const forward_list< _Tp, _Alloc > &__lx, const forward_list< _Tp, _Alloc > &__ly) + + + void + swap + a01573.html + a416f44c6d2ed7e920c8bab2362ce8ffb + (forward_list< _Tp, _Alloc > &__lx, forward_list< _Tp, _Alloc > &__ly) noexcept(noexcept(__lx.swap(__ly))) + + + + std::chrono + a01555.html + std::chrono::duration + std::chrono::duration_values + std::chrono::time_point + std::chrono::treat_as_floating_point + + duration< int64_t, ratio< 3600 > > + hours + a01555.html + ab6ede778883411ba1212316a1c93a957 + + + + duration< int64_t, micro > + microseconds + a01555.html + a48e161315b2e3c0c6671ab7ee450fb11 + + + + duration< int64_t, milli > + milliseconds + a01555.html + a2715f4a4bb9ba1a4c4c85da32cc8fa11 + + + + duration< int64_t, ratio< 60 > > + minutes + a01555.html + aec4ae783e0c0475ca367e3bfbe67b7e5 + + + + duration< int64_t, nano > + nanoseconds + a01555.html + a41d0bd8a6e031eb9321ad13de37723de + + + + duration< int64_t > + seconds + a01555.html + acc2f93e09fbc239b7a4b48d3c577d0ba + + + + constexpr enable_if< __is_duration< _ToDur >::value, _ToDur >::type + duration_cast + a01555.html + a98f89f48d8117f57ee6c7d5392ad9fdd + (const duration< _Rep, _Period > &__d) + + + constexpr enable_if< __is_duration< _ToDur >::value, time_point< _Clock, _ToDur > >::type + time_point_cast + a01555.html + a313d932abb364aa9f2e206ad2542740a + (const time_point< _Clock, _Dur > &__t) + + + + std::decimal + a01578.html + std::decimal::decimal128 + std::decimal::decimal32 + std::decimal::decimal64 + + long long + decimal32_to_long_long + a01578.html + a382d300aa924d2e205ddca22d677dcec + (decimal32 __d) + + + + std::placeholders + a01561.html + + + std::regex_constants + a01568.html + + + __syntax_option + a01568.html + a7156b0c6206290633e6793d43a3d9c3d + + + + + syntax_option_type + a01568.html + a510caedb3e640b81620023a85c1280bb + + + + _GLIBCXX17_INLINE constexpr syntax_option_type + icase + a01568.html + a21c1f7289167aa3d0a40b24e39a80f00 + + + + _GLIBCXX17_INLINE constexpr syntax_option_type + nosubs + a01568.html + a29777ae2dd2358f4faf29cb604c3fb85 + + + + _GLIBCXX17_INLINE constexpr syntax_option_type + optimize + a01568.html + a77f83de09c72048a75a66344f0bfb2f3 + + + + _GLIBCXX17_INLINE constexpr syntax_option_type + collate + a01568.html + a9a757dec2b2f903771da2427c292804a + + + + _GLIBCXX17_INLINE constexpr syntax_option_type + ECMAScript + a01568.html + af95882ac8ac4454e386d29f45ea5bbbf + + + + _GLIBCXX17_INLINE constexpr syntax_option_type + basic + a01568.html + a195f47d5fe8ab2a35c240cf7cb012b88 + + + + _GLIBCXX17_INLINE constexpr syntax_option_type + extended + a01568.html + af6c55a7ee994437667dd9b8b5a0580e0 + + + + _GLIBCXX17_INLINE constexpr syntax_option_type + awk + a01568.html + a1de0f54830ba2d86ca5244f8609fef2c + + + + _GLIBCXX17_INLINE constexpr syntax_option_type + grep + a01568.html + afa201fcaeca378cea22d0cb2a27dd87f + + + + _GLIBCXX17_INLINE constexpr syntax_option_type + egrep + a01568.html + a20359992d27c0743cae90e4bae7f8129 + + + + _GLIBCXX17_INLINE constexpr syntax_option_type + __polynomial + a01568.html + a5beb02024da71cad08b124851240493a + + + + constexpr syntax_option_type + operator & + a01568.html + aa181d58777df9e46fdd8b6cf08dd12c3 + (syntax_option_type __a, syntax_option_type __b) + + + constexpr syntax_option_type + operator| + a01568.html + aed34b3d93916973cfea2af94c22ac505 + (syntax_option_type __a, syntax_option_type __b) + + + constexpr syntax_option_type + operator^ + a01568.html + a99429d2419718d6f9cf98153cb104a57 + (syntax_option_type __a, syntax_option_type __b) + + + constexpr syntax_option_type + operator~ + a01568.html + ad3de70b7c5c74267276903c86628e239 + (syntax_option_type __a) + + + syntax_option_type & + operator &= + a01568.html + a0ac5601f07c5581e7cc3efd6ce6a9d4f + (syntax_option_type &__a, syntax_option_type __b) + + + syntax_option_type & + operator|= + a01568.html + a4bd5dcfb1f0eead5b8f66233f45638f4 + (syntax_option_type &__a, syntax_option_type __b) + + + syntax_option_type & + operator^= + a01568.html + a782f3bd1b71adf5bc9f337b74ccb169d + (syntax_option_type &__a, syntax_option_type __b) + + + + __match_flag + a01568.html + a37dcdeaf2d2a34d88f1ec2defc7ba041 + + + + + match_flag_type + a01568.html + aaa717c7c94d1075dfb06f79feb4ca11c + + + + _GLIBCXX17_INLINE constexpr match_flag_type + match_default + a01568.html + ac070d8adb9f48dcfad7f69f4f2373708 + + + + _GLIBCXX17_INLINE constexpr match_flag_type + match_not_bol + a01568.html + af0a051640e6d5b7be783ecef1bd6057c + + + + _GLIBCXX17_INLINE constexpr match_flag_type + match_not_eol + a01568.html + a2fa4bcec54ff420f477a7bbfe6f9925b + + + + _GLIBCXX17_INLINE constexpr match_flag_type + match_not_bow + a01568.html + ae61a11ae1d6998a161bdbb50c63dd0e2 + + + + _GLIBCXX17_INLINE constexpr match_flag_type + match_not_eow + a01568.html + a7e422c4098322e3bf17eafd35fc16c7e + + + + _GLIBCXX17_INLINE constexpr match_flag_type + match_any + a01568.html + af78cac45372ace2e9fdd8bcf7eb27399 + + + + _GLIBCXX17_INLINE constexpr match_flag_type + match_not_null + a01568.html + aa135ecb11f0299ff447a7133a91d73e3 + + + + _GLIBCXX17_INLINE constexpr match_flag_type + match_continuous + a01568.html + a372e043458fd815d130056e1225a00a5 + + + + _GLIBCXX17_INLINE constexpr match_flag_type + match_prev_avail + a01568.html + ad48b9cdb07f0c311ec5ffeb093c209d5 + + + + _GLIBCXX17_INLINE constexpr match_flag_type + format_default + a01568.html + ae8280c4746ec140dd2ad2106cbf787ad + + + + _GLIBCXX17_INLINE constexpr match_flag_type + format_sed + a01568.html + a3553e3ac3560a881732c367dcf567549 + + + + _GLIBCXX17_INLINE constexpr match_flag_type + format_no_copy + a01568.html + a65253b87e3f2138870e2d827ea5b4ea9 + + + + _GLIBCXX17_INLINE constexpr match_flag_type + format_first_only + a01568.html + a0fc5b8b99c305b71cd713055afc983f9 + + + + constexpr match_flag_type + operator & + a01568.html + a91f43c51d82f4484019c321d420a9fa3 + (match_flag_type __a, match_flag_type __b) + + + constexpr match_flag_type + operator| + a01568.html + a510d0810f0fe55a65a1f3ad142e95e2c + (match_flag_type __a, match_flag_type __b) + + + constexpr match_flag_type + operator^ + a01568.html + ac6b912c67d2cdd494a770cd23c1b4f98 + (match_flag_type __a, match_flag_type __b) + + + constexpr match_flag_type + operator~ + a01568.html + a2aeb16521b6691e19cb344505b084271 + (match_flag_type __a) + + + match_flag_type & + operator &= + a01568.html + adf8b32ecec86f9328d9e77ea918d5bd7 + (match_flag_type &__a, match_flag_type __b) + + + match_flag_type & + operator|= + a01568.html + a1cc70d79ada227928c10a6ae955a5527 + (match_flag_type &__a, match_flag_type __b) + + + match_flag_type & + operator^= + a01568.html + a6edeffe99c8db99f7d365da413e65c34 + (match_flag_type &__a, match_flag_type __b) + + + + error_type + a01568.html + afe4178e24e6fad9f043d52b9de32e488 + + + + constexpr error_type + error_collate + a01568.html + ade164916507884ce776bba031f7bce60 + (_S_error_collate) + + + constexpr error_type + error_ctype + a01568.html + a19db2783be8034b2dd52e99657184670 + (_S_error_ctype) + + + constexpr error_type + error_escape + a01568.html + a27917cafce40928457c789313f8e7ba6 + (_S_error_escape) + + + constexpr error_type + error_backref + a01568.html + acc0f88e638558f5c3bb64ea44832493b + (_S_error_backref) + + + constexpr error_type + error_brack + a01568.html + ac9ef78846632df7d0916b933191e3bcc + (_S_error_brack) + + + constexpr error_type + error_paren + a01568.html + a828988901e2b5aafb2ad06adde9e581b + (_S_error_paren) + + + constexpr error_type + error_brace + a01568.html + a23b6569c17f71c8b1c00b515b8e02a0d + (_S_error_brace) + + + constexpr error_type + error_badbrace + a01568.html + a272600147c8274c0d78fcda6b53eb0c6 + (_S_error_badbrace) + + + constexpr error_type + error_range + a01568.html + a38aa5041411e6e3d98057811eb691cd0 + (_S_error_range) + + + constexpr error_type + error_space + a01568.html + a1200d5e70723aa0ae0153c74fd3d02e0 + (_S_error_space) + + + constexpr error_type + error_badrepeat + a01568.html + a47399faadc6f427a172a84d78945394c + (_S_error_badrepeat) + + + constexpr error_type + error_complexity + a01568.html + acdf6decf6d03ea2275dcec3961719d9a + (_S_error_complexity) + + + constexpr error_type + error_stack + a01568.html + ac625782ad8167c9f36b1e32b65df2159 + (_S_error_stack) + + + + std::rel_ops + a01569.html + + bool + operator!= + a01569.html + a90a8bcb2378458899b902c6eb8834bd2 + (const _Tp &__x, const _Tp &__y) + + + bool + operator<= + a01569.html + aaf5340c412fb69ca76ea39d768f04ce4 + (const _Tp &__x, const _Tp &__y) + + + bool + operator> + a01569.html + a05cd508a43f05f31e7fb298edd7a84e1 + (const _Tp &__x, const _Tp &__y) + + + bool + operator>= + a01569.html + ac93a7559412662f6dfd7c206ecb98f99 + (const _Tp &__x, const _Tp &__y) + + + + std::this_thread + a01562.html + + thread::id + get_id + a01562.html + ad4ed754e0d5a61283cf36f4918ab3444 + () noexcept + + + void + sleep_for + a01562.html + a7ddb6a2d48e0bb2cace6dd67c4c38596 + (const chrono::duration< _Rep, _Period > &__rtime) + + + void + sleep_until + a01562.html + a277096a2cdd1fc66b7569f457b731bfb + (const chrono::time_point< _Clock, _Duration > &__atime) + + + void + yield + a01562.html + a2a1ecebfe73aaa3eb40e909991bbd16e + () noexcept + + + + std::tr1 + a01546.html + std::tr1::__detail + + __gnu_cxx::__promote< _Tp >::__type + assoc_laguerre + a01514.html + ga41f206b7aaf85b07d45a66d68400a1a6 + (unsigned int __n, unsigned int __m, _Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + assoc_legendre + a01514.html + ga7cba5e4fcae2550e496bac5ce5347379 + (unsigned int __l, unsigned int __m, _Tp __x) + + + __gnu_cxx::__promote_2< _Tpx, _Tpy >::__type + beta + a01514.html + gabf90c74e3920ea3853f5786f90b8aa2b + (_Tpx __x, _Tpy __y) + + + __gnu_cxx::__promote< _Tp >::__type + comp_ellint_1 + a01514.html + ga35acc5bbe07b74718e22e5e7abe52fec + (_Tp __k) + + + __gnu_cxx::__promote< _Tp >::__type + comp_ellint_2 + a01514.html + ga67dca5d65386e74a0e2f17d842f0d450 + (_Tp __k) + + + __gnu_cxx::__promote_2< _Tp, _Tpn >::__type + comp_ellint_3 + a01514.html + ga61ba4b9c23985c1d0ae83cf48b180231 + (_Tp __k, _Tpn __nu) + + + __gnu_cxx::__promote_3< _Tpa, _Tpc, _Tp >::__type + conf_hyperg + a01514.html + gafd178133d3ebc657708ad8174baf2a74 + (_Tpa __a, _Tpc __c, _Tp __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_bessel_i + a01514.html + ga07dddd9af049c8700682f9de63f49430 + (_Tpnu __nu, _Tp __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_bessel_j + a01514.html + ga9f8aeb36e3e3ee1f6e15d597a46d772b + (_Tpnu __nu, _Tp __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_bessel_k + a01514.html + ga77fcb104653b63975ae800e48fb72ed0 + (_Tpnu __nu, _Tp __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_neumann + a01514.html + ga36bb3adce8d3308d85891700c78bea91 + (_Tpnu __nu, _Tp __x) + + + __gnu_cxx::__promote_2< _Tp, _Tpp >::__type + ellint_1 + a01514.html + ga7d289fce6de2d3ac3abfcecf4f419396 + (_Tp __k, _Tpp __phi) + + + __gnu_cxx::__promote_2< _Tp, _Tpp >::__type + ellint_2 + a01514.html + gaca3de93877d9d195863279ef8e2d2b83 + (_Tp __k, _Tpp __phi) + + + __gnu_cxx::__promote_3< _Tp, _Tpn, _Tpp >::__type + ellint_3 + a01514.html + ga55963b25d9fb39d84193ca03cd6772d4 + (_Tp __k, _Tpn __nu, _Tpp __phi) + + + __gnu_cxx::__promote< _Tp >::__type + expint + a01514.html + gac555d8d9bf9256070f2238a6a788727c + (_Tp __x) + + + std::complex< _Tp > + fabs + a01473.html + gad40c4613da51e899ab88c3a18267ef7f + (const std::complex< _Tp > &__z) + + + __gnu_cxx::__promote< _Tp >::__type + hermite + a01514.html + gaf363be9138ed0e7c26c71d34f97d0345 + (unsigned int __n, _Tp __x) + + + __gnu_cxx::__promote_4< _Tpa, _Tpb, _Tpc, _Tp >::__type + hyperg + a01514.html + gaf320db7639ced3d53b1b86cf8f2aaa3f + (_Tpa __a, _Tpb __b, _Tpc __c, _Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + laguerre + a01514.html + ga2fcf4c16f11f22583104dd3f0f47e8d9 + (unsigned int __n, _Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + legendre + a01514.html + gafbabf25c3e530e0b94b5e6a3aaab6b5a + (unsigned int __n, _Tp __x) + + + std::complex< typename __gnu_cxx::__promote_2< _Tp, _Up >::__type > + pow + a01473.html + gaab6ff7d7d6909209885edbc25b74a930 + (const std::complex< _Tp > &__x, const _Up &__y) + + + __gnu_cxx::__promote< _Tp >::__type + riemann_zeta + a01514.html + gadfc115751fa7ee0a1c44d9f7028d3a01 + (_Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + sph_bessel + a01514.html + ga2bf44b5e5a3b33d518d8a49e06433ece + (unsigned int __n, _Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + sph_legendre + a01514.html + ga6281837b14f373c4b331509580f66b35 + (unsigned int __l, unsigned int __m, _Tp __theta) + + + __gnu_cxx::__promote< _Tp >::__type + sph_neumann + a01514.html + ga2d353e21ed716e078f26147fb603ed33 + (unsigned int __n, _Tp __x) + + + + std::tr1::__detail + a01547.html + + + std::tr2 + a01548.html + std::tr2::__detail + std::tr2::__dynamic_bitset_base + std::tr2::__reflection_typelist + std::tr2::__reflection_typelist< _First, _Rest... > + std::tr2::__reflection_typelist<> + std::tr2::bases + std::tr2::bool_set + std::tr2::direct_bases + std::tr2::dynamic_bitset + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01515.html + gaf5eb3c897d120abd3981d431b0c57b35 + (std::basic_ostream< _CharT, _Traits > &__os, const dynamic_bitset< _WordT, _Alloc > &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01515.html + ga4618b05732d8eec5161f28b23c23227d + (std::basic_istream< _CharT, _Traits > &__is, dynamic_bitset< _WordT, _Alloc > &__x) + + + bool + operator!= + a01515.html + ga2b4bf8c35aa9cd820d1bc042accb8687 + (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + bool + operator<= + a01515.html + gae39d9fee6e2bb1642be73a0474be71b3 + (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + bool + operator> + a01515.html + gabc26fba16414cb3d2c1247de4be61cfd + (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + bool + operator>= + a01515.html + ga08b65275697884e0facdf36f73c0bb7d + (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + dynamic_bitset< _WordT, _Alloc > + operator & + a01515.html + gacc832712a19ae288e2b01ba85bee3d5a + (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) + + + dynamic_bitset< _WordT, _Alloc > + operator| + a01515.html + gad20c154d9a0dc8523781b0d2fe0d3de1 + (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) + + + dynamic_bitset< _WordT, _Alloc > + operator^ + a01515.html + ga7c9b5309fab61ddf049e350fdaa599fe + (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) + + + dynamic_bitset< _WordT, _Alloc > + operator- + a01515.html + ga9098fadcbe59e0ba2fa8590bd8388f5e + (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) + + + bool + operator!= + a01515.html + ga2b4bf8c35aa9cd820d1bc042accb8687 + (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + bool + operator<= + a01515.html + gae39d9fee6e2bb1642be73a0474be71b3 + (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + bool + operator> + a01515.html + gabc26fba16414cb3d2c1247de4be61cfd + (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + bool + operator>= + a01515.html + ga08b65275697884e0facdf36f73c0bb7d + (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + dynamic_bitset< _WordT, _Alloc > + operator & + a01515.html + gacc832712a19ae288e2b01ba85bee3d5a + (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) + + + dynamic_bitset< _WordT, _Alloc > + operator| + a01515.html + gad20c154d9a0dc8523781b0d2fe0d3de1 + (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) + + + dynamic_bitset< _WordT, _Alloc > + operator^ + a01515.html + ga7c9b5309fab61ddf049e350fdaa599fe + (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) + + + dynamic_bitset< _WordT, _Alloc > + operator- + a01515.html + ga9098fadcbe59e0ba2fa8590bd8388f5e + (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) + + + + std::tr2::__detail + a01549.html + + + pointer_adaptors + Adaptors for pointers to functions + a01507.html + std::pointer_to_binary_function + std::pointer_to_unary_function + + pointer_to_unary_function< _Arg, _Result > + ptr_fun + a01507.html + gaee61fcee12458d9d61b10f07de908134 + (_Result(*__x)(_Arg)) + + + pointer_to_binary_function< _Arg1, _Arg2, _Result > + ptr_fun + a01507.html + ga2c95cd7ca955ae3a4cbf98593456bd8e + (_Result(*__x)(_Arg1, _Arg2)) + + + + memory_adaptors + Adaptors for pointers to members + a01508.html + std::const_mem_fun1_ref_t + std::const_mem_fun1_t + std::const_mem_fun_ref_t + std::const_mem_fun_t + std::mem_fun1_ref_t + std::mem_fun1_t + std::mem_fun_ref_t + std::mem_fun_t + + + algorithms + Algorithms + a01485.html + mutating_algorithms + non_mutating_algorithms + sorting_algorithms + + + allocators + Allocators + a01496.html + __gnu_cxx::__alloc_traits + __gnu_cxx::__mt_alloc + __gnu_cxx::__pool_alloc + __gnu_cxx::_ExtPtr_allocator + __gnu_cxx::array_allocator + __gnu_cxx::bitmap_allocator + __gnu_cxx::debug_allocator + __gnu_cxx::malloc_allocator + __gnu_cxx::new_allocator + __gnu_cxx::throw_allocator_base + std::allocator + std::allocator< void > + std::allocator_traits + std::scoped_allocator_adaptor + std::uses_allocator + + __gnu_cxx::new_allocator< _Tp > + __allocator_base + a01496.html + ga1b6cff167395d2e9812ab3d2fe3e4875 + + + + + arithmetic_functors + Arithmetic Classes + a01503.html + std::divides + std::divides< void > + std::minus + std::minus< void > + std::modulus + std::modulus< void > + std::multiplies + std::multiplies< void > + std::negate + std::negate< void > + std::plus + + + make_array + Array creation functions + a01519.html + + + associative_containers + Associative + a01468.html + std::map + std::multimap + std::multiset + std::set + + + atomics + Atomics + a01491.html + std::__atomic_base + std::__atomic_base< _PTp * > + std::__atomic_flag_base + std::atomic + std::atomic< _Tp * > + std::atomic< bool > + std::atomic< char > + std::atomic< char16_t > + std::atomic< char32_t > + std::atomic< int > + std::atomic< long > + std::atomic< long long > + std::atomic< short > + std::atomic< signed char > + std::atomic< unsigned char > + std::atomic< unsigned int > + std::atomic< unsigned long > + std::atomic< unsigned long long > + std::atomic< unsigned short > + std::atomic< wchar_t > + std::atomic_flag + + #define + ATOMIC_BOOL_LOCK_FREE + a01491.html + ga804f4cd80492d5bc779ef06aa8d77198 + + + + atomic< bool > + atomic_bool + a01491.html + gaf6086d29df25216dda5a4a25283e8c1b + + + + atomic< char > + atomic_char + a01491.html + ga8cc2dcae0c8faa76777765c4f1c0556e + + + + atomic< char16_t > + atomic_char16_t + a01491.html + gabf645b9de4785104feaa9827cd672279 + + + + atomic< char32_t > + atomic_char32_t + a01491.html + gaceeeb98077f495bd03a4a8186b93c042 + + + + atomic< int > + atomic_int + a01491.html + ga8e9e8e31eec44834b1fa3ec4e1ccf3e7 + + + + atomic< int16_t > + atomic_int16_t + a01491.html + ga499c4d63597f582f334f53fe66390130 + + + + atomic< int32_t > + atomic_int32_t + a01491.html + gaabd065724c5ce31539dedb8add48ac46 + + + + atomic< int64_t > + atomic_int64_t + a01491.html + ga919f362eb712ce8408b2e7fc93986ce9 + + + + atomic< int8_t > + atomic_int8_t + a01491.html + gab650a220c21b0cc1f05c207466d10f2b + + + + atomic< int_fast16_t > + atomic_int_fast16_t + a01491.html + gaa216f3a1d57fa3c13c4d59ab3c45b461 + + + + atomic< int_fast32_t > + atomic_int_fast32_t + a01491.html + ga8c46317e4ac11eaa3e53f2ec66158fc0 + + + + atomic< int_fast64_t > + atomic_int_fast64_t + a01491.html + gac2dff45ca4a14c2bb7f1ad3360377344 + + + + atomic< int_fast8_t > + atomic_int_fast8_t + a01491.html + gaecfbb17217b6ff2f0c15e49dfd7ec459 + + + + atomic< int_least16_t > + atomic_int_least16_t + a01491.html + gad6a704d09ccc631022ebc6733817362b + + + + atomic< int_least32_t > + atomic_int_least32_t + a01491.html + ga72bfafa96eaec8a7d8a0e71f706dd40f + + + + atomic< int_least64_t > + atomic_int_least64_t + a01491.html + gaf3dcb968315142320d83651f335325ff + + + + atomic< int_least8_t > + atomic_int_least8_t + a01491.html + ga1b1448266ad00a16c95e1f8bbc98e659 + + + + atomic< intmax_t > + atomic_intmax_t + a01491.html + ga02ac5738a7a9f78bf894ace288d90576 + + + + atomic< intptr_t > + atomic_intptr_t + a01491.html + ga479fe44f81f5f2a68e9b10d022e4b563 + + + + atomic< long long > + atomic_llong + a01491.html + gabf25364f5fd505a27d78d7e3434ec337 + + + + atomic< long > + atomic_long + a01491.html + ga516afb5820a1d4d2bee3016c335e7f32 + + + + atomic< ptrdiff_t > + atomic_ptrdiff_t + a01491.html + gac91469c8dac9ea566aa123ee72834456 + + + + atomic< signed char > + atomic_schar + a01491.html + ga149ab9f968045c030b28cc66b21c90fe + + + + atomic< short > + atomic_short + a01491.html + ga57ba7af47bbbe212c68aac803df94e66 + + + + atomic< size_t > + atomic_size_t + a01491.html + ga50f0c06e2ed82868b43d9fdf802c15dd + + + + atomic< unsigned char > + atomic_uchar + a01491.html + gae195150d772d7de1590a467c94d2efbd + + + + atomic< unsigned int > + atomic_uint + a01491.html + ga8229f523dabc2103dd045fbc7922deb6 + + + + atomic< uint16_t > + atomic_uint16_t + a01491.html + ga60f6513810459148ec357bbb993ae031 + + + + atomic< uint32_t > + atomic_uint32_t + a01491.html + gafdf19d28e7b224eae4986982432e3031 + + + + atomic< uint64_t > + atomic_uint64_t + a01491.html + ga61a2758446aadb239e0f77a1b7e1c95d + + + + atomic< uint8_t > + atomic_uint8_t + a01491.html + ga733c7b7c5f6035d86928e70083c3b74d + + + + atomic< uint_fast16_t > + atomic_uint_fast16_t + a01491.html + gab61c0b01e90d43f0213aa7abd2f5f335 + + + + atomic< uint_fast32_t > + atomic_uint_fast32_t + a01491.html + gaf84e67c027b9befda86fa336a250ad19 + + + + atomic< uint_fast64_t > + atomic_uint_fast64_t + a01491.html + ga891df3fc547ce305e223078a002a30ae + + + + atomic< uint_fast8_t > + atomic_uint_fast8_t + a01491.html + ga40baf341b0da82de1dda4f09d82e0ac5 + + + + atomic< uint_least16_t > + atomic_uint_least16_t + a01491.html + ga5c55fde43e38cd4b03ca13fb1a5e2a22 + + + + atomic< uint_least32_t > + atomic_uint_least32_t + a01491.html + ga882202b2c37d84f063452cb6919f0a72 + + + + atomic< uint_least64_t > + atomic_uint_least64_t + a01491.html + ga90b9e9b26f9e2224e5623c59f27c36be + + + + atomic< uint_least8_t > + atomic_uint_least8_t + a01491.html + ga5328da93da870cab076210266f0b1ab4 + + + + atomic< uintmax_t > + atomic_uintmax_t + a01491.html + ga9567942c4ccb9bf8a98cc8bf9e0dd37b + + + + atomic< uintptr_t > + atomic_uintptr_t + a01491.html + ga02e709315376fdc02556368b8035c5ac + + + + atomic< unsigned long long > + atomic_ullong + a01491.html + ga3c5b7b2c577e1b477dc11dc501dfff44 + + + + atomic< unsigned long > + atomic_ulong + a01491.html + ga00ea9684fdf38053c69ad0235e67eb26 + + + + atomic< unsigned short > + atomic_ushort + a01491.html + gaf0c7dae0fbcf1dbaf85913a5cece6462 + + + + atomic< wchar_t > + atomic_wchar_t + a01491.html + ga817fa93d87437b86fd8cbd6e77458631 + + + + enum std::memory_order + memory_order + a01491.html + ga7163c4f13e7624eb78b16bb599a72f98 + + + + + memory_order + a01491.html + gab4f8c60de95c10793a8e3e27fcb800d9 + + + + _Tp + kill_dependency + a01491.html + gac8b65b60a2e0cb41d573f174a4c3c423 + (_Tp __y) noexcept + + + + regex-detail + Base and Implementation Classes + a01498.html + std::__detail::_BracketMatcher + std::__detail::_Compiler + std::__detail::_Executor + std::__detail::_Scanner + std::__detail::_StateSeq + + + _Opcode + a01498.html + ga120dd4593bf78fa33d97a55b8f5ff393 + + + + + hashtable-detail + Base and Implementation Classes + a01494.html + std::__detail::_Default_ranged_hash + std::__detail::_Equal_helper + std::__detail::_Equal_helper< _Key, _Value, _ExtractKey, _Equal, _HashCodeType, false > + std::__detail::_Equal_helper< _Key, _Value, _ExtractKey, _Equal, _HashCodeType, true > + std::__detail::_Equality + std::__detail::_Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > + std::__detail::_Equality< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > + std::__detail::_Equality_base + std::__detail::_Hash_code_base + std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Default_ranged_hash, false > + std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Default_ranged_hash, true > + std::__detail::_Hash_code_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, false > + std::__detail::_Hash_node + std::__detail::_Hash_node< _Value, false > + std::__detail::_Hash_node< _Value, true > + std::__detail::_Hash_node_base + std::__detail::_Hash_node_value_base + std::__detail::_Hashtable_alloc + std::__detail::_Hashtable_base + std::__detail::_Hashtable_ebo_helper + std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, false > + std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, true > + std::__detail::_Hashtable_traits + std::__detail::_Insert + std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > + std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > + std::__detail::_Insert_base + std::__detail::_Local_const_iterator + std::__detail::_Local_iterator + std::__detail::_Local_iterator_base + std::__detail::_Local_iterator_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, true > + std::__detail::_Map_base + std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false > + std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > + std::__detail::_Mask_range_hashing + std::__detail::_Mod_range_hashing + std::__detail::_Node_const_iterator + std::__detail::_Node_iterator + std::__detail::_Node_iterator_base + std::__detail::_Power2_rehash_policy + std::__detail::_Prime_rehash_policy + std::__detail::_Rehash_base + std::__detail::_Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, std::false_type > + std::__detail::_Rehash_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, std::true_type > + std::_Hashtable + + _GLIBCXX14_CONSTEXPR std::size_t + __clp2 + a01494.html + ga467c90cac9f40425bac6a54f9a54ad9e + (std::size_t __n) noexcept + + + + branch-detail + Base and Policy Classes + a01527.html + __gnu_pbds::detail::ov_tree_map + __gnu_pbds::detail::pat_trie_map + __gnu_pbds::detail::rb_tree_map + __gnu_pbds::detail::splay_tree_map + + + heap-detail + Base and Policy Classes + a01531.html + __gnu_pbds::detail::binary_heap + __gnu_pbds::detail::binomial_heap + __gnu_pbds::detail::pairing_heap + __gnu_pbds::detail::rc_binomial_heap + __gnu_pbds::detail::thin_heap + + + hash-detail + Base and Policy Classes + a01525.html + __gnu_pbds::detail::cc_ht_map + __gnu_pbds::detail::gp_ht_map + + + random_distributions_bernoulli + Bernoulli Distributions + a01541.html + std::bernoulli_distribution + std::binomial_distribution + std::geometric_distribution + std::negative_binomial_distribution + + bool + operator!= + a01541.html + ga1b42c0c69b003733630addb17455e78c + (const std::bernoulli_distribution &__d1, const std::bernoulli_distribution &__d2) + + + bool + operator!= + a01541.html + ga03255c2d29292408f9e417d8c19749d5 + (const std::binomial_distribution< _IntType > &__d1, const std::binomial_distribution< _IntType > &__d2) + + + bool + operator!= + a01541.html + gada2797560998107294e60ece46615d73 + (const std::geometric_distribution< _IntType > &__d1, const std::geometric_distribution< _IntType > &__d2) + + + bool + operator!= + a01541.html + ga0ecd009cd763508bbac68e62a14fa73c + (const std::negative_binomial_distribution< _IntType > &__d1, const std::negative_binomial_distribution< _IntType > &__d2) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01541.html + ga17d284660a1656bc205dd834125e5543 + (std::basic_ostream< _CharT, _Traits > &__os, const std::bernoulli_distribution &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01541.html + ga50ccdd252598b9c017837d26588463d2 + (std::basic_ostream< _CharT, _Traits > &__os, const std::geometric_distribution< _IntType > &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01541.html + ga2a24c2f5da07f3a713e036875355ad57 + (std::basic_istream< _CharT, _Traits > &__is, std::bernoulli_distribution &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01541.html + ga30ec0007b5169ab3c6847033db603493 + (std::basic_istream< _CharT, _Traits > &__is, std::geometric_distribution< _IntType > &__x) + + + + binary_search_algorithms + Binary Search + a01490.html + + bool + binary_search + a01490.html + ga8272a9835bf987be37a4203e336fffe4 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) + + + bool + binary_search + a01490.html + ga97bd3506e0ba43028e0d816a841d39cf + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) + + + pair< _ForwardIterator, _ForwardIterator > + equal_range + a01490.html + ga67b70af6f618f2c566d2f1849735fb6e + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) + + + pair< _ForwardIterator, _ForwardIterator > + equal_range + a01490.html + ga2d3802f907c482a269e17ec3714d3df0 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) + + + _ForwardIterator + lower_bound + a01490.html + ga6f1d41eed9a1fabbae1d54b384b07061 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) + + + _ForwardIterator + lower_bound + a01490.html + ga80229c3a1e83296551a68c44bda48696 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) + + + _ForwardIterator + upper_bound + a01490.html + ga0a8fc99be7f8267b6eb97ff9c712c75f + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val) + + + _ForwardIterator + upper_bound + a01490.html + ga639d56cfebd6f1fbabf344c49a5c5539 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__val, _Compare __comp) + + + + binders + Binder Classes + a01513.html + std::placeholders + std::_Placeholder + std::binder1st + std::binder2nd + std::is_bind_expression + std::is_bind_expression< _Bind< _Signature > > + std::is_bind_expression< _Bind_result< _Result, _Signature > > + std::is_bind_expression< const _Bind< _Signature > > + std::is_bind_expression< const _Bind_result< _Result, _Signature > > + std::is_bind_expression< const volatile _Bind< _Signature > > + std::is_bind_expression< const volatile _Bind_result< _Result, _Signature > > + std::is_bind_expression< volatile _Bind< _Signature > > + std::is_bind_expression< volatile _Bind_result< _Result, _Signature > > + std::is_placeholder + std::is_placeholder< _Placeholder< _Num > > + + _Bind_helper< __is_socketlike< _Func >::value, _Func, _BoundArgs... >::type + bind + a01513.html + ga7b2eddb726568256e49824ad01a05099 + (_Func &&__f, _BoundArgs &&... __args) + + + _Bindres_helper< _Result, _Func, _BoundArgs... >::type + bind + a01513.html + ga4fdb8d8274eed4c834559925d8950769 + (_Func &&__f, _BoundArgs &&... __args) + + + binder1st< _Operation > + bind1st + a01513.html + gaa2f509629443172a7077bcf2cd7c9086 + (const _Operation &__fn, const _Tp &__x) + + + binder2nd< _Operation > + bind2nd + a01513.html + ga8560a0e4e830e060d38c043f8db37681 + (const _Operation &__fn, const _Tp &__x) + + + + logical_functors + Boolean Operations Classes + a01505.html + std::logical_and + std::logical_and< void > + std::logical_not + std::logical_not< void > + std::logical_or + std::logical_or< void > + + + branch-based + Branch-Based + a01526.html + branch-detail + __gnu_pbds::basic_branch + __gnu_pbds::tree + __gnu_pbds::trie + + + comparison_functors + Comparison Classes + a01504.html + std::equal_to + std::equal_to< void > + std::greater + std::greater< void > + std::greater_equal + std::greater_equal< void > + std::less + std::less< void > + std::less_equal + std::less_equal< void > + std::not_equal_to + std::not_equal_to< void > + + + complex_numbers + Complex Numbers + a01473.html + std::complex + std::complex< double > + std::complex< float > + std::complex< long double > + + _Tp + abs + a01473.html + ga6e88fe698583fef1f7b3c3c379727143 + (const complex< _Tp > &) + + + _Tp + arg + a01473.html + ga943544cb1017a51d7cafc7b4d3cd022f + (const complex< _Tp > &) + + + complex< _Tp > + conj + a01473.html + ga1e8991790d9316e2a532c6c1106293ce + (const complex< _Tp > &) + + + complex< _Tp > + cos + a01473.html + gaed6443d175b556280b801357758d1526 + (const complex< _Tp > &) + + + complex< _Tp > + cosh + a01473.html + ga8ab9fb6ce0469e0144c41f40e49a63dc + (const complex< _Tp > &) + + + complex< _Tp > + exp + a01473.html + ga89579637d83fe041c9963cdcab272edd + (const complex< _Tp > &) + + + std::complex< _Tp > + fabs + a01473.html + gad40c4613da51e899ab88c3a18267ef7f + (const std::complex< _Tp > &__z) + + + complex< _Tp > + log + a01473.html + ga42f2de63a5c18a149f94b926d4d6bb21 + (const complex< _Tp > &) + + + complex< _Tp > + log10 + a01473.html + ga070941f6cb66b0e4619891010c008250 + (const complex< _Tp > &) + + + _Tp + norm + a01473.html + gaef96fd255c2f6d73472660ba65e283c7 + (const complex< _Tp > &) + + + complex< _Tp > & + operator*= + a01473.html + ga0dc1b96149147d9a736cf6132021da21 + (const _Tp &) + + + complex< _Tp > & + operator*= + a01473.html + ga2a651675f1b1fe0490d25d23a45742f1 + (const complex< _Up > &) + + + complex< _Tp > + operator+ + a01473.html + gaac2395bda171943484a3d3c535cc37a2 + (const complex< _Tp > &__x) + + + complex< _Tp > & + operator+= + a01473.html + ga87b2c4010a33667068481a938c6d05ec + (const complex< _Up > &) + + + complex< _Tp > + operator- + a01473.html + ga479334c2b1525df001a5dc01e3218708 + (const complex< _Tp > &__x) + + + complex< _Tp > & + operator-= + a01473.html + ga917195feb4fbb8de9253c81189e5b685 + (const complex< _Up > &) + + + complex< _Tp > & + operator/= + a01473.html + ga5ffcd96b8b2468238cb0758ca2f4889c + (const _Tp &) + + + complex< _Tp > & + operator/= + a01473.html + gad3ea8ef0b67b2c688fb199796abab541 + (const complex< _Up > &) + + + basic_ostream< _CharT, _Traits > & + operator<< + a01473.html + ga2ba7b3cbabd5345e19d26796f766c6c0 + (basic_ostream< _CharT, _Traits > &__os, const complex< _Tp > &__x) + + + complex< _Tp > & + operator= + a01473.html + ga227b3a4d88cd0ce1695be849633feec9 + (const _Tp &) + + + complex< _Tp > & + operator= + a01473.html + gae279d0a33c5bc2585901c87516d1833f + (const complex< _Up > &) + + + basic_istream< _CharT, _Traits > & + operator>> + a01473.html + gaf81c75e50c9ee8a791d90329d2fc7ef8 + (basic_istream< _CharT, _Traits > &__is, complex< _Tp > &__x) + + + complex< _Tp > + polar + a01473.html + ga6310fbff4c2a4056654d332fc0e68f04 + (const _Tp &, const _Tp &=0) + + + complex< _Tp > + pow + a01473.html + gaacf8017e100d619acab131da8a4017e1 + (const complex< _Tp > &, int) + + + complex< _Tp > + pow + a01473.html + ga6e1161f2920c46a042888c60e9d8447c + (const complex< _Tp > &, const _Tp &) + + + complex< _Tp > + pow + a01473.html + gad07a5f0000890bb20d170700575d210c + (const complex< _Tp > &, const complex< _Tp > &) + + + complex< _Tp > + pow + a01473.html + gadb1a322e1cc55220dc7ff754815ffbc7 + (const _Tp &, const complex< _Tp > &) + + + std::complex< typename __gnu_cxx::__promote_2< _Tp, _Up >::__type > + pow + a01473.html + gaab6ff7d7d6909209885edbc25b74a930 + (const std::complex< _Tp > &__x, const _Up &__y) + + + complex< _Tp > + sin + a01473.html + ga249915bcbce6563e63f5ffa6d464155a + (const complex< _Tp > &) + + + complex< _Tp > + sinh + a01473.html + gae30c461aa90a3e7d502737e29898570b + (const complex< _Tp > &) + + + complex< _Tp > + sqrt + a01473.html + gaf91cd3409ab242d469bcc1b2d06624c3 + (const complex< _Tp > &) + + + complex< _Tp > + tan + a01473.html + ga530419a3cf68024cd03985a4795214e3 + (const complex< _Tp > &) + + + complex< _Tp > + tanh + a01473.html + gaa4aa5a5b2f39aa309bd0add4864b3155 + (const complex< _Tp > &) + + + complex< _Tp > + operator+ + a01473.html + gaf2a59d9d4f1421dcdba7b5ce55ca9358 + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator+ + a01473.html + ga90ca28e9c08e2d2be7b39384ed948f7d + (const complex< _Tp > &__x, const _Tp &__y) + + + complex< _Tp > + operator+ + a01473.html + gaf2ec84e113bbf579c4a5169104553056 + (const _Tp &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator- + a01473.html + gaef6e5c353285e48d39f7dbd566c19a2e + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator- + a01473.html + ga7aad810bd1c92d7b5302152d83ea6eab + (const complex< _Tp > &__x, const _Tp &__y) + + + complex< _Tp > + operator- + a01473.html + gad3bdc086693b8fda1867dcf488ea3244 + (const _Tp &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator* + a01473.html + gaf84b7343bdda8ed9615cd8f5a61c5e83 + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator* + a01473.html + gaf0ac8c76d2e8fe3754ed271686ded3ea + (const complex< _Tp > &__x, const _Tp &__y) + + + complex< _Tp > + operator* + a01473.html + ga59f0aae608928f513abdea0a903f3d18 + (const _Tp &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator/ + a01473.html + ga49d2a5790a02710e711c197ed68155ab + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + complex< _Tp > + operator/ + a01473.html + gabfad69221b1e539a49e34272f5b473c6 + (const complex< _Tp > &__x, const _Tp &__y) + + + complex< _Tp > + operator/ + a01473.html + gaa960e6ad58623983486ef30cf84d3940 + (const _Tp &__x, const complex< _Tp > &__y) + + + constexpr bool + operator== + a01473.html + gaca932655bd64e8b079c145921e0d1d62 + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + constexpr bool + operator== + a01473.html + ga5bbecf180e08f24cdb60411af07873be + (const complex< _Tp > &__x, const _Tp &__y) + + + constexpr bool + operator== + a01473.html + ga8ce82b2067ebaf21931151dfee549f0d + (const _Tp &__x, const complex< _Tp > &__y) + + + constexpr bool + operator!= + a01473.html + ga73a0309c22f804987d01e41c3af8d953 + (const complex< _Tp > &__x, const complex< _Tp > &__y) + + + constexpr bool + operator!= + a01473.html + ga4f04509aa5b848bb961d6c4898fc8ee6 + (const complex< _Tp > &__x, const _Tp &__y) + + + constexpr bool + operator!= + a01473.html + ga05e38fe09ca2ceb867e8cbaf0df2d43b + (const _Tp &__x, const complex< _Tp > &__y) + + + + concurrency + Concurrency + a01471.html + condition_variables + futures + mutexes + threads + + + condition_variables + Condition Variables + a01474.html + std::condition_variable + + + cv_status + a01474.html + gad3ce465ffb10e354aa30c4ce93b68bee + + no_timeout + timeout + + + + propagate_const + Const-propagating wrapper + a01522.html + std::experimental::fundamentals_v2::propagate_const + + + containers + Containers + a01466.html + associative_containers + sequences + unordered_associative_containers + + + containers-pbds + Containers + a01523.html + branch-based + hash-based + heap-based + list-based + + + ds_tags + Data Structure Type + a01535.html + __gnu_pbds::associative_tag + __gnu_pbds::basic_branch_tag + __gnu_pbds::basic_hash_tag + __gnu_pbds::binary_heap_tag + __gnu_pbds::binomial_heap_tag + __gnu_pbds::cc_hash_tag + __gnu_pbds::container_tag + __gnu_pbds::gp_hash_tag + __gnu_pbds::list_update_tag + __gnu_pbds::ov_tree_tag + __gnu_pbds::pairing_heap_tag + __gnu_pbds::pat_trie_tag + __gnu_pbds::priority_queue_tag + __gnu_pbds::rb_tree_tag + __gnu_pbds::rc_binomial_heap_tag + __gnu_pbds::sequence_tag + __gnu_pbds::splay_tree_tag + __gnu_pbds::string_tag + __gnu_pbds::thin_heap_tag + __gnu_pbds::tree_tag + __gnu_pbds::trie_tag + + + decimal + Decimal Floating-Point Arithmetic + a01516.html + std::decimal + + + diagnostics + Diagnostics + a01470.html + exceptions + + + dynamic_bitset + Dynamic Bitset. + a01515.html + std::tr2::__dynamic_bitset_base + std::tr2::dynamic_bitset + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01515.html + gaf5eb3c897d120abd3981d431b0c57b35 + (std::basic_ostream< _CharT, _Traits > &__os, const dynamic_bitset< _WordT, _Alloc > &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01515.html + ga4618b05732d8eec5161f28b23c23227d + (std::basic_istream< _CharT, _Traits > &__is, dynamic_bitset< _WordT, _Alloc > &__x) + + + bool + operator!= + a01515.html + ga2b4bf8c35aa9cd820d1bc042accb8687 + (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + bool + operator<= + a01515.html + gae39d9fee6e2bb1642be73a0474be71b3 + (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + bool + operator> + a01515.html + gabc26fba16414cb3d2c1247de4be61cfd + (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + bool + operator>= + a01515.html + ga08b65275697884e0facdf36f73c0bb7d + (const dynamic_bitset< _WordT, _Alloc > &__lhs, const dynamic_bitset< _WordT, _Alloc > &__rhs) + + + dynamic_bitset< _WordT, _Alloc > + operator & + a01515.html + gacc832712a19ae288e2b01ba85bee3d5a + (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) + + + dynamic_bitset< _WordT, _Alloc > + operator| + a01515.html + gad20c154d9a0dc8523781b0d2fe0d3de1 + (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) + + + dynamic_bitset< _WordT, _Alloc > + operator^ + a01515.html + ga7c9b5309fab61ddf049e350fdaa599fe + (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) + + + dynamic_bitset< _WordT, _Alloc > + operator- + a01515.html + ga9098fadcbe59e0ba2fa8590bd8388f5e + (const dynamic_bitset< _WordT, _Alloc > &__x, const dynamic_bitset< _WordT, _Alloc > &__y) + + + + exceptions-pbds + Exceptions + a01529.html + __gnu_pbds::container_error + __gnu_pbds::insert_error + __gnu_pbds::join_error + __gnu_pbds::resize_error + + + exceptions + Exceptions + a01492.html + __cxxabiv1::__forced_unwind + __gnu_cxx::forced_error + __gnu_cxx::recursive_init_error + std::__exception_ptr::exception_ptr + std::bad_alloc + std::bad_cast + std::bad_function_call + std::bad_typeid + std::bad_weak_ptr + std::domain_error + std::exception + std::experimental::fundamentals_v1::bad_any_cast + std::experimental::fundamentals_v1::bad_optional_access + std::future_error + std::invalid_argument + std::ios_base::failure + std::length_error + std::logic_error + std::nested_exception + std::out_of_range + std::overflow_error + std::range_error + std::regex_error + std::runtime_error + std::system_error + std::underflow_error + + void + __verbose_terminate_handler + a01492.html + gaf51888cedbc669a114cd79e39e0cd9be + () + + + exception_ptr + copy_exception + a01492.html + ga155dc3a7d5834ccc269117511eab203d + (_Ex __ex) noexcept 1 + + + exception_ptr + current_exception + a01492.html + ga02cdcc517fefe661313437aa9356a28f + () noexcept + + + exception_ptr + make_exception_ptr + a01492.html + ga200c1d3152b2fd43b206da6c031b9730 + (_Ex __ex) noexcept + + + void + rethrow_exception + a01492.html + ga64d0b68338d7edbfd7d95f4177dbc442 + (exception_ptr) __attribute__((__noreturn__)) + + + void + rethrow_if_nested + a01492.html + gab61c4f8fae83699092207e16594f6b35 + (const _Ex &__ex) + + + void + throw_with_nested + a01492.html + gae6e361189fc8333896bebb3523551209 + (_Tp &&__t) + + + virtual const char * + what + a01492.html + gab115ebeb6ac845ab4f4336617ad33165 + () const _GLIBCXX_TXN_SAFE_DYN noexcept + + + + experimental + Experimental + a01520.html + make_array + propagate_const + filesystem + optional + any + std::experimental::fundamentals_v1::basic_string_view + + + extensions + Extensions + a01464.html + dynamic_bitset + pbds + SGIextensions + __gnu_cxx::__versa_string + + + filesystem + Filesystem + a01517.html + std::experimental::filesystem::v1::path + + + copy_options + a01517.html + ga67e62e740e17772bdd02c16c494f8298 + + none + skip_existing + overwrite_existing + update_existing + recursive + copy_symlinks + skip_symlinks + directories_only + create_symlinks + create_hard_links + + + + perms + a01517.html + ga0a1765c6b0d8d734be3d54d85be9f145 + + none + owner_read + owner_write + owner_exec + owner_all + group_read + group_write + group_exec + group_all + others_read + others_write + others_exec + others_all + all + set_uid + set_gid + sticky_bit + mask + unknown + add_perms + remove_perms + symlink_nofollow + + + + functors + Function Objects + a01502.html + pointer_adaptors + memory_adaptors + arithmetic_functors + binders + logical_functors + comparison_functors + hashes + negators + std::binary_function + std::function< _Res(_ArgTypes...)> + std::reference_wrapper + std::unary_function + + _Mem_fn< _Tp _Class::* > + mem_fn + a01502.html + gadd917dd05154842bc6aebcf5c90abb7f + (_Tp _Class::*__pm) noexcept + + + + futures + Futures + a01475.html + std::__basic_future + std::__future_base + std::__future_base::_Result< _Res & > + std::__future_base::_Result< void > + std::future + std::future< _Res & > + std::future< void > + std::future_error + std::is_error_code_enum< future_errc > + std::packaged_task< _Res(_ArgTypes...)> + std::promise + std::promise< _Res & > + std::promise< void > + std::shared_future + std::shared_future< _Res & > + std::shared_future< void > + + + future_errc + a01475.html + ga61938f7ac25df97b5362109e61bb46a6 + + future_already_retrieved + promise_already_satisfied + no_state + broken_promise + + + + future_status + a01475.html + ga528eb8f3b350394c0406d4d58ab7dbf4 + + ready + timeout + deferred + + + + launch + a01475.html + ga6f4ad125d364f01560e2ed20a3c8bb5b + + async + deferred + + + future< __async_result_of< _Fn, _Args... > > + async + a01475.html + gae1d80ff37cef48666bea37bcff54f6da + (launch __policy, _Fn &&__fn, _Args &&... __args) + + + future< __async_result_of< _Fn, _Args... > > + async + a01475.html + gad61c88630f1705f6be0b8ba6cc832d6a + (_Fn &&__fn, _Args &&... __args) + + + const error_category & + future_category + a01475.html + ga5b4abfa468beb197d5bdac89e20afdb0 + () noexcept + + + error_code + make_error_code + a01475.html + ga32bbe57d8ae969ac5cee4f0c48c3e63f + (future_errc __errc) noexcept + + + error_condition + make_error_condition + a01475.html + ga298f6b4607ddc74c173e6f8887f72047 + (future_errc __errc) noexcept + + + void + swap + a01475.html + ga2700089f8b9371e6aafdb9a7e7a552e7 + (packaged_task< _Res(_ArgTypes...)> &__x, packaged_task< _Res(_ArgTypes...)> &__y) noexcept + + + + hash-based + Hash-Based + a01524.html + hash-detail + __gnu_pbds::basic_hash_table + __gnu_pbds::cc_hash_table + __gnu_pbds::gp_hash_table + + + hashes + Hashes + a01493.html + std::hash + std::hash< _Tp * > + std::hash< bool > + std::hash< char > + std::hash< char16_t > + std::hash< char32_t > + std::hash< double > + std::hash< float > + std::hash< int > + std::hash< long > + std::hash< long double > + std::hash< long long > + std::hash< short > + std::hash< signed char > + std::hash< unsigned char > + std::hash< unsigned int > + std::hash< unsigned long > + std::hash< unsigned long long > + std::hash< unsigned short > + std::hash< wchar_t > + + + heap_algorithms + Heap + a01509.html + + bool + is_heap + a01509.html + ga33b76a74543508747285e182dce4e7ba + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + bool + is_heap + a01509.html + ga37f2af54af0ffe3b364736c8bd84314e + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + _RandomAccessIterator + is_heap_until + a01509.html + gad3cf2f5b736b585f20dfd29ba24293e1 + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + _RandomAccessIterator + is_heap_until + a01509.html + gac559e3fbb78b63111a38545f7f530f23 + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + void + make_heap + a01509.html + ga3de7da79c8fb3f306ce06ed566235b28 + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + void + make_heap + a01509.html + ga84545d446162758eb0dc4a9ea5fa5cbc + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + void + pop_heap + a01509.html + ga92aecc13151c6b58598e3dd9e54064b7 + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + void + pop_heap + a01509.html + ga27b771598145e151f01281b5cb0fdbbb + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + void + push_heap + a01509.html + gad2a3e8fb6069d9cd1b14c186ec125102 + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + void + push_heap + a01509.html + gac0d64c0744947b3d233779d9e9f656cc + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + void + sort_heap + a01509.html + ga7e302d6652402edae355b8726b2b7e27 + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + void + sort_heap + a01509.html + ga441060fda917c1aed4e8fab9c860f706 + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + + heap-based + Heap-Based + a01530.html + heap-detail + __gnu_pbds::priority_queue + + + priority_queue + a01530.html + gaa6332f0e852dc89f0879cb5408d168c0 + (const cmp_fn &r_cmp_fn) + + + + priority_queue + a01530.html + ga2b637d89cbd874881a4da920d57b0487 + (It first_it, It last_it) + + + + priority_queue + a01530.html + gad0141192206747833a170be548fd51e0 + (It first_it, It last_it, const cmp_fn &r_cmp_fn) + + + + io + I/O + a01476.html + __gnu_cxx::stdio_filebuf + __gnu_cxx::stdio_sync_filebuf + std::basic_filebuf + std::basic_fstream + std::basic_ifstream + std::basic_ios + std::basic_iostream + std::basic_istream + std::basic_istringstream + std::basic_ofstream + std::basic_ostream + std::basic_ostringstream + std::basic_streambuf + std::basic_stringbuf + std::basic_stringstream + std::ios_base + std::istreambuf_iterator + std::ostreambuf_iterator + + basic_filebuf< char > + filebuf + a01476.html + gaa33740c61965014b7bc0f229f73f65ad + + + + basic_fstream< char > + fstream + a01476.html + gabafb787f1b4ab7d00c500cefb554f632 + + + + basic_ifstream< char > + ifstream + a01476.html + ga58ca5f477d7afac57c22e9bdd90d323b + + + + basic_ios< char > + ios + a01476.html + gac1665745293037f1d1be9b144f27bc9d + + + + basic_iostream< char > + iostream + a01476.html + ga5eca2cc3d038099cf2465636dfb2ace6 + + + + basic_istream< char > + istream + a01476.html + ga9a51d9b711a836df9c086f3a5e30b8b2 + + + + basic_istringstream< char > + istringstream + a01476.html + ga6d8fb6942dcb39300db6a403f5ba1fe6 + + + + basic_ofstream< char > + ofstream + a01476.html + ga7a439605cbbc7d72fcefc9d6a59c4f0a + + + + basic_ostream< char > + ostream + a01476.html + ga55d4c0674fbacb7514ae76310aeb4bf8 + + + + basic_ostringstream< char > + ostringstream + a01476.html + gac2ba708c34afa6e120c07e56bfce9cd3 + + + + basic_streambuf< char > + streambuf + a01476.html + ga462cbd2938d4a2e7f0ffac97d2168f95 + + + + basic_stringbuf< char > + stringbuf + a01476.html + gad23290abd940b2cf3fa4e5f53669894e + + + + basic_stringstream< char > + stringstream + a01476.html + ga3be8e48d91a15a13829c028b195aad70 + + + + basic_filebuf< wchar_t > + wfilebuf + a01476.html + gaa472869f420152c83f15572ba49bcb65 + + + + basic_fstream< wchar_t > + wfstream + a01476.html + ga78053e152637924d995b5f2267275bc6 + + + + basic_ifstream< wchar_t > + wifstream + a01476.html + ga1dac763532685aaffbdc7add447f56fc + + + + basic_ios< wchar_t > + wios + a01476.html + ga5f215b95943a4eabc6f138b47fff37a9 + + + + basic_iostream< wchar_t > + wiostream + a01476.html + ga3ec2b5ea7f8649cff8ef668482dcf268 + + + + basic_istream< wchar_t > + wistream + a01476.html + ga9bfb52397cc747f9945d73a1f38e86e8 + + + + basic_istringstream< wchar_t > + wistringstream + a01476.html + ga74ca18b587f6f7dfc5677c8b774f2d71 + + + + basic_ofstream< wchar_t > + wofstream + a01476.html + gab5d4d2c5ad9ee70018becc9002629a71 + + + + basic_ostream< wchar_t > + wostream + a01476.html + ga9ad6702c06821cdd550e08ef2b70f3b7 + + + + basic_ostringstream< wchar_t > + wostringstream + a01476.html + ga811d6452576dc4c2fccd0ab26fd23f07 + + + + basic_streambuf< wchar_t > + wstreambuf + a01476.html + ga72040b852b537e306ce9c862698e0e07 + + + + basic_stringbuf< wchar_t > + wstringbuf + a01476.html + ga4e78c6817168947842caf24c3ffd5352 + + + + basic_stringstream< wchar_t > + wstringstream + a01476.html + gabd6a5fd8237370934ed97cc2e77b7021 + + + + + invalidation_tags + Invalidation Guarantees + a01534.html + __gnu_pbds::basic_invalidation_guarantee + __gnu_pbds::point_invalidation_guarantee + __gnu_pbds::range_invalidation_guarantee + + + iterator_tags + Iterator Tags + a01511.html + std::bidirectional_iterator_tag + std::forward_iterator_tag + std::input_iterator_tag + std::output_iterator_tag + std::random_access_iterator_tag + + + iterators + Iterators + a01510.html + iterator_tags + std::__iterator_traits + std::back_insert_iterator + std::front_insert_iterator + std::input_iterator_tag + std::insert_iterator + std::istream_iterator + std::istreambuf_iterator + std::iterator + std::iterator_traits< _Tp * > + std::iterator_traits< const _Tp * > + std::move_iterator + std::ostream_iterator + std::ostreambuf_iterator + std::reverse_iterator + + constexpr iterator_traits< _Iter >::iterator_category + __iterator_category + a01510.html + ga89d3a7d239086516917bb7f6f9da213c + (const _Iter &) + + + back_insert_iterator< _Container > + back_inserter + a01510.html + ga59459a8d387b04212f0f270cf24269ff + (_Container &__x) + + + front_insert_iterator< _Container > + front_inserter + a01510.html + ga3042ef36dac917905beccc35389af1cb + (_Container &__x) + + + insert_iterator< _Container > + inserter + a01510.html + ga289787d62ed6190c55ce9f2ea65aaa41 + (_Container &__x, _Iterator __i) + + + _GLIBCXX17_CONSTEXPR reverse_iterator< _Iterator > + make_reverse_iterator + a01510.html + ga9e3e5a1381a184399ee52df0068818ae + (_Iterator __i) + + + bool + operator!= + a01510.html + ga51a6d053b3eb004ee172b8e7ef066854 + (const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__x, const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__y) + + + bool + operator== + a01510.html + ga0431ac39f84ec7f88d6bdb9db72bd5b9 + (const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__x, const istream_iterator< _Tp, _CharT, _Traits, _Dist > &__y) + + + _GLIBCXX17_CONSTEXPR bool + operator== + a01510.html + gaadf1270d8fcc1bdae9a699e3d85c7986 + (const reverse_iterator< _Iterator > &__x, const reverse_iterator< _Iterator > &__y) + + + + list-based + List-Based + a01528.html + __gnu_pbds::list_update + + + locales + Locales + a01495.html + std::codecvt + std::ctype + std::ctype< char > + std::ctype< wchar_t > + std::locale + std::locale::facet + std::locale::id + std::messages + std::messages_base + std::money_base + std::money_get + std::money_put + std::moneypunct + std::num_get + std::num_put + std::numpunct + std::time_base + std::time_get + std::time_put + std::wbuffer_convert + std::wstring_convert + + bool + has_facet + a01495.html + ga6b89e11cb621fe8ebd14969449a79271 + (const locale &__loc) + + + const _Facet & + use_facet + a01495.html + ga8c25296d7a1b85124de8ac561e8945cf + (const locale &__loc) + + + + mathsf + Mathematical Special Functions + a01500.html + + __gnu_cxx::__promote< _Tp >::__type + assoc_laguerre + a01500.html + ga377bb7e038c464a27dfe0573fd2d7b33 + (unsigned int __n, unsigned int __m, _Tp __x) + + + float + assoc_laguerref + a01500.html + gaf83d98f350a1cfcebee6a1f723cf90d2 + (unsigned int __n, unsigned int __m, float __x) + + + long double + assoc_laguerrel + a01500.html + gac8e245671fb2df5de5fd978d03081f6c + (unsigned int __n, unsigned int __m, long double __x) + + + __gnu_cxx::__promote< _Tp >::__type + assoc_legendre + a01500.html + ga355349f79119c1fd1e2a9351cec57f0f + (unsigned int __l, unsigned int __m, _Tp __x) + + + float + assoc_legendref + a01500.html + ga3ced07ddd24bf4af56e2712d148e7f57 + (unsigned int __l, unsigned int __m, float __x) + + + long double + assoc_legendrel + a01500.html + ga55977b425a539146f060dec1c8003344 + (unsigned int __l, unsigned int __m, long double __x) + + + __gnu_cxx::__promote_2< _Tpa, _Tpb >::__type + beta + a01500.html + ga6a7220c87c942db48b18b527d92bbd2d + (_Tpa __a, _Tpb __b) + + + float + betaf + a01500.html + ga12dc61ee4c09172151cf092ed387e203 + (float __a, float __b) + + + long double + betal + a01500.html + ga8caca1cef099f41a88111209c36ce06c + (long double __a, long double __b) + + + __gnu_cxx::__promote< _Tp >::__type + comp_ellint_1 + a01500.html + gac559500c604c43ea943d593c9ad9d289 + (_Tp __k) + + + float + comp_ellint_1f + a01500.html + ga7fb5be999a8125cf7e55e630eb8444a1 + (float __k) + + + long double + comp_ellint_1l + a01500.html + ga7247d3dd77c1ff5df3c059fed862dc48 + (long double __k) + + + __gnu_cxx::__promote< _Tp >::__type + comp_ellint_2 + a01500.html + ga22fcc678829f0daf2de257896378e7e0 + (_Tp __k) + + + float + comp_ellint_2f + a01500.html + ga21700f2f125c42b1f1da1f9c7eea1135 + (float __k) + + + long double + comp_ellint_2l + a01500.html + ga47b647ec386c8d4b18a030c97842df18 + (long double __k) + + + __gnu_cxx::__promote_2< _Tp, _Tpn >::__type + comp_ellint_3 + a01500.html + gad833404645e24b7f0598a640ff92d623 + (_Tp __k, _Tpn __nu) + + + float + comp_ellint_3f + a01500.html + ga76834d3112f777703330892303267a39 + (float __k, float __nu) + + + long double + comp_ellint_3l + a01500.html + ga1ca081fee102cd0d4d6b091285e495e5 + (long double __k, long double __nu) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_bessel_i + a01500.html + ga1c9b5a5c36f000a4f0a55f7fcc486cb0 + (_Tpnu __nu, _Tp __x) + + + float + cyl_bessel_if + a01500.html + gaaf738427d4da0bda66bc2274dfb853a7 + (float __nu, float __x) + + + long double + cyl_bessel_il + a01500.html + gab7962629216d03efb8ecaa3f70c6878f + (long double __nu, long double __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_bessel_j + a01500.html + ga47e21a13b6d68d0d7f057699bd3b3ce0 + (_Tpnu __nu, _Tp __x) + + + float + cyl_bessel_jf + a01500.html + ga15731a7bccd6351d28353e3c4c2a2d23 + (float __nu, float __x) + + + long double + cyl_bessel_jl + a01500.html + gade8e94a80520a8b628b2d658755b25c0 + (long double __nu, long double __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_bessel_k + a01500.html + ga76dcd3884620955680112aca0d327ada + (_Tpnu __nu, _Tp __x) + + + float + cyl_bessel_kf + a01500.html + ga1f50047f9aab0ec8b1a1615fe9fbe32f + (float __nu, float __x) + + + long double + cyl_bessel_kl + a01500.html + gac35194b926270d7857d651e06198c7d3 + (long double __nu, long double __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_neumann + a01500.html + ga5b7c72ab85e361cbd73f1a3b5f0725a6 + (_Tpnu __nu, _Tp __x) + + + float + cyl_neumannf + a01500.html + ga604c13e8f2bb7cd3c7c91d8b19d6b13a + (float __nu, float __x) + + + long double + cyl_neumannl + a01500.html + gaf8986bae9a523c48d861d233835bda8f + (long double __nu, long double __x) + + + __gnu_cxx::__promote_2< _Tp, _Tpp >::__type + ellint_1 + a01500.html + gae6b3df5556f38a7d72f9b4457d856f9c + (_Tp __k, _Tpp __phi) + + + float + ellint_1f + a01500.html + ga308d23d70f4b5e848eb7a4173628ef3b + (float __k, float __phi) + + + long double + ellint_1l + a01500.html + ga795383fa51e02351000b410b478d824f + (long double __k, long double __phi) + + + __gnu_cxx::__promote_2< _Tp, _Tpp >::__type + ellint_2 + a01500.html + gad6dd71db2b3f90d24ff49bf8cf37bc37 + (_Tp __k, _Tpp __phi) + + + float + ellint_2f + a01500.html + ga594a730163c6228c75b152462700062b + (float __k, float __phi) + + + long double + ellint_2l + a01500.html + ga5c791332d374a809d8ca16c69a1a30f5 + (long double __k, long double __phi) + + + __gnu_cxx::__promote_3< _Tp, _Tpn, _Tpp >::__type + ellint_3 + a01500.html + ga20832e3a67d25cc3d415cafc88019ac3 + (_Tp __k, _Tpn __nu, _Tpp __phi) + + + float + ellint_3f + a01500.html + ga1a80bd2c15bc9fbecda2630a9e9409e7 + (float __k, float __nu, float __phi) + + + long double + ellint_3l + a01500.html + gaa8c0e5864df8769021a7f3e21a30c5d2 + (long double __k, long double __nu, long double __phi) + + + __gnu_cxx::__promote< _Tp >::__type + expint + a01500.html + ga88ba17f5d050a6973ca4db1bf6e90590 + (_Tp __x) + + + float + expintf + a01500.html + ga5842816f6eed2594e0a327df4e4a2a47 + (float __x) + + + long double + expintl + a01500.html + ga1329130b32328d0666e290ee5931fa4f + (long double __x) + + + __gnu_cxx::__promote< _Tp >::__type + hermite + a01500.html + ga97632b8bf77c323b2369e8d327965bdf + (unsigned int __n, _Tp __x) + + + float + hermitef + a01500.html + ga94dae7444bb349e33057a92932db8abe + (unsigned int __n, float __x) + + + long double + hermitel + a01500.html + ga21f8e312ee3e65286f86bf141b0f32e0 + (unsigned int __n, long double __x) + + + __gnu_cxx::__promote< _Tp >::__type + laguerre + a01500.html + gacae65579b397fddcd27954380d364a58 + (unsigned int __n, _Tp __x) + + + float + laguerref + a01500.html + gada763419b0e21b38e38daa8b6eb56a8c + (unsigned int __n, float __x) + + + long double + laguerrel + a01500.html + gaaf8b141edf9163b37ea4f2ed3e0191fc + (unsigned int __n, long double __x) + + + __gnu_cxx::__promote< _Tp >::__type + legendre + a01500.html + gaf6eac7fcb98e25b8f3f7d1b95fa7add8 + (unsigned int __l, _Tp __x) + + + float + legendref + a01500.html + gaed94e3c664c99f5204da75be75aeac21 + (unsigned int __l, float __x) + + + long double + legendrel + a01500.html + ga1b39bc22e3cc4860d08eb54099460391 + (unsigned int __l, long double __x) + + + __gnu_cxx::__promote< _Tp >::__type + riemann_zeta + a01500.html + ga67a6bfed9b6ab692e8c798b674431424 + (_Tp __s) + + + float + riemann_zetaf + a01500.html + gaf92063315061a56d3e2c4053156d968e + (float __s) + + + long double + riemann_zetal + a01500.html + ga1e92da3b878d75270f38d3ec9b513086 + (long double __s) + + + __gnu_cxx::__promote< _Tp >::__type + sph_bessel + a01500.html + ga478e517ed975bcb256de230e64f0fda5 + (unsigned int __n, _Tp __x) + + + float + sph_besself + a01500.html + ga534e36e1dcefad8daec98920db16eec4 + (unsigned int __n, float __x) + + + long double + sph_bessell + a01500.html + ga11d72b1af81ce9da3c878a25087ee927 + (unsigned int __n, long double __x) + + + __gnu_cxx::__promote< _Tp >::__type + sph_legendre + a01500.html + ga573842c12247b87746b548f1945755a8 + (unsigned int __l, unsigned int __m, _Tp __theta) + + + float + sph_legendref + a01500.html + gaae635d28c06a3be2679901b382090852 + (unsigned int __l, unsigned int __m, float __theta) + + + long double + sph_legendrel + a01500.html + ga2f6618dea1847f09fd67f3c974c1910d + (unsigned int __l, unsigned int __m, long double __theta) + + + __gnu_cxx::__promote< _Tp >::__type + sph_neumann + a01500.html + ga1cf4362a67ab5bae9e6b69c867e85371 + (unsigned int __n, _Tp __x) + + + float + sph_neumannf + a01500.html + ga789143122fa99536329bc2d1b1aac2f0 + (unsigned int __n, float __x) + + + long double + sph_neumannl + a01500.html + ga3cededa9b6e4601f190c3811e6aabfd6 + (unsigned int __n, long double __x) + + + + tr1_math_spec_func + Mathematical Special Functions + a01514.html + + __gnu_cxx::__promote< _Tp >::__type + assoc_laguerre + a01514.html + ga41f206b7aaf85b07d45a66d68400a1a6 + (unsigned int __n, unsigned int __m, _Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + assoc_legendre + a01514.html + ga7cba5e4fcae2550e496bac5ce5347379 + (unsigned int __l, unsigned int __m, _Tp __x) + + + __gnu_cxx::__promote_2< _Tpx, _Tpy >::__type + beta + a01514.html + gabf90c74e3920ea3853f5786f90b8aa2b + (_Tpx __x, _Tpy __y) + + + __gnu_cxx::__promote< _Tp >::__type + comp_ellint_1 + a01514.html + ga35acc5bbe07b74718e22e5e7abe52fec + (_Tp __k) + + + __gnu_cxx::__promote< _Tp >::__type + comp_ellint_2 + a01514.html + ga67dca5d65386e74a0e2f17d842f0d450 + (_Tp __k) + + + __gnu_cxx::__promote_2< _Tp, _Tpn >::__type + comp_ellint_3 + a01514.html + ga61ba4b9c23985c1d0ae83cf48b180231 + (_Tp __k, _Tpn __nu) + + + __gnu_cxx::__promote_3< _Tpa, _Tpc, _Tp >::__type + conf_hyperg + a01514.html + gafd178133d3ebc657708ad8174baf2a74 + (_Tpa __a, _Tpc __c, _Tp __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_bessel_i + a01514.html + ga07dddd9af049c8700682f9de63f49430 + (_Tpnu __nu, _Tp __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_bessel_j + a01514.html + ga9f8aeb36e3e3ee1f6e15d597a46d772b + (_Tpnu __nu, _Tp __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_bessel_k + a01514.html + ga77fcb104653b63975ae800e48fb72ed0 + (_Tpnu __nu, _Tp __x) + + + __gnu_cxx::__promote_2< _Tpnu, _Tp >::__type + cyl_neumann + a01514.html + ga36bb3adce8d3308d85891700c78bea91 + (_Tpnu __nu, _Tp __x) + + + __gnu_cxx::__promote_2< _Tp, _Tpp >::__type + ellint_1 + a01514.html + ga7d289fce6de2d3ac3abfcecf4f419396 + (_Tp __k, _Tpp __phi) + + + __gnu_cxx::__promote_2< _Tp, _Tpp >::__type + ellint_2 + a01514.html + gaca3de93877d9d195863279ef8e2d2b83 + (_Tp __k, _Tpp __phi) + + + __gnu_cxx::__promote_3< _Tp, _Tpn, _Tpp >::__type + ellint_3 + a01514.html + ga55963b25d9fb39d84193ca03cd6772d4 + (_Tp __k, _Tpn __nu, _Tpp __phi) + + + __gnu_cxx::__promote< _Tp >::__type + expint + a01514.html + gac555d8d9bf9256070f2238a6a788727c + (_Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + hermite + a01514.html + gaf363be9138ed0e7c26c71d34f97d0345 + (unsigned int __n, _Tp __x) + + + __gnu_cxx::__promote_4< _Tpa, _Tpb, _Tpc, _Tp >::__type + hyperg + a01514.html + gaf320db7639ced3d53b1b86cf8f2aaa3f + (_Tpa __a, _Tpb __b, _Tpc __c, _Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + laguerre + a01514.html + ga2fcf4c16f11f22583104dd3f0f47e8d9 + (unsigned int __n, _Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + legendre + a01514.html + gafbabf25c3e530e0b94b5e6a3aaab6b5a + (unsigned int __n, _Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + riemann_zeta + a01514.html + gadfc115751fa7ee0a1c44d9f7028d3a01 + (_Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + sph_bessel + a01514.html + ga2bf44b5e5a3b33d518d8a49e06433ece + (unsigned int __n, _Tp __x) + + + __gnu_cxx::__promote< _Tp >::__type + sph_legendre + a01514.html + ga6281837b14f373c4b331509580f66b35 + (unsigned int __l, unsigned int __m, _Tp __theta) + + + __gnu_cxx::__promote< _Tp >::__type + sph_neumann + a01514.html + ga2d353e21ed716e078f26147fb603ed33 + (unsigned int __n, _Tp __x) + + + + memory + Memory + a01477.html + allocators + pointer_abstractions + + + metaprogramming + Metaprogramming + a01482.html + std::__is_nullptr_t + std::integral_constant + std::is_abstract + std::is_arithmetic + std::is_array + std::is_class + std::is_compound + std::is_const + std::is_empty + std::is_enum + std::is_final + std::is_floating_point + std::is_function + std::is_fundamental + std::is_integral + std::is_literal_type + std::is_lvalue_reference + std::is_member_function_pointer + std::is_member_object_pointer + std::is_member_pointer + std::is_null_pointer + std::is_object + std::is_pod + std::is_pointer + std::is_polymorphic + std::is_reference + std::is_rvalue_reference + std::is_scalar + std::is_standard_layout + std::is_trivial + std::is_union + std::is_void + std::is_volatile + std::tr2::__reflection_typelist + std::tr2::__reflection_typelist< _First, _Rest... > + std::tr2::__reflection_typelist<> + std::tr2::bases + std::tr2::direct_bases + + integral_constant< bool, false > + false_type + a01482.html + gaebe6729ab5488ecc76c762873d226857 + + + + integral_constant< bool, true > + true_type + a01482.html + ga6a860513044e23d34e553ea986e83fa1 + + + + + mutating_algorithms + Mutating + a01486.html + + _OI + copy + a01486.html + ga894f503412130680dc19c87af289f4f4 + (_II __first, _II __last, _OI __result) + + + _BI2 + copy_backward + a01486.html + gaf0de0305e64a82131960e2769624a740 + (_BI1 __first, _BI1 __last, _BI2 __result) + + + _OutputIterator + copy_if + a01486.html + ga0450d291c012c315181300fb83de8501 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred) + + + _OutputIterator + copy_n + a01486.html + ga6b6a2a5b1c55fb141030b8e6c8aad212 + (_InputIterator __first, _Size __n, _OutputIterator __result) + + + void + fill + a01486.html + gab2e4bb5cc3300aaf6c0e5bdc3371bf06 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__value) + + + _OI + fill_n + a01486.html + ga0af400b776b8486401daf6ecf91bacca + (_OI __first, _Size __n, const _Tp &__value) + + + void + generate + a01486.html + ga691c5789ea06238032ea649bf4b81855 + (_ForwardIterator __first, _ForwardIterator __last, _Generator __gen) + + + _OutputIterator + generate_n + a01486.html + gae428f053e61ca88f817152bd0f44c5fb + (_OutputIterator __first, _Size __n, _Generator __gen) + + + bool + is_partitioned + a01486.html + gaba1a020bbd42810ce065fa9e239652d6 + (_InputIterator __first, _InputIterator __last, _Predicate __pred) + + + void + iter_swap + a01486.html + gad93e66478d9a63e5777733be09931388 + (_ForwardIterator1 __a, _ForwardIterator2 __b) + + + _OI + move + a01486.html + gaedffc88b77674cbf9966e30a9c275bb6 + (_II __first, _II __last, _OI __result) + + + _BI2 + move_backward + a01486.html + ga1743475fe627f5302b98ae41f8bf0ad5 + (_BI1 __first, _BI1 __last, _BI2 __result) + + + _ForwardIterator + partition + a01486.html + ga64c8d89411856cea58194aa69a3c37f3 + (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) + + + pair< _OutputIterator1, _OutputIterator2 > + partition_copy + a01486.html + ga15ed8c195c2228b62770f24b4fd9de05 + (_InputIterator __first, _InputIterator __last, _OutputIterator1 __out_true, _OutputIterator2 __out_false, _Predicate __pred) + + + _ForwardIterator + partition_point + a01486.html + gaca57a24221766660c3b9d83e2b3f8f97 + (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) + + + void + random_shuffle + a01486.html + gabf4e555bd94a923ad7d263703b4ab2bc + (_RandomAccessIterator __first, _RandomAccessIterator __last, _RandomNumberGenerator &&__rand) + + + _ForwardIterator + remove + a01486.html + ga166f118ed07d6a2dd58c9bbdd7c0f5b5 + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__value) + + + _OutputIterator + remove_copy + a01486.html + ga6118d2d397ae6ad3b11604c6eb843a31 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, const _Tp &__value) + + + _OutputIterator + remove_copy_if + a01486.html + ga80d825ff82bc980758c885296cec1fb1 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred) + + + _ForwardIterator + remove_if + a01486.html + ga80cc02d9d8e0975b92933a90579b3678 + (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) + + + void + replace + a01486.html + ga77aa7f436223611f545f84715a30ffeb + (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__old_value, const _Tp &__new_value) + + + _OutputIterator + replace_copy_if + a01486.html + gaf42cb56a0d7dfd9124bddc4194cb53a4 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate __pred, const _Tp &__new_value) + + + void + replace_if + a01486.html + ga0afa1177a761d23ec3ec965207144455 + (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, const _Tp &__new_value) + + + void + reverse + a01486.html + gaeee34a9f7380d22d29f0e895d1c014e0 + (_BidirectionalIterator __first, _BidirectionalIterator __last) + + + _OutputIterator + reverse_copy + a01486.html + gaea264a482d59bc9c99edca7595f025eb + (_BidirectionalIterator __first, _BidirectionalIterator __last, _OutputIterator __result) + + + _ForwardIterator + rotate + a01486.html + ga52864eec5d415d353701192a9db44f7c + (_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last) + + + _OutputIterator + rotate_copy + a01486.html + gaf2a738ab86e393c9c8689708fd9afbf0 + (_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last, _OutputIterator __result) + + + void + shuffle + a01486.html + ga9c197f83f8612241f91e0a44703fdeaf + (_RandomAccessIterator __first, _RandomAccessIterator __last, _UniformRandomNumberGenerator &&__g) + + + _ForwardIterator + stable_partition + a01486.html + ga4396b91f26c7aaf0ae150a79ebd965b7 + (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) + + + _ForwardIterator2 + swap_ranges + a01486.html + gae9603907c05659cb5cfc6ea20be9ae01 + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2) + + + _OutputIterator + transform + a01486.html + ga475f12632a75f77b41aa843dfddfe422 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _UnaryOperation __unary_op) + + + _OutputIterator + transform + a01486.html + ga92e41473c3907d39cbc98ab6bea346fe + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _OutputIterator __result, _BinaryOperation __binary_op) + + + _ForwardIterator + unique + a01486.html + ga84999f9a9f647b18e3ec9e9e9aaa81f4 + (_ForwardIterator __first, _ForwardIterator __last) + + + _ForwardIterator + unique + a01486.html + ga7db53d49590370140ef23f2c9bf7b225 + (_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __binary_pred) + + + _OutputIterator + unique_copy + a01486.html + ga6e0563edcc7414a3f1ee52d1c3e9e1e0 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result) + + + _OutputIterator + unique_copy + a01486.html + gae33ff01e114f7384a462a242a75dd311 + (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryPredicate __binary_pred) + + + + mutexes + Mutexes + a01501.html + std::adopt_lock_t + std::defer_lock_t + std::lock_guard + std::mutex + std::try_to_lock_t + std::unique_lock + + void + swap + a01501.html + gac58580a65df691769770684cc985719d + (unique_lock< _Mutex > &__x, unique_lock< _Mutex > &__y) noexcept + + + _GLIBCXX17_INLINE constexpr adopt_lock_t + adopt_lock + a01501.html + ga742a9b4798379cd99d03bbf298d3685c + + + + _GLIBCXX17_INLINE constexpr defer_lock_t + defer_lock + a01501.html + ga70a73adf8c062ea682cd99580d0a39be + + + + _GLIBCXX17_INLINE constexpr try_to_lock_t + try_to_lock + a01501.html + ga05e641e1ecba98edb6fa4714a6c03e0d + + + + void + swap + a01501.html + ga0d3de8f7ff80877e53d25ca9057e1c0f + (shared_lock< _Mutex > &__x, shared_lock< _Mutex > &__y) noexcept + + + #define + __cpp_lib_shared_timed_mutex + a01501.html + ga00b5fb3f3bf333cc396bd38d3b069d85 + + + + __shared_mutex_cv + __shared_timed_mutex_base + a01501.html + gab3c86906b8d29085ce9876aa6baab8e7 + + + + + negators + Negators + a01506.html + std::binary_negate + std::unary_negate + + _GLIBCXX14_CONSTEXPR unary_negate< _Predicate > + not1 + a01506.html + gaa48ba7f453a3e4aec335c304eab89d3b + (const _Predicate &__pred) + + + _GLIBCXX14_CONSTEXPR binary_negate< _Predicate > + not2 + a01506.html + ga1244dfac05a74c4665bef243704f51b1 + (const _Predicate &__pred) + + + + non_mutating_algorithms + Non-Mutating + a01487.html + + _ForwardIterator + adjacent_find + a01487.html + ga094e6f312833388e6a97159b5d2c4177 + (_ForwardIterator __first, _ForwardIterator __last) + + + _ForwardIterator + adjacent_find + a01487.html + ga29b281099618951de1ab1315ac9e7737 + (_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __binary_pred) + + + bool + all_of + a01487.html + gaaef2d0f2f0d6942636f6f42eb940b850 + (_InputIterator __first, _InputIterator __last, _Predicate __pred) + + + bool + any_of + a01487.html + gaa8fada47994395ec51bb54536d6a87f9 + (_InputIterator __first, _InputIterator __last, _Predicate __pred) + + + iterator_traits< _InputIterator >::difference_type + count + a01487.html + gad2f89a1340c43c8451e522d045aaa1b6 + (_InputIterator __first, _InputIterator __last, const _Tp &__value) + + + iterator_traits< _InputIterator >::difference_type + count_if + a01487.html + gab17add9e8922a4e8a9893d0d094f5e4e + (_InputIterator __first, _InputIterator __last, _Predicate __pred) + + + bool + equal + a01487.html + ga444f163947d0a55953d1c317b31aee89 + (_IIter1 __first1, _IIter1 __last1, _IIter2 __first2, _BinaryPredicate __binary_pred) + + + bool + equal + a01487.html + gad9f16258cd8b86bb63165c004cf660d5 + (_II1 __first1, _II1 __last1, _II2 __first2) + + + bool + equal + a01487.html + ga89c2fd41282045655b0edaa54773d4db + (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2) + + + bool + equal + a01487.html + ga8e56a22bed21e9134369f4b2a47ba407 + (_IIter1 __first1, _IIter1 __last1, _IIter2 __first2, _IIter2 __last2, _BinaryPredicate __binary_pred) + + + _InputIterator + find + a01487.html + ga346cc7c0b794d9a487a11b44b6b238ab + (_InputIterator __first, _InputIterator __last, const _Tp &__val) + + + _ForwardIterator1 + find_end + a01487.html + gaf97d3d3c35f24541246e9d222fd45d44 + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2) + + + _ForwardIterator1 + find_end + a01487.html + gac12e9d93b9b26024222cc645d2a4a8d5 + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, _BinaryPredicate __comp) + + + _InputIterator + find_first_of + a01487.html + ga5f2c547c925b080c25f17765a755a0cb + (_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2) + + + _InputIterator + find_first_of + a01487.html + ga4f6564022032cfc6ea5c24b6dce5b4a7 + (_InputIterator __first1, _InputIterator __last1, _ForwardIterator __first2, _ForwardIterator __last2, _BinaryPredicate __comp) + + + _InputIterator + find_if + a01487.html + gaaf6e9995ebbd27994d7c73b375f86088 + (_InputIterator __first, _InputIterator __last, _Predicate __pred) + + + _InputIterator + find_if_not + a01487.html + gaa0bfffb70439c7d2cab9e917e8d604a6 + (_InputIterator __first, _InputIterator __last, _Predicate __pred) + + + _Function + for_each + a01487.html + ga36d3b88a382b4ad3bf55aff3f597522d + (_InputIterator __first, _InputIterator __last, _Function __f) + + + bool + is_permutation + a01487.html + gadc446c7587539490a05da590d6c51a58 + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2) + + + bool + is_permutation + a01487.html + ga714d45aee3d18a5e281557b48d092b8e + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _BinaryPredicate __pred) + + + bool + is_permutation + a01487.html + ga1ce2f1378028db705f805394b6e150a7 + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2) + + + bool + is_permutation + a01487.html + gad8c1b9d831347f0795b364b59b5c9daf + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, _BinaryPredicate __pred) + + + pair< _InputIterator1, _InputIterator2 > + mismatch + a01487.html + ga44ee120346d18fb398be3891eb4a8c0c + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2) + + + pair< _InputIterator1, _InputIterator2 > + mismatch + a01487.html + gad3cb7460f4803c1073882c89456bb75c + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredicate __binary_pred) + + + pair< _InputIterator1, _InputIterator2 > + mismatch + a01487.html + ga67d3e43b97d25f32dd1661a93aa85ff1 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) + + + pair< _InputIterator1, _InputIterator2 > + mismatch + a01487.html + ga07f5690e64fb9ece316f84ec99c28e5d + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _BinaryPredicate __binary_pred) + + + bool + none_of + a01487.html + ga245f9003d26e4ca6c9b304c4cca2c77f + (_InputIterator __first, _InputIterator __last, _Predicate __pred) + + + _ForwardIterator1 + search + a01487.html + ga37e40c12374da3b76f2af5d2025b3018 + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2) + + + _ForwardIterator1 + search + a01487.html + gab76055789d1a598394f609cf19724220 + (_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardIterator2 __last2, _BinaryPredicate __predicate) + + + _ForwardIterator + search_n + a01487.html + ga98baadb721fcb143396118e3a678cd0e + (_ForwardIterator __first, _ForwardIterator __last, _Integer __count, const _Tp &__val) + + + _ForwardIterator + search_n + a01487.html + ga4fd2241c480f56cb4fef2ae7da4d36b0 + (_ForwardIterator __first, _ForwardIterator __last, _Integer __count, const _Tp &__val, _BinaryPredicate __binary_pred) + + + + random_distributions_normal + Normal Distributions + a01540.html + std::cauchy_distribution + std::chi_squared_distribution + std::fisher_f_distribution + std::gamma_distribution + std::lognormal_distribution + std::normal_distribution + std::student_t_distribution + + bool + operator!= + a01540.html + ga227eec7c437a7d893172e4387a0fb041 + (const std::normal_distribution< _RealType > &__d1, const std::normal_distribution< _RealType > &__d2) + + + bool + operator!= + a01540.html + ga611caefadf0614ec3e3a5bd8a95c11ac + (const std::lognormal_distribution< _RealType > &__d1, const std::lognormal_distribution< _RealType > &__d2) + + + bool + operator!= + a01540.html + gafdf8a737eaa64e171fd0617603e7a6a7 + (const std::gamma_distribution< _RealType > &__d1, const std::gamma_distribution< _RealType > &__d2) + + + bool + operator!= + a01540.html + gac4dbdb98454ba9eac4efedb236380fff + (const std::chi_squared_distribution< _RealType > &__d1, const std::chi_squared_distribution< _RealType > &__d2) + + + bool + operator!= + a01540.html + gaf8d44ddbae75bc9aac07aca501130b3a + (const std::cauchy_distribution< _RealType > &__d1, const std::cauchy_distribution< _RealType > &__d2) + + + bool + operator!= + a01540.html + gabeee8cc21eaf2d1ac14d819e56e933ee + (const std::fisher_f_distribution< _RealType > &__d1, const std::fisher_f_distribution< _RealType > &__d2) + + + bool + operator!= + a01540.html + ga9f65157c0c5e6316e415b7fbf5edbad4 + (const std::student_t_distribution< _RealType > &__d1, const std::student_t_distribution< _RealType > &__d2) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01540.html + gabc0fe37b26c3b5de242cd4261cde3aed + (std::basic_ostream< _CharT, _Traits > &__os, const std::cauchy_distribution< _RealType > &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01540.html + ga63a43b47a5315c8b1b55002af2eb1669 + (std::basic_istream< _CharT, _Traits > &__is, std::cauchy_distribution< _RealType > &__x) + + + + numeric_arrays + Numeric Arrays + a01484.html + std::gslice + std::gslice_array + std::indirect_array + std::mask_array + std::slice + std::slice_array + std::valarray + + + gslice + a01484.html + ga2cdeff5f9ecb19bdb80fc3752fdaa733 + () + + + + gslice + a01484.html + ga24cbc4afc05cd3354563268960468dab + (size_t __o, const valarray< size_t > &__l, const valarray< size_t > &__s) + + + + gslice + a01484.html + ga6d537efe4eac64e1eabe933628b415ce + (const gslice &) + + + + gslice_array + a01484.html + gab775a3f1c7c0d12448513c036e1ae22b + (const gslice_array &) + + + + indirect_array + a01484.html + gad5e982b5f515ce67d9e6b55c84a61cb2 + (const indirect_array &) + + + + mask_array + a01484.html + ga63910750064214d819524e634cdaebfa + (const mask_array &) + + + + slice + a01484.html + ga6a83c2410180b69ca38a2da2c4c984b9 + () + + + + slice + a01484.html + ga9cc9983faafa145460d264127f7fd816 + (size_t __o, size_t __d, size_t __s) + + + + slice_array + a01484.html + ga886109b8edc60759a1c07ed209bf6110 + (const slice_array &) + + + + valarray + a01484.html + ga86cb8edd85b0f415ff434169746203b8 + () + + + + valarray + a01484.html + ga97d87db7cf732f6df07a4bc214ab1b6c + (size_t) + + + + valarray + a01484.html + gaa3081177498d05f233dc919b723ac7ca + (const _Tp &, size_t) + + + + valarray + a01484.html + gaa097c18bfb82fa18eb77d561e3f3220d + (const valarray &) + + + + valarray + a01484.html + gacaf590f7e44f9aa8d247c026f2c6685a + (valarray &&) noexcept + + + + valarray + a01484.html + gaa67c616cc84294b4ecfe9492e673e937 + (const slice_array< _Tp > &) + + + + valarray + a01484.html + ga41d41b2154090e3aa77b2a8c8c1eafe2 + (const gslice_array< _Tp > &) + + + + valarray + a01484.html + ga341e360faf03730a2ad4ddb98bb84caa + (const mask_array< _Tp > &) + + + + valarray + a01484.html + ga4440404083086817b9e50ddecfa604fb + (const indirect_array< _Tp > &) + + + + valarray + a01484.html + gaa0445cb9da95df6871ea1c2b625aedf7 + (initializer_list< _Tp >) + + + + ~gslice + a01484.html + ga1d1f37cf92925a601af3246c55896251 + () + + + _Expr< _ValFunClos< _ValArray, _Tp >, _Tp > + apply + a01484.html + ga6187e472096936d517db9cd9851fc107 + (_Tp func(_Tp)) const + + + _Expr< _RefFunClos< _ValArray, _Tp >, _Tp > + apply + a01484.html + ga4fc494f4aee2efb200793044d68658c5 + (_Tp func(const _Tp &)) const + + + _Tp * + begin + a01484.html + ga2b9285c84fd9d9ee4ac2e4d6f590960c + (valarray< _Tp > &__va) + + + const _Tp * + begin + a01484.html + ga27f2d9026b541b9d219da941459e768e + (const valarray< _Tp > &__va) + + + valarray< _Tp > + cshift + a01484.html + ga5763723f8e15f612889a2d93625649db + (int __n) const + + + _Tp * + end + a01484.html + ga3541bf5385594aac72a9424aa6dd86e1 + (valarray< _Tp > &__va) + + + const _Tp * + end + a01484.html + gab777d802b5dfa668d030039c2fd78b3b + (const valarray< _Tp > &__va) + + + _Tp + max + a01484.html + ga4e66ea69757ab2d6193e385c919e6f71 + () const + + + _Tp + min + a01484.html + ga41cf9f2fac24470499589628f657be67 + () const + + + void + operator &= + a01484.html + gaca009c69acad92ea0f2244082487b32b + (const valarray< _Tp > &) const + + + void + operator &= + a01484.html + ga243e78b1748d74ed3d4be27c8839fb87 + (const valarray< _Tp > &) const + + + void + operator &= + a01484.html + ga9a195965bc454b815b4035618de3f5ba + (const valarray< _Tp > &) const + + + void + operator &= + a01484.html + gadc4123a878dbaee0b0e8dea7aeb7216c + (const valarray< _Tp > &) const + + + valarray< _Tp > & + operator &= + a01484.html + ga6eacabfbf6099e64331966308185f957 + (const _Tp &) + + + valarray< _Tp > & + operator &= + a01484.html + gafc4fe2eb569b9bca46e799f3ecb0609c + (const valarray< _Tp > &) + + + _UnaryOp< __logical_not >::_Rt + operator! + a01484.html + ga8ae9cabed8e455713324dacd39bedef1 + () const + + + void + operator%= + a01484.html + ga707e141e760766ca9cbdb6be26941cd4 + (const valarray< _Tp > &) const + + + void + operator%= + a01484.html + gaa321a7c18f23aae720cdd059ea38fcc2 + (const valarray< _Tp > &) const + + + void + operator%= + a01484.html + gaec955c90f1d087dd1a6a2bd41a5cea7a + (const valarray< _Tp > &) const + + + void + operator%= + a01484.html + ga51b2370973ce4cfa93b21428c23e3da0 + (const valarray< _Tp > &) const + + + valarray< _Tp > & + operator%= + a01484.html + ga64fd546424cb6eb21396e7049fb2c17e + (const _Tp &) + + + valarray< _Tp > & + operator%= + a01484.html + gadc5edf2598de6c9bbfe67c8cdc7ff3ab + (const valarray< _Tp > &) + + + void + operator*= + a01484.html + ga84520c24cc0701e3f2bbeaea755e4aa2 + (const valarray< _Tp > &) const + + + void + operator*= + a01484.html + ga1878d8ab7ea54a42bbd783172af8a8c2 + (const valarray< _Tp > &) const + + + void + operator*= + a01484.html + gac530f41a625a6f0842fc4fda0cb98189 + (const valarray< _Tp > &) const + + + void + operator*= + a01484.html + ga2ae66c8e0229b65881780cb0dbd55ef8 + (const valarray< _Tp > &) const + + + valarray< _Tp > & + operator*= + a01484.html + ga345cd13171b5d52efb4979a1b3930ea6 + (const _Tp &) + + + valarray< _Tp > & + operator*= + a01484.html + gab5a419c3673c284962634894e9c1fc20 + (const valarray< _Tp > &) + + + _UnaryOp< __unary_plus >::_Rt + operator+ + a01484.html + ga33a3a90827549220500c99f95b095816 + () const + + + void + operator+= + a01484.html + gadaedde83c0c3dc087cd28fede7547179 + (const valarray< _Tp > &) const + + + void + operator+= + a01484.html + ga3cd7a0e7c02e60936993f2f8d85d7e14 + (const valarray< _Tp > &) const + + + void + operator+= + a01484.html + gaeb7b9d2b39d2312c117a50769114e26c + (const valarray< _Tp > &) const + + + void + operator+= + a01484.html + gabffb22fe7508d7fb6b06e4ca76440fc0 + (const valarray< _Tp > &) const + + + valarray< _Tp > & + operator+= + a01484.html + ga75cc5c668aaade5ccc50b199d789e191 + (const _Tp &) + + + valarray< _Tp > & + operator+= + a01484.html + ga8b82cbb5b9eafa8c1fc86ae8678e1f36 + (const valarray< _Tp > &) + + + _UnaryOp< __negate >::_Rt + operator- + a01484.html + ga028b49a6d0cf1f6afa48149603d953b2 + () const + + + void + operator-= + a01484.html + gac25a53dfa03677767990c5a3af186cf8 + (const valarray< _Tp > &) const + + + void + operator-= + a01484.html + ga7e8b4e636a4ccb6a93f289308d2d6c7e + (const valarray< _Tp > &) const + + + void + operator-= + a01484.html + ga8eb0f010a6a61d5066af1b3e757b87b9 + (const valarray< _Tp > &) const + + + void + operator-= + a01484.html + gaaa8967e72a60fc2b6f8f422dc970ea1f + (const valarray< _Tp > &) const + + + valarray< _Tp > & + operator-= + a01484.html + ga4667f35667105d1ec1aa3e763c503cd4 + (const _Tp &) + + + valarray< _Tp > & + operator-= + a01484.html + ga5e7ec75f9c2dd61177a35d939ce85f11 + (const valarray< _Tp > &) + + + void + operator/= + a01484.html + ga4a86ee20d770ceb9779e865968faa6a7 + (const valarray< _Tp > &) const + + + void + operator/= + a01484.html + gac1417dfc58271e6730675e151cd3dd06 + (const valarray< _Tp > &) const + + + void + operator/= + a01484.html + ga2ea239d6f6f027caa976efe4821944d0 + (const valarray< _Tp > &) const + + + void + operator/= + a01484.html + gaea8c21a277b5dfee1f7f4b09c556259d + (const valarray< _Tp > &) const + + + valarray< _Tp > & + operator/= + a01484.html + ga15f95c715e3a16e30ff24477ccf4e502 + (const _Tp &) + + + valarray< _Tp > & + operator/= + a01484.html + ga4572c21b07ac304ac9d7062d2f5ae160 + (const valarray< _Tp > &) + + + void + operator<<= + a01484.html + ga30a493dbd85a2271bcc09d9d24f387b2 + (const valarray< _Tp > &) const + + + void + operator<<= + a01484.html + gadc9fb4be42ab111a8b17efc9480006c7 + (const valarray< _Tp > &) const + + + void + operator<<= + a01484.html + ga43fc95bcbd0f89c0468f249209eb587b + (const valarray< _Tp > &) const + + + void + operator<<= + a01484.html + ga15a72598162a7183c3be5cfdcb43a94b + (const valarray< _Tp > &) const + + + valarray< _Tp > & + operator<<= + a01484.html + ga435a2811affb685f15934a9204bed29e + (const _Tp &) + + + valarray< _Tp > & + operator<<= + a01484.html + ga9635c78d05a1fcbc22885223c1432f25 + (const valarray< _Tp > &) + + + gslice_array & + operator= + a01484.html + gaf25507c9a66f729500964d397b7cb9fb + (const gslice_array &) + + + indirect_array & + operator= + a01484.html + ga73cce032d98e922eeafb676920174f52 + (const indirect_array &) + + + mask_array & + operator= + a01484.html + gac8928f66422bd3601fcf43b79761abd5 + (const mask_array &) + + + void + operator= + a01484.html + gaf2a0c3883cfb758e05e3d62ec7e0a07f + (const valarray< _Tp > &) const + + + void + operator= + a01484.html + ga6072ae14d756314665aef25c55cc4d33 + (const valarray< _Tp > &) const + + + gslice & + operator= + a01484.html + ga59fd646ebf243e99b2063baf37ba91d0 + (const gslice &) + + + void + operator= + a01484.html + ga8dfed8c043d7a82e4b71cf65c64ec844 + (const _Tp &) const + + + void + operator= + a01484.html + ga2af95af73e734b394322ec304e1b73f2 + (const _Tp &) const + + + void + operator= + a01484.html + gac17dafc8657c7fd6eab36a46260ff97f + (const _Tp &) const + + + slice_array & + operator= + a01484.html + ga638dcc09b7202f5e671c6637bf01db31 + (const slice_array &) + + + void + operator= + a01484.html + gab5edb43da924e3c138ba22d29dc4c050 + (const valarray< _Tp > &) const + + + void + operator= + a01484.html + ga3ddb6f583d7c7ef17b471662a4a7a7ac + (const _Tp &) const + + + valarray< _Tp > & + operator= + a01484.html + gafd9682220fbb71cdd3780fb0b80a7840 + (const valarray< _Tp > &__v) + + + valarray< _Tp > & + operator= + a01484.html + ga0b40ea6b05b21b6506d3541205bbfe64 + (valarray< _Tp > &&__v) noexcept + + + valarray< _Tp > & + operator= + a01484.html + ga80a24d05a21101fb1e8f32d7617b349a + (const _Tp &__t) + + + valarray< _Tp > & + operator= + a01484.html + ga708c338c38f644c83fb4440add0a7f82 + (const slice_array< _Tp > &__sa) + + + valarray< _Tp > & + operator= + a01484.html + ga975285295867516982cbd04e5416ca33 + (const gslice_array< _Tp > &__ga) + + + valarray< _Tp > & + operator= + a01484.html + ga008f37655c6e6e55b37c9b46efd259c1 + (const mask_array< _Tp > &__ma) + + + valarray< _Tp > & + operator= + a01484.html + gad58ef4619934cdeccb9b476c6e8ccceb + (const indirect_array< _Tp > &__ia) + + + valarray & + operator= + a01484.html + ga781c3cfba5752871b9b8df2717f3d301 + (initializer_list< _Tp > __l) + + + void + operator>>= + a01484.html + ga8293a4feaf1bde96e155e6ba528d0b9a + (const valarray< _Tp > &) const + + + void + operator>>= + a01484.html + ga87f02d439b80dd0d351ae9f827c4f77e + (const valarray< _Tp > &) const + + + void + operator>>= + a01484.html + ga611bd59fab7a43ce79f1707eea03be7a + (const valarray< _Tp > &) const + + + void + operator>>= + a01484.html + ga7ebc66086e23f1d4bb5cc554fedde16b + (const valarray< _Tp > &) const + + + valarray< _Tp > & + operator>>= + a01484.html + ga5ce6f32c286043434e864d28271f2069 + (const _Tp &) + + + valarray< _Tp > & + operator>>= + a01484.html + ga7f2a41abd2f316f4de7942652da2410d + (const valarray< _Tp > &) + + + _Tp & + operator[] + a01484.html + ga2325176078e58966124ec919df2b1eb4 + (size_t __i) + + + _Expr< _SClos< _ValArray, _Tp >, _Tp > + operator[] + a01484.html + ga5e86bbdb258433295ab39596449a5f7e + (slice __s) const + + + slice_array< _Tp > + operator[] + a01484.html + gad5394a15e9c7edd4ecece4534d3c3ba3 + (slice __s) + + + _Expr< _GClos< _ValArray, _Tp >, _Tp > + operator[] + a01484.html + ga28ef76e86bd06a99b58af17899554590 + (const gslice &__s) const + + + gslice_array< _Tp > + operator[] + a01484.html + gae5e23cc8dbbeee72c16868aad85731ba + (const gslice &__s) + + + valarray< _Tp > + operator[] + a01484.html + ga8f454eb267fee574dadea61b69b94d31 + (const valarray< bool > &__m) const + + + mask_array< _Tp > + operator[] + a01484.html + ga24fb191ad805190686652a3a8bf7169b + (const valarray< bool > &__m) + + + _Expr< _IClos< _ValArray, _Tp >, _Tp > + operator[] + a01484.html + ga2d1a225784345f3c5eb3e94e984e5e00 + (const valarray< size_t > &__i) const + + + indirect_array< _Tp > + operator[] + a01484.html + gafcd1719464554185069224f2fd837de3 + (const valarray< size_t > &__i) + + + void + operator^= + a01484.html + gaa45daae152fd32ab851c56779fc1e13c + (const valarray< _Tp > &) const + + + void + operator^= + a01484.html + gab7b73360db81555ebc04e3c482a94857 + (const valarray< _Tp > &) const + + + void + operator^= + a01484.html + ga335663b1692606f8a5d96324592d4785 + (const valarray< _Tp > &) const + + + void + operator^= + a01484.html + ga262449de3e39bbae18ab3bb911b2eb8b + (const valarray< _Tp > &) const + + + valarray< _Tp > & + operator^= + a01484.html + ga12372c525f0ae4cdeb7180c7337b57ed + (const _Tp &) + + + valarray< _Tp > & + operator^= + a01484.html + ga945c098affa36e4df42895bca9937b61 + (const valarray< _Tp > &) + + + void + operator|= + a01484.html + ga87a6054e3d3df9b3b828c86d7b71a7d0 + (const valarray< _Tp > &) const + + + void + operator|= + a01484.html + ga684708f251addb2566756f4d2eedee36 + (const valarray< _Tp > &) const + + + void + operator|= + a01484.html + ga349500cff6b300c39a505e9c74943b86 + (const valarray< _Tp > &) const + + + void + operator|= + a01484.html + ga0cfe83bfd0c60d5f1b393bbddcc70889 + (const valarray< _Tp > &) const + + + valarray< _Tp > & + operator|= + a01484.html + gaf20cc6bf249d338dd1fdb26f4363ee2e + (const _Tp &) + + + valarray< _Tp > & + operator|= + a01484.html + ga2082939513c0702ce488c2dc27e98951 + (const valarray< _Tp > &) + + + _UnaryOp< __bitwise_not >::_Rt + operator~ + a01484.html + ga88b2ec0fbd1864a99c09d24f5b39e16d + () const + + + void + resize + a01484.html + ga8f9fdb05edd4a7364dec8a5e9ae2a0bb + (size_t __size, _Tp __c=_Tp()) + + + valarray< _Tp > + shift + a01484.html + gaebe5d7bc4dea9740cdbb03d36a3e4521 + (int __n) const + + + size_t + size + a01484.html + ga5b1a5398fdc4ecf20576f3cae02ea8fc + () const + + + valarray< size_t > + size + a01484.html + gaeabfccb9dc90c70b63e73149b026ccf5 + () const + + + size_t + size + a01484.html + ga351ffb24ad6654f7f5f8b10731fc8c95 + () const + + + size_t + start + a01484.html + gac5e75a2dd40a49ee555fc35d0eeacc1a + () const + + + size_t + start + a01484.html + ga5f0b7200c4a68f9b939ae84060439707 + () const + + + size_t + stride + a01484.html + gab9ee3d00a3ef2be02ac5895894b66ee7 + () const + + + valarray< size_t > + stride + a01484.html + ga8a9378455753dd979d6424bdff021820 + () const + + + _Tp + sum + a01484.html + gabf296b8981ebb3c123b3ba99e753598f + () const + + + void + swap + a01484.html + ga6033c5c6f21fed896e5ff6a06bba62b9 + (valarray< _Tp > &__v) noexcept + + + + numerics + Numerics + a01479.html + complex_numbers + decimal + mathsf + tr1_math_spec_func + numeric_arrays + random + + + optional + Optional values + a01521.html + std::experimental::fundamentals_v1::_Has_addressof + std::experimental::fundamentals_v1::_Optional_base + std::experimental::fundamentals_v1::_Optional_base< _Tp, false > + std::experimental::fundamentals_v1::bad_optional_access + std::experimental::fundamentals_v1::in_place_t + std::experimental::fundamentals_v1::nullopt_t + std::experimental::fundamentals_v1::optional + + constexpr enable_if_t<!_Has_addressof< _Tp >::value, _Tp * > + __constexpr_addressof + a01521.html + gaec6098e9e49d3b1918c5de29086aeead + (_Tp &__t) + + + constexpr in_place_t + in_place + a01521.html + ga69b3880c858acc1b7f88478d209b2fb3 + + + + constexpr nullopt_t + nullopt + a01521.html + ga2221e221b29838a39e88d176b5859900 + + + + + pointer_abstractions + Pointer Abstractions + a01478.html + std::default_delete + std::default_delete< _Tp[]> + std::enable_shared_from_this + std::hash< shared_ptr< _Tp > > + std::hash< unique_ptr< _Tp, _Dp > > + std::owner_less + std::owner_less< shared_ptr< _Tp > > + std::owner_less< void > + std::owner_less< weak_ptr< _Tp > > + std::pointer_traits + std::pointer_traits< _Tp * > + std::shared_ptr + std::unique_ptr + std::unique_ptr< _Tp[], _Dp > + std::weak_ptr + + shared_ptr< _Tp > + allocate_shared + a01478.html + ga84894e14d771a93b933577b3f8f191cc + (const _Alloc &__a, _Args &&... __args) + + + _Del * + get_deleter + a01478.html + ga6f732e9d75b33511b0d0f8f8cc1c84e3 + (const __shared_ptr< _Tp, _Lp > &__p) noexcept + + + shared_ptr< _Tp > + make_shared + a01478.html + ga1f3ad1c876ee5b203367e06d74fe0bf2 + (_Args &&... __args) + + + _MakeUniq< _Tp >::__single_object + make_unique + a01478.html + gab72611d8b399709730dd7be9a90edd50 + (_Args &&... __args) + + + _MakeUniq< _Tp >::__array + make_unique + a01478.html + ga09f53b8490110f541d003bf411412060 + (size_t __num) + + + _MakeUniq< _Tp >::__invalid_type + make_unique + a01478.html + ga387ad6ac7691e01c380813a870d6483e + (_Args &&...)=delete + + + std::basic_ostream< _Ch, _Tr > & + operator<< + a01478.html + ga8f7159a55b4df5308fa03b531586fb2b + (std::basic_ostream< _Ch, _Tr > &__os, const __shared_ptr< _Tp, _Lp > &__p) + + + bool + atomic_is_lock_free + a01478.html + ga26f0b2f2e5e143c43b9ac86853cdb495 + (const __shared_ptr< _Tp, _Lp > *__p) + + + bool + atomic_is_lock_free + a01478.html + ga5fe925503fa03a8132ab6ac8c3d05017 + (const shared_ptr< _Tp > *__p) + + + shared_ptr< _Tp > + atomic_load_explicit + a01478.html + gac5834272ab3ee80d5263ec71c30d4e40 + (const shared_ptr< _Tp > *__p, memory_order) + + + shared_ptr< _Tp > + atomic_load + a01478.html + gaa1f2f437e65f14cbc39dc5aa9c7787cb + (const shared_ptr< _Tp > *__p) + + + __shared_ptr< _Tp, _Lp > + atomic_load_explicit + a01478.html + gac10fed73419a9afc7442fcf685c9f4ef + (const __shared_ptr< _Tp, _Lp > *__p, memory_order) + + + __shared_ptr< _Tp, _Lp > + atomic_load + a01478.html + ga068286dfd18be5a7656c478f4b23ea11 + (const __shared_ptr< _Tp, _Lp > *__p) + + + void + atomic_store_explicit + a01478.html + gac459811f24dfa61ca04dff98c59b0433 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) + + + void + atomic_store + a01478.html + gaad7c9077082544dc2454ef66eb252cad + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r) + + + void + atomic_store_explicit + a01478.html + ga4fb42f2c743388ba4dcf24abf0cc2701 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r, memory_order) + + + void + atomic_store + a01478.html + gaf607a58027ea400e7688daa2832c67ef + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r) + + + shared_ptr< _Tp > + atomic_exchange_explicit + a01478.html + ga663e97cb5020aa674934c4eda56ea7a0 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r, memory_order) + + + shared_ptr< _Tp > + atomic_exchange + a01478.html + ga0e05e0e96f4b0cfdce2e7f6143976070 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > __r) + + + __shared_ptr< _Tp, _Lp > + atomic_exchange_explicit + a01478.html + gac73bf6a6160e468fc776581bcecd5424 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r, memory_order) + + + __shared_ptr< _Tp, _Lp > + atomic_exchange + a01478.html + ga419348e5a13dcd7fdccd244f6c15bd35 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > __r) + + + bool + atomic_compare_exchange_strong_explicit + a01478.html + ga7b812df2cdd0c01f09d65168d22418c9 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w, memory_order, memory_order) + + + bool + atomic_compare_exchange_strong + a01478.html + ga8b4c27092fe0543d16aa24679ab64f35 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w) + + + bool + atomic_compare_exchange_weak_explicit + a01478.html + ga8ddc9b0002afbe0001718de9c8ca931e + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w, memory_order __success, memory_order __failure) + + + bool + atomic_compare_exchange_weak + a01478.html + ga6aa9828191cf7749c72581e719dde0b0 + (shared_ptr< _Tp > *__p, shared_ptr< _Tp > *__v, shared_ptr< _Tp > __w) + + + bool + atomic_compare_exchange_strong_explicit + a01478.html + ga8ac0b3f7aae34919ebc25fc54ff6b9c8 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w, memory_order, memory_order) + + + bool + atomic_compare_exchange_strong + a01478.html + ga7f9e658275d4a2cdbf1b6a00d02adcc7 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w) + + + bool + atomic_compare_exchange_weak_explicit + a01478.html + ga31df9efdf79235d0f8e112d245deb431 + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w, memory_order __success, memory_order __failure) + + + bool + atomic_compare_exchange_weak + a01478.html + ga6860aafd01c4daf71cca0efe5193437f + (__shared_ptr< _Tp, _Lp > *__p, __shared_ptr< _Tp, _Lp > *__v, __shared_ptr< _Tp, _Lp > __w) + + + + random_distributions_poisson + Poisson Distributions + a01542.html + std::discrete_distribution + std::exponential_distribution + std::extreme_value_distribution + std::piecewise_constant_distribution + std::piecewise_linear_distribution + std::poisson_distribution + std::weibull_distribution + + bool + operator!= + a01542.html + ga16e064b3a8822c1a5b84e0b146b2a701 + (const std::poisson_distribution< _IntType > &__d1, const std::poisson_distribution< _IntType > &__d2) + + + bool + operator!= + a01542.html + gadb6734dde139796b0c17ab7da2092000 + (const std::exponential_distribution< _RealType > &__d1, const std::exponential_distribution< _RealType > &__d2) + + + bool + operator!= + a01542.html + ga93a5f8cbd4387728796f825a8004f3fe + (const std::weibull_distribution< _RealType > &__d1, const std::weibull_distribution< _RealType > &__d2) + + + bool + operator!= + a01542.html + ga7cb0e95ae2658e8fbce52e9b83969955 + (const std::extreme_value_distribution< _RealType > &__d1, const std::extreme_value_distribution< _RealType > &__d2) + + + bool + operator!= + a01542.html + gaf7323b91cdc741135f4099930580987b + (const std::discrete_distribution< _IntType > &__d1, const std::discrete_distribution< _IntType > &__d2) + + + bool + operator!= + a01542.html + ga1c4c402db457c46e730ba427efda1f5a + (const std::piecewise_constant_distribution< _RealType > &__d1, const std::piecewise_constant_distribution< _RealType > &__d2) + + + bool + operator!= + a01542.html + ga34f4ca07d82381cbfd41b4563b5f265e + (const std::piecewise_linear_distribution< _RealType > &__d1, const std::piecewise_linear_distribution< _RealType > &__d2) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01542.html + ga24847f7a1a655893e956f636db4e9f3a + (std::basic_ostream< _CharT, _Traits > &__os, const std::exponential_distribution< _RealType > &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01542.html + ga5d78bcb5583afa9e1871301f9d6d9c68 + (std::basic_ostream< _CharT, _Traits > &__os, const std::weibull_distribution< _RealType > &__x) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01542.html + ga65897cd1a592c0a6c399072ec1ef7192 + (std::basic_ostream< _CharT, _Traits > &__os, const std::extreme_value_distribution< _RealType > &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01542.html + ga5dbbb1871bc0160e0b9cf609e222fb18 + (std::basic_istream< _CharT, _Traits > &__is, std::exponential_distribution< _RealType > &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01542.html + gae0fa60823d48bfd5b1d7a7c0063826ba + (std::basic_istream< _CharT, _Traits > &__is, std::weibull_distribution< _RealType > &__x) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01542.html + ga391e8f9fb533a5fb81f4099e9b03ff6a + (std::basic_istream< _CharT, _Traits > &__is, std::extreme_value_distribution< _RealType > &__x) + + + + pbds + Policy-Based Data Structures + a01532.html + containers-pbds + exceptions-pbds + tags + traits + + + random_distributions + Random Number Distributions + a01538.html + random_distributions_bernoulli + random_distributions_normal + random_distributions_poisson + random_distributions_uniform + + + random + Random Number Generation + a01497.html + random_distributions + random_generators + random_utilities + std::__detail + + _RealType + generate_canonical + a01497.html + ga2f17f21ce71bab2f3de9353f2ab02f13 + (_UniformRandomNumberGenerator &__g) + + + + random_generators + Random Number Generators + a01537.html + std::discard_block_engine + std::independent_bits_engine + std::linear_congruential_engine + std::mersenne_twister_engine + std::random_device + std::shuffle_order_engine + std::subtract_with_carry_engine + + linear_congruential_engine< uint_fast32_t, 48271UL, 0UL, 2147483647UL > + minstd_rand + a01537.html + ga06944ee85abb11c4d8332728514da20a + + + + linear_congruential_engine< uint_fast32_t, 16807UL, 0UL, 2147483647UL > + minstd_rand0 + a01537.html + ga70e14a580880f05e94a51c6e103e1cd1 + + + + mersenne_twister_engine< uint_fast32_t, 32, 624, 397, 31, 0x9908b0dfUL, 11, 0xffffffffUL, 7, 0x9d2c5680UL, 15, 0xefc60000UL, 18, 1812433253UL > + mt19937 + a01537.html + ga887bdc65ea12ca4f83aa79f5bd9fce03 + + + + mersenne_twister_engine< uint_fast64_t, 64, 312, 156, 31, 0xb5026f5aa96619e9ULL, 29, 0x5555555555555555ULL, 17, 0x71d67fffeda60000ULL, 37, 0xfff7eee000000000ULL, 43, 6364136223846793005ULL > + mt19937_64 + a01537.html + ga9606c7ecfbdedbd7ee5d8b908f4e2275 + + + + bool + operator!= + a01537.html + gafb9c9578afd0299fc357581cb848f2fd + (const std::linear_congruential_engine< _UIntType, __a, __c, __m > &__lhs, const std::linear_congruential_engine< _UIntType, __a, __c, __m > &__rhs) + + + bool + operator!= + a01537.html + ga08598cac266ed03507603ca6d6c27ce2 + (const std::mersenne_twister_engine< _UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f > &__lhs, const std::mersenne_twister_engine< _UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f > &__rhs) + + + bool + operator!= + a01537.html + ga58cddddd716e5fe8d9ef54732399b68f + (const std::subtract_with_carry_engine< _UIntType, __w, __s, __r > &__lhs, const std::subtract_with_carry_engine< _UIntType, __w, __s, __r > &__rhs) + + + bool + operator!= + a01537.html + ga223f7056b37b325f9d70eda843982dff + (const std::discard_block_engine< _RandomNumberEngine, __p, __r > &__lhs, const std::discard_block_engine< _RandomNumberEngine, __p, __r > &__rhs) + + + bool + operator!= + a01537.html + ga8ad332f998832aa3bbf426abf441c34a + (const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__lhs, const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__rhs) + + + bool + operator!= + a01537.html + ga47c5a5d9835e00a60a76f4be7ea0f671 + (const std::shuffle_order_engine< _RandomNumberEngine, __k > &__lhs, const std::shuffle_order_engine< _RandomNumberEngine, __k > &__rhs) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01537.html + ga1e56f8bee410b0ebf924661d35faf834 + (std::basic_ostream< _CharT, _Traits > &__os, const std::independent_bits_engine< _RandomNumberEngine, __w, _UIntType > &__x) + + + + random_utilities + Random Number Utilities + a01543.html + std::seed_seq + + + ratio + Rational Arithmetic + a01480.html + std::ratio + std::ratio_equal + std::ratio_not_equal + + typename __ratio_divide< _R1, _R2 >::type + ratio_divide + a01480.html + gab89b6a439b3582240985f372bc381666 + + + + typename __ratio_multiply< _R1, _R2 >::type + ratio_multiply + a01480.html + gaa0eb766f5844bb5f3ccbeaae9b994257 + + + + + regex + Regular Expressions + a01499.html + regex-detail + std::regex_constants + std::basic_regex + std::match_results + std::regex_error + std::regex_iterator + std::regex_token_iterator + std::regex_traits + std::sub_match + + regex_token_iterator< const char * > + cregex_token_iterator + a01499.html + ga2b025ba2913cd0f7266ddbea7eb2c915 + + + + sub_match< const char * > + csub_match + a01499.html + ga29090c6f0fdf0d3241cf79e759838eeb + + + + basic_regex< char > + regex + a01499.html + ga8fceaea413a55303731b390fbd660163 + + + + regex_token_iterator< string::const_iterator > + sregex_token_iterator + a01499.html + gaa39e71a0a921a1f5b6e106613346195c + + + + sub_match< string::const_iterator > + ssub_match + a01499.html + ga1339fbccc0b05ed8cfe8c3afa83e9a4b + + + + regex_token_iterator< const wchar_t * > + wcregex_token_iterator + a01499.html + ga5b2a538a8ce2fb132701282a685e04cb + + + + sub_match< const wchar_t * > + wcsub_match + a01499.html + gaa0c750b2841582cefabadec3f0683bb9 + + + + basic_regex< wchar_t > + wregex + a01499.html + gae16f87e70ea5847b0399a396c637615f + + + + regex_token_iterator< wstring::const_iterator > + wsregex_token_iterator + a01499.html + ga45d6a7c3f216b9e231d6bfbe2f405821 + + + + sub_match< wstring::const_iterator > + wssub_match + a01499.html + ga093a1ad2914d74a3fafb7baa78a3deb6 + + + + bool + operator!= + a01499.html + ga82e9b319feda06c3f9bbc8c501d7ed5c + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + + + bool + operator!= + a01499.html + ga26b97c6b57337790d75c65c39461d57b + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator!= + a01499.html + ga4c4c0391a3cd864c981a2752bbb39e87 + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + + + bool + operator!= + a01499.html + ga4c5fbbe825fb3b00793f87d5b0f84b37 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator!= + a01499.html + gaeffd353ea0720cf2338ac2cd23511b9f + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + + + bool + operator!= + a01499.html + gafd4ac060b48dc528864dcb79b7ac47b9 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator!= + a01499.html + ga4a40078467f136b65820875414060d72 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + + + bool + operator!= + a01499.html + gabaac77113d0fd8c575e3a955eff37e10 + (const match_results< _Bi_iter, _Alloc > &__m1, const match_results< _Bi_iter, _Alloc > &__m2) + + + bool + operator< + a01499.html + gad9079e03d834c2dfd61dfae4f73f0031 + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + + + bool + operator< + a01499.html + ga341b35e5b4af405e08d5c2abb676cf39 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator< + a01499.html + ga20182f0fe24d991ad8a8daede16933fa + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + + + bool + operator< + a01499.html + ga11e1ee39f1b05e646abe2caea0565967 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator< + a01499.html + ga01622c3d750044cf92cd8a1eaa89ca5b + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + + + bool + operator< + a01499.html + ga1862d7e70ac15663db23831edbc4d06f + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator< + a01499.html + gabc00ef86c05a9226d2007dd587c196f3 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + + + basic_ostream< _Ch_type, _Ch_traits > & + operator<< + a01499.html + ga3e80f96ee978fcba07dec04a3d9e1f3b + (basic_ostream< _Ch_type, _Ch_traits > &__os, const sub_match< _Bi_iter > &__m) + + + bool + operator<= + a01499.html + ga6d0ebab63e2fcfb19ad69237091d4d7f + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + + + bool + operator<= + a01499.html + ga4fd4bec06d2b472f7002ee98aea643af + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator<= + a01499.html + gac012e10e6bb4ba58875ad515b9b9f05d + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + + + bool + operator<= + a01499.html + ga490e9054301cbb70120a6b0202cee45d + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator<= + a01499.html + ga5620ce8b20ede9f7494a66af23212304 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + + + bool + operator<= + a01499.html + ga84b53be86a6dfea454c23d5207d0864d + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator<= + a01499.html + gaeb2fd054122ecce964976201c05a73cc + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + + + bool + operator== + a01499.html + ga89f3784efc6a944b4857408f1fcf7f3b + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + + + bool + operator== + a01499.html + ga811c7e6a67b83ef003e899c4ea93b910 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator== + a01499.html + gae583f778cadadef72db1f8afaa7bc4a1 + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + + + bool + operator== + a01499.html + ga472d58de0896c76b3d402dbf27aa75c8 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator== + a01499.html + gae4390d0b1712ee5334c61da6e0576d08 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + + + bool + operator== + a01499.html + ga51b1c9a2beb5254d11c13dbc22a8e379 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator== + a01499.html + gaac6078c1098e92d740d6d226f1c5e3dd + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + + + bool + operator== + a01499.html + gab03e70e48f17f27c9e74d12c63bc315a + (const match_results< _Bi_iter, _Alloc > &__m1, const match_results< _Bi_iter, _Alloc > &__m2) + + + bool + operator> + a01499.html + gaec6e1b27604a07cb7a1158c0a1da0810 + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + + + bool + operator> + a01499.html + ga61879ec22c8f941d3bc5a6f57f094779 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator> + a01499.html + ga20e59f399d0143cf0517ed705d5f095a + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + + + bool + operator> + a01499.html + ga5554501d29b4f818450c37cbf8e3b403 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator> + a01499.html + ga99794cccf99b31cbb9c80f20ff638cc0 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + + + bool + operator> + a01499.html + gaaee0b4d314905566d4d083f1f3cabfa4 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator> + a01499.html + ga1bdb78aca267183451bbd59a262f52c9 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + + + bool + operator>= + a01499.html + ga9ee66c57996b60af8514834ba5054af4 + (const sub_match< _BiIter > &__lhs, const sub_match< _BiIter > &__rhs) + + + bool + operator>= + a01499.html + ga81455a2af5c1721d3340fa06eaccfe06 + (const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator>= + a01499.html + gaa4a816fd640e88c0b2e9b0bb6cc4cb19 + (const sub_match< _Bi_iter > &__lhs, const __sub_match_string< _Bi_iter, _Ch_traits, _Ch_alloc > &__rhs) + + + bool + operator>= + a01499.html + ga86523db2bbd873f4bc26c42a77f443b3 + (typename iterator_traits< _Bi_iter >::value_type const *__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator>= + a01499.html + ga1225fba40c8af2c834e8201af601829b + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const *__rhs) + + + bool + operator>= + a01499.html + ga71a6363d6cad986521d5f5a1537a1e06 + (typename iterator_traits< _Bi_iter >::value_type const &__lhs, const sub_match< _Bi_iter > &__rhs) + + + bool + operator>= + a01499.html + ga4fdb938850a723e8e447fce21fc0b7c2 + (const sub_match< _Bi_iter > &__lhs, typename iterator_traits< _Bi_iter >::value_type const &__rhs) + + + void + swap + a01499.html + ga8cdf0d24423573721c4bdb9b2ffd8a7d + (basic_regex< _Ch_type, _Rx_traits > &__lhs, basic_regex< _Ch_type, _Rx_traits > &__rhs) + + + void + swap + a01499.html + ga6fe1f90a0adfa7ded7d28f737893642c + (match_results< _Bi_iter, _Alloc > &__lhs, match_results< _Bi_iter, _Alloc > &__rhs) + + + bool + regex_match + a01499.html + gaa55e272e1102f2c2d62d44bc39ca4ed3 + (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_match + a01499.html + ga56856a210c4b6150bb0b64dddcdc9578 + (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_match + a01499.html + ga801fe7c19ab7cf5bb7cbf7ff03c4e5eb + (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_match + a01499.html + ga23ab0d8ecb63ccfb2f2130947f977c32 + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_match + a01499.html + ga79853ee819b851413b45e03e066c6b7b + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete + + + bool + regex_match + a01499.html + ga975d1c6755647e1b45bddb5a6c3736bc + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_match + a01499.html + gac9bdb8370891a6588cf4f75850236e53 + (const basic_string< _Ch_type, _Ch_traits, _Str_allocator > &__s, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_search + a01499.html + gabe7986685f56116bf30c2f91d72ab9b6 + (_Bi_iter __s, _Bi_iter __e, match_results< _Bi_iter, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga66522d5eacabc953cc2e2512018b1eaf + (_Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__re, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga1c7c948a359f622835764f0c739095d1 + (const _Ch_type *__s, match_results< const _Ch_type *, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga74001d5fb6cc2788210770519eceed7d + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga295b45a2979a0b78d1f8cf3958a1a1a0 + (const basic_string< _Ch_type, _Ch_traits, _String_allocator > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga5d9b5360c3e14ab995f44a4f25a58b5e + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &__s, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &__m, const basic_regex< _Ch_type, _Rx_traits > &__e, regex_constants::match_flag_type __f=regex_constants::match_default) + + + bool + regex_search + a01499.html + ga5b3d18a746c2b6e12058e6769214a38c + (const basic_string< _Ch_type, _Ch_traits, _Ch_alloc > &&, match_results< typename basic_string< _Ch_type, _Ch_traits, _Ch_alloc >::const_iterator, _Alloc > &, const basic_regex< _Ch_type, _Rx_traits > &, regex_constants::match_flag_type=regex_constants::match_default)=delete + + + _Out_iter + regex_replace + a01499.html + ga92fc4fdd0f158a2779495ff609213cee + (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + _Out_iter + regex_replace + a01499.html + ga5e4ce407b27fd6d1d4502b6a47f48baa + (_Out_iter __out, _Bi_iter __first, _Bi_iter __last, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + basic_string< _Ch_type, _St, _Sa > + regex_replace + a01499.html + ga3bcb11315d31d20f37b9c1b78e030f90 + (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _Fst, _Fsa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + basic_string< _Ch_type, _St, _Sa > + regex_replace + a01499.html + gab2a4f515157ae835a3b2bfddc3d5ad5e + (const basic_string< _Ch_type, _St, _Sa > &__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + basic_string< _Ch_type > + regex_replace + a01499.html + gacd17678735431a5df3f0109050c15200 + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const basic_string< _Ch_type, _St, _Sa > &__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + basic_string< _Ch_type > + regex_replace + a01499.html + ga90ecc0db56fc72636b31613801f8e738 + (const _Ch_type *__s, const basic_regex< _Ch_type, _Rx_traits > &__e, const _Ch_type *__fmt, regex_constants::match_flag_type __flags=regex_constants::match_default) + + + + SGIextensions + SGI + a01465.html + __gnu_cxx::binary_compose + __gnu_cxx::constant_binary_fun + __gnu_cxx::constant_unary_fun + __gnu_cxx::constant_void_fun + __gnu_cxx::hash_map + __gnu_cxx::hash_multimap + __gnu_cxx::hash_multiset + __gnu_cxx::hash_set + __gnu_cxx::project1st + __gnu_cxx::project2nd + __gnu_cxx::rb_tree + __gnu_cxx::rope + __gnu_cxx::select1st + __gnu_cxx::select2nd + __gnu_cxx::slist + __gnu_cxx::subtractive_rng + __gnu_cxx::temporary_buffer + __gnu_cxx::unary_compose + + const _Tp & + __median + a01465.html + ga0b1bd4fe66e82c6d9d2257570aea3f07 + (const _Tp &__a, const _Tp &__b, const _Tp &__c) + + + const _Tp & + __median + a01465.html + gab2ccdd18aa0ed8eb2757efc6786f7481 + (const _Tp &__a, const _Tp &__b, const _Tp &__c, _Compare __comp) + + + size_t + _Find_first + a01465.html + ga6e02d58f0dc8e29529bc5bb4bda868c9 + () const noexcept + + + size_t + _Find_next + a01465.html + ga335929b2d821067e4288911e01e7e0ab + (size_t __prev) const noexcept + + + unary_compose< _Operation1, _Operation2 > + compose1 + a01465.html + ga0099fa0a5f616d3bc2ba21b81902fc5f + (const _Operation1 &__fn1, const _Operation2 &__fn2) + + + binary_compose< _Operation1, _Operation2, _Operation3 > + compose2 + a01465.html + ga3a4bcb8b957d6c73414c6a5eda0fef17 + (const _Operation1 &__fn1, const _Operation2 &__fn2, const _Operation3 &__fn3) + + + constant_void_fun< _Result > + constant0 + a01465.html + gabbe0a1fe70c819c69c49791fd172bbb7 + (const _Result &__val) + + + constant_unary_fun< _Result, _Result > + constant1 + a01465.html + ga00aba91be56a04a7a200f932b507c4f2 + (const _Result &__val) + + + constant_binary_fun< _Result, _Result, _Result > + constant2 + a01465.html + gafa3404bd6e935274a6ce879dab3c8d08 + (const _Result &__val) + + + pair< _InputIterator, _OutputIterator > + copy_n + a01465.html + ga72c21e0f95b2b3cb6ea2785ee4108b01 + (_InputIterator __first, _Size __count, _OutputIterator __result) + + + void + distance + a01465.html + gade7ee057985825bd6d67e7a1a682dd89 + (_InputIterator __first, _InputIterator __last, _Distance &__n) + + + _Tp + identity_element + a01465.html + gace93b3939a95d95c7f1b010457a54ff9 + (std::plus< _Tp >) + + + _Tp + identity_element + a01465.html + gaadbb1d3b3633bdf49a06904e95d5ef79 + (std::multiplies< _Tp >) + + + int + lexicographical_compare_3way + a01465.html + gadd7eb026c10d4a6929b8c61d0501bdee + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) + + + _Tp + power + a01465.html + ga52a0d4d0aad4e35cbcc82c8be1dfcebe + (_Tp __x, _Integer __n, _MonoidOperation __monoid_op) + + + _Tp + power + a01465.html + ga2a1a321e469c0cafa50d1085b27ebbc3 + (_Tp __x, _Integer __n) + + + _RandomAccessIterator + random_sample + a01465.html + ga5ebfe3733a0ab6455f0fc33dce0aedc1 + (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __out_first, _RandomAccessIterator __out_last) + + + _RandomAccessIterator + random_sample + a01465.html + ga78e35bfad53c1a60a52486366d7f1f4e + (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __out_first, _RandomAccessIterator __out_last, _RandomNumberGenerator &__rand) + + + _OutputIterator + random_sample_n + a01465.html + ga4992181b3aa066878aff43c4bfb84ae5 + (_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __out, const _Distance __n) + + + _OutputIterator + random_sample_n + a01465.html + gafa6f89a01277d183380798fae9826172 + (_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __out, const _Distance __n, _RandomNumberGenerator &__rand) + + + pair< _InputIter, _ForwardIter > + uninitialized_copy_n + a01465.html + ga9bd3520e93f2babe15918dec409a1745 + (_InputIter __first, _Size __count, _ForwardIter __result) + + + bitset< _Nb > & + _Unchecked_set + a01465.html + gab46cfb783c57ffc53976ee861fae1ff4 + (size_t __pos) noexcept + + + bitset< _Nb > & + _Unchecked_set + a01465.html + gaf6e22292e9928712291bfdfc899e32fe + (size_t __pos, int __val) noexcept + + + bitset< _Nb > & + _Unchecked_reset + a01465.html + gaf6f4ee325fdf30171454f70ac153374b + (size_t __pos) noexcept + + + bitset< _Nb > & + _Unchecked_flip + a01465.html + ga3ae4b2fca495c3dc883f9e05ea618538 + (size_t __pos) noexcept + + + constexpr bool + _Unchecked_test + a01465.html + ga937a54ac511a8847838de564dbe17e39 + (size_t __pos) const noexcept + + + + sequences + Sequences + a01467.html + std::array + std::basic_string + std::deque + std::experimental::fundamentals_v1::basic_string_view + std::forward_list + std::list + std::priority_queue + std::queue + std::stack + std::vector + std::vector< bool, _Alloc > + + + set_algorithms + Set Operation + a01489.html + + bool + includes + a01489.html + ga67c9386f01daa7763952b9096ab94c96 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) + + + bool + includes + a01489.html + gaeffeb80fabc63883a4d5e907ca922913 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _Compare __comp) + + + _OutputIterator + set_difference + a01489.html + ga35787a357982adc415c29c036f7aada7 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) + + + _OutputIterator + set_difference + a01489.html + ga7cbebc70e1550ea9939c9269d7c7c289 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) + + + _OutputIterator + set_intersection + a01489.html + gad7a7b81513c68b856c0a2699c29532d0 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) + + + _OutputIterator + set_intersection + a01489.html + ga63b5280a2c5009456a51d38084ce1062 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) + + + _OutputIterator + set_symmetric_difference + a01489.html + ga3b7e12cbdb1a0d4e7691e9730e1924c5 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) + + + _OutputIterator + set_symmetric_difference + a01489.html + gabd18017e018c3090eacd4509e28cc432 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) + + + _OutputIterator + set_union + a01489.html + ga45c2e77ca73dabf6b1ccabbecf0291a6 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) + + + _OutputIterator + set_union + a01489.html + ga3d54d31bc70a0ff4596f5171ec728906 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) + + + + sorting_algorithms + Sorting + a01488.html + binary_search_algorithms + heap_algorithms + set_algorithms + + void + inplace_merge + a01488.html + ga5e5479e1ac5e92b0c1f77bcf762d07e9 + (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last) + + + void + inplace_merge + a01488.html + gaf6a8379ab8a648fd05d52ed0632081fa + (_BidirectionalIterator __first, _BidirectionalIterator __middle, _BidirectionalIterator __last, _Compare __comp) + + + bool + is_sorted + a01488.html + ga3a5337f3b4d2394123033a6c6279abbb + (_ForwardIterator __first, _ForwardIterator __last) + + + bool + is_sorted + a01488.html + gaba6fffa1d87bd34155dcd980bbe02a53 + (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) + + + _ForwardIterator + is_sorted_until + a01488.html + ga76cfb20887dfce8ce554053b6b6935c9 + (_ForwardIterator __first, _ForwardIterator __last) + + + _ForwardIterator + is_sorted_until + a01488.html + ga07069e2148fa7ce5fc6df47a43fd8240 + (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) + + + bool + lexicographical_compare + a01488.html + ga869d1fd6bb4929ef491edbfdbcc9f7b9 + (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2) + + + bool + lexicographical_compare + a01488.html + gae179ce2d015dc0908973644687dce4c6 + (_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2, _Compare __comp) + + + _GLIBCXX14_CONSTEXPR const _Tp & + max + a01488.html + ga84d30d8c4b3f2cbe8ec2055c34a578da + (const _Tp &__a, const _Tp &__b) + + + _GLIBCXX14_CONSTEXPR const _Tp & + max + a01488.html + ga2a22232a7bcd3b1f87a45a5fb01ac9c3 + (const _Tp &__a, const _Tp &__b, _Compare __comp) + + + _GLIBCXX14_CONSTEXPR _ForwardIterator + max_element + a01488.html + ga6c310c6d1db64624d3097dd06838ef9b + (_ForwardIterator __first, _ForwardIterator __last) + + + _GLIBCXX14_CONSTEXPR _ForwardIterator + max_element + a01488.html + gab0bc7a1a77eead2e4af61c6506230104 + (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) + + + _OutputIterator + merge + a01488.html + gabb18bc670a27e539246a2eb154f60351 + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) + + + _OutputIterator + merge + a01488.html + ga7f7771648d074e296d019153633efa8d + (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) + + + _GLIBCXX14_CONSTEXPR const _Tp & + min + a01488.html + gad48656de2f272a953455e1fff2532125 + (const _Tp &__a, const _Tp &__b) + + + _GLIBCXX14_CONSTEXPR const _Tp & + min + a01488.html + ga6499dc0f7db12560643a3b79db5357f6 + (const _Tp &__a, const _Tp &__b, _Compare __comp) + + + _GLIBCXX14_CONSTEXPR _ForwardIterator + min_element + a01488.html + ga1de5df2bd9b3d6e5716e82c95ae6df2a + (_ForwardIterator __first, _ForwardIterator __last) + + + _GLIBCXX14_CONSTEXPR _ForwardIterator + min_element + a01488.html + gaef494344047573854d8e2d34070fd2b4 + (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) + + + _GLIBCXX14_CONSTEXPR pair< const _Tp &, const _Tp & > + minmax + a01488.html + ga67c7bf4c4b3c5cbf251a3812e06e0308 + (const _Tp &__a, const _Tp &__b) + + + _GLIBCXX14_CONSTEXPR pair< const _Tp &, const _Tp & > + minmax + a01488.html + ga74c98df71fd53702699434040aacb249 + (const _Tp &__a, const _Tp &__b, _Compare __comp) + + + _GLIBCXX14_CONSTEXPR pair< _ForwardIterator, _ForwardIterator > + minmax_element + a01488.html + gabaec6cf28af83896d2253693d08d4cfe + (_ForwardIterator __first, _ForwardIterator __last) + + + _GLIBCXX14_CONSTEXPR pair< _ForwardIterator, _ForwardIterator > + minmax_element + a01488.html + gaa8e6bf20463e0f605a548e7d7efb099d + (_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) + + + bool + next_permutation + a01488.html + ga0a84cc794bbfca40a0664edaedd05c34 + (_BidirectionalIterator __first, _BidirectionalIterator __last) + + + bool + next_permutation + a01488.html + ga84b626c10da677e22bdbbb058cc8e7da + (_BidirectionalIterator __first, _BidirectionalIterator __last, _Compare __comp) + + + void + nth_element + a01488.html + ga3a4f2ca9c1c627576aeeaa99181c8c63 + (_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last) + + + void + nth_element + a01488.html + ga6d43f0d62204409f18762c8e1bf1867b + (_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last, _Compare __comp) + + + void + partial_sort + a01488.html + ga91f25d546637f075de3958a25928b687 + (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last) + + + void + partial_sort + a01488.html + ga6401ff7e25d2ef7a6119d894cb40eec0 + (_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last, _Compare __comp) + + + _RandomAccessIterator + partial_sort_copy + a01488.html + ga7b262260421978833cc1b1c6b3969bb4 + (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __result_first, _RandomAccessIterator __result_last) + + + _RandomAccessIterator + partial_sort_copy + a01488.html + gaf53e3f9d5e3c9cd4d36a0801d411e324 + (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __result_first, _RandomAccessIterator __result_last, _Compare __comp) + + + bool + prev_permutation + a01488.html + ga0b0e35a43f5f87ea1c66363be3a34619 + (_BidirectionalIterator __first, _BidirectionalIterator __last) + + + bool + prev_permutation + a01488.html + ga44e9b1d39001f68fa9fcb408b25a77f0 + (_BidirectionalIterator __first, _BidirectionalIterator __last, _Compare __comp) + + + void + sort + a01488.html + ga4ea03048647c50ea7cbdd5da30e82755 + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + void + sort + a01488.html + gae3c0067ae83db1824367ded659a960b2 + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + void + stable_sort + a01488.html + ga7d8bb8e52b7b0e80301dcbec17225b4a + (_RandomAccessIterator __first, _RandomAccessIterator __last) + + + void + stable_sort + a01488.html + ga3a3ce3aa8ac2297f8290939a7988596d + (_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) + + + + strings + Strings + a01512.html + std::basic_string + std::char_traits + std::experimental::fundamentals_v1::basic_string_view + + basic_string< char > + string + a01512.html + ga32db3d9898c44d3b3a578b560f7758cc + + + + basic_string< char16_t > + u16string + a01512.html + ga957ec6dee9435a81e37f7f70e711bf09 + + + + basic_string< char32_t > + u32string + a01512.html + ga83ce9bd7fd0896013d6ef39113119bf5 + + + + basic_string< wchar_t > + wstring + a01512.html + gacc5a707e71ec50089cb9f653282f22f7 + + + + + tags + Tags + a01533.html + ds_tags + invalidation_tags + __gnu_pbds::trivial_iterator_tag + + void + trivial_iterator_difference_type + a01533.html + ga3a45dab56a44f762c97eb0eaee17f6f2 + + + + + threads + Threads + a01481.html + std::this_thread + std::hash< thread::id > + std::thread + + + chrono + Time + a01472.html + std::chrono + + + traits + Traits + a01536.html + __gnu_pbds::container_traits + __gnu_pbds::container_traits_base + __gnu_pbds::container_traits_base< binary_heap_tag > + __gnu_pbds::container_traits_base< binomial_heap_tag > + __gnu_pbds::container_traits_base< cc_hash_tag > + __gnu_pbds::container_traits_base< gp_hash_tag > + __gnu_pbds::container_traits_base< list_update_tag > + __gnu_pbds::container_traits_base< ov_tree_tag > + __gnu_pbds::container_traits_base< pairing_heap_tag > + __gnu_pbds::container_traits_base< pat_trie_tag > + __gnu_pbds::container_traits_base< rb_tree_tag > + __gnu_pbds::container_traits_base< rc_binomial_heap_tag > + __gnu_pbds::container_traits_base< splay_tree_tag > + __gnu_pbds::container_traits_base< thin_heap_tag > + __gnu_pbds::detail::bin_search_tree_traits + __gnu_pbds::detail::bin_search_tree_traits< Key, null_type, Cmp_Fn, Node_Update, Node, _Alloc > + __gnu_pbds::detail::no_throw_copies + __gnu_pbds::detail::no_throw_copies< Key, null_type > + __gnu_pbds::detail::stored_data + __gnu_pbds::detail::stored_data< _Tv, null_type > + __gnu_pbds::detail::stored_hash + __gnu_pbds::detail::stored_value + __gnu_pbds::detail::tree_metadata_helper + __gnu_pbds::detail::tree_metadata_helper< Node_Update, false > + __gnu_pbds::detail::tree_metadata_helper< Node_Update, true > + __gnu_pbds::detail::tree_node_metadata_dispatch + __gnu_pbds::detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, ov_tree_tag, _Alloc > + __gnu_pbds::detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, rb_tree_tag, _Alloc > + __gnu_pbds::detail::tree_traits< Key, Mapped, Cmp_Fn, Node_Update, splay_tree_tag, _Alloc > + __gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, ov_tree_tag, _Alloc > + __gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, rb_tree_tag, _Alloc > + __gnu_pbds::detail::tree_traits< Key, null_type, Cmp_Fn, Node_Update, splay_tree_tag, _Alloc > + __gnu_pbds::detail::trie_metadata_helper + __gnu_pbds::detail::trie_metadata_helper< Node_Update, false > + __gnu_pbds::detail::trie_metadata_helper< Node_Update, true > + __gnu_pbds::detail::trie_node_metadata_dispatch + __gnu_pbds::detail::trie_traits< Key, Mapped, _ATraits, Node_Update, pat_trie_tag, _Alloc > + __gnu_pbds::detail::trie_traits< Key, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc > + __gnu_pbds::detail::type_base + __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, false > + __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, true > + __gnu_pbds::detail::type_base< Key, null_type, _Alloc, false > + __gnu_pbds::detail::type_base< Key, null_type, _Alloc, true > + __gnu_pbds::detail::type_dispatch + __gnu_pbds::detail::types_traits + __gnu_pbds::null_node_update + __gnu_pbds::null_type + + + any + Type-safe container of any type + a01518.html + std::experimental::fundamentals_v1::any + std::experimental::fundamentals_v1::bad_any_cast + + _ValueType + any_cast + a01518.html + ga3804b3e41a5ff0dae8d32c2cf453995f + (const any &__any) + + + void + swap + a01518.html + ga8007443c4b8291e332ef93b1875440b9 + (any &__x, any &__y) noexcept + + + _ValueType + any_cast + a01518.html + ga07b480a27e1afe811ba7f9a00b872b02 + (any &__any) + + + _ValueType + any_cast + a01518.html + ga1caa36240a2b94c244dbe57273c0be2d + (any &&__any) + + + const _ValueType * + any_cast + a01518.html + gad86d82adff5b2c8d613f2f248729aa02 + (const any *__any) noexcept + + + _ValueType * + any_cast + a01518.html + ga30e7b55472db9e7d44060e5db2c2f255 + (any *__any) noexcept + + + + random_distributions_uniform + Uniform Distributions + a01539.html + std::uniform_real_distribution + + bool + operator!= + a01539.html + gaca2a091ac2ef5b09deba9d1d185b16ad + (const std::uniform_int_distribution< _IntType > &__d1, const std::uniform_int_distribution< _IntType > &__d2) + + + bool + operator!= + a01539.html + gae4180334ebfbfbbae6f1f9901819a52e + (const std::uniform_real_distribution< _IntType > &__d1, const std::uniform_real_distribution< _IntType > &__d2) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01539.html + ga268e36f52e1a1ba938eeaa95509796ca + (std::basic_ostream< _CharT, _Traits > &, const std::uniform_int_distribution< _IntType > &) + + + std::basic_ostream< _CharT, _Traits > & + operator<< + a01539.html + gad31a64335591da810bc4719b847783ec + (std::basic_ostream< _CharT, _Traits > &, const std::uniform_real_distribution< _RealType > &) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01539.html + gab49649ed7cc5cb819ce52620f227b1a7 + (std::basic_istream< _CharT, _Traits > &, std::uniform_int_distribution< _IntType > &) + + + std::basic_istream< _CharT, _Traits > & + operator>> + a01539.html + gafb5c87acd910ec70edaedef33cf32aee + (std::basic_istream< _CharT, _Traits > &, std::uniform_real_distribution< _RealType > &) + + + + unordered_associative_containers + Unordered Associative + a01469.html + hashtable-detail + std::unordered_map + std::unordered_multimap + std::unordered_multiset + std::unordered_set + + + utilities + Utilities + a01483.html + functors + memory + metaprogramming + ratio + chrono + std::_Tuple_impl + std::_Tuple_impl< _Idx, _Head, _Tail... > + std::bitset + std::pair + std::piecewise_construct_t + std::tuple + std::tuple< _T1, _T2 > + std::tuple_element< 0, tuple< _Head, _Tail... > > + std::tuple_element< __i, tuple< _Head, _Tail... > > + std::tuple_element< __i, tuple<> > + std::tuple_size< tuple< _Elements... > > + std::type_index + std::uses_allocator< tuple< _Types... >, _Alloc > + + constexpr _Tp * + __addressof + a01483.html + ga1954d5552e24586051011312041033f6 + (_Tp &__r) noexcept + + + constexpr __invoke_result< _Callable, _Args... >::type + __invoke + a01483.html + ga5f5136396a5ab3c02543bb01d4364f40 + (_Callable &&__fn, _Args &&... __args) noexcept(__is_nothrow_invocable< _Callable, _Args... >::value) + + + _GLIBCXX17_CONSTEXPR _Tp * + addressof + a01483.html + gafffcfc895d2cfa7c934ec045e884faec + (_Tp &__r) noexcept + + + constexpr _Tp && + forward + a01483.html + gacb5baec338e12b99cb6bddea7506c7c6 + (typename std::remove_reference< _Tp >::type &__t) noexcept + + + constexpr _Tp && + forward + a01483.html + gade8e8737b971a056c0ebba2de0295467 + (typename std::remove_reference< _Tp >::type &&__t) noexcept + + + constexpr __tuple_element_t< __i, tuple< _Elements... > > & + get + a01483.html + ga7f7d7109f98b031678c904fdd2a3613c + (tuple< _Elements... > &__t) noexcept + + + constexpr const __tuple_element_t< __i, tuple< _Elements... > > & + get + a01483.html + ga0387c70ab722f736a4ba52998469f1b3 + (const tuple< _Elements... > &__t) noexcept + + + constexpr __tuple_element_t< __i, tuple< _Elements... > > && + get + a01483.html + ga2403a27abb7055649be4b8176a87944f + (tuple< _Elements... > &&__t) noexcept + + + constexpr _Tp & + get + a01483.html + ga1a04510341e660eac4f8f6b062e935dc + (tuple< _Types... > &__t) noexcept + + + constexpr _Tp && + get + a01483.html + ga3f34a08fe13bed7a1d605c7ca6647ecc + (tuple< _Types... > &&__t) noexcept + + + constexpr const _Tp & + get + a01483.html + gadaa769abd0441f45a1c3968555cd9a21 + (const tuple< _Types... > &__t) noexcept + + + constexpr pair< typename __decay_and_strip< _T1 >::__type, typename __decay_and_strip< _T2 >::__type > + make_pair + a01483.html + ga0409e288f07b697cb6885d1002df0bd6 + (_T1 &&__x, _T2 &&__y) + + + constexpr std::remove_reference< _Tp >::type && + move + a01483.html + ga9f81219bfbfaac50d44f79095a639620 + (_Tp &&__t) noexcept + + + constexpr conditional< __move_if_noexcept_cond< _Tp >::value, const _Tp &, _Tp && >::type + move_if_noexcept + a01483.html + gad065507b1d170a56e1ee2c77251554a3 + (_Tp &__x) noexcept + + + constexpr bool + operator!= + a01483.html + ga226dae1d9406b9c3804f20d31c15e21a + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) + + + constexpr bool + operator< + a01483.html + ga69e152dbea8e3ca77b307634084fb164 + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) + + + constexpr bool + operator<= + a01483.html + ga9e2bd7d69af9d03b7df4858595a3202e + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) + + + constexpr bool + operator== + a01483.html + ga5559f33b5ba6dbf83e961888d324dd40 + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) + + + constexpr bool + operator> + a01483.html + ga00de6fe7684f71fc08bad81b4bc65c52 + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) + + + constexpr bool + operator>= + a01483.html + ga4abfa75dbeb7ee6922ab97aaaba57d47 + (const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y) + + + enable_if< __and_< __not_< __is_tuple_like< _Tp > >, is_move_constructible< _Tp >, is_move_assignable< _Tp > >::value >::type + swap + a01483.html + ga64d02d56df0a1870d63069c3562f3a29 + (_Tp &__a, _Tp &__b) noexcept(__and_< is_nothrow_move_constructible< _Tp >, is_nothrow_move_assignable< _Tp >>::value) + + + enable_if< __is_swappable< _Tp >::value >::type + swap + a01483.html + ga76e7ee159249bb3516885c6aa33ceb76 + (_Tp(&__a)[_Nm], _Tp(&__b)[_Nm]) noexcept(__is_nothrow_swappable< _Tp >::value) + + + enable_if< __and_< __is_swappable< _T1 >, __is_swappable< _T2 > >::value >::type + swap + a01483.html + ga9d75305041fc556b922d4b3bd2667742 + (pair< _T1, _T2 > &__x, pair< _T1, _T2 > &__y) noexcept(noexcept(__x.swap(__y))) + + + enable_if< __and_< __is_swappable< _Elements >... >::value >::type + swap + a01483.html + ga77f74f34f378f6d6b5b987ab9a684c2d + (tuple< _Elements... > &__x, tuple< _Elements... > &__y) noexcept(noexcept(__x.swap(__y))) + + + constexpr tuple< _Elements &... > + tie + a01483.html + ga2445a380e4367c31c737e4a1f1855950 + (_Elements &... __args) noexcept + + + constexpr auto + tuple_cat + a01483.html + ga23a2e3e40fefd39ffe278df7ebbd52a0 + (_Tpls &&... __tpls) -> typename __tuple_cat_result< _Tpls... >::__type + + + _GLIBCXX17_INLINE constexpr piecewise_construct_t + piecewise_construct + a01483.html + ga4be4b722e942cd646f19614bcff7a328 + + + + + index + Mathematical Special Functions + index + intro + contents + general + promotion + NaN + impl + testing + bibliography + + diff --git a/doctags/mm-common-libstdc++-uninstalled.pc b/doctags/mm-common-libstdc++-uninstalled.pc new file mode 100644 index 0000000..eef18af --- /dev/null +++ b/doctags/mm-common-libstdc++-uninstalled.pc @@ -0,0 +1,7 @@ +doxytagfile=${pc_top_builddir}/doctags/libstdc++.tag +htmlrefpub=http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/ + +Name: mm-common-libstdc++ +Description: GNU libstdc++ metadata module, not installed +Version: 0.9.5 +URL: http://www.gtkmm.org/ diff --git a/doctags/mm-common-libstdc++.pc b/doctags/mm-common-libstdc++.pc new file mode 100644 index 0000000..aadf300 --- /dev/null +++ b/doctags/mm-common-libstdc++.pc @@ -0,0 +1,12 @@ +prefix=/usr/local +datarootdir=${prefix}/share +datadir=${datarootdir} +pkgdatadir=${datadir}/mm-common + +doxytagfile=${pkgdatadir}/doctags/libstdc++.tag +htmlrefpub=http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/ + +Name: mm-common-libstdc++ +Description: mm-common's GNU libstdc++ metadata module +Version: 0.9.5 +URL: http://www.gtkmm.org/ diff --git a/install-sh b/install-sh new file mode 100755 index 0000000..59990a1 --- /dev/null +++ b/install-sh @@ -0,0 +1,508 @@ +#!/bin/sh +# install - install a program, script, or datafile + +scriptversion=2014-09-12.12; # UTC + +# This originates from X11R5 (mit/util/scripts/install.sh), which was +# later released in X11R6 (xc/config/util/install.sh) with the +# following copyright and license. +# +# Copyright (C) 1994 X Consortium +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- +# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# +# Except as contained in this notice, the name of the X Consortium shall not +# be used in advertising or otherwise to promote the sale, use or other deal- +# ings in this Software without prior written authorization from the X Consor- +# tium. +# +# +# FSF changes to this file are in the public domain. +# +# Calling this script install-sh is preferred over install.sh, to prevent +# 'make' implicit rules from creating a file called install from it +# when there is no Makefile. +# +# This script is compatible with the BSD install script, but was written +# from scratch. + +tab=' ' +nl=' +' +IFS=" $tab$nl" + +# Set DOITPROG to "echo" to test this script. + +doit=${DOITPROG-} +doit_exec=${doit:-exec} + +# Put in absolute file names if you don't have them in your path; +# or use environment vars. + +chgrpprog=${CHGRPPROG-chgrp} +chmodprog=${CHMODPROG-chmod} +chownprog=${CHOWNPROG-chown} +cmpprog=${CMPPROG-cmp} +cpprog=${CPPROG-cp} +mkdirprog=${MKDIRPROG-mkdir} +mvprog=${MVPROG-mv} +rmprog=${RMPROG-rm} +stripprog=${STRIPPROG-strip} + +posix_mkdir= + +# Desired mode of installed file. +mode=0755 + +chgrpcmd= +chmodcmd=$chmodprog +chowncmd= +mvcmd=$mvprog +rmcmd="$rmprog -f" +stripcmd= + +src= +dst= +dir_arg= +dst_arg= + +copy_on_change=false +is_target_a_directory=possibly + +usage="\ +Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE + or: $0 [OPTION]... SRCFILES... DIRECTORY + or: $0 [OPTION]... -t DIRECTORY SRCFILES... + or: $0 [OPTION]... -d DIRECTORIES... + +In the 1st form, copy SRCFILE to DSTFILE. +In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. +In the 4th, create DIRECTORIES. + +Options: + --help display this help and exit. + --version display version info and exit. + + -c (ignored) + -C install only if different (preserve the last data modification time) + -d create directories instead of installing files. + -g GROUP $chgrpprog installed files to GROUP. + -m MODE $chmodprog installed files to MODE. + -o USER $chownprog installed files to USER. + -s $stripprog installed files. + -t DIRECTORY install into DIRECTORY. + -T report an error if DSTFILE is a directory. + +Environment variables override the default commands: + CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG + RMPROG STRIPPROG +" + +while test $# -ne 0; do + case $1 in + -c) ;; + + -C) copy_on_change=true;; + + -d) dir_arg=true;; + + -g) chgrpcmd="$chgrpprog $2" + shift;; + + --help) echo "$usage"; exit $?;; + + -m) mode=$2 + case $mode in + *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; + + -o) chowncmd="$chownprog $2" + shift;; + + -s) stripcmd=$stripprog;; + + -t) + is_target_a_directory=always + dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; + + -T) is_target_a_directory=never;; + + --version) echo "$0 $scriptversion"; exit $?;; + + --) shift + break;; + + -*) echo "$0: invalid option: $1" >&2 + exit 1;; + + *) break;; + esac + shift +done + +# We allow the use of options -d and -T together, by making -d +# take the precedence; this is for compatibility with GNU install. + +if test -n "$dir_arg"; then + if test -n "$dst_arg"; then + echo "$0: target directory not allowed when installing a directory." >&2 + exit 1 + fi +fi + +if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then + # When -d is used, all remaining arguments are directories to create. + # When -t is used, the destination is already specified. + # Otherwise, the last argument is the destination. Remove it from $@. + for arg + do + if test -n "$dst_arg"; then + # $@ is not empty: it contains at least $arg. + set fnord "$@" "$dst_arg" + shift # fnord + fi + shift # arg + dst_arg=$arg + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + done +fi + +if test $# -eq 0; then + if test -z "$dir_arg"; then + echo "$0: no input file specified." >&2 + exit 1 + fi + # It's OK to call 'install-sh -d' without argument. + # This can happen when creating conditional directories. + exit 0 +fi + +if test -z "$dir_arg"; then + if test $# -gt 1 || test "$is_target_a_directory" = always; then + if test ! -d "$dst_arg"; then + echo "$0: $dst_arg: Is not a directory." >&2 + exit 1 + fi + fi +fi + +if test -z "$dir_arg"; then + do_exit='(exit $ret); exit $ret' + trap "ret=129; $do_exit" 1 + trap "ret=130; $do_exit" 2 + trap "ret=141; $do_exit" 13 + trap "ret=143; $do_exit" 15 + + # Set umask so as not to create temps with too-generous modes. + # However, 'strip' requires both read and write access to temps. + case $mode in + # Optimize common cases. + *644) cp_umask=133;; + *755) cp_umask=22;; + + *[0-7]) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw='% 200' + fi + cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; + *) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw=,u+rw + fi + cp_umask=$mode$u_plus_rw;; + esac +fi + +for src +do + # Protect names problematic for 'test' and other utilities. + case $src in + -* | [=\(\)!]) src=./$src;; + esac + + if test -n "$dir_arg"; then + dst=$src + dstdir=$dst + test -d "$dstdir" + dstdir_status=$? + else + + # Waiting for this to be detected by the "$cpprog $src $dsttmp" command + # might cause directories to be created, which would be especially bad + # if $src (and thus $dsttmp) contains '*'. + if test ! -f "$src" && test ! -d "$src"; then + echo "$0: $src does not exist." >&2 + exit 1 + fi + + if test -z "$dst_arg"; then + echo "$0: no destination specified." >&2 + exit 1 + fi + dst=$dst_arg + + # If destination is a directory, append the input filename; won't work + # if double slashes aren't ignored. + if test -d "$dst"; then + if test "$is_target_a_directory" = never; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 + fi + dstdir=$dst + dst=$dstdir/`basename "$src"` + dstdir_status=0 + else + dstdir=`dirname "$dst"` + test -d "$dstdir" + dstdir_status=$? + fi + fi + + obsolete_mkdir_used=false + + if test $dstdir_status != 0; then + case $posix_mkdir in + '') + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + # $RANDOM is not portable (e.g. dash); use it when possible to + # lower collision chance + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0 + + # As "mkdir -p" follows symlinks and we work in /tmp possibly; so + # create the $tmpdir first (and fail if unsuccessful) to make sure + # that nobody tries to guess the $tmpdir name. + if (umask $mkdir_umask && + $mkdirprog $mkdir_mode "$tmpdir" && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + test_tmpdir="$tmpdir/a" + ls_ld_tmpdir=`ls -ld "$test_tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null + fi + trap '' 0;; + esac;; + esac + + if + $posix_mkdir && ( + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + ) + then : + else + + # The umask is ridiculous, or mkdir does not conform to POSIX, + # or it failed possibly due to a race condition. Create the + # directory the slow way, step by step, checking for races as we go. + + case $dstdir in + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; + esac + + oIFS=$IFS + IFS=/ + set -f + set fnord $dstdir + shift + set +f + IFS=$oIFS + + prefixes= + + for d + do + test X"$d" = X && continue + + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ + done + + if test -n "$prefixes"; then + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true + fi + fi + fi + + if test -n "$dir_arg"; then + { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && + { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || + test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 + else + + # Make a couple of temp file names in the proper directory. + dsttmp=$dstdir/_inst.$$_ + rmtmp=$dstdir/_rm.$$_ + + # Trap to clean up those temp files at exit. + trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 + + # Copy the file name to the temp name. + (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && + + # and set any options; do chmod last to preserve setuid bits. + # + # If any of these fail, we abort the whole thing. If we want to + # ignore errors from any of these, just make sure not to ignore + # errors from the above "$doit $cpprog $src $dsttmp" command. + # + { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && + { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && + { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && + + # If -C, don't bother to copy if it wouldn't change the file. + if $copy_on_change && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + set -f && + set X $old && old=:$2:$4:$5:$6 && + set X $new && new=:$2:$4:$5:$6 && + set +f && + test "$old" = "$new" && + $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 + then + rm -f "$dsttmp" + else + # Rename the file to the real destination. + $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || + + # The rename failed, perhaps because mv can't rename something else + # to itself, or perhaps because mv is so ancient that it does not + # support -f. + { + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && + + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" + } + fi || exit 1 + + trap '' 0 + fi +done + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/macros/mm-common.m4 b/macros/mm-common.m4 new file mode 100644 index 0000000..5d2ac6e --- /dev/null +++ b/macros/mm-common.m4 @@ -0,0 +1,47 @@ +## Copyright (c) 2009 Openismus GmbH +## +## macros/mm-common.m4. Generated from mm-common.m4.in by configure. +## +## mm-common is free software: you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published +## by the Free Software Foundation, either version 2 of the License, +## or (at your option) any later version. +## +## mm-common is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with mm-common. If not, see . + +#serial 20090814 + +## _MM_PRE_INIT +## +## Private pre-initialization macro for use with AC_REQUIRE(). For now, +## all it does is register a forbidden token pattern with autom4te, so +## that unexpanded macro calls in the output can be caught. +## +AC_DEFUN([_MM_PRE_INIT], [m4_pattern_forbid([^_?MM_])]) + +## _MM_PREREQ(this-package, this-version, min-version, user-package) +## +m4_define([_MM_PREREQ], +[dnl +m4_if(m4_quote(m4_version_compare([$2], [$3])), [-1], + [m4_fatal([$4 requires $1 $3 (version $2 is installed)])])[]dnl +]) + +## MM_PREREQ(min-version) +## +## Require at least mm-common to be installed, otherwise +## abort with a fatal error message. The version is checked statically +## at the time the configure script is generated. +## +AC_DEFUN([MM_PREREQ], +[dnl +m4_assert([$# >= 1])[]dnl +AC_REQUIRE([_MM_PRE_INIT])[]dnl +_MM_PREREQ([mm-common], [0.9.5], [$1], m4_defn([AC_PACKAGE_NAME]))[]dnl +]) diff --git a/missing b/missing new file mode 100755 index 0000000..f62bbae --- /dev/null +++ b/missing @@ -0,0 +1,215 @@ +#! /bin/sh +# Common wrapper for a few potentially missing GNU programs. + +scriptversion=2013-10-28.13; # UTC + +# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Originally written by Fran,cois Pinard , 1996. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +if test $# -eq 0; then + echo 1>&2 "Try '$0 --help' for more information" + exit 1 +fi + +case $1 in + + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; + + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; + + -h|--h|--he|--hel|--help) + echo "\ +$0 [OPTION]... PROGRAM [ARGUMENT]... + +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. + +Options: + -h, --help display this help and exit + -v, --version output version information and exit + +Supported PROGRAM values: + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man + +Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and +'g' are ignored when checking the name. + +Send bug reports to ." + exit $? + ;; + + -v|--v|--ve|--ver|--vers|--versi|--versio|--version) + echo "missing $scriptversion (GNU Automake)" + exit $? + ;; + + -*) + echo 1>&2 "$0: unknown '$1' option" + echo 1>&2 "Try '$0 --help' for more information" + exit 1 + ;; + +esac + +# Run the given program, remember its exit status. +"$@"; st=$? + +# If it succeeded, we are done. +test $st -eq 0 && exit 0 + +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi + +perl_URL=http://www.perl.org/ +flex_URL=http://flex.sourceforge.net/ +gnu_software_URL=http://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'autom4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" + ;; + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/packaging/mm-common.spec b/packaging/mm-common.spec new file mode 100644 index 0000000..34828b6 --- /dev/null +++ b/packaging/mm-common.spec @@ -0,0 +1,41 @@ +%global major_version 0.9 + +Name: mm-common +Version: %{major_version}.5 +Release: 3%{?dist} +Summary: Common build files of the C++ bindings + +BuildArch: noarch +License: GPLv2+ +URL: http://gtkmm.org +Source0: http://download.gnome.org/sources/%{name}/%{major_version}/%{name}-%{version}.tar.xz + +Requires: pkgconfig +Requires: doxygen +Requires: libxslt + +%description +The mm-common module provides the build infrastructure and utilities +shared among the GNOME C++ binding libraries. It is a required dependency +to build glibmm and gtkmm from git. + +%prep +%setup -q + +%build +chmod +x ./configure +%configure +make %{?_smp_mflags} + +%install +%make_install + +%remove_docs + +%files +%license COPYING +%{_bindir}/* +%{_datadir}/aclocal/* +%dir %{_datadir}/%{name} +%{_datadir}/%{name}/* +%{_datadir}/pkgconfig/*.pc diff --git a/skeletonmm/.gitignore b/skeletonmm/.gitignore deleted file mode 100644 index bb0d047..0000000 --- a/skeletonmm/.gitignore +++ /dev/null @@ -1,18 +0,0 @@ -.deps/ -.dirstamp -.libs/ -Makefile -Makefile.in -stamp-h? -*.[ao] -*.l[ao] -/INSTALL -/aclocal.m4 -/autom4te.cache/ -/config*.lineno -/config.log -/config.status -/configure -/skeletonmm-*.tar.* -/libtool -/codegen/extradefs/generate_extra_defs diff --git a/skeletonmm/build/.gitignore b/skeletonmm/build/.gitignore deleted file mode 100644 index 0590391..0000000 --- a/skeletonmm/build/.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -/compile -/compile-binding.am -/config.* -/depcomp -/dist-changelog.am -/doc-reference.am -/generate-binding.am -/install-sh -/libtool.m4 -/lt*.m4 -/ltmain.sh -/missing -/stamp-h? diff --git a/skeletonmm/doc/reference/.gitignore b/skeletonmm/doc/reference/.gitignore deleted file mode 100644 index 7387cef..0000000 --- a/skeletonmm/doc/reference/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/Doxyfile -/doxygen.log -/skeletonmm-*.devhelp2 -/skeletonmm-*.tag -/html/ diff --git a/skeletonmm/examples/.gitignore b/skeletonmm/examples/.gitignore deleted file mode 100644 index d4109ac..0000000 --- a/skeletonmm/examples/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/example/example diff --git a/skeletonmm/skeleton/.gitignore b/skeletonmm/skeleton/.gitignore deleted file mode 100644 index 908d79b..0000000 --- a/skeletonmm/skeleton/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -/skeletonmmconfig.h -/skeletonmm-*.pc -/skeletonmm/skeleton.cc -/skeletonmm/skeleton.h -/skeletonmm/wrap_init.cc -/src/.stamps/ diff --git a/skeletonmm/skeleton/skeletonmm/private/.gitignore b/skeletonmm/skeleton/skeletonmm/private/.gitignore deleted file mode 100644 index 0cb5a60..0000000 --- a/skeletonmm/skeleton/skeletonmm/private/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/*_p.h diff --git a/util/mm-common-prepare b/util/mm-common-prepare new file mode 100644 index 0000000..575a3d5 --- /dev/null +++ b/util/mm-common-prepare @@ -0,0 +1,118 @@ +#! /bin/sh -e + +# Copyright (c) 2009 Openismus GmbH +# +# util/mm-common-prepare. Generated from mm-common-prepare.in by configure. +# +# mm-common is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published +# by the Free Software Foundation, either version 2 of the License, +# or (at your option) any later version. +# +# mm-common is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with mm-common. If not, see . + +prefix="/usr/local" +datarootdir="${prefix}/share" +datadir="${datarootdir}" +pkgdatadir="${datadir}/mm-common" + +progname=${0##*/} +installcmd='ln -s' +instaction=symlinking +forceflag= +target=. + +for arg +do + case $arg in + '-?'|--help) + cat <&2 + exit 1 + ;; + ?*) + target=${arg%/} + ;; + esac +done + +if test -d "$target"; then + srcdir=$target + acfile=$target/configure.ac +else + srcdir=${target%/*} + acfile=$target +fi + +if test ! -f "$acfile"; then + echo "$progname: error: $acfile not found" >&2 + exit 1 +fi + +# Extract the directory macro arguments from configure.ac +s=' ' # tab+space +auxdir=`sed -n "s/^[$s]*AC_CONFIG_AUX_DIR([[$s]*\\([^])\$,$s]*\\).*/\\1/p" "$acfile"` +doctooldir=`sed -n "s/^[$s]*MM_CONFIG_DOCTOOL_DIR([[$s]*\\([^])\$,$s]*\\).*/\\1/p" "$acfile"` + +auxdir=$srcdir${auxdir:+/}$auxdir +echo "$progname: putting auxiliary files in '$auxdir'." +test -d "$auxdir" || mkdir "$auxdir" + +for file in compile-binding.am dist-changelog.am doc-reference.am generate-binding.am +do + if test -n "$forceflag" || test ! -f "$auxdir/$file"; then + echo "$progname: $instaction file '$file'" + $installcmd$forceflag "$pkgdatadir/build/$file" "$auxdir/$file" + fi +done + +if test -n "$doctooldir" +then + doctooldir=$srcdir/$doctooldir + echo "$progname: putting documentation utilities in '$doctooldir'." + test -d "$doctooldir" || mkdir "$doctooldir" + + for file in doc-install.pl doc-postprocess.pl doxygen.css tagfile-to-devhelp2.xsl + do + if test -n "$forceflag" || test ! -f "$doctooldir/$file"; then + echo "$progname: $instaction file '$file'" + $installcmd$forceflag "$pkgdatadir/doctool/$file" "$doctooldir/$file" + fi + done +fi + +exit 0 diff --git a/util/mm-common-util.pc b/util/mm-common-util.pc new file mode 100644 index 0000000..9901833 --- /dev/null +++ b/util/mm-common-util.pc @@ -0,0 +1,10 @@ +prefix=/usr/local +datarootdir=${prefix}/share +datadir=${datarootdir} + +doctooldir=${datadir}/mm-common/doctool + +Name: mm-common-util +Description: mm-common's doctool build utilities for the GNOME C++ bindings. +Version: 0.9.5 +URL: http://www.gtkmm.org/ -- 2.7.4