issues
search
oraqlle
/
cortexlib
A library of general purpose types, classes, functions, algorithms, utilities and other components for C++.
https://oraqlle.github.io/cortexlib/
MIT License
0
stars
0
forks
source link
Box v0.8.0 Release
#6
Closed
oraqlle
closed
2 years ago
oraqlle
commented
2 years ago
Release Notes
Added:
box::map + range
- Creates a mapping of a box and another range using a function.
box::map + iterators
- Creates a mapping of a box and another range (denoted by an iterator pair) using a function.
Changes:
box::map
's now return an empty box if
this
box is empty.
Changed template typename for box;
_Tp
->
T
Element type of box now meets the concept of
Any
.
Release Notes
Added:
box::map + range
- Creates a mapping of a box and another range using a function.box::map + iterators
- Creates a mapping of a box and another range (denoted by an iterator pair) using a function.Changes:
box::map
's now return an empty box ifthis
box is empty._Tp
->T
Any
.