size is constant
| 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 }; |
no outgoing calls
no test coverage detected