SMART POINTERS Meaning in Japanese - translations and usage examples

[smɑːt 'pointəz]
[smɑːt 'pointəz]
スマートポインタ

Examples of using Smart pointers in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Smart pointers in Rust.
Rustにおけるスマートポインタとは。
Here is my article about smart pointers.
スマートポインタについては過去に書いた。
Smart pointers(boost) explained.
スマートポインタ(ブースト)の説明。
I love the new C++ 11 smart pointers.
私は新しいC++11のスマートポインタをとても気に入っています。
Smart pointers in Rust.
Rustにおけるスマートポインタとは-Rustコトハジメ。
Why do C++ libraries and frameworks never use smart pointers?
C++ライブラリとフレームワークでスマートポインタを使用しないのはなぜですか?
Smart pointers in Rust are such as:.
Rustのスマートポインタの例としては、。
Some of these advantages can also be achieved using smart pointers.
これらの優位性のうちいくつかは、スマートポインタを使用することでも同様に得られる。
Smart pointers take on a general form as follows:.
スマートポインタは一般に以下の形をしている:。
C++ has alwayssupported 1 well via reference counted smart pointers.
C++は、参照カウント型のスマートポインターによって1を常にサポートしています。
The smart pointers mentioned in the article are all not Copy.
ここに書いてあるスマートポインタはすべて、Copyでは「ない」。
Memory management in C++is usually done by hand, or through smart pointers.
C++のメモリ管理は普通、手動で行われるか、スマートポインタを通して行われる。
Smart pointers in Rust How reference of integer is able to add».
Rustにおけるスマートポインタとは整数の参照が足し算出来る理由»。
XPCOM makes use of C-style macros and C++ templates for smart pointers.
XPCOMでは、Cスタイルのマクロと、スマート・ポインター用のC++のテンプレートを活用します。
The special thing about smart pointers is that hey have special metadata and special Drop implementation and Deref and DerefMut implementations(if posssble) for ergonomics.
これらをスマートポインタたらしめてる理由は、さきほどいった内部に特殊なメタデータを持っているという点と、それを利用した特殊なDropと、エルゴノミクスのためのDerefやDerefMutが実装されている点だ。
In Rust, pointer-like stuffs which hasinternal special metadata are called smart pointers.
このように、内部に特殊なメタデータを持つポインタライクなものを、Rustではスマートポインタという。
As for(2), copying smart pointers like Vec<T> or String leads to so-called double free because each copy tries to free the single heap allocated area when it goes out of scope.
(2)については、Vec<T>やStringのスマートポインタをコピーしてしまうと、各々がスコープを抜ける時に自身が管理するヒープ領域を解放しようとするから、ダブルフリーとなる。
Back when C++11 came out, it had lots of new features including big shiny ones, but it was the“little everyday things” that made the most impact- the range-based for loop,auto, smart pointers, lambdas, class member initializers.
C++11が登場した時、数多くの新機能の中には大規模で派手なものもありましたが、実際にインパクトがあったのは“毎日使う小さな機能”-レンジベースのforループ、auto、スマートポインタ、ラムダ、クラスメンバの初期化といったものでした。
T must meet the smart pointer common requirements.
Tはスマートポインタの共通の要求事項を満たさなければならない。
Wptr_t- a tagged smart pointer that contains a whnf value(either raw or a location).
Sptr_t-タグ付けされたスマートポインタ。WHNF値か遅延配置を保持する。
Sptr_t- a tagged smart pointer, may contain a whnf value or a lazy location.
Wptr_t-タグ付けされたスマートポインタ。生か配置情報のWNHF値を保持する。
Using Wrapper Libraries with Smart Pointer classes automates memory allocation and deallocation, eliminating the need to manage complicated interface controls while avoiding memory leaks.
スマートポインタにより、使い終わってもBREWインターフェースを解放する必要がありません。煩雑なインターフェース管理とメモリリークの問題が解消します。
Started providing a platform,"Optimal Smart Pointer," to automate certain operations on PC.
パソコンの特定操作を自動化するプラットフォーム「OptimalSmartPointer」の提供を開始。
Also, we design a Smart Pointer to have our data model operations flexible, which deals with multiplicities of lock, allocation, and persistence.
さらに、データモデルの操作を柔軟にするために、多様なロックやアロケーター、永続化手法に対応できるSmartPointerを用意しました。
The_var type class behaves like a smart pointer, and when you use the_var class as a variable length structure, the memory allocated to variable length members is automatically managed.
Var型クラスはスマートポインタのように振る舞い、可変長の構造体として_varクラスを使用する場合、可変長のメンバーに割り当てられるメモリーは自動的に管理されます。
Being boxed onlymeans that the object may be represented by a smart pointer, which may or may not actually be a pointer in the traditional sense.
ボックス化されていることはオブジェクトがスマートポインタによって表現されているか、実際には伝統的なポインタであるかもしれないのだ。
These are FlowDesigner object types that basically conform to the same data types in the C++ STL. ObjectRef is aFlowDesigner-specific data type that is realized as a smart pointer for object types and is often used as elements of Vector, Matrix and Map.
ObjectRefは,オブジェクト型へのスマートポインタとして実現されているFlowDesigner固有のデータ型であり,Vector,Matrix,Mapの要素として用いられることが多い。
What is a smart pointer and when should I use one?
スマートポインタとは何ですか?いつスマートポインタを使用しますか?
Arc or Atomically Reference Counted is a smart pointer which implements thread-safe reference counting.
ArcはAtomicallyReferenceCountedの略で、スレッドセーフなリファレンスカウントを実装したスマートポインタです。
It may be on the stack, heap, or even embedded within the smart pointer itself.
それはスタックやヒープに確保されるかもしれない。さらにはスマートポインタの中に組み込まれているかもしれない。
Results: 48, Time: 0.0274

Word-for-word translation

Top dictionary queries

English - Japanese