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