45 requires (T&& obj,
typename RemoveRef<T>::TextureType t) {
46 typename RemoveRef<T>::TextureType;
47 typename RemoveRef<T>::TextureIterator;
48 typename RemoveRef<T>::ConstTextureIterator;
58 { obj.clearTextures() } -> std::same_as<void>;
59 { obj.pushTexture(std::string()) } -> std::same_as<void>;
60 { obj.pushTexture(t) } -> std::same_as<void>;
HasTextureImages concept is satisfied only if a Mesh class provides the member functions specified in...
Definition texture_images.h:43
HasTexturePaths concept is satisfied only if a Mesh class provides the member functions specified in ...
Definition texture_paths.h:47