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

Method size

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

size is constant

Source from the content-addressed store, hash-verified

149
150 // size is constant
151 static BOOST_CONSTEXPR size_type size() { return N; }
152 static BOOST_CONSTEXPR bool empty() { return false; }
153 static BOOST_CONSTEXPR size_type max_size() { return N; }
154 enum { static_size = N };

Callers 2

concept_check.hppFile · 0.45
rational.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected