LibSWOC++ 1.5.14
Solid Wall of C++
Loading...
Searching...
No Matches
swoc::detail::lexicon_pair_type< E > Struct Template Reference
Collaboration diagram for swoc::detail::lexicon_pair_type< E >:
Collaboration graph

Public Member Functions

 lexicon_pair_type (E value, TextView name)
 

Public Attributes

_value
 
TextView _name
 

Detailed Description

template<typename E>
struct swoc::detail::lexicon_pair_type< E >

Definition at line 45 of file Lexicon.h.

Constructor & Destructor Documentation

◆ lexicon_pair_type()

template<typename E>
swoc::detail::lexicon_pair_type< E >::lexicon_pair_type ( E value,
TextView name )
inline

Constructor.

Definition at line 52 of file Lexicon.h.

Member Data Documentation

◆ _name

template<typename E>
TextView swoc::detail::lexicon_pair_type< E >::_name

Definition at line 47 of file Lexicon.h.

◆ _value

template<typename E>
E swoc::detail::lexicon_pair_type< E >::_value

Definition at line 46 of file Lexicon.h.


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