MCPcopy Create free account
hub / github.com/CesiumGS/cesium-native / all

Function all

CesiumAsync/include/CesiumAsync/AsyncSystem.h:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 */
220 template <typename T>
221 Future<AllValueType<T>> all(std::vector<Future<T>>&& futures) const {
222 return this->all<T, Future<T>>(
223 std::forward<std::vector<Future<T>>>(futures));
224 }
225
226 /**
227 * @brief Creates a Future that resolves when every Future in a vector

Callers 3

checkIntersectionFunction · 0.85
TestModel.cppFile · 0.85

Calls 2

transformTupleFunction · 0.85
getMethod · 0.45

Tested by 1

checkIntersectionFunction · 0.68