MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / assign

Method assign

extern/boost/boost/array.hpp:177–177  ·  view source on GitHub ↗

assign one value to all elements

Source from the content-addressed store, hash-verified

175
176 // assign one value to all elements
177 void assign (const T& value) { fill ( value ); } // A synonym for fill
178 void fill (const T& value)
179 {
180 std::fill_n(begin(),size(),value);

Callers 1

rational.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected