Static Public Member Functions | List of all members
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 131 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 133 of file CollectionUtilities.h.

134  {
135  return c.size();
136  }

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