/* * A test of unordered_map containers. */ %module cpp11_li_std_unordered_map %include %include %template(IntIntUnorderedMap) std::unordered_map; %template(StringIntUnorderedMap) std::unordered_map;