SpECTRE  v2024.04.12
MakeWithValueImpls::NumberOfPoints< T, typename > Struct Template Reference

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.
 

Detailed Description

template<typename T, typename = std::nullptr_t>
struct MakeWithValueImpls::NumberOfPoints< T, typename >

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.


The documentation for this struct was generated from the following file: