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