LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
util::details::values_impl< std::map< Key, Value, Args... > > Struct Template Reference

#include "values.h"

Inheritance diagram for util::details::values_impl< std::map< Key, Value, Args... > >:
util::details::map_values_impl< std::map< Key, Value, Args... > >

Static Public Member Functions

static decltype(auto) constexpr iterate (T &&coll) noexcept
 

Detailed Description

template<typename Key, typename Value, typename... Args>
struct util::details::values_impl< std::map< Key, Value, Args... > >

Definition at line 110 of file values.h.

Member Function Documentation

static decltype(auto) constexpr util::details::map_values_impl< std::map< Key, Value, Args... > , 1U >::iterate ( T &&  coll)
inlinestaticnoexceptinherited

Definition at line 101 of file values.h.

102  {
103  return util::get_elements<NElement>(std::forward<T>(coll));
104  }

The documentation for this struct was generated from the following file: