All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Types | Public Member Functions | List of all members
paal::ir::detail::const_int_map< KeyType, num > Class Template Reference

A boost graph map that returns a constant integer value. More...

#include <tree_augmentation.hpp>

Inheritance diagram for paal::ir::detail::const_int_map< KeyType, num >:

Public Types

using category = boost::readable_property_map_tag
 
using value_type = int
 
using reference = int
 
using key_type = KeyType
 

Public Member Functions

reference operator[] (KeyType e) const
 

Detailed Description

template<typename KeyType, int num>
class paal::ir::detail::const_int_map< KeyType, num >

A boost graph map that returns a constant integer value.

Definition at line 83 of file tree_augmentation.hpp.


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