File tree 2 files changed +7
-21
lines changed
2 files changed +7
-21
lines changed Original file line number Diff line number Diff line change 1
1
# Expressions
2
2
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
+
3
9
## Build
4
10
5
11
``` shell
@@ -10,24 +16,4 @@ cd build
10
16
cmake ..
11
17
make
12
18
make 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