LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
util::add_tag< T, Tag > Struct Template Reference

#include "TupleLookupByTag.h"

Public Types

using type = TaggedType< std::remove_reference_t< T >, Tag >
 

Detailed Description

template<typename T, typename Tag>
struct util::add_tag< T, Tag >

Trait holding a type derived from T, tagged with Tag.

See also
TaggedType

Definition at line 547 of file TupleLookupByTag.h.

Member Typedef Documentation

template<typename T , typename Tag >
using util::add_tag< T, Tag >::type = TaggedType<std::remove_reference_t<T>, Tag>

Definition at line 548 of file TupleLookupByTag.h.


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