Returns the total number of placeholders
| 650 | |
| 651 | // Returns the total number of placeholders |
| 652 | size_t getNumPlaceholders() const { return placeholders_.size(); } |
| 653 | |
| 654 | // Get a ReadHandle reference from the object shared_ptr |
| 655 | template <typename T> |
no test coverage detected