kblib 0.2.3
General utilities library for modern C++
kblib::return_assert< V, T > Struct Template Reference

Essentially just like std::enable_if, but with a different name that makes it clearer what it does in the context of return type SFINAE. More...

#include <kblib/fakestd.h>

Detailed Description

template<bool V, typename T>
struct kblib::return_assert< V, T >

Essentially just like std::enable_if, but with a different name that makes it clearer what it does in the context of return type SFINAE.

Definition at line 537 of file fakestd.h.


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