SpECTRE  v2024.04.12
GetContainerSize Struct Reference

Callable struct which retrieves the t.size() for operand t. This will cause a compiler error if no such function exists. More...

#include <ContainerHelpers.hpp>

Public Member Functions

template<typename T >
decltype(auto) operator() (const T &t) const
 

Detailed Description

Callable struct which retrieves the t.size() for operand t. This will cause a compiler error if no such function exists.


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