Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Public Member Functions | List of all members
librealsense::lazy< T > Class Template Reference

#include <types.h>

Public Member Functions

 lazy ()
 
 lazy (std::function< T()> initializer)
 
T * operator-> () const
 
T & operator* ()
 
const T & operator* () const
 
 lazy (lazy &&other) noexcept
 
lazyoperator= (std::function< T()> func) noexcept
 
lazyoperator= (lazy &&other) noexcept
 

Constructor & Destructor Documentation

◆ lazy() [1/3]

template<class T>
librealsense::lazy< T >::lazy ( )
inline

◆ lazy() [2/3]

template<class T>
librealsense::lazy< T >::lazy ( std::function< T()>  initializer)
inline

◆ lazy() [3/3]

template<class T>
librealsense::lazy< T >::lazy ( lazy< T > &&  other)
inlinenoexcept

Member Function Documentation

◆ operator*() [1/2]

template<class T>
T& librealsense::lazy< T >::operator* ( )
inline

◆ operator*() [2/2]

template<class T>
const T& librealsense::lazy< T >::operator* ( ) const
inline

◆ operator->()

template<class T>
T* librealsense::lazy< T >::operator-> ( ) const
inline

◆ operator=() [1/2]

template<class T>
lazy& librealsense::lazy< T >::operator= ( std::function< T()>  func)
inlinenoexcept

◆ operator=() [2/2]

template<class T>
lazy& librealsense::lazy< T >::operator= ( lazy< T > &&  other)
inlinenoexcept

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