Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
fub::is_detected_exact< Expected, Op, Args > Struct Template Reference

This is std::true_type if Op<Args...> is a valid SFINAE expression and the return type is exactly Expected. More...

#include <type_traits.hpp>

Detailed Description

template<class Expected, template< typename... > class Op, class... Args>
struct fub::is_detected_exact< Expected, Op, Args >

This is std::true_type if Op<Args...> is a valid SFINAE expression and the return type is exactly Expected.


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