PYTHIA
8.312
|
#include <DireBasics.h>
Public Member Functions | |
createmap (const T &key, const U &val) | |
createmap< T, U > & | operator() (const T &key, const U &val) |
operator 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));