clingo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Public Member Functions | Public Attributes | List of all members
bk_lib::detail::Memcpy< T > Struct Template Reference

#include <pod_vector.h>

Collaboration diagram for bk_lib::detail::Memcpy< T >:
Collaboration graph

Public Member Functions

 Memcpy (const T *first)
 
void operator() (T *out, std::size_t n) const
 

Public Attributes

const T * first_
 

Constructor & Destructor Documentation

template<class T >
bk_lib::detail::Memcpy< T >::Memcpy ( const T *  first)
inline

Member Function Documentation

template<class T >
void bk_lib::detail::Memcpy< T >::operator() ( T *  out,
std::size_t  n 
) const
inline

Member Data Documentation

template<class T >
const T* bk_lib::detail::Memcpy< T >::first_

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