|
|
CTTL on
SourceForge |
Download
Latest |
Documentation
Index |
Library
News |
CVS
Repository |
Other
Links |
| Alternatively, explicit call to cttl::edge::text() can be used in place of assignment | size_t match_and_replace( edge<>& universe_ )
{
lambda< edge<> >::scalar_reference scalar_universe( &universe );
return
(
*(
symbol( "target" )
&
*(
alias::text( &scalar_universe, std::string( "source" ) )
)
)
).match( universe_ );
}
|
Permission to copy, use, modify, sell and distribute this document is granted provided this copyright notice appears in all copies. This document is provided "as is" without express or implied warranty, and with no claim as to its suitability for any purpose.
1.3.9.1