- C++/STL/byte array to shared_ptr . . . . 5 matches
#keywords STL, shared_ptr, byte
{{{+1 shared_ptr }}}
std::shared_ptr<byte> buf(new byte[length]);
//std::shared_ptr<byte> buf = std::shared_ptr<byte>(new byte[length]); - C++/STL . . . . 1 match
["/byte array to shared_ptr"]