Searched refs:UntaggedT (Results 1 – 2 of 2) sorted by relevance
51 struct UntaggedT {}; struct53 struct IntegralT : UntaggedT {};97 struct Float32T : UntaggedT {103 struct Float64T : UntaggedT {176 std::is_base_of<UntaggedT, T>::value ||
799 std::is_convertible<TNode<T>, TNode<UntaggedT>>::value,