Git Product home page Git Product logo

Comments (3)

BlackMATov avatar BlackMATov commented on June 14, 2024

Hello!

Hm.. I'll try to impl it 👍

from enum.hpp.

BlackMATov avatar BlackMATov commented on June 14, 2024

I've just tried to make it in a branch (feature/value_string). But I have several issues now:

  • external enums doesn't support;
  • some ambiguities with "field_a | field_b" vs "field_a|field_b" and etc.

Due to these issues, I cannot add this to the main branch, but you can fork your own with these changes from the feature branch.

from enum.hpp.

Jerry-Ma avatar Jerry-Ma commented on June 14, 2024

Hi,

Thank you for such prompt reply! And I just checked the code, it is just what I needed.

In fact, I didn't envision a from_value_string method, for the exact reason that you just mentioned about ambiguity in the value string. I think it would be too much to try to come up with a good strategy to "normalize" the value string.

For my use case, I would like to rely on the value_string to provide some more verbose diagnostic messages for bit flags that are composed with multiple existing flags. A to_value_string method does the job perfectly.

Again, that you for the help!

from enum.hpp.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.