#include <di/container/view/empty_view.h>
|
| static constexpr auto | begin () -> T * |
| static constexpr auto | end () -> T * |
| static constexpr auto | data () -> T * |
| static constexpr auto | size () -> types::size_t |
| static constexpr auto | empty () -> bool |
|
| constexpr friend auto | tag_invoke (types::Tag< container::reconstruct >, InPlaceType< EmptyView >, T *, T *) -> EmptyView |
| constexpr friend auto | tag_invoke (types::Tag< container::reconstruct >, InPlaceType< EmptyView >, nullptr_t, T *) -> EmptyView |
| constexpr friend auto | tag_invoke (types::Tag< container::reconstruct >, InPlaceType< EmptyView >, T *, nullptr_t) -> EmptyView |
| constexpr friend auto | tag_invoke (types::Tag< container::reconstruct >, InPlaceType< EmptyView >, nullptr_t, nullptr_t) -> EmptyView |
◆ begin()
◆ data()
◆ empty()
◆ end()
◆ size()
◆ tag_invoke [1/4]
◆ tag_invoke [2/4]
◆ tag_invoke [3/4]
◆ tag_invoke [4/4]
The documentation for this class was generated from the following file: