|
For a derived stylesheet_rule, Inserts a declaration into the rule.
stylesheet_item& stylesheet_itemoperator << ( const declaration& decl );
A declaration object.
Returns a reference to the stylesheet_item object. Thus, this operation can be chained for multiple insertions.
This operation is relevent only when called on a derived stylesheet_rule
. When called on a derived stylesheet_import
or stylesheet_comment
object, this operation does nothing.
Although stylesheet_item's insert()
operations are overridden and implemented in stylesheet_rule
, this operation is
implemented in stylesheet_item
, and an example will be given here.
Logarithmic