40 for (
const auto&
h : std::get<0>( hs ) ) {
41 if ( !
h->objKey().empty() ) {
42 std::get<1>( hs ).emplace(
h->fullKey() );
44 std::get<2>( hs ).emplace(
h->fullKey() );
56 for (
const auto&
h : std::get<0>( hs ) ) {
57 if ( !
h.key().empty() ) {
58 std::get<1>( hs ).emplace(
h );
60 std::get<2>( hs ).emplace(
h );