The all operator allows to check if all the elements of an array fill ... bool resultArray1 = from_array(array1) >> all([](int i) {return i ...
確定! 回上一頁