MCPcopy Create free account
hub / github.com/a2flo/floor / empty

Method empty

constexpr/const_array.hpp:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 constexpr size_t size() const { return array_size; }
33 constexpr size_t max_size() const { return array_size; }
34 constexpr bool empty() const { return false; }
35
36#if !defined(_MSC_VER) // duplicate name mangling issues
37 constexpr data_type& operator[](const size_t& index) __attribute__((enable_if(index < array_size, "index is const"))) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected