| // Part of the Crubit project, under the Apache License v2.0 with LLVM |
| // Exceptions. See /LICENSE for license information. |
| // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
| #ifndef THIRD_PARTY_CRUBIT_RS_BINDINGS_FROM_CC_TEST_GOLDEN_TEMPLATES_H_ |
| #define THIRD_PARTY_CRUBIT_RS_BINDINGS_FROM_CC_TEST_GOLDEN_TEMPLATES_H_ |
| static MyTemplate Create(T value) { |
| const T& value() const { return value_; } |
| using MyTypeAlias = MyTemplate<int>; |
| using OtherTypeAliasInSameTarget = MyTemplate<int>; |
| template <typename T1, typename T2> |
| struct TemplateWithTwoParams { |
| using AliasToTemplateWithTwoParams = TemplateWithTwoParams<int, float>; |
| #endif // THIRD_PARTY_CRUBIT_RS_BINDINGS_FROM_CC_TEST_GOLDEN_TEMPLATES_H_ |