MCPcopy Create free account
hub / github.com/THUNLP-MT/MEAN / is_open

Method is_open

evaluation/TMscore.cpp:1919–1923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1917 */
1918 template <typename C, typename T>
1919 inline bool
1920 basic_pstreambuf<C,T>::is_open() const
1921 {
1922 return ppid_ > 0;
1923 }
1924
1925 /**
1926 * Toggle the stream used for reading. If @a readerr is @c true then the

Callers 1

file2chainlistFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected