MCPcopy Create free account
hub / github.com/MikeLankamp/fpm / get_remainder

Method get_remainder

tests/input.cpp:77–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76 private:
77 static std::string get_remainder(std::istream& is)
78 {
79 std::string remaining;
80 is.clear();
81 is >> std::noskipws >> remaining;
82 return remaining;
83 }
84
85 std::locale m_locale;
86 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected