## cpp_related_rule
cpp_related_rule(name, first, fourth, second, third)
This rule does C++-related things. **ATTRIBUTES** | Name | Description | Type | Mandatory | Default | | :-------------: | :-------------: | :-------------: | :-------------: | :-------------: | | name | A unique name for this target. | Name | required | | | first | - | Label | required | | | fourth | - | Boolean | optional | False | | second | - | Dictionary: String -> String | required | | | third | - | Label | required | | ## exercise_the_api
exercise_the_api()
**PARAMETERS** ## my_rule_impl
my_rule_impl(ctx)
**PARAMETERS** | Name | Description | Default Value | | :-------------: | :-------------: | :-------------: | | ctx |

-

| none |