ModernCpp.ir
257 subscribers
685 photos
42 videos
13 files
914 links
site : moderncpp.ir
Mail : info@moderncpp.ir
Admin: @FONQRI
C++ tutorials and ...
Download Telegram
#cpp #std #embed
سلام خدمت دوستان من خودم وقت ندارم الان گوشش بدم ولی فکر میکنم برای خیلی از دوستان جذاب باشه
Rob and Jason are joined by Ken Museth the CEO of Voxel Tech. They first discuss a blog post about std::embed and the new version of Qt that was just released. Then they talk to Ken Museth about OpenVDB a C++ library for working with volumetric data used in Visual Effects, Scientific Simulations and more.

Podcast Link: https://cppcast.com/ken-museth-openvdb/
Channel Link : https://t.me/moderncpp_ir
std::kill_dependency
Informs the compiler that the dependency tree started by an std::memory_order_consume atomic load operation does not extend past the return value of std::kill_dependency; that is, the argument does not carry a dependency into the return value.

لینک مستندات : https://en.cppreference.com/w/cpp/atomic/kill_dependency
لینک کانال تلگرام : https://t.me/moderncpp_ir
#atomic #kill #dependency #std