MCPcopy Create free account
hub / github.com/FastLED/FastLED / make_pair

Function make_pair

src/fl/stl/pair.h:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93// make_pair function
94template <typename T1, typename T2>
95pair<typename fl::decay<T1>::type, typename fl::decay<T2>::type> make_pair(T1&& t, T2&& u) FL_NOEXCEPT {
96 return pair<typename fl::decay<T1>::type, typename fl::decay<T2>::type>(fl::forward<T1>(t), fl::forward<T2>(u));
97}
98
99// Helper for get function
100template <fl::size I, typename T1, typename T2>

Callers 15

packWS2816PixelFunction · 0.85
makeScaledPixelRangeRGBFunction · 0.85
makeScaledPixelRangeRGBWFunction · 0.85
setVizFactoryMethod · 0.85
getAnimationListMethod · 0.85
_findOrCreateFunction · 0.85
_createIfNotExistsFunction · 0.85
FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by 7

test_map_insert_findFunction · 0.68
test_map_eraseFunction · 0.68
test_map_iterationFunction · 0.68
test_map_size_clearFunction · 0.68
test_map_countFunction · 0.68
test_map_front_backFunction · 0.68