Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Concepts

Recorder requirements

Type Recorder must have an operator() method that takes as const arguments a domain value and an image value for the integrand being evaluated:

Table 1.3. Recorder Requirements

Expression

Return type

Assertion / Note / Pre- / Post-condition

Recorder(const Domain, const Image)

void

used to record the values of an integrandbeing integrated


Copyright © 2007 Hugo Duncan

PrevUpHomeNext