future 音标拼音: [fj'utʃɚ]
a . 将来的,未来的
n . 将来,未来
将来的,未来的将来,未来
future 未来
future adj 1 :
yet to be or coming ; "
some future historian will evaluate him " [
ant : {
past }, {
present (
a )}]
2 :
effective in or looking toward the future ; "
he was preparing for future employment opportunities "
3 : (
of elected officers )
elected but not yet serving ; "
our next president " [
synonym : {
future (
a )}, {
next }, {
succeeding (
a )}]
4 :
a verb tense or other formation referring to events or states that have not yet happened ; "
future auxiliary "
n 1 :
the time yet to come [
synonym : {
future }, {
hereafter },
{
futurity }, {
time to come }] [
ant : {
past }, {
past times },
{
yesteryear }]
2 :
a verb tense that expresses actions or states in the future [
synonym : {
future }, {
future tense }]
3 :
bulk commodities bought or sold at an agreed price for delivery at a specified future date Future \
Fu "
ture \ (?;
135 ),
a . [
F .
futur ,
L .
futurus ,
used as fut .
p .
of esse to be ,
but from the same root as E .
be .
See {
Be },
v .
i .]
That is to be or come hereafter ;
that will exist at any time after the present ;
as ,
the next moment is future ,
to the present .
[
1913 Webster ]
{
Future tense } (
Gram .),
the tense or modification of a verb which expresses a future act or event .
[
1913 Webster ]
Future \
Fu "
ture \,
n . [
Cf .
F .
futur .
See {
Future },
a .]
[
1913 Webster ]
1 .
Time to come ;
time subsequent to the present (
as ,
the future shall be as the present );
collectively ,
events that are to happen in time to come . "
Lay the future open ."
--
Shak .
[
1913 Webster ]
2 .
The possibilities of the future ; --
used especially of prospective success or advancement ;
as ,
he had great future before him .
[
1913 Webster ]
3 . (
Gram .)
A future tense .
[
1913 Webster ]
{
To deal in futures },
to speculate on the future values of merchandise or stocks . [
Brokers '
cant ]
[
1913 Webster ]
122 Moby Thesaurus words for "
future ":
Friday ,
Friday the thirteenth ,
about to be ,
affianced ,
aftertime ,
afterward ,
already in sight ,
aorist ,
appointed lot ,
approaching ,
astral influences ,
astrology ,
at hand ,
betrothed ,
book of fate ,
brewing ,
bride -
to -
be ,
by -
and -
by ,
close ,
close at hand ,
coming ,
constellation ,
cup ,
desired ,
destinal ,
destination ,
destined ,
destiny ,
determined ,
dies funestis ,
doom ,
durative ,
emergent ,
end ,
eventual ,
expected ,
extrapolated ,
fatal ,
fatality ,
fate ,
fated ,
fatidic ,
fiance ,
fiancee ,
following ,
foredoom ,
forthcoming ,
fortune ,
future perfect ,
futuristic ,
gathering ,
going to happen ,
hereafter ,
historical present ,
hoped -
for ,
ides of March ,
immediate ,
imminent ,
impendent ,
impending ,
imperfect ,
in danger imminent ,
in prospect ,
in reserve ,
in store ,
in the cards ,
in the offing ,
in the wind ,
in view ,
inevitability ,
instant ,
intended ,
kismet ,
later ,
looming ,
lot ,
lowering ,
lurking ,
menacing ,
moira ,
near ,
near at hand ,
nearing ,
offing ,
on the horizon ,
overhanging ,
past ,
past perfect ,
perfect ,
planets ,
planned ,
plotted ,
pluperfect ,
point tense ,
portion ,
predicted ,
preparing ,
present ,
present perfect ,
preterit ,
probable ,
progressive tense ,
projected ,
prophesied ,
prospective ,
stars ,
subsequent ,
tense ,
that will be ,
threatening ,
time to come ,
to come ,
to -
be ,
tomorrow ,
ultimate ,
unborn ,
unlucky day ,
upcoming ,
waiting ,
weird ,
wheel of fortune ,
will of Heaven
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
std::future - cppreference. com The class template std::future provides a mechanism to access the result of asynchronous operations: An asynchronous operation (created via std::async, std::packaged_task, or std::promise) can provide a std::future object to the creator of that asynchronous operation
std::future lt;T gt;::future - cppreference. com Constructs a std::future with the shared state of other using move semantics After construction, other
std::shared_future lt;T gt;::shared_future - cppreference. com 2) Constructs a shared future that refers to the same shared state, if any, as other 3,4) Transfers the shared state held by other to * this After the construction, other valid ( ) == false , and this - > valid ( ) returns the same value as other valid ( ) would have returned before the construction
std::shared_future - cppreference. com Unlike std::future, which is only moveable (so only one instance can refer to any particular asynchronous result), std::shared_future is copyable and multiple shared future objects may refer to the same shared state Access to the same shared state from multiple threads is safe if each thread does it through its own copy of a shared_future object
std::future lt;T gt;::valid - cppreference. com It is valid to move from a future object for which valid() is false Contents 1 Parameters; 2 Return value;
Standard library header lt;future gt; (C++11) - cppreference. com waits for a value (possibly referenced by other futures) that is set asynchronously (class template)