Files
ortools-clone/src/base/small_map.h
2014-01-08 12:01:58 +00:00

8 lines
160 B
C++

#ifndef OR_TOOLS_BASE_SMALL_MAP_H_
#define OR_TOOLS_BASE_SMALL_MAP_H_
template <class T>
class small_map : public T {};
#endif // OR_TOOLS_BASE_SMALL_MAP_H_