Redian新闻
>
std::lower_bound 名不副实啊
avatar
std::lower_bound 名不副实啊# Programming - 葵花宝典
c*g
1
不记得我申请过啊?
怎么查我什么时候申请过这张信用卡?
我已经很多信用卡了, 不激活可以么?
avatar
g*c
2
Returns an iterator pointing to the first element in the range [first,last)
which does not compare less than val.
应该叫做equal_or_upper_bound才对
lower bound难道不应该是 compare less than val嘛?
究竟为什么起了这么confusing的一个名字
avatar
f*r
3
打电话去问一下怎么回事。不激活当然可以。
avatar
p*o
4
std::lower_bound returns the lowest position to insert the element without
violating the ordering. std::upper_bound returns the highest position.
If elements with the same value are not presented, std::lower_bound and
std::upper_bound return the same position. Otherwise, lower_bound returns
the iterator to the first such element and upper_bound returns the iterator
after the last such element.

)

【在 g*c 的大作中提到】
: Returns an iterator pointing to the first element in the range [first,last)
: which does not compare less than val.
: 应该叫做equal_or_upper_bound才对
: lower bound难道不应该是 compare less than val嘛?
: 究竟为什么起了这么confusing的一个名字

avatar
c*8
5
it was upgraded from one of your another Chase credit card.
avatar
g*c
6
so good an explanation. thx

iterator

【在 p***o 的大作中提到】
: std::lower_bound returns the lowest position to insert the element without
: violating the ordering. std::upper_bound returns the highest position.
: If elements with the same value are not presented, std::lower_bound and
: std::upper_bound return the same position. Otherwise, lower_bound returns
: the iterator to the first such element and upper_bound returns the iterator
: after the last such element.
:
: )

avatar
c*g
7
谢谢, 刚刚看了, 跟我另外一张信用卡的号码一样, 应该是upgrade的.

【在 c********8 的大作中提到】
: it was upgraded from one of your another Chase credit card.
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。