Skip to content

Commit

Permalink
Document default_value_kind in the value interface
Browse files Browse the repository at this point in the history
Summary: I forgot to add proper documentation in D49639410.

Reviewed By: arnaudvenet

Differential Revision: D50009558

fbshipit-source-id: 7ec2485a620b5505cd087958697cec5e763621f5
  • Loading branch information
arthaud authored and facebook-github-bot committed Oct 6, 2023
1 parent 5af7a68 commit 0b16299
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/sparta/PatriciaTreeMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ namespace sparta {
* // must be implemented. Additionally, value::type must be an
* // implementation of an AbstractDomain.
* static bool leq(const type& x, const type& y);
*
* // Whether the default value is top, bottom, or an arbitrary value.
* constexpr static AbstractValueKind default_value_kind;
* }
*
* Patricia trees can only handle unsigned integers. Arbitrary objects can be
Expand Down

0 comments on commit 0b16299

Please sign in to comment.