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:
mat007 2013-05-03 20:16:01 +00:00
parent 62adee5d3d
commit 927748731f
3 changed files with 60 additions and 0 deletions

View file

@ -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]