/usr/include/c++/11/tr1
NameSizeModeActions
array69830644editdlrm
bessel_function.tcc229370644editdlrm
beta_function.tcc59950644editdlrm
ccomplex12550644editdlrm
cctype14780644editdlrm
cfenv20700644editdlrm
cfloat13800644editdlrm
cinttypes23220644editdlrm
climits14540644editdlrm
cmath438770644editdlrm
complex123850644editdlrm
complex.h12610644editdlrm
cstdarg12460644editdlrm
cstdbool13440644editdlrm
cstdint26870644editdlrm
cstdio15480644editdlrm
cstdlib18620644editdlrm
ctgmath12480644editdlrm
ctime12340644editdlrm
ctype.h12090644editdlrm
cwchar17840644editdlrm
cwctype15250644editdlrm
ell_integral.tcc271330644editdlrm
exp_integral.tcc160130644editdlrm
fenv.h12040644editdlrm
float.h12090644editdlrm
functional707310644editdlrm
functional_hash.h60430644editdlrm
gamma.tcc146820644editdlrm
hashtable.h419950644editdlrm
hashtable_policy.h250860644editdlrm
hypergeometric.tcc280660644editdlrm
inttypes.h12670644editdlrm
legendre_function.tcc106610644editdlrm
limits.h12140644editdlrm
math.h45530644editdlrm
memory17910644editdlrm
modified_bessel_func.tcc162600644editdlrm
poly_hermite.tcc39250644editdlrm
poly_laguerre.tcc116760644editdlrm
random15890644editdlrm
random.h730980644editdlrm
random.tcc539270644editdlrm
regex929220644editdlrm
riemann_zeta.tcc140670644editdlrm
shared_ptr.h332390644editdlrm
special_function_util.h50550644editdlrm
stdarg.h12140644editdlrm
stdbool.h12190644editdlrm
stdint.h12140644editdlrm
stdio.h12090644editdlrm
stdlib.h14870644editdlrm
tgmath.h12550644editdlrm
tuple121190644editdlrm
type_traits190190644editdlrm
unordered_map15740644editdlrm
unordered_map.h102160644editdlrm
unordered_set15740644editdlrm
unordered_set.h95400644editdlrm
utility32250644editdlrm
wchar.h12490644editdlrm
wctype.h12550644editdlrm
Edit: /usr/include/c++/11/tr1/unordered_map (1574B)
// TR1 unordered_map -*- C++ -*- // Copyright (C) 2005-2021 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library 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 3, or (at your option) // any later version. // This library 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. // Under Section 7 of GPL version 3, you are granted additional // permissions described in the GCC Runtime Library Exception, version // 3.1, as published by the Free Software Foundation. // You should have received a copy of the GNU General Public License and // a copy of the GCC Runtime Library Exception along with this program; // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see // . /** @file tr1/unordered_map * This is a TR1 C++ Library header. */ #ifndef _GLIBCXX_TR1_UNORDERED_MAP #define _GLIBCXX_TR1_UNORDERED_MAP 1 #pragma GCC system_header #include #include #include #include // equal_to, _Identity, _Select1st #include #include #include #include #include #endif // _GLIBCXX_TR1_UNORDERED_MAP