Skip to content

Add missing methods to kf::map #32

@SergiusTheBest

Description

@SergiusTheBest

kf::map is a wrapper around std::map focused on usage without C++ exceptions (it preallocates memory using a special allocator).

Add missing methods to kf::map. C++ standard is C++20. Note, that methods that can throw an exceptions in std::map should return a result in std::optional in kf::map implementation.

Also add missing typedefs that are expected by std::map interface.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions