boost::openmethod::virtual_traits<std::any const&, Registry>::peek
Returns a const reference to the any argument.
Synopsis
Declared in <boost/openmethod/interop/std_any.hpp>
static
std::any const&
peek(std::any const& arg);
Parameters
Name |
Description |
arg |
A reference to a |
Created with MrDocs