SpECTRE
v2025.03.17
|
Defines a method for determining the number of points represented by an object. This allows the object to appear as the input to make_with_value. More...
#include <MakeWithValue.hpp>
Static Public Member Functions | |
static size_t | apply (const T &) |
The default implementation will produce a compile-time error. | |
Defines a method for determining the number of points represented by an object. This allows the object to appear as the input to make_with_value.
The MakeWithValueImpls::number_of_points convenience wrapper is provided to simplify calling this.