homog2d library
Public Types | List of all members
h2d::detail::AlwaysFalse< T > Struct Template Reference

A trick used in static_assert, so it aborts only if function is instanciated. More...

#include <homog2d.hpp>

Public Types

enum  { value = false }
 

Detailed Description

template<typename T>
struct h2d::detail::AlwaysFalse< T >

A trick used in static_assert, so it aborts only if function is instanciated.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
value 
357 { value = false };
Definition: homog2d.hpp:357

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