#include <any_types.hpp>
Definition at line 67 of file any_types.hpp.
◆ rule
constexpr auto BT::Grammar::Integer::rule |
|
staticconstexpr |
Initial value:= [] {
auto hex_integer =
auto regular_integer =
dsl::peek(dsl::lit_c<'-'> / dsl::lit_c<'+'> / dsl::digit<>) >> dsl::p<integer>;
auto suffix_error =
.error<invalid_suffix>;
return (hex_integer | regular_integer) >> suffix_error;
}()
Definition at line 80 of file any_types.hpp.
◆ value
The documentation for this struct was generated from the following file: