SpECTRE  v2024.04.12
MakeWithValueImpls::MakeWithSize< R, typename > Struct Template Reference

Defines a method for producing an object representing a given number of points. More...

#include <MakeWithValue.hpp>

Static Public Member Functions

template<typename T >
static R apply (const size_t, const T &)
 The default implementation will produce a compile-time error. In specializations, the value parameter need not be a template.
 

Detailed Description

template<typename R, typename = std::nullptr_t>
struct MakeWithValueImpls::MakeWithSize< R, typename >

Defines a method for producing an object representing a given number of points.

Do not call these functions directly. Use make_with_value instead, which can take a size as its first argument.


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