Author Topic: C++ gsl span methods  (Read 50 times)

namklak

  • Community Member
  • Posts: 28
  • Hero Points: 0
C++ gsl span methods
« on: November 08, 2024, 10:15:58 PM »
Hi,
I've been writing embedded C for decades, while using SE for at least 15 years.  Now I'm on a project with C++17, and I've never written C++ before.

One of the params in the fn prototype is  const gsl::span<uint8_t> &buffer

If I type buffer in the fn context and then hit '.', no method list pops up - how do I enable listing the gsl span methods?