Concept AggregateConcept
Aggregate types contain a fixed number of fixed-size values (pairs, triples, tuples).

Defined in  
Signature

Detailed Description

Stream output operators are not shown in the function list below, but required.

Comparison operators are not shown in the function list below, but required.

Interface Function Overview

Interface Functions Detail

TStream AggregateConcept::operator<<(stream, aggregate);

Stream output operator.

Parameters

stream The std::ostream to write to.
aggregate The aggregate type to write to the stream.

Returns

TStream Reference to stream after writing aggregate to it.

Data Races

Thread safety unknown!