SpECTRE  v2024.04.12
is_fraction< T, typename > Struct Template Reference

Type trait to check if a type looks like a fraction (specifically, if it has numerator and denominator methods) More...

#include <FractionUtilities.hpp>

Detailed Description

template<typename T, typename = std::void_t<>>
struct is_fraction< T, typename >

Type trait to check if a type looks like a fraction (specifically, if it has numerator and denominator methods)


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