leveldb/helpers/memenv
Victor Costan 24424a1ef2 Style cleanup.
1) Convert iterator-based for loops to C++11 foreach loops.
2) Convert "void operator=" to "T& operator=".
3) Switch from copy operators from private to public deleted.
4) Switch from empty ctors / dtors to "= default" where appropriate.

PiperOrigin-RevId: 246679195
2019-05-04 17:42:20 -07:00
..
memenv_test.cc Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
memenv.cc Style cleanup. 2019-05-04 17:42:20 -07:00
memenv.h Add CMake build support. 2018-03-16 19:17:27 -07:00