SpECTRE
v2024.09.29
|
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 |
Callable struct which retrieves the t.size()
for operand t
. This will cause a compiler error if no such function exists.