Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. What is a proper conversion from QString to std::byte?

What is a proper conversion from QString to std::byte?

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 380 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • EngelardE Offline
    EngelardE Offline
    Engelard
    wrote on last edited by
    #1

    I need somehow convert QString to std::byte .In google alot suggests to QByteArray(which i also was thinking at first), but description of this type frighten me:

    Like char and unsigned char, it can be used to access raw memory occupied by other objects (object representation), but unlike those types, it is not a character type and is not an arithmetic type. A byte is only a collection of bits, and the only operators defined for it are the bitwise ones.

    That description which Bold, i totally can't get...

    JonBJ 1 Reply Last reply
    0
    • EngelardE Engelard

      I need somehow convert QString to std::byte .In google alot suggests to QByteArray(which i also was thinking at first), but description of this type frighten me:

      Like char and unsigned char, it can be used to access raw memory occupied by other objects (object representation), but unlike those types, it is not a character type and is not an arithmetic type. A byte is only a collection of bits, and the only operators defined for it are the bitwise ones.

      That description which Bold, i totally can't get...

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @Engelard
      Indeed go via QByteArray, and don't fret about what you've written in bold about std::byte definition rationale!

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved