Minsky
minsky::KeyAssertion< int > Struct Template Reference

#include <intrusiveMap.h>

Collaboration diagram for minsky::KeyAssertion< int >:
Collaboration graph

Public Member Functions

 KeyAssertion ()
 
 KeyAssertion (int id)
 

Detailed Description

template<>
struct minsky::KeyAssertion< int >

Definition at line 36 of file intrusiveMap.h.

Constructor & Destructor Documentation

◆ KeyAssertion() [1/2]

minsky::KeyAssertion< int >::KeyAssertion ( )
inline

Definition at line 38 of file intrusiveMap.h.

38 {} // why?

◆ KeyAssertion() [2/2]

minsky::KeyAssertion< int >::KeyAssertion ( int  id)
inline

Definition at line 39 of file intrusiveMap.h.

39 {assert(id>=0);}

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