Skip to main content

struct coordinate_storage<Interface, 0>

Declaration

template <typename Interface>
struct coordinate_storage<Interface, 0> { /* full declaration omitted */ };

Declared at: include/ranges.h:49

Template Parameters

Interface

Member Function Overview

Member Functions

constexpr size_t operator[](int) const

Declared at: include/ranges.h:50

Parameters

int

constexpr size_t& operator[](int)

Declared at: include/ranges.h:52

Parameters

int