General Utility Library for C++17 25.4.1
gul17::FailToInstantiate< T > Class Template Reference

Detailed Description

template<typename T>
class gul17::FailToInstantiate< T >

A helper class to debug types.

This is - on purpose - an incomplete templated class.

Trying to instantiate an object of this class will result in a compiler error with a detailed description of template argument T.

Template Parameters
TType to investigate

A using example:

A helper class to debug types.
Definition type_name.h:67
auto constexpr bit_set(unsigned bit) noexcept -> ReturnT
Set a bit in an integral type.
Definition bit_manip.h:121

A more realistic example for people shying away from auto:

template <typename T>
{
// wondering if T is what I expect...
}

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