mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Documented quick constraint
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@632 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
62adee5d3d
commit
927748731f
3 changed files with 60 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
[import example/async_call.cpp]
|
||||
[import example/retrieve_cref.cpp]
|
||||
[import example/invoke_functor.cpp]
|
||||
[import example/quick_constraint.cpp]
|
||||
|
||||
This section highlights not-so-obvious features of the library gathered from real use cases.
|
||||
|
||||
|
|
@ -41,4 +42,16 @@ Solution :
|
|||
|
||||
[endsect]
|
||||
|
||||
[section Quickly writing a custom constraint for a serializable type]
|
||||
|
||||
Problem :
|
||||
|
||||
[quick_constraint_problem]
|
||||
|
||||
Solution :
|
||||
|
||||
[quick_constraint_solution]
|
||||
|
||||
[endsect]
|
||||
|
||||
[endsect]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue