LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 330 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 467 of file DebugUtils.h.

467 {}

Member Data Documentation

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

Definition at line 468 of file DebugUtils.h.


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