#include <TaggedValue.h>
Public Member Functions | |
TaggedValue (std::string const &tag, T const value) | |
Public Attributes | |
art::InputTag const | tag_ |
T const | value_ |
Definition at line 9 of file TaggedValue.h.
|
inlineexplicit |
Definition at line 10 of file TaggedValue.h.
art::InputTag const arttest::TaggedValue< T >::tag_ |
Definition at line 13 of file TaggedValue.h.
T const arttest::TaggedValue< T >::value_ |
Definition at line 14 of file TaggedValue.h.