The `push_back` function in the `teuchos.Array` class in C++ is used to add an element to the end of the array. It takes the element as a parameter and appends it to the existing elements of the array. This function is commonly used when dynamically resizing arrays or when adding elements at runtime.
C++ (Cpp) Array::push_back - 30 examples found. These are the top rated real world C++ (Cpp) examples of teuchos::Array::push_back extracted from open source projects. You can rate examples to help us improve the quality of examples.