File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 13537
13537
13538
13538
// \ref{func.bind}, bind
13539
13539
template<class T> struct is_bind_expression;
13540
+ template<class T>
13541
+ inline constexpr bool @\libglobal{is_bind_expression_v}@ = is_bind_expression<T>::value;
13540
13542
template<class T> struct is_placeholder;
13543
+ template<class T>
13544
+ inline constexpr int @\libglobal{is_placeholder_v}@ = is_placeholder<T>::value;
13541
13545
13542
13546
template<class F, class... BoundArgs>
13543
13547
constexpr @\unspec@ bind(F&&, BoundArgs&&...);
13588
13592
template<class T>
13589
13593
struct hash;
13590
13594
13591
- // \ref{func.bind}, function object binders
13592
- template<class T>
13593
- inline constexpr bool @\libglobal{is_bind_expression_v}@ = is_bind_expression<T>::value;
13594
- template<class T>
13595
- inline constexpr int @\libglobal{is_placeholder_v}@ = is_placeholder<T>::value;
13596
-
13597
13595
namespace ranges {
13598
13596
// \ref{range.cmp}, concept-constrained comparisons
13599
13597
struct equal_to;
You can’t perform that action at this time.
0 commit comments