Namespace rcppsw
The root namespace of the RCPPSW library.
Detailed Description
It is better to define the namespace aliases exported by RCPPSW here, rather than having them be multiply defined in different downstream projects (DRY FTW!).
Convention: Namespace aliases from RCPPSW all start with 'r'
, and the first letter of all nested namespaces except the innermost one should be included before the innermost. For example, Namespace rcppsw::patterns::visitor should have the 'r'
from 'rcppsw'
and the 'p'
from 'patterns'
before the target namespace 'visitor'
.