LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
util::TagExtractor< Tagged > Struct Template Reference

Extracts the tag from a type. More...

#include "TupleLookupByTag.h"

Inheritance diagram for util::TagExtractor< Tagged >:
util::details::TagExtractorImpl< Tagged >

Detailed Description

template<typename Tagged>
struct util::TagExtractor< Tagged >

Extracts the tag from a type.

Template Parameters
Taggedtype of tagged type

This trait holds the tag type of Tagged (that is, Tagged::tag) as type member. If Tagged type has no tag type member, a compilation error will ensue.

Definition at line 683 of file TupleLookupByTag.h.


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