File conditionalunarygetter.h
File List > algebra > conditional > conditionalunarygetter.h
Go to the documentation of this file
#ifndef TEMPLAT_LATTICE_ALGEBRA_CONDITIONAL_CONDITIONALUNARYGETTER_H
#define TEMPLAT_LATTICE_ALGEBRA_CONDITIONAL_CONDITIONALUNARYGETTER_H
/* This file is part of TempLat, available at https://cosmolattice.github.io/templat .
Copyright 2021-2026 The TempLat authors, see AUTHORS.md.
Released under the MIT license, see LICENSE.md. */
// File info: Main contributor(s): Wessel Valkenburg, Franz R. Sattler, Year: 2025
#include "TempLat/lattice/algebra/helpers/haseval.h"
namespace TempLat
{
template <typename T>
concept ConditionalUnaryGetter = HasEvalMethod<T>;
} // namespace TempLat
#endif