stdex icon indicating copy to clipboard operation
stdex copied to clipboard

std function

Open oktonion opened this issue 5 years ago • 1 comments

Classes like stdex::thread need to have some kind of functors. Implementation of stdex::function is totally doable with C++98 and some template class overloads so this should be included in stdex library.

oktonion avatar Jun 17 '20 14:06 oktonion

Created a branch for stdex::function feature.

https://github.com/oktonion/stdex/tree/function_feature

oktonion avatar Jun 17 '20 14:06 oktonion