proxygen
|
#include <exception>
#include <string>
#include <type_traits>
#include <folly/Demangle.h>
#include <folly/FBString.h>
#include <folly/Portability.h>
Go to the source code of this file.
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
Functions | |
fbstring | folly::exceptionStr (const std::exception &e) |
template<typename E > | |
auto | folly::exceptionStr (const E &e) -> typename std::enable_if<!std::is_base_of< std::exception, E >::value, fbstring >::type |