|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
A policy class for the offset in a set. The offset can be set at runtime. More...
#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/latest/src/axom/slam/policies/OffsetPolicies.hpp>

Public Types | |
| using | TagType = OffsetTag< IntType > |
| using | IntType = decltype(Tag::defaultValue()) |
Public Member Functions | |
| constexpr AXOM_HOST_DEVICE IntType | offset () const |
| constexpr AXOM_HOST_DEVICE IntType & | offset () |
| constexpr AXOM_HOST_DEVICE auto | value () const |
| constexpr AXOM_HOST_DEVICE auto & | value () |
| constexpr auto | operator() () const |
| constexpr auto & | operator() () |
| constexpr bool | isValid (bool) const |
Static Public Attributes | |
OrderedSet_Offset_Policies | |
A few default policies for the offset of an OrderedSet | |
| static const IntType | DEFAULT_VALUE = OffsetTag<IntType>::defaultValue() |
Protected Attributes | |
| IntType | m_value |
A policy class for the offset in a set. The offset can be set at runtime.
|
inherited |
|
inherited |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexprinherited |
|
inlineconstexprinherited |
|
inlineconstexprinherited |
|
inlineconstexprinherited |
|
inlineconstexprinherited |
|
static |
|
protectedinherited |