Home
last modified time | relevance | path

Searched refs:mapped_type_constructor_args (Results 1 – 1 of 1) sorted by relevance

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp1279 …iecewise_construct_t pcw, KeyTuple &&key_tuple, MappedTuple &&mapped_type_constructor_args) noexce… in emplace_() argument
1286 std::forward<MappedTuple>(mapped_type_constructor_args) in emplace_()
1293 …ool> UnorderedMap<K, T, H, KE>::emplace_(Key &&key, Args &&...mapped_type_constructor_args) noexce… in emplace_() argument
1295 …d::forward<Key>(key)), std::forward_as_tuple(std::forward<Args>(mapped_type_constructor_args)...)); in emplace_()