| 186 | |
| 187 | template <typename TValue> |
| 188 | inline std::enable_if_t<TValue::is_primitive, bool> is() const { |
| 189 | return is(PrimitiveType<TValue>::instance); |
| 190 | } |
| 191 | |
| 192 | template <typename TValue> |
| 193 | inline std::enable_if_t<TValue::is_primitive, const TValue*> as() const { |
no outgoing calls
no test coverage detected