Static Public Attributes | List of all members
fhicl::has_insertion_operator_impl::has_insertion_operator< T > Struct Template Reference

#include <TableAs.h>

Inheritance diagram for fhicl::has_insertion_operator_impl::has_insertion_operator< T >:
fhicl::has_insertion_operator< T > fhicl::has_insertion_operator< T >

Static Public Attributes

static std::ostream & s
 
static T const & t
 
static bool const value = sizeof(test(s << t)) == sizeof(yes)
 

Detailed Description

template<typename T>
struct fhicl::has_insertion_operator_impl::has_insertion_operator< T >

Definition at line 185 of file TableAs.h.

Member Data Documentation

template<typename T >
static std::ostream & fhicl::has_insertion_operator_impl::has_insertion_operator< T >::s
static

Definition at line 186 of file TableAs.h.

template<typename T >
static T const & fhicl::has_insertion_operator_impl::has_insertion_operator< T >::t
static

Definition at line 187 of file TableAs.h.

template<typename T >
static bool const fhicl::has_insertion_operator_impl::has_insertion_operator< T >::value = sizeof(test(s << t)) == sizeof(yes)
static

Definition at line 188 of file TableAs.h.


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