template <typename T, typename Enabled = void>

struct ExpressionTraits

Defined at line 318 of file ../../zircon/system/ulib/ffl/include/ffl/expression.h

Traits type to determine whether some type T may be converted to

an Expression and the specific type of Expression it converts to.