Searched refs:typeFor (Results 1 – 1 of 1) sorted by relevance
894 inline static constexpr type_t typeFor() { in typeFor() function900 C2Value(T value) : _mType(typeFor<T>()), _mValue(value) { } in C2Value()908 if (_mType == typeFor<T>()) { in get()