| 150 | /// @hyde-owner fosterbrereton |
| 151 | template <typename T> |
| 152 | struct specialization_example { |
| 153 | constexpr auto as_tuple() const { return std::forward_as_tuple(); } |
| 154 | }; |
| 155 | |
| 156 | /// @brief an example `std::int32` specialization |
| 157 | /// @hyde-owner fosterbrereton |
nothing calls this directly
no outgoing calls
no test coverage detected