Searched defs:BinaryBeImpl (Results 1 – 1 of 1) sorted by relevance
34 template <typename ValueType> struct BinaryBeImpl { struct35 ValueType Value;36 BinaryBeImpl(ValueType V) : Value(V) {} in BinaryBeImpl() argument