CARLA
Static Public Member Functions | List of all members
moodycamel::details::nomove_if< false > Struct Template Reference

#include <ConcurrentQueue.h>

Static Public Member Functions

template<typename U >
static auto eval (U &&x) -> decltype(std::forward< U >(x))
 

Detailed Description

template<>
struct moodycamel::details::nomove_if< false >

Definition at line 480 of file ConcurrentQueue.h.

Member Function Documentation

◆ eval()

template<typename U >
static auto moodycamel::details::nomove_if< false >::eval ( U &&  x) -> decltype(std::forward<U>(x))
inlinestatic

Definition at line 483 of file ConcurrentQueue.h.


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