Searched defs:checked_accessor (Results 1 – 1 of 1) sorted by relevance
74 struct checked_accessor { struct81 constexpr checked_accessor(size_t N_) : N(N_) {} in checked_accessor() argument84 explicit constexpr checked_accessor(const checked_accessor<OtherElementType>& other) noexcept { in requires() argument98 static_assert(std::is_constructible_v<checked_accessor<const int>, const checked_accessor<int>&>); argument