英文字典中文字典Word104.com



中文字典辭典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z   







請輸入英文單字,中文詞皆可:

infliction    音標拼音: [ɪnfl'ɪkʃən]
n. 施加;使承受;處罰

施加;使承受;處罰

infliction
n 1: the act of imposing something (as a tax or an embargo)
[synonym: {imposition}, {infliction}]
2: an act causing pain or damage
3: something or someone that causes trouble; a source of
unhappiness; "washing dishes was a nuisance before we got a
dish washer"; "a bit of a bother"; "he's not a friend, he's
an infliction" [synonym: {annoyance}, {bother}, {botheration},
{pain}, {infliction}, {pain in the neck}, {pain in the ass}]

Infliction \In*flic"tion\, n. [L. inflictio: cf. F. infliction.]
1. The act of inflicting or imposing; as, the infliction of
torment, or of punishment.
[1913 Webster]

2. That which is inflicted or imposed, as punishment,
disgrace, calamity, etc.
[1913 Webster]

His severest inflictions are in themselves acts of
justice and righteousness. --Rogers.
[1913 Webster]

90 Moby Thesaurus words for "infliction":
affliction, bane, bitter cup, bitter draft, bitter draught,
bitter pill, bother, bugbear, burden, burden of care, burdening,
calamity, cankerworm of care, care, castigation, charging,
chastening, chastisement, condign punishment, correction, cross,
crown of thorns, crushing burden, curse, death, demand, deserts,
destruction, disciplinary measures, discipline, disease, distress,
encumbrance, evil, exaction, ferule, freighting, gall,
gall and wormwood, grievance, harm, imposing an onus, imposition,
inconsiderateness, inconvenience, judgment, judicial punishment,
laying on, load, loading, loading down, nemesis, obtrusiveness,
open wound, oppression, pack of troubles, pains,
pains and punishments, pay, payment, peck of troubles,
penal retribution, penalty, penology, pest, pestilence, plague,
presumptuousness, punishment, punition, retribution,
retributive justice, running sore, scourge, sea of troubles,
sorrow, tasking, taxing, thorn, torment, trouble,
unwarranted demand, vexation, visitation, waters of bitterness,
weight, weighting, well-deserved punishment, what-for, woe

請選擇你想看的字典辭典:
單詞字典翻譯
Infliction查看 Infliction 在Google字典中的解釋Google英翻中〔查看〕
Infliction查看 Infliction 在Yahoo字典中的解釋Yahoo英翻中〔查看〕





安裝中文字典英文字典查詢工具!


中文字典英文字典工具:
選擇顏色:
輸入中英文單字

































































英文字典中文字典相關資料:
  • Advantages of using std::make_unique over new operator
    The difference is that std::make_unique returns an object of type std::unique_ptr and new returns a pointer to the created object For memory allocation failures, they will both throw
  • Why use std::make_unique in C++17? - Stack Overflow
    Since then, C++17 has clarified the evaluation order, making Syntax A safe too, so here's my question: is there still a reason to use std::make_unique over std::unique_ptr 's constructor in C++17? Can you give some examples? As of now, the only reason I can imagine is that it allows to type MyClass only once (assuming you don't need to rely on polymorphism with std::unique_ptr<Base>(new
  • Differences between std::make_unique and std::unique_ptr with new
    How would you deal with polymorphism without new? For example, you need a container of entities, the exact type of which is defined at runtime, and use std::unique_ptr rather than raw pointers: std::vector< std::unique_ptr<Base> > entities; You have to use entities emplace_back(new Derived); if you want to add elements of the derived class, as far as I can think
  • How can I use make_unique with c++11? - Stack Overflow
    If you look at the cppreference doc for std::make_unique(), it shows a possible implementation that (with minor tweaks) can be applied to C++11 code If your code doesn't need to worry about std::unique<T[]> support for arrays, then the simplest implementation would look like this:
  • c++ - make_uniqueの利点 - スタック・オーバーフロー
    make_unique を使用するとコンストラクター呼び出しではなくなるので auto 変数が使えます。対して std::unique_ptr はコンストラクター呼び出しなので型名を省略できません。 std::unique_ptr<int> pInt {new int{1}}; auto pInt = std::make_unique<int>(1); また前者は std::unique_ptr でポインター管理され自動的に delete さ
  • c++ - std::make_unique lt;T gt; vs reset (new T) - Stack Overflow
    std::make_unique<T> vs reset (new T) Ask Question Asked 9 years, 5 months ago Modified 8 years, 5 months ago
  • Custom initialize array with std::make_unique - Stack Overflow
    Say I would like to create a std::unique_ptr<int[]>, but I would like to initialize the created array to custom values: {1,2,3,4,5} I can use new and pass the raw pointer to std::unique_ptr constructor which will then own and manage it
  • c++ - Does assigning make_unique require std::move () to an empty . . .
    It's not, because in both cases the expression may bind to an rvalue reference In the first, std::make_unique already returns a pure rvalue In the second, std::move does a cast to an rvalue reference, it's redundant It also doesn't matter if the destination object is empty or not The mere act of invoking assignment doesn't depend on how the reference it received was bound The result would





中文字典-英文字典  2005-2009

|中文姓名英譯,姓名翻譯 |简体中文英文字典