smart pointer的意思
smart pointer中文翻譯:
智能指針
pointer───n.指針;指示器;教鞭;暗示
pointer brand───指針品牌
laser pointer───激光教鞭,激光棒;雷射指示器;激光指揮棒
smart───adj.聰明的;巧妙的;敏捷的;厲害的;瀟灑的;劇烈的;時髦的;n.(Smart)(法)斯馬爾;(英、德)斯馬特(人名)
instruction pointer───指令指標;[計] 指令指針,指令指示字
stack pointer───[計]棧指針;棧指示器;[計]堆棧指示字;棧指示器; 堆棧指示器; 堆棧指示字; 堆棧指針
star pointer───星形指針
pointer dog───指針狗
pointer sisters songs───指針姐妹歌曲
Otherwise, if you need to change it, or to store it, use pointer (better: smart Pointers).───否則,如果你需要改變它,或存儲,使用指針(更好:智能指針)。
There was an error trying to set the smart card file object pointer.───設置智能卡文件對象指針時出現錯誤。
The Implement of an Adapting Reference Count Smart Pointer───一種自適應的引用計數智能指針的實現
In particular , there are standard smart pointer classes designed to encapsulate COM interface pointers.
A smart pointer is a C ++ template class designed to encapsulate pointer functionality.
In computer science, a smart pointer is an abstract data type that simulates a pointer while providing additional features, such as automatic garbage collection or bounds checking.