is_same
Checks if two types are the same.
Parameters
| Name | Description |
|---|---|
| T | The first type. |
| U | The second type. |
Aliases
| Name | Description |
|---|---|
| is_same_v | Helper variable template for is_same. |
Checks if two types are the same.
| Name | Description |
|---|---|
| T | The first type. |
| U | The second type. |
| Name | Description |
|---|---|
| is_same_v | Helper variable template for is_same. |