SpECTRE  v2024.04.12
db::is_simple_tag< Tag > Struct Template Reference

Check if Tag is a simple tag. More...

#include <TagTraits.hpp>

Detailed Description

template<typename Tag>
struct db::is_simple_tag< Tag >

Check if Tag is a simple tag.

Details

This is done by deriving from std::true_type if Tag is derived from db::SimpleTag, but not from db::ComputeTag or db::ReferenceTag.

See also
is_simple_tag_v SimpleTag

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