File tree Expand file tree Collapse file tree 2 files changed +7
-21
lines changed
Expand file tree Collapse file tree 2 files changed +7
-21
lines changed Original file line number Diff line number Diff line change 11# Expressions
22
3+ ## Usage
4+
5+ ![ Something to understand how works ...] ( about.png )
6+
7+ See more [ examples] ( https://github.com/ZenAlgorithms/Expressions/blob/master/tests/implementation_test.cc ) ...
8+
39## Build
410
511``` shell
@@ -10,24 +16,4 @@ cd build
1016cmake ..
1117make
1218make install
13- ```
14-
15- ## Usage
16-
17- ``` c++
18- #include < expressions/container.hpp>
19-
20- using namespace std ;
21-
22- auto _container = expressions::container::from_string(" /api/servers/{server}/status" );
23-
24- auto _result = _container->query ("/api/servers/production/status");
25-
26- cout << _ result->matches() << endl;
27- // 1
28-
29- cout << _ result->bindings()->at("server") << endl;
30- // production
31- ```
32-
33- See more [examples](https://github.com/ZenAlgorithms/Expressions/blob/master/tests/implementation_test.cc) ...
19+ ```
You can’t perform that action at this time.
0 commit comments