Searched refs:_Std_pair (Results 1 – 4 of 4) sorted by relevance
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | uses_allocator_args.h | 67 concept _Std_pair = __is_pair<_Tp>; in _GLIBCXX_VISIBILITY() local 80 requires (! _Std_pair<_Tp>) in _GLIBCXX_VISIBILITY() 108 template<_Std_pair _Tp, typename _Alloc, typename _Tuple1, typename _Tuple2> in _GLIBCXX_VISIBILITY() 113 template<_Std_pair _Tp, typename _Alloc> in _GLIBCXX_VISIBILITY() 117 template<_Std_pair _Tp, typename _Alloc, typename _Up, typename _Vp> in _GLIBCXX_VISIBILITY() 121 template<_Std_pair _Tp, typename _Alloc, typename _Up, typename _Vp> in _GLIBCXX_VISIBILITY() 126 template<_Std_pair _Tp, typename _Alloc, typename _Up, typename _Vp> in _GLIBCXX_VISIBILITY() 149 template<_Std_pair _Tp, typename _Alloc> in _GLIBCXX_VISIBILITY() 161 template<_Std_pair _Tp, typename _Alloc, typename _Up, typename _Vp> in _GLIBCXX_VISIBILITY() 176 template<_Std_pair _Tp, typename _Alloc, typename _Up, typename _Vp> in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/ |
A D | memory | 230 concept _Std_pair = __is_pair<_Tp>::value; 235 # define _GLIBCXX_STD_PAIR_CONSTRAINT(T) _Std_pair T 236 # define _GLIBCXX_STD_PAIR_CONSTRAINT_(T) _Std_pair T 252 requires (! _Std_pair<_Tp>)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/ |
A D | memory | 256 concept _Std_pair = __is_pair<_Tp>::value; 261 # define _GLIBCXX_STD_PAIR_CONSTRAINT(T) _Std_pair T 262 # define _GLIBCXX_STD_PAIR_CONSTRAINT_(T) _Std_pair T 278 requires (! _Std_pair<_Tp>)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/ |
A D | ChangeLog | 2763 [__cpp_concepts] (_Std_pair): Use C++2a syntax for concept.
|
Completed in 17 milliseconds