[Cppcms-users] url dispatching
Brought to you by:
artyom-beilis
From: mawan s. <ma...@gm...> - 2016-06-26 09:57:49
|
Dear All what is different between : some time we meet example : dispatcher().assign("/number/(\\d+)",&hello::number,this,1); and dispatcher().assign(".*",&dashboard::prepare,this,0); is 0 or 1 is pointer only or we have too fill with parameters start from 1? thankyou mawan |