Public Member Functions | Public Attributes | List of all members
lar::debug::static_assert_on< T, Enable > Struct Template Reference

#include <DebugUtils.h>

Public Member Functions

 static_assert_on ()=default
 
 static_assert_on (T)
 

Public Attributes

details::THE_TYPE_IS< T > _
 

Detailed Description

template<typename T, bool Enable = true>
struct lar::debug::static_assert_on< T, Enable >

Definition at line 332 of file DebugUtils.h.

Constructor & Destructor Documentation

template<typename T, bool Enable = true>
lar::debug::static_assert_on< T, Enable >::static_assert_on ( )
default
template<typename T, bool Enable = true>
lar::debug::static_assert_on< T, Enable >::static_assert_on ( )
inline

Definition at line 476 of file DebugUtils.h.

476 {}

Member Data Documentation

template<typename T, bool Enable = true>
details::THE_TYPE_IS<T> lar::debug::static_assert_on< T, Enable >::_

Definition at line 477 of file DebugUtils.h.


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