unordered_map(C++11) unordered_multimap(C++11) unordered_set(C++11) unordered_multiset(C++11) 容器适配器 span(C++20)−mdspan(C++23) 迭代器库 范围库(C++20) 范围工厂−范围适配器 generator(C++23) 算法库 数值算法 执行策略(C++17) 受约束算法(C++20) ...
unordered_{map,set}/*/insert_range: 「コードブロックのあとに空行が必要な制限」に纏わる修正 … 5259ff6 Member akinomyoga commented Nov 18, 2024 • edited unordered_*/*/insert_range に同様の問題があったので修正しました。他にもあるかもしれません。 edit: プログラムの修飾に関係...
Cancel Create saved search Sign in Sign up {{ message }} akinomyoga / cpprefjp-site Public forked from cpprefjp/site Notifications You must be signed in to change notification settings Fork 0 Star 1 Code Pull requests Actions Projects Wiki Security ...
voidLinearElasticityWithContact::move_mesh (MeshBase & input_mesh,constNumericVector<Number> & input_solution) {// Maintain a set of node ids that we've encountered.LIBMESH_BEST_UNORDERED_SET<dof_id_type> encountered_node_ids;// Localize input_solution so that we have the data to move all...
typedef std::unordered_multimap<MString, MObjectHandle, GPUCache::MStringHash> Map; ~CacheShapeRegistry(); static CacheShapeRegistry& theCache(); void getAll( std::vector<MObjectHandle>& shapes ); void find(const MString& key, std::vector<MObjectHandle>& shapes); bool insert(const MStrin...
154 ++resultsMapSize; 155 resultsMap.insert(result.begin, result); 156 return; 157 } 158 159 if (reduceOptions & UnorderedReduce) { 160 // UnorderedReduce 161 progress = -1; 162 163 // reduce this result 164 locker.unlock(); 165 reduceResul...