True when Trait holds for every type in Ts.
Synopsis
Declared in <folly/Expected.h>
template<
template<class...> typename Trait,
class... Ts>
using StrictAllOf = StrictConjunction<Trait<Ts>...>;
Created with MrDocs