PrevUpHomeNext

Operation kinds

#include <oalplus/fwd.hpp>

OALplus distinguishes the categories or kinds of the functions as listed above at compile-time by using the following tag types:

namespace tag {

struct DirectState; 1

} // namespace tag

1

Operations with direct state access


PrevUpHomeNext