walberla::debug::notstd::left_shift Struct Reference

#include <OperatorCheck.h>

Public Member Functions

template<class L , class R >
constexpr auto operator() (L &&l, R &&r) const noexcept(noexcept(std::forward< L >(l)<< std::forward< R >(r))) -> decltype(std::forward< L >(l)<< std::forward< R >(r))
 

Member Function Documentation

◆ operator()()

template<class L , class R >
constexpr auto walberla::debug::notstd::left_shift::operator() ( L &&  l,
R &&  r 
) const -> decltype(std::forward<L>(l) << std::forward<R>(r))
inlineconstexprnoexcept

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