utilities for ZFFramework More...
#include "ZFCoreMap.h"Go to the source code of this file.
Classes | |
| class | zfvalueSwitchData< T_Key, T_Hash, T_Equal > |
| see zfvalueSwitch More... | |
Functions | |
| template<typename T_KeyV, typename T_Key, typename T_Hash, typename T_Equal> | |
| zfindex | zfvalueSwitch (T_KeyV const &v, zfvalueSwitchData< T_Key, T_Hash, T_Equal > const &data) |
| util to switch-case on any value type | |
utilities for ZFFramework
| zfindex zfvalueSwitch | ( | T_KeyV const & | v, |
| zfvalueSwitchData< T_Key, T_Hash, T_Equal > const & | data ) |
util to switch-case on any value type
or, store pre initialized switch data for better performance: