LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
art::detail::mix_offset< C > Struct Template Reference

#include "CollectionUtilities.h"

Static Public Member Functions

static size_t offset (C const &c)
 

Detailed Description

template<typename C>
struct art::detail::mix_offset< C >

Definition at line 167 of file CollectionUtilities.h.

Member Function Documentation

template<typename C >
static size_t art::detail::mix_offset< C >::offset ( C const &  c)
inlinestatic

Definition at line 169 of file CollectionUtilities.h.

Referenced by art::detail::TwoArgInsert< cet::map_vector< T > >::concatenate(), and art::flattenCollections().

170  {
171  return c.size();
172  }

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