Mundy: Multibody Nonlocal Dynamics Version of the Day
Loading...
Searching...
No Matches
mundy::HasNonConstStoredAccessOperator Concept Reference

A concept that checks if a stored accessor provides non-const access to T.

#include <Accessor.hpp>

Concept definition

template<typename Accessor, typename T>
A concept that checks if Accessor has a non-const [] operator.
Definition Accessor.hpp:127
A concept that checks if a stored accessor provides non-const access to T.
Definition Accessor.hpp:155
A concept that checks if Accessor is wrapped in storage.
Definition Accessor.hpp:143