LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include <ostream>
#include <sstream>
#include <string>
#include <utility>
Go to the source code of this file.
Namespaces | |
fhicl::detail | |
Typedefs | |
template<typename T > | |
using | fhicl::detail::insertion_expression_t = decltype(std::declval< std::ostream & >()<< std::declval< T const & >()) |
Functions | |
template<typename T > | |
std::string | fhicl::detail::maybe_insert (T const &t) |
Variables | |
template<typename T , typename = void> | |
constexpr bool | fhicl::detail::has_insertion_operator {false} |