exception_wrapper::get_object<>
authorYedidya Feldblum <yfeldblum@fb.com>
Fri, 12 May 2017 21:14:22 +0000 (14:14 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 12 May 2017 21:21:06 +0000 (14:21 -0700)
commitf0daf647cd1435d8511b0fd8c64b31ed37e8beb8
tree308573f38b58f47647e177f5d51950a9f50b64ce
parent4762a35e70fb08622baed5d30157c99c215f4f15
exception_wrapper::get_object<>

Summary:
[Folly] `exception_wrapper::get_object<>`.

Returns a pointer to the stored object, if the template type parameter is of the right sort.

Reviewed By: jsedgwick

Differential Revision: D5000720

fbshipit-source-id: 2869439085e8dfb56e6cb439794b03876b7d715c
folly/ExceptionWrapper-inl.h
folly/ExceptionWrapper.h
folly/test/ExceptionWrapperTest.cpp