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

Public Member Functions | |
| AXOM_HOST_DEVICE | RuntimeSize (IntType sz=DEFAULT_VALUE) |
| AXOM_HOST_DEVICE IntType | size () const |
| AXOM_HOST_DEVICE IntType & | size () |
| IntType | operator() () const |
| IntType & | operator() () |
| AXOM_HOST_DEVICE bool | empty () const |
| bool | isValid (bool) const |
Static Public Attributes | |
OrderedSet_Size_Policies | |
A few default policies for the size of an OrderedSet | |
| static const IntType | DEFAULT_VALUE = IntType {} |
Protected Attributes | |
| IntType | m_sz |
A policy class for the size of a set whose value can be set at runtime.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
protected |