Home
last modified time | relevance | path

Searched refs:is_const (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dinterface_traits.h240 static constexpr bool is_const = BASE_NS::is_const_v<T>; // NOLINT(readability-identifier-naming) member
248 static constexpr bool is_const = BASE_NS::is_const_v<T>; // NOLINT(readability-identifier-naming) member
252 constexpr bool IsConstPtr_v = IsSharedOrWeakPtr<Type>::is_const; // NOLINT(readability-identifier-naming)
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dtype_traits.h104 struct is_const : false_type {}; struct
106 struct is_const<const T> : true_type {}; struct
108 constexpr auto is_const_v = is_const<T>::value;
210 static_assert(!is_const<typename remove_reference<T>::type>::value, "move of const object is invalid.");

Completed in 3 milliseconds