mln::util::object_id< Tag, V > Class Template Reference
Base class of an object id.
More...
#include <object_id.hh>
List of all members.
|
Public Types |
typedef V | value_t |
| The underlying type id.
|
Public Member Functions |
|
| object_id () |
| Constructors.
|
Detailed Description
template<typename Tag, typename V>
class mln::util::object_id< Tag, V >
Base class of an object id.
- Template Parameters:
-
| Tag | the tag type |
| Equiv | the equivalent value. |
Definition at line 48 of file object_id.hh.
Member Typedef Documentation
template<typename Tag, typename V>
Constructor & Destructor Documentation
template<typename Tag, typename V>