NCL Composer  0.1.5
 All Classes Functions Variables Pages
create_map< T, U > Class Template Reference

A template class that simplify the initialization of std::map. More...

#include <qnstutil.h>

Collaboration diagram for create_map< T, U >:

Public Member Functions

 create_map (const T &key, const U &val)
 
create_map< T, U > & operator() (const T &key, const U &val)
 
 operator std::map< T, U > ()
 

Detailed Description

template<typename T, typename U>
class create_map< T, U >

A template class that simplify the initialization of std::map.

Definition at line 108 of file qnstutil.h.


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