PYTHIA
8.312
|
#include <DireBasics.h>
Public Member Functions | |
create_unordered_map (const T &key, const U &val) | |
create_unordered_map< T, U > & | operator() (const T &key, const U &val) |
operator unordered_map< T, U > () | |
Template to make initializing maps simpler, while not relying on C++11. Usage: map(createmap<T,U>(a,b)(c,d)(e,f));