Searched defs:BinaryBeImpl (Results 1 – 1 of 1) sorted by relevance
33 template <typename ValueType> struct BinaryBeImpl { struct34 ValueType Value;35 BinaryBeImpl(ValueType V) : Value(V) {} in BinaryBeImpl() function