Template Struct BoundedContinuousScalarSpace

Struct Documentation

template<real_t S, real_t E>
struct BoundedContinuousScalarSpace

A space that represents a range of discrete.

Public Types

typedef real_t space_item_type

item_t

Public Static Attributes

static constexpr uint_t size = 1

The overall size of the space meaning how many elements can potentially the space have.

static constexpr RealRange<S, E> limits = RealRange<S, E>()

The boundaries the scalar value can assume.