Guest User

Untitled

a guest
May 24th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. #ifdef TIXML_USE_STL
  2. /** Return Value() as a std::string. If you only use STL, │
  3. this is more efficient than calling Value(). │
  4. Only available in STL mode. │
  5. */ │
  6. const std::string& ValueStr() const { return value; }
  7. #endif
Add Comment
Please, Sign In to add comment