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

Method fill

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

A synonym for fill

Source from the content-addressed store, hash-verified

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);
181 }
182
183 // check range (may be private because it is static)
184 static BOOST_CONSTEXPR bool rangecheck (size_type i) {

Callers 9

int128.ccFile · 0.45
object_hex_dumpFunction · 0.45
basic_ios_fill_saverMethod · 0.45
restoreMethod · 0.45
basic_ios_all_saverMethod · 0.45
restoreMethod · 0.45
time_point_io.hppFile · 0.45
operator<<Function · 0.45
number.hppFile · 0.45

Calls 2

beginClass · 0.50
sizeFunction · 0.50

Tested by

no test coverage detected