![]() |
DamBreak++ Wave Simulator 0.3
DamBreak++ Simulation Framework
|
Check if types are identical using fold expression. More...
#include <dbpp_SimulationUtilities.hpp>
Static Public Attributes | |
| static constexpr bool | value = (std::is_same_v<T, TN> && ...) |
Check if types are identical using fold expression.
| T1 | type to check |
| ...TN | template parameter pack |
| type | |
| ... | pack expansion |
|
staticconstexpr |