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

Method back

src/fl/stl/queue.h:78–80  ·  view source on GitHub ↗

@brief Access the last element (back of queue) @return Reference to the back element @note Undefined behavior if queue is empty

Source from the content-addressed store, hash-verified

76 /// @return Reference to the back element
77 /// @note Undefined behavior if queue is empty
78 reference back() {
79 return mContainer.back();
80 }
81
82 /// @brief Access the last element (back of queue) - const version
83 /// @return Const reference to the back element

Callers 15

getOrCreateMethod · 0.45
detectOnsetMethod · 0.45
acquireMethod · 0.45
circular_bufferClass · 0.45
on_tokenMethod · 0.45
push_valueMethod · 0.45
on_tokenMethod · 0.45
unsorted_map_fixedClass · 0.45
flat_mapClass · 0.45
prevMethod · 0.45
vector.hFile · 0.45

Calls

no outgoing calls

Tested by 6

test_push_backFunction · 0.36
test_emplace_backFunction · 0.36
test_pop_backFunction · 0.36
test_map_front_backFunction · 0.36