|
|
CTTL on
SourceForge |
Download
Latest |
Documentation
Index |
Library
News |
CVS
Repository |
Other
Links |
scalar primitivesstand-alone C++ -like variables |
cttl::lambda< int >::scalar Variable;
cttl::lambda< std::vector< int > >::scalar Vector;
cttl::lambda< size_t >::stack Stack;
|
overloaded scalar helper functionsin-line C++ -like variables |
// Same as x = myvector.size()
scalar( &x ) = alias::size( scalar( &myvector ) )
|
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