folly::isTry

Trait that detects whether a type is a Try.

Synopsis

Declared in <folly/Try.h>

template<typename T>
struct isTry
    : std::false_type

Base Classes

NameDescription
std::false_type

Specializations

NameDescription
isTry<Try<T>> Trait specialization that matches Try<T>.