Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Static Public Attributes | List of all members
fub::is_nothrow_equality_comparable< T, S > Struct Template Reference

This is std::true_type if T and S are nothrow equality comparable. More...

#include <type_traits.hpp>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename T, typename S = T>
struct fub::is_nothrow_equality_comparable< T, S >

This is std::true_type if T and S are nothrow equality comparable.

Member Data Documentation

◆ value

template<typename T , typename S = T>
constexpr bool fub::is_nothrow_equality_comparable< T, S >::value
staticconstexpr

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