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

This is std::true_type if Op<Args...> is a valid SFINAE expression. More...

#include <type_traits.hpp>

Detailed Description

template<template< class... > class Op, class... Args>
struct fub::is_detected< Op, Args >

This is std::true_type if Op<Args...> is a valid SFINAE expression.


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