HelenOS sources

extent            818 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct extent: aux::value_is<size_t, 0U>
extent            822 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct extent<T[], 0U>: aux::value_is<size_t, 0U>
extent            826 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct extent<T[], I>: extent<T, I - 1>
extent            830 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct extent<T[N], 0U>: aux::value_is<size_t, 0U>
extent            834 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct extent<T[N], I>: extent<T, I - 1>
HelenOS homepage, sources at GitHub