Define a member typedef only if a boolean constant is true.
#if defined(TETL_ENABLE_CXX_MODULES)
import etl;
#else
#endif
namespace {
template <typename T>
{
return static_cast<int>(val);
}
auto func(float val) -> float
{
return val;
}
}
auto main() -> int
{
func(42);
func(3.0F);
return 0;
}
TETL_BUILTIN_UINT16 uint16_t
Unsigned integer type with width of exactly 16 bits.
Definition uint_t.hpp:15
The class template bitset represents a fixed-size sequence of Bits bits. Bitsets can be manipulated b...
Definition bitset.hpp:23