# Generated by roxygen2: do not edit by hand

export(assign)
export(at)
export(back)
export(bucket_count)
export(capacity)
export(clear)
export(contains)
export(count)
export(cpp_deque)
export(cpp_forward_list)
export(cpp_list)
export(cpp_map)
export(cpp_multimap)
export(cpp_multiset)
export(cpp_priority_queue)
export(cpp_queue)
export(cpp_set)
export(cpp_stack)
export(cpp_unordered_map)
export(cpp_unordered_multimap)
export(cpp_unordered_multiset)
export(cpp_unordered_set)
export(cpp_vector)
export(emplace)
export(emplace_after)
export(emplace_back)
export(emplace_front)
export(empty)
export(erase)
export(erase_after)
export(flip)
export(front)
export(insert)
export(insert_after)
export(insert_or_assign)
export(load_factor)
export(max_bucket_count)
export(max_load_factor)
export(max_size)
export(pop)
export(pop_back)
export(pop_front)
export(push)
export(push_back)
export(push_front)
export(rehash)
export(remove.)
export(reserve)
export(resize)
export(reverse)
export(shrink_to_fit)
export(size)
export(sorting)
export(splice)
export(splice_after)
export(to_r)
export(top)
export(try_emplace)
export(type)
exportMethods("==")
exportMethods("[")
exportMethods(assign)
exportMethods(at)
exportMethods(back)
exportMethods(bucket_count)
exportMethods(capacity)
exportMethods(clear)
exportMethods(contains)
exportMethods(count)
exportMethods(emplace)
exportMethods(emplace_after)
exportMethods(emplace_back)
exportMethods(emplace_front)
exportMethods(empty)
exportMethods(erase)
exportMethods(erase_after)
exportMethods(flip)
exportMethods(front)
exportMethods(insert)
exportMethods(insert_after)
exportMethods(insert_or_assign)
exportMethods(load_factor)
exportMethods(max_bucket_count)
exportMethods(max_load_factor)
exportMethods(max_size)
exportMethods(merge)
exportMethods(pop)
exportMethods(pop_back)
exportMethods(pop_front)
exportMethods(print)
exportMethods(push)
exportMethods(push_back)
exportMethods(push_front)
exportMethods(rehash)
exportMethods(remove.)
exportMethods(reserve)
exportMethods(resize)
exportMethods(reverse)
exportMethods(shrink_to_fit)
exportMethods(size)
exportMethods(sort)
exportMethods(sorting)
exportMethods(splice)
exportMethods(splice_after)
exportMethods(to_r)
exportMethods(top)
exportMethods(try_emplace)
exportMethods(type)
exportMethods(unique)
importFrom(Rcpp,evalCpp)
useDynLib(cppcontainers, .registration = TRUE)
