| 1887 | */ |
| 1888 | template <typename C, typename T> |
| 1889 | inline int |
| 1890 | basic_pstreambuf<C,T>::error() const |
| 1891 | { |
| 1892 | return error_; |
| 1893 | } |
| 1894 | |
| 1895 | /** |
| 1896 | * Closes the output pipe, causing the child process to receive the |
nothing calls this directly
no outgoing calls
no test coverage detected