Add EvictingCacheMap MoveConstructor
authorDan Schatzberg <dschatzberg@fb.com>
Wed, 7 Dec 2016 16:08:34 +0000 (08:08 -0800)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Wed, 7 Dec 2016 16:23:29 +0000 (08:23 -0800)
commit9b816e8962112104f06a0bd59721e3750222bc18
tree039eebae06f3e075fcf7b2c6ab5b40ac9709d99a
parent99994d0a2550e5de567f855bcb9d35f3a69b309a
Add EvictingCacheMap MoveConstructor

Summary:
Add the default move constructor and move operator
to EvictingCacheMap so it can be moved.

Reviewed By: markisaa, luciang

Differential Revision: D4287472

fbshipit-source-id: 130e9d5467d6da14ba95a9e769cf8e8d541a704c
folly/EvictingCacheMap.h
folly/test/EvictingCacheMapTest.cpp