40 printf(
"(%ld)\n",
m_l);
A class representing a C-preprocessor value.
constexpr CPPValue(double val) noexcept
constexpr CPPValue(char c) noexcept
static CPPValue parseOctal(const std::string &token)
constexpr Type type() const noexcept
static CPPValue parseDecimal(const std::string &token)
constexpr CPPValue(long val=0) noexcept
static CPPValue parseHexadecimal(const std::string &token)
static CPPValue parseCharacter(const std::string &token)
static CPPValue parseFloat(const std::string &token)
static CPPValue parseBinary(const std::string &token)