1 #ifndef __JLANG__JSTDTOOLKIT__
2 #define __JLANG__JSTDTOOLKIT__
17 namespace JPP {
using namespace JLANG; }
30 template<
class JKey_t,
class JValue_t,
class JComparator_t,
class JAllocator_t>
#define THROW(JException_t, A)
Marco for throwing exception with std::ostream compatible message.
Auxiliary data structure for handling std::ostream.
Forward declarations of STD containers.
const JValue_t & get_key(const std::map< JKey_t, JValue_t, JComparator_t, JAllocator_t > &map, const JKey_t key)
Get value in map.