Kumazuma / cpp_like_rust

rust struct implementation in cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp_like_rust

rust struct implementation in cpp

iterator.cpp

iterator.cpp is implementation with Rust Iter's map, filter, and foreach.

for iterator, you must implement const_iterator class in your collection.

option.cpp

option.cpp is implementation with Rust Option(especially Option's map method)

About

rust struct implementation in cpp

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 100.0%